@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_country-selection__wrapper {
  margin-top: 5em; }

.vans_country-selection__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_country-selection__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_country-selection__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_country-selection__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_country-selection__headline {
      font-size: 40px;
      line-height: 40px; } }

.vans_country-selection__copy {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_country-selection__copy {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_country-selection__copy,
  html[dir="rtl"] .vans_country-selection__copy {
    margin-top: 18px; }

.vans_country-selection__container {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_country-selection__container,
    html[dir="rtl"] .vans_country-selection__container {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_country-selection__container,
    html[dir="rtl"] .vans_country-selection__container {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_country-selection__container,
    html[dir="rtl"] .vans_country-selection__container {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_country-selection__container,
    html[dir="rtl"] .vans_country-selection__container {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_country-selection__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_country-selection__container,
      html[dir="rtl"] .vans_country-selection__container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_country-selection__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_country-selection__container,
      html[dir="rtl"] .vans_country-selection__container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_country-selection__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_country-selection__container,
      html[dir="rtl"] .vans_country-selection__container {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_country-selection__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_country-selection__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_country-selection__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_country-selection__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_country-selection__inner {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_country-selection__inner {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_country-selection__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_country-selection__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_country-selection__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_country-selection__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_country-selection__inner {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_country-selection__region,
html[dir="rtl"] .vans_country-selection__region {
  margin-top: 0.5em; }

html:not([dir="rtl"]) .vans_country-selection__region,
html[dir="rtl"] .vans_country-selection__region {
  margin-bottom: 1.5em; }

@media only screen and (min-width: 0) {
  .vans_country-selection__region {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_country-selection__region {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_country-selection__region {
    font-size: 33px;
    line-height: 33px; } }

@media only screen and (min-width: 0) and (max-width: 479px) {
  html:not([dir="rtl"]) .vans_country-selection--multi-region .vans_country-selection__region,
  html[dir="rtl"] .vans_country-selection--multi-region .vans_country-selection__region {
    margin-top: 0; }
  html:not([dir="rtl"]) .vans_country-selection--multi-region .vans_country-selection__region,
  html[dir="rtl"] .vans_country-selection--multi-region .vans_country-selection__region {
    margin-bottom: 0; } }

.vans_country-selection--single-region .vans_country-selection__accordion-panel.-last {
  border: 0 !important; }

@media only screen and (min-width: 480px) {
  .vans_country-selection__accordion-panel.-last {
    border: 0 !important; } }

.vans_country-selection__accordion-content {
  overflow: hidden; }
  .js .vans_country-selection__accordion-content {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .js .vans_country-selection__accordion-content.-animate {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
  .vans_country-selection__accordion-content.-hidden {
    display: none; }
  @media only screen and (min-width: 480px) {
    .js .vans_country-selection__accordion-content {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition: none; }
    .vans_country-selection__accordion-content.-hidden {
      display: block; } }

.vans_country-selection__region-headline {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  display: none; }
  :lang(ko) .vans_country-selection__region-headline {
    font-family: MBKCorporateSRegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_country-selection__region-headline {
      font-size: 18px;
      line-height: 23px; } }
  @media only screen and (min-width: 768px) {
    .vans_country-selection__region-headline {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_country-selection__region-headline {
      font-size: 22px;
      line-height: 29px; } }
  .vans_country-selection--single-region .vans_country-selection__region-headline {
    display: block; }
  @media only screen and (min-width: 480px) {
    .vans_country-selection__region-headline {
      display: block; } }

.vans_country-selection__accordion-header {
  display: block; }
  .vans_country-selection--single-region .vans_country-selection__accordion-header {
    display: none; }
  @media only screen and (min-width: 480px) {
    .vans_country-selection__accordion-header {
      display: none !important; } }

.vans_country-selection__region-page-hint {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  display: flex; }
  :lang(ko) .vans_country-selection__region-page-hint {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_country-selection__region-page-hint,
  html[dir="rtl"] .vans_country-selection__region-page-hint {
    margin-top: 22px; }

html:not([dir="rtl"]) .vans_country-selection__region-page-hint-icon {
  margin-right: 8px; }

html[dir="rtl"] .vans_country-selection__region-page-hint-icon {
  margin-left: 8px; }

.vans_country-selection__region-page-hint-link {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block; }
  html.-hover .vans_country-selection__region-page-hint-link:hover, .vans_country-selection__region-page-hint-link.-active, .vans_country-selection__region-page-hint-link.-open {
    color: #00adef; }

.vans_country-selection__country-list {
  display: flex;
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-left: -6px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-right: -6px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-left: -6px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-left: -6px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-right: -6px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-left: -6px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-left: -12px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-right: -12px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-left: -12px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-left: -12px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-right: -12px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-left: -12px; } }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-left: -12px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-right: -12px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-left: -12px; } }
  @media only screen and (min-width: 1440px) {
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-left: -12px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-right: -12px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-left: -12px; } }
  @media only screen and (min-width: 1921px) {
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-left: -12px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list {
      margin-right: -12px; }
    html[dir="rtl"] .vans_country-selection__country-list {
      margin-left: -12px; } }
  html:not([dir="rtl"]) .vans_country-selection__country-list,
  html[dir="rtl"] .vans_country-selection__country-list {
    padding-bottom: 1.5em; }
  @media only screen and (min-width: 0) {
    .vans_country-selection__country-list {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_country-selection__country-list {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_country-selection__country-list {
      font-size: 33px;
      line-height: 33px; } }

@media only screen and (min-width: 0) {
  .vans_country-selection__country-list-item {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-left: 6px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-right: 6px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_country-selection__country-list-item {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-left: 6px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-right: 6px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_country-selection__country-list-item {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-left: 12px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-right: 12px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_country-selection__country-list-item {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-left: 12px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-right: 12px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_country-selection__country-list-item {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-left: 12px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-right: 12px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_country-selection__country-list-item {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-left: 12px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-right: 12px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_country-selection__country-list-item {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-left: 12px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_country-selection__country-list-item {
      padding-right: 12px; }
    html[dir="rtl"] .vans_country-selection__country-list-item {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_country-selection__country-list-item,
html[dir="rtl"] .vans_country-selection__country-list-item {
  margin-top: 1.25em; }

@media only screen and (min-width: 0) {
  .vans_country-selection__country-list-item {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_country-selection__country-list-item {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_country-selection__country-list-item {
    font-size: 33px;
    line-height: 33px; } }

.vans_country-selection__country-headline {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_country-selection__country-headline {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_country-selection__country-headline,
  html[dir="rtl"] .vans_country-selection__country-headline {
    margin-bottom: 12px; }

.vans_country-selection__region-languages {
  display: flex;
  flex-wrap: wrap; }

.vans_country-selection__country-language {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  position: relative; }
  :lang(ko) .vans_country-selection__country-language {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_country-selection__country-language {
    padding-left: 12px; }
  html[dir="rtl"] .vans_country-selection__country-language {
    padding-right: 12px; }
  html:not([dir="rtl"]) .vans_country-selection__country-language {
    padding-right: 12px; }
  html[dir="rtl"] .vans_country-selection__country-language {
    padding-left: 12px; }
  .vans_country-selection__country-language::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    height: 1em;
    color: inherit; }
    html:not([dir="rtl"]) .vans_country-selection__country-language::before {
      right: 0; }
    html[dir="rtl"] .vans_country-selection__country-language::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_country-selection__country-language::before {
      left: 0; }
    html[dir="rtl"] .vans_country-selection__country-language::before {
      right: 0; }
    html:not([dir="rtl"]) .vans_country-selection__country-language::before {
      right: auto; }
    html[dir="rtl"] .vans_country-selection__country-language::before {
      left: auto; }
    html:not([dir="rtl"]) .vans_country-selection__country-language::before {
      border-left: 1px solid; }
    html[dir="rtl"] .vans_country-selection__country-language::before {
      border-right: 1px solid; }
  html:not([dir="rtl"]) .vans_country-selection__country-language:first-child {
    padding-left: 0; }
  html[dir="rtl"] .vans_country-selection__country-language:first-child {
    padding-right: 0; }
  .vans_country-selection__country-language:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: none; }
    html:not([dir="rtl"]) .vans_country-selection__country-language:first-child::before {
      right: 0; }
    html[dir="rtl"] .vans_country-selection__country-language:first-child::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_country-selection__country-language:first-child::before {
      left: 0; }
    html[dir="rtl"] .vans_country-selection__country-language:first-child::before {
      right: 0; }
  html:not([dir="rtl"]) .vans_country-selection__country-language:last-child {
    padding-right: 0; }
  html[dir="rtl"] .vans_country-selection__country-language:last-child {
    padding-left: 0; }

.vans_country-selection__country-language-link {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  cursor: pointer; }
  :lang(ko) .vans_country-selection__country-language-link {
    font-family: MBKCorporateSRegular, sans-serif; }
  html.-hover .vans_country-selection__country-language-link:hover {
    color: #00adef; }
  .vans_country-selection__country-language-link abbr {
    text-decoration: inherit; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_youtube-iframe {
  position: relative;
  overflow: hidden; }
  .vans_youtube-iframe::before {
    display: block;
    content: "";
    width: 100%; }
    html:not([dir="rtl"]) .vans_youtube-iframe::before,
    html[dir="rtl"] .vans_youtube-iframe::before {
      padding-bottom: 56.25%; }
  .vans_youtube-iframe > .vans_youtube_iframe__iframe {
    position: absolute;
    top: 0;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_youtube-iframe > .vans_youtube_iframe__iframe {
      left: 0; }
    html[dir="rtl"] .vans_youtube-iframe > .vans_youtube_iframe__iframe {
      right: 0; }
    html:not([dir="rtl"]) .vans_youtube-iframe > .vans_youtube_iframe__iframe {
      right: 0; }
    html[dir="rtl"] .vans_youtube-iframe > .vans_youtube_iframe__iframe {
      left: 0; }
  .vans_youtube-iframe.-loading::after {
    z-index: 5;
    content: "";
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 2rem;
    background: url("assets/loader/loading_animation_circle.svg");
    background-size: cover;
    animation: load 1s infinite linear, fade-in 1.5s; }
    html:not([dir="rtl"]) .vans_youtube-iframe.-loading::after {
      left: 50%; }
    html[dir="rtl"] .vans_youtube-iframe.-loading::after {
      right: 50%; }
    html:not([dir="rtl"]) .vans_youtube-iframe.-loading::after {
      margin: -1rem 0 0 -1rem; }
    html[dir="rtl"] .vans_youtube-iframe.-loading::after {
      margin: -1rem -1rem 0 0; }
    @media only screen and (min-width: 768px) {
      .vans_youtube-iframe.-loading::after {
        width: 2.75rem;
        height: 2.75rem; }
        html:not([dir="rtl"]) .vans_youtube-iframe.-loading::after {
          margin: -1.375rem 0 0 -1.375rem; }
        html[dir="rtl"] .vans_youtube-iframe.-loading::after {
          margin: -1.375rem -1.375rem 0 0; } }
  .no-js .vans_youtube-iframe.-loading::after {
    opacity: 0; }
  .vans_youtube-iframe__iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    html:not([dir="rtl"]) .vans_youtube-iframe__iframe {
      left: 0; }
    html[dir="rtl"] .vans_youtube-iframe__iframe {
      right: 0; }
  .vans_youtube-iframe__mute-button {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    position: absolute;
    bottom: 18px;
    cursor: pointer; }
    :lang(ko) .vans_youtube-iframe__mute-button {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_youtube-iframe__mute-button {
      left: 24px; }
    html[dir="rtl"] .vans_youtube-iframe__mute-button {
      right: 24px; }
    .vans_youtube-iframe__mute-button .vans_ic-31-sound-on {
      display: none; }
    .vans_youtube-iframe__mute-button.-active .vans_ic-31-sound-on {
      display: inline-block; }
    .vans_youtube-iframe__mute-button.-active .vans_ic-32-sound-off {
      display: none; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
@media only screen and (min-width: 1024px) {
  .vans_video-stage__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; } }
  @media only screen and (min-width: 1024px) and (min-width: 0) {
    html:not([dir="rtl"]) .vans_video-stage__inner,
    html[dir="rtl"] .vans_video-stage__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 1024px) and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_video-stage__inner,
    html[dir="rtl"] .vans_video-stage__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 1024px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_video-stage__inner,
    html[dir="rtl"] .vans_video-stage__inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_video-stage__inner,
    html[dir="rtl"] .vans_video-stage__inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1280px) {
    .vans_video-stage__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_video-stage__inner,
      html[dir="rtl"] .vans_video-stage__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) and (min-width: 1440px) {
    .vans_video-stage__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_video-stage__inner,
      html[dir="rtl"] .vans_video-stage__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) and (min-width: 1921px) {
    .vans_video-stage__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_video-stage__inner,
      html[dir="rtl"] .vans_video-stage__inner {
        margin: 0 auto; } }

@media only screen and (min-width: 1024px) and (min-width: 0) {
  .vans_video-stage__video {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-left: 6px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-right: 6px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-left: 6px; } }

@media only screen and (min-width: 1024px) and (min-width: 480px) {
  .vans_video-stage__video {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-left: 6px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-right: 6px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-left: 6px; } }

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .vans_video-stage__video {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-left: 12px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-right: 12px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .vans_video-stage__video {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-left: 12px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-right: 12px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) and (min-width: 1280px) {
  .vans_video-stage__video {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-left: 12px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-right: 12px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) and (min-width: 1440px) {
  .vans_video-stage__video {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-left: 12px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-right: 12px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) and (min-width: 1921px) {
  .vans_video-stage__video {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-left: 12px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_video-stage__video {
      padding-right: 12px; }
    html[dir="rtl"] .vans_video-stage__video {
      padding-left: 12px; } }

.vans_video-stage__disclaimer-wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_video-stage__disclaimer-wrapper,
    html[dir="rtl"] .vans_video-stage__disclaimer-wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_video-stage__disclaimer-wrapper,
    html[dir="rtl"] .vans_video-stage__disclaimer-wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_video-stage__disclaimer-wrapper,
    html[dir="rtl"] .vans_video-stage__disclaimer-wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_video-stage__disclaimer-wrapper,
    html[dir="rtl"] .vans_video-stage__disclaimer-wrapper {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_video-stage__disclaimer-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_video-stage__disclaimer-wrapper,
      html[dir="rtl"] .vans_video-stage__disclaimer-wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_video-stage__disclaimer-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_video-stage__disclaimer-wrapper,
      html[dir="rtl"] .vans_video-stage__disclaimer-wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_video-stage__disclaimer-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_video-stage__disclaimer-wrapper,
      html[dir="rtl"] .vans_video-stage__disclaimer-wrapper {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_video-stage__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-left: 6px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-right: 6px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_video-stage__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-left: 6px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-right: 6px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_video-stage__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_video-stage__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_video-stage__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_video-stage__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_video-stage__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_video-stage__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_video-stage__disclaimer {
      padding-left: 12px; } }

.vans_video-stage__disclaimer .vans_disclaimer__footnote:last-child {
  padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_video-stage__disclaimer .vans_disclaimer__footnote:last-child {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_video-stage__disclaimer .vans_disclaimer__footnote:last-child {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_video-stage__disclaimer .vans_disclaimer__footnote:last-child {
      font-size: 33px;
      line-height: 33px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_user-menu {
  z-index: 13;
  display: block;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_user-menu {
      background: transparent;
      width: 320px;
      box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.2), 0 0 40px 0 rgba(0, 0, 0, 0.1); }
      html:not([dir="rtl"]) .vans_user-menu,
      html[dir="rtl"] .vans_user-menu {
        margin-top: 7px; } }
  @media only screen and (min-width: 768px) {
    .vans_user-menu::before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      top: -7px; }
      html:not([dir="rtl"]) .vans_user-menu::before {
        right: 0; }
      html[dir="rtl"] .vans_user-menu::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_user-menu::before,
      html[dir="rtl"] .vans_user-menu::before {
        border-top: 8px solid transparent; }
      html:not([dir="rtl"]) .vans_user-menu::before {
        border-right: 8px solid #fff; }
      html[dir="rtl"] .vans_user-menu::before {
        border-left: 8px solid #fff; }
      html:not([dir="rtl"]) .vans_user-menu::before,
      html[dir="rtl"] .vans_user-menu::before {
        border-bottom: 8px solid #fff; }
      html:not([dir="rtl"]) .vans_user-menu::before {
        border-left: 8px solid transparent; }
      html[dir="rtl"] .vans_user-menu::before {
        border-right: 8px solid transparent; } }
  .vans_user-menu__backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }
    html:not([dir="rtl"]) .vans_user-menu__backdrop {
      right: 0; }
    html[dir="rtl"] .vans_user-menu__backdrop {
      left: 0; }
    html:not([dir="rtl"]) .vans_user-menu__backdrop {
      left: 0; }
    html[dir="rtl"] .vans_user-menu__backdrop {
      right: 0; }
    @media only screen and (min-width: 768px) {
      .vans_user-menu__backdrop {
        display: none; } }
  .vans_user-menu__container {
    overflow-y: auto;
    height: 100%;
    background: #fff;
    transform: translate3d(0, 0, 0);
    max-height: calc(100vh - 64px); }
    @media only screen and (min-width: 768px) {
      .vans_user-menu__container {
        border-radius: 6px;
        max-height: calc(100vh - 80px - 48px); } }
    @media only screen and (min-width: 1024px) {
      .vans_user-menu__container {
        max-height: calc(100vh - 31px - 48px); } }
  .vans_user-menu__inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: #333; }
  html:not([dir="rtl"]) .vans_user-menu__content {
    padding-left: 24px; }
  html[dir="rtl"] .vans_user-menu__content {
    padding-right: 24px; }
  html:not([dir="rtl"]) .vans_user-menu__content {
    padding-right: 24px; }
  html[dir="rtl"] .vans_user-menu__content {
    padding-left: 24px; }
  html:not([dir="rtl"]) .vans_user-menu__content,
  html[dir="rtl"] .vans_user-menu__content {
    margin-top: 18px; }
  html:not([dir="rtl"]) .vans_user-menu__content,
  html[dir="rtl"] .vans_user-menu__content {
    margin-bottom: 18px; }
  .vans_user-menu__content-wrapper, .vans_user-menu__content-wrapper--has-company {
    width: 100%; }
    html:not([dir="rtl"]) .vans_user-menu__content-wrapper,
    html[dir="rtl"] .vans_user-menu__content-wrapper, html:not([dir="rtl"]) .vans_user-menu__content-wrapper--has-company,
    html[dir="rtl"] .vans_user-menu__content-wrapper--has-company {
      border: 0; }
    html:not([dir="rtl"]) .vans_user-menu__content-wrapper,
    html[dir="rtl"] .vans_user-menu__content-wrapper, html:not([dir="rtl"]) .vans_user-menu__content-wrapper--has-company,
    html[dir="rtl"] .vans_user-menu__content-wrapper--has-company {
      border-bottom: 1px solid #ccc; }
    html:not([dir="rtl"]) .vans_user-menu__content-wrapper:last-child,
    html[dir="rtl"] .vans_user-menu__content-wrapper:last-child, html:not([dir="rtl"]) .vans_user-menu__content-wrapper--has-company:last-child,
    html[dir="rtl"] .vans_user-menu__content-wrapper--has-company:last-child {
      border: 0; }
  html:not([dir="rtl"]) .vans_user-menu__content-wrapper--has-company,
  html[dir="rtl"] .vans_user-menu__content-wrapper--has-company {
    border: 0; }
  .vans_user-menu__user-name, .vans_user-menu__user-email {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .vans_user-menu__user-name {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 22px;
    line-height: 29px;
    color: #333; }
    :lang(ko) .vans_user-menu__user-name {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_user-menu__user-name,
    html[dir="rtl"] .vans_user-menu__user-name {
      margin-top: 28px; }
  .vans_user-menu__user-email {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999; }
    :lang(ko) .vans_user-menu__user-email {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_user-menu__user-email,
    html[dir="rtl"] .vans_user-menu__user-email {
      margin-top: 6px; }
  .vans_user-menu__user-link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer;
    display: block; }
    :lang(ko) .vans_user-menu__user-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_user-menu__user-link:hover, .vans_user-menu__user-link.-active, .vans_user-menu__user-link.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_user-menu__user-link,
    html[dir="rtl"] .vans_user-menu__user-link {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_user-menu__user-link + .vans_user-menu__user-link,
    html[dir="rtl"] .vans_user-menu__user-link + .vans_user-menu__user-link {
      margin-top: 12px; }
  .vans_user-menu__company {
    background-color: #f8f8f8; }
    html:not([dir="rtl"]) .vans_user-menu__company {
      padding-left: 24px; }
    html[dir="rtl"] .vans_user-menu__company {
      padding-right: 24px; }
    html:not([dir="rtl"]) .vans_user-menu__company {
      padding-right: 24px; }
    html[dir="rtl"] .vans_user-menu__company {
      padding-left: 24px; }
    html:not([dir="rtl"]) .vans_user-menu__company,
    html[dir="rtl"] .vans_user-menu__company {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_user-menu__company,
    html[dir="rtl"] .vans_user-menu__company {
      margin-bottom: 18px; }
    html:not([dir="rtl"]) .vans_user-menu__company,
    html[dir="rtl"] .vans_user-menu__company {
      padding-top: 18px; }
    html:not([dir="rtl"]) .vans_user-menu__company,
    html[dir="rtl"] .vans_user-menu__company {
      padding-bottom: 18px; }
    html:not([dir="rtl"]) .vans_user-menu__company,
    html[dir="rtl"] .vans_user-menu__company {
      margin-bottom: 0; }
    .vans_user-menu__company-name {
      font-family: CorporateSDemi, sans-serif;
      font-size: 16px;
      line-height: 21px; }
      :lang(ko) .vans_user-menu__company-name {
        font-family: MBKCorporateSRegular, sans-serif;
        font-weight: bold; }
    .vans_user-menu__company-links-wrapper {
      display: flex;
      flex-wrap: wrap; }
    .vans_user-menu__company-link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      color: #333;
      cursor: pointer; }
      :lang(ko) .vans_user-menu__company-link {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_user-menu__company-link:hover, .vans_user-menu__company-link.-active, .vans_user-menu__company-link.-open {
        color: #00adef; }
      html:not([dir="rtl"]) .vans_user-menu__company-link,
      html[dir="rtl"] .vans_user-menu__company-link {
        margin-top: 18px; }
      html:not([dir="rtl"]) .vans_user-menu__company-link + .vans_user-menu__company-link,
      html[dir="rtl"] .vans_user-menu__company-link + .vans_user-menu__company-link {
        margin-top: 12px; }
      html:not([dir="rtl"]) .vans_user-menu__company-link,
      html[dir="rtl"] .vans_user-menu__company-link {
        margin-top: 18px; }
      html:not([dir="rtl"]) .vans_user-menu__company-link {
        margin-right: 18px; }
      html[dir="rtl"] .vans_user-menu__company-link {
        margin-left: 18px; }
      html:not([dir="rtl"]) .vans_user-menu__company-link + .vans_user-menu__company-link,
      html[dir="rtl"] .vans_user-menu__company-link + .vans_user-menu__company-link {
        margin-top: 18px; }
      html:not([dir="rtl"]) .vans_user-menu__company-link:last-child {
        margin-left: 0; }
      html[dir="rtl"] .vans_user-menu__company-link:last-child {
        margin-right: 0; }
  .vans_user-menu__link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999;
    cursor: pointer;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer;
    display: flex; }
    :lang(ko) .vans_user-menu__link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_user-menu__link:hover, .vans_user-menu__link.-active, .vans_user-menu__link.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_user-menu__link .vans_user-menu__link-title {
      padding-left: 16px; }
    html[dir="rtl"] .vans_user-menu__link .vans_user-menu__link-title {
      padding-right: 16px; }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_user-menu__link .vans_user-menu__link-title {
        padding-left: 12px; }
      html[dir="rtl"] .vans_user-menu__link .vans_user-menu__link-title {
        padding-right: 12px; } }
    :lang(ko) .vans_user-menu__link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_user-menu__link:hover, .vans_user-menu__link.-active, .vans_user-menu__link.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_user-menu__link,
    html[dir="rtl"] .vans_user-menu__link {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_user-menu__link + .vans_user-menu__link,
    html[dir="rtl"] .vans_user-menu__link + .vans_user-menu__link {
      margin-top: 12px; }
    html:not([dir="rtl"]) .vans_user-menu__link,
    html[dir="rtl"] .vans_user-menu__link {
      margin-top: 25px; }
    html:not([dir="rtl"]) .vans_user-menu__link + .vans_user-menu__link,
    html[dir="rtl"] .vans_user-menu__link + .vans_user-menu__link {
      margin-top: 25px; }
    html:not([dir="rtl"]) .vans_user-menu__link:first-child,
    html[dir="rtl"] .vans_user-menu__link:first-child {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_user-menu__link:last-child,
    html[dir="rtl"] .vans_user-menu__link:last-child {
      margin-bottom: 18px; }
    .vans_user-menu__link-icon {
      width: 16px !important;
      height: 16px; }
      html:not([dir="rtl"]) .vans_user-menu__link-icon,
      html[dir="rtl"] .vans_user-menu__link-icon {
        margin-top: -4px; }
      html .vans_user-menu__link-icon {
        text-align: center; }

.vans_tracking {
  display: none; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_theming-demo {
  display: flex; }
  .vans_theming-demo__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_theming-demo__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_theming-demo__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_theming-demo__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_theming-demo__headline {
        font-size: 40px;
        line-height: 40px; } }
    html:not([dir="rtl"]) .vans_theming-demo__headline,
    html[dir="rtl"] .vans_theming-demo__headline {
      margin-top: 25px; }
    html:not([dir="rtl"]) .vans_theming-demo__headline,
    html[dir="rtl"] .vans_theming-demo__headline {
      margin-bottom: 25px; }
  .vans_theming-demo__button {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;
    height: 48px; }
    :lang(ko) .vans_theming-demo__button {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_theming-demo__button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_theming-demo__button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_theming-demo__button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_theming-demo__button {
      padding-left: 20px; }
    .vans_theming-demo__button::after {
      border-color: transparent; }
    .vans_theming-demo__button::after { }
    .vans_theming-demo__button.-active::after,
    html.-hover .vans_theming-demo__button:active:hover::after, .vans_theming-demo__button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_theming-demo__button.-disabled::after,
    html.-hover .vans_theming-demo__button.-disabled:hover::after,
    html.-hover .vans_theming-demo__button.-disabled:active:hover::after, .vans_theming-demo__button[disabled]::after,
    html.-hover .vans_theming-demo__button[disabled]:hover::after,
    html.-hover .vans_theming-demo__button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_theming-demo__button.-disabled::after,
    html.-hover .vans_theming-demo__button.-disabled:hover::after,
    html.-hover .vans_theming-demo__button.-disabled:active:hover::after, .vans_theming-demo__button[disabled]::after,
    html.-hover .vans_theming-demo__button[disabled]:hover::after,
    html.-hover .vans_theming-demo__button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_theming-demo__button.-disabled::after,
      html[dir="rtl"] .vans_theming-demo__button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theming-demo__button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theming-demo__button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theming-demo__button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theming-demo__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theming-demo__button[disabled]::after,
      html[dir="rtl"] .vans_theming-demo__button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theming-demo__button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theming-demo__button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theming-demo__button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theming-demo__button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_theming-demo__button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_theming-demo__button::after {
        right: 0; }
      html[dir="rtl"] .vans_theming-demo__button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_theming-demo__button::after {
        left: 0; }
      html[dir="rtl"] .vans_theming-demo__button::after {
        right: 0; }
    .vans_theming-demo__button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_theming-demo__button::before {
        right: 0; }
      html[dir="rtl"] .vans_theming-demo__button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_theming-demo__button::before {
        left: 0; }
      html[dir="rtl"] .vans_theming-demo__button::before {
        right: 0; }
    .vans_theming-demo__button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_theming-demo__button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_theming-demo__button,
    html[dir="rtl"] .vans_theming-demo__button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_theming-demo__button,
    html[dir="rtl"] .vans_theming-demo__button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_theming-demo__button,
    html[dir="rtl"] .vans_theming-demo__button {
      padding-bottom: 0; }
    .vans_theming-demo__button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_theming-demo__button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    html:not([dir="rtl"]) .vans_theming-demo__button {
      padding-left: 24px; }
    html[dir="rtl"] .vans_theming-demo__button {
      padding-right: 24px; }
    html:not([dir="rtl"]) .vans_theming-demo__button {
      padding-right: 24px; }
    html[dir="rtl"] .vans_theming-demo__button {
      padding-left: 24px; }
    .vans_theming-demo__button::after {
      border-color: transparent; }
    .vans_theming-demo__button::after { }
    .vans_theming-demo__button.-disabled::after,
    html.-hover .vans_theming-demo__button.-disabled:hover::after,
    html.-hover .vans_theming-demo__button.-disabled:active:hover::after, .vans_theming-demo__button[disabled]::after,
    html.-hover .vans_theming-demo__button[disabled]:hover::after,
    html.-hover .vans_theming-demo__button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_theming-demo__button.-disabled::after,
    html.-hover .vans_theming-demo__button.-disabled:hover::after,
    html.-hover .vans_theming-demo__button.-disabled:active:hover::after, .vans_theming-demo__button[disabled]::after,
    html.-hover .vans_theming-demo__button[disabled]:hover::after,
    html.-hover .vans_theming-demo__button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_theming-demo__button.-disabled::after,
      html[dir="rtl"] .vans_theming-demo__button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theming-demo__button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theming-demo__button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theming-demo__button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theming-demo__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theming-demo__button[disabled]::after,
      html[dir="rtl"] .vans_theming-demo__button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theming-demo__button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theming-demo__button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theming-demo__button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theming-demo__button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_theming-demo__button, [class*="vans_theme-"] .vans_theming-demo__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button, .vans_theme-light .vans_theming-demo__button, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button {
      color: #fff;
      background: #333; }
      .vans_theming-demo__button::after, [class*="vans_theme-"] .vans_theming-demo__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button::after, .vans_theme-light .vans_theming-demo__button::after, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button::after {
        border-color: transparent; }
      .vans_theming-demo__button::after, [class*="vans_theme-"] .vans_theming-demo__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button::after, .vans_theme-light .vans_theming-demo__button::after, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button::after { }
      html.-hover .vans_theming-demo__button:hover, html.-hover [class*="vans_theme-"] .vans_theming-demo__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button:hover, html.-hover .vans_theme-light .vans_theming-demo__button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button:hover {
        background: #242424; }
      .vans_theming-demo__button:focus, [class*="vans_theme-"] .vans_theming-demo__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button:focus, .vans_theme-light .vans_theming-demo__button:focus, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button:focus {
        background: #242424; }
      .vans_theming-demo__button.-active,
      html.-hover .vans_theming-demo__button:active:hover, .vans_theming-demo__button:active:focus, [class*="vans_theme-"] .vans_theming-demo__button.-active,
      html.-hover [class*="vans_theme-"] .vans_theming-demo__button:active:hover, [class*="vans_theme-"] .vans_theming-demo__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button:active:focus, .vans_theme-light .vans_theming-demo__button.-active,
      html.-hover .vans_theme-light .vans_theming-demo__button:active:hover, .vans_theme-light .vans_theming-demo__button:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button:active:focus {
        color: #fff;
        background: #242424; }
        .vans_theming-demo__button.-active::after,
        html.-hover .vans_theming-demo__button:active:hover::after, .vans_theming-demo__button:active:focus::after, [class*="vans_theme-"] .vans_theming-demo__button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theming-demo__button:active:hover::after, [class*="vans_theme-"] .vans_theming-demo__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button:active:focus::after, .vans_theme-light .vans_theming-demo__button.-active::after,
        html.-hover .vans_theme-light .vans_theming-demo__button:active:hover::after, .vans_theme-light .vans_theming-demo__button:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_theming-demo__button.-disabled,
      html.-hover .vans_theming-demo__button.-disabled:hover,
      html.-hover .vans_theming-demo__button.-disabled:active:hover, .vans_theming-demo__button[disabled],
      html.-hover .vans_theming-demo__button[disabled]:hover,
      html.-hover .vans_theming-demo__button[disabled]:active:hover, [class*="vans_theme-"] .vans_theming-demo__button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theming-demo__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theming-demo__button.-disabled:active:hover, [class*="vans_theme-"] .vans_theming-demo__button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theming-demo__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theming-demo__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]:active:hover, .vans_theme-light .vans_theming-demo__button.-disabled,
      html.-hover .vans_theme-light .vans_theming-demo__button.-disabled:hover,
      html.-hover .vans_theme-light .vans_theming-demo__button.-disabled:active:hover, .vans_theme-light .vans_theming-demo__button[disabled],
      html.-hover .vans_theme-light .vans_theming-demo__button[disabled]:hover,
      html.-hover .vans_theme-light .vans_theming-demo__button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:active:hover {
        background-color: #333; }
        .vans_theming-demo__button.-disabled::after,
        html.-hover .vans_theming-demo__button.-disabled:hover::after,
        html.-hover .vans_theming-demo__button.-disabled:active:hover::after, .vans_theming-demo__button[disabled]::after,
        html.-hover .vans_theming-demo__button[disabled]:hover::after,
        html.-hover .vans_theming-demo__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theming-demo__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theming-demo__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theming-demo__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theming-demo__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theming-demo__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theming-demo__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]:active:hover::after, .vans_theme-light .vans_theming-demo__button.-disabled::after,
        html.-hover .vans_theme-light .vans_theming-demo__button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_theming-demo__button.-disabled:active:hover::after, .vans_theme-light .vans_theming-demo__button[disabled]::after,
        html.-hover .vans_theme-light .vans_theming-demo__button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_theming-demo__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_theming-demo__button.-disabled::after,
        html.-hover .vans_theming-demo__button.-disabled:hover::after,
        html.-hover .vans_theming-demo__button.-disabled:active:hover::after, .vans_theming-demo__button[disabled]::after,
        html.-hover .vans_theming-demo__button[disabled]:hover::after,
        html.-hover .vans_theming-demo__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theming-demo__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theming-demo__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theming-demo__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theming-demo__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theming-demo__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theming-demo__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]:active:hover::after, .vans_theme-light .vans_theming-demo__button.-disabled::after,
        html.-hover .vans_theme-light .vans_theming-demo__button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_theming-demo__button.-disabled:active:hover::after, .vans_theme-light .vans_theming-demo__button[disabled]::after,
        html.-hover .vans_theme-light .vans_theming-demo__button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_theming-demo__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_theming-demo__button.-disabled::after,
          html[dir="rtl"] .vans_theming-demo__button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theming-demo__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theming-demo__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theming-demo__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theming-demo__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theming-demo__button[disabled]::after,
          html[dir="rtl"] .vans_theming-demo__button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theming-demo__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theming-demo__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theming-demo__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theming-demo__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theming-demo__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theming-demo__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theming-demo__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theming-demo__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theming-demo__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theming-demo__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theming-demo__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theming-demo__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theming-demo__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theming-demo__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo__button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_theming-demo__button.-disabled::after,
          html[dir="rtl"] .vans_theme-light .vans_theming-demo__button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_theming-demo__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_theming-demo__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_theming-demo__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_theming-demo__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_theming-demo__button[disabled]::after,
          html[dir="rtl"] .vans_theme-light .vans_theming-demo__button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_theming-demo__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_theming-demo__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_theming-demo__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_theming-demo__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo__button[disabled]:active:hover::after {
            border-width: 1px; }
    .vans_theme-dark .vans_theming-demo__button, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button {
      color: #333;
      background: #ececec; }
      .vans_theme-dark .vans_theming-demo__button::after, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button::after {
        border-color: transparent; }
      .vans_theme-dark .vans_theming-demo__button::after, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button::after { }
      html.-hover .vans_theme-dark .vans_theming-demo__button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button:hover {
        background: #d9d9d9; }
      .vans_theme-dark .vans_theming-demo__button:focus, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button:focus {
        background: #d9d9d9; }
      .vans_theme-dark .vans_theming-demo__button.-active,
      html.-hover .vans_theme-dark .vans_theming-demo__button:active:hover, .vans_theme-dark .vans_theming-demo__button:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button:active:focus {
        color: #333;
        background: #d9d9d9; }
        .vans_theme-dark .vans_theming-demo__button.-active::after,
        html.-hover .vans_theme-dark .vans_theming-demo__button:active:hover::after, .vans_theme-dark .vans_theming-demo__button:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_theming-demo__button.-disabled,
      html.-hover .vans_theme-dark .vans_theming-demo__button.-disabled:hover,
      html.-hover .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover, .vans_theme-dark .vans_theming-demo__button[disabled],
      html.-hover .vans_theme-dark .vans_theming-demo__button[disabled]:hover,
      html.-hover .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover {
        background-color: #ececec; }
        .vans_theme-dark .vans_theming-demo__button.-disabled::after,
        html.-hover .vans_theme-dark .vans_theming-demo__button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover::after, .vans_theme-dark .vans_theming-demo__button[disabled]::after,
        html.-hover .vans_theme-dark .vans_theming-demo__button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_theming-demo__button.-disabled::after,
        html.-hover .vans_theme-dark .vans_theming-demo__button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover::after, .vans_theme-dark .vans_theming-demo__button[disabled]::after,
        html.-hover .vans_theme-dark .vans_theming-demo__button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_theme-dark .vans_theming-demo__button.-disabled::after,
          html[dir="rtl"] .vans_theme-dark .vans_theming-demo__button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_theming-demo__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_theming-demo__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_theming-demo__button[disabled]::after,
          html[dir="rtl"] .vans_theme-dark .vans_theming-demo__button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_theming-demo__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_theming-demo__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo__button[disabled]:active:hover::after {
            border-width: 1px; }
    html:not([dir="rtl"]) .vans_theming-demo__button,
    html[dir="rtl"] .vans_theming-demo__button {
      margin-top: 25px; }
    html:not([dir="rtl"]) .vans_theming-demo__button,
    html[dir="rtl"] .vans_theming-demo__button {
      margin-bottom: 25px; }
  .vans_theming-demo__wrapper {
    width: 100%;
    justify-content: center; }
    html .vans_theming-demo__wrapper {
      text-align: center; }
  .vans_theming-demo, [class*="vans_theme-"] .vans_theming-demo, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theming-demo, .vans_theme-light .vans_theming-demo, [class*="vans_theme-"] .vans_theme-light .vans_theming-demo, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_theming-demo {
    background-color: #f8f8f8;
    border: 5px solid #00adef;
    color: #333; }
  .vans_theme-dark .vans_theming-demo, [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_theming-demo {
    background-color: #1f1f1f;
    border: 5px solid #fff;
    color: #fff; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_text-teaser, .vans_text-teaser--half {
  display: block; }
  html.-hover .vans_text-teaser:hover .vans_text-teaser__link, html.-hover .vans_text-teaser--half:hover .vans_text-teaser__link {
    color: #00adef; }
  .vans_text-teaser__wrapper, [class*="vans_theme-"] .vans_text-teaser__wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__wrapper, .vans_theme-light .vans_text-teaser__wrapper, [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__wrapper {
    background: #f8f8f8;
    color: #333; }
  .vans_theme-dark .vans_text-teaser__wrapper, [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__wrapper {
    background: #1f1f1f;
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .vans_text-teaser__wrapper {
      position: relative;
      overflow: hidden; }
      .vans_text-teaser__wrapper::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-teaser__wrapper::before,
        html[dir="rtl"] .vans_text-teaser__wrapper::before {
          padding-bottom: 37.5%; }
      .vans_text-teaser__wrapper > .vans_text-teaser__inner {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_text-teaser__wrapper > .vans_text-teaser__inner {
          left: 0; }
        html[dir="rtl"] .vans_text-teaser__wrapper > .vans_text-teaser__inner {
          right: 0; }
        html:not([dir="rtl"]) .vans_text-teaser__wrapper > .vans_text-teaser__inner {
          right: 0; }
        html[dir="rtl"] .vans_text-teaser__wrapper > .vans_text-teaser__inner {
          left: 0; } }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .vans_text-teaser__wrapper {
      position: relative;
      overflow: hidden; }
      .vans_text-teaser__wrapper::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-teaser__wrapper::before,
        html[dir="rtl"] .vans_text-teaser__wrapper::before {
          padding-bottom: 50%; }
      .vans_text-teaser__wrapper > .vans_text-teaser__inner {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_text-teaser__wrapper > .vans_text-teaser__inner {
          left: 0; }
        html[dir="rtl"] .vans_text-teaser__wrapper > .vans_text-teaser__inner {
          right: 0; }
        html:not([dir="rtl"]) .vans_text-teaser__wrapper > .vans_text-teaser__inner {
          right: 0; }
        html[dir="rtl"] .vans_text-teaser__wrapper > .vans_text-teaser__inner {
          left: 0; } }
  .vans_text-teaser__inner {
    display: flex;
    align-items: center; }
  .vans_text-teaser__container {
    display: flex;
    flex-direction: column;
    align-items: baseline; }
    html:not([dir="rtl"]) .vans_text-teaser__container,
    html[dir="rtl"] .vans_text-teaser__container {
      padding: 18px 24px; }
    @media only screen and (min-width: 768px) {
      .vans_text-teaser__container {
        flex-direction: row; }
        html:not([dir="rtl"]) .vans_text-teaser__container,
        html[dir="rtl"] .vans_text-teaser__container {
          padding: 0; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_text-teaser__headline-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-teaser__headline-container {
      padding-left: 12px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-teaser__headline-container {
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-teaser__headline-container {
        text-align: right; }
      html[dir="rtl"] .vans_text-teaser__headline-container {
        text-align: left; }
      html:not([dir="rtl"]) .vans_text-teaser__headline-container {
        padding-left: 24px; }
      html[dir="rtl"] .vans_text-teaser__headline-container {
        padding-right: 24px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    html:not([dir="rtl"]) .vans_text-teaser__headline-container {
      padding-left: 16px; }
    html[dir="rtl"] .vans_text-teaser__headline-container {
      padding-right: 16px; } }
  .vans_text-teaser__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_text-teaser__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_text-teaser__headline {
        font-size: 24px;
        line-height: 24px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-teaser__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-teaser__headline {
        font-size: 32px;
        line-height: 32px; } }
  html:not([dir="rtl"]) .vans_text-teaser__copy-container,
  html[dir="rtl"] .vans_text-teaser__copy-container {
    margin-top: 18px; }
  @media only screen and (min-width: 768px) {
    .vans_text-teaser__copy-container {
      padding-start: 12px; }
      html:not([dir="rtl"]) .vans_text-teaser__copy-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-teaser__copy-container {
        padding-right: 12px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-teaser__copy-container {
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-teaser__copy-container,
      html[dir="rtl"] .vans_text-teaser__copy-container {
        margin-top: 0; }
      html:not([dir="rtl"]) .vans_text-teaser__copy-container {
        padding-right: 24px; }
      html[dir="rtl"] .vans_text-teaser__copy-container {
        padding-left: 24px; } }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    html:not([dir="rtl"]) .vans_text-teaser__copy-container {
      padding-left: 16px; }
    html[dir="rtl"] .vans_text-teaser__copy-container {
      padding-right: 16px; } }
  .vans_text-teaser__copy {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_text-teaser__copy {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_text-teaser__link, [class*="vans_theme-"] .vans_text-teaser__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link, .vans_theme-light .vans_text-teaser__link, [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    :lang(ko) .vans_text-teaser__link, :lang(ko) [class*="vans_theme-"] .vans_text-teaser__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link, :lang(ko) .vans_theme-light .vans_text-teaser__link, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_text-teaser__link:hover, .vans_text-teaser__link.-active, .vans_text-teaser__link.-open, html.-hover [class*="vans_theme-"] .vans_text-teaser__link:hover, [class*="vans_theme-"] .vans_text-teaser__link.-active, [class*="vans_theme-"] .vans_text-teaser__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link.-open, html.-hover .vans_theme-light .vans_text-teaser__link:hover, .vans_theme-light .vans_text-teaser__link.-active, .vans_theme-light .vans_text-teaser__link.-open, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link:hover, [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link.-active, [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_text-teaser__link,
    html[dir="rtl"] .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_text-teaser__link + .vans_text-teaser__link,
    html[dir="rtl"] .vans_text-teaser__link + .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-teaser__link + .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-teaser__link + .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link + .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link + .vans_text-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-teaser__link + .vans_text-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-teaser__link + .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + .vans_text-teaser__link, html:not([dir="rtl"]) .vans_text-teaser__link + [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] .vans_text-teaser__link + [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link, html:not([dir="rtl"]) .vans_text-teaser__link + .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] .vans_text-teaser__link + .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-teaser__link + .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-teaser__link + .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link + .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link + .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-teaser__link + .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-teaser__link + .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-teaser__link {
      margin-top: 12px; }
  .vans_theme-dark .vans_text-teaser__link, [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    cursor: pointer; }
    :lang(ko) .vans_theme-dark .vans_text-teaser__link, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_theme-dark .vans_text-teaser__link:hover, .vans_theme-dark .vans_text-teaser__link.-active, .vans_theme-dark .vans_text-teaser__link.-open, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link:hover, [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link.-active, [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_text-teaser__link,
    html[dir="rtl"] .vans_theme-dark .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_text-teaser__link + .vans_theme-dark .vans_text-teaser__link,
    html[dir="rtl"] .vans_theme-dark .vans_text-teaser__link + .vans_theme-dark .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link + .vans_theme-dark .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link + .vans_theme-dark .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link + .vans_theme-dark .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link + .vans_theme-dark .vans_text-teaser__link, html:not([dir="rtl"]) .vans_theme-dark .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link,
    html[dir="rtl"] .vans_theme-dark .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link, html:not([dir="rtl"]) .vans_theme-dark .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link,
    html[dir="rtl"] .vans_theme-dark .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-teaser__link {
      margin-top: 12px; }

@media only screen and (min-width: 768px) {
  .vans_text-teaser--half {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .vans_text-teaser--half .vans_text-teaser__wrapper {
    position: relative;
    overflow: hidden; }
    .vans_text-teaser--half .vans_text-teaser__wrapper::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-teaser--half .vans_text-teaser__wrapper::before,
      html[dir="rtl"] .vans_text-teaser--half .vans_text-teaser__wrapper::before {
        padding-bottom: 75%; }
    .vans_text-teaser--half .vans_text-teaser__wrapper > .vans_text-teaser__inner {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_text-teaser--half .vans_text-teaser__wrapper > .vans_text-teaser__inner {
        left: 0; }
      html[dir="rtl"] .vans_text-teaser--half .vans_text-teaser__wrapper > .vans_text-teaser__inner {
        right: 0; }
      html:not([dir="rtl"]) .vans_text-teaser--half .vans_text-teaser__wrapper > .vans_text-teaser__inner {
        right: 0; }
      html[dir="rtl"] .vans_text-teaser--half .vans_text-teaser__wrapper > .vans_text-teaser__inner {
        left: 0; } }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .vans_text-teaser--half .vans_text-teaser__wrapper {
    position: relative;
    overflow: hidden; }
    .vans_text-teaser--half .vans_text-teaser__wrapper::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-teaser--half .vans_text-teaser__wrapper::before,
      html[dir="rtl"] .vans_text-teaser--half .vans_text-teaser__wrapper::before {
        padding-bottom: 100%; }
    .vans_text-teaser--half .vans_text-teaser__wrapper > .vans_text-teaser__inner {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_text-teaser--half .vans_text-teaser__wrapper > .vans_text-teaser__inner {
        left: 0; }
      html[dir="rtl"] .vans_text-teaser--half .vans_text-teaser__wrapper > .vans_text-teaser__inner {
        right: 0; }
      html:not([dir="rtl"]) .vans_text-teaser--half .vans_text-teaser__wrapper > .vans_text-teaser__inner {
        right: 0; }
      html[dir="rtl"] .vans_text-teaser--half .vans_text-teaser__wrapper > .vans_text-teaser__inner {
        left: 0; } }

.vans_text-teaser--half .vans_text-teaser__inner {
  align-items: initial;
  width: 100%; }

.vans_text-teaser--half .vans_text-teaser__container {
  flex-direction: column;
  width: 100%; }
  html:not([dir="rtl"]) .vans_text-teaser--half .vans_text-teaser__container,
  html[dir="rtl"] .vans_text-teaser--half .vans_text-teaser__container {
    padding: 18px 24px; }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_text-teaser--half .vans_text-teaser__container {
      padding-right: 16px; }
    html[dir="rtl"] .vans_text-teaser--half .vans_text-teaser__container {
      padding-left: 16px; } }

.vans_text-teaser--half .vans_text-teaser__headline-container,
.vans_text-teaser--half .vans_text-teaser__copy-container {
  width: 100%; }
  html:not([dir="rtl"]) .vans_text-teaser--half .vans_text-teaser__headline-container, html:not([dir="rtl"]) .vans_text-teaser--half .vans_text-teaser__copy-container {
    text-align: left; }
  html[dir="rtl"] .vans_text-teaser--half .vans_text-teaser__headline-container, html[dir="rtl"] .vans_text-teaser--half .vans_text-teaser__copy-container {
    text-align: right; }
  html:not([dir="rtl"]) .vans_text-teaser--half .vans_text-teaser__headline-container,
  html[dir="rtl"] .vans_text-teaser--half .vans_text-teaser__headline-container, html:not([dir="rtl"])
  .vans_text-teaser--half .vans_text-teaser__copy-container,
  html[dir="rtl"]
  .vans_text-teaser--half .vans_text-teaser__copy-container {
    padding: 0; }

.vans_text-teaser--half .vans_text-teaser__copy-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  html:not([dir="rtl"]) .vans_text-teaser--half .vans_text-teaser__copy-container,
  html[dir="rtl"] .vans_text-teaser--half .vans_text-teaser__copy-container {
    margin-top: 18px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_text-only, [class*="vans_theme-"] .vans_text-only, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-only, .vans_theme-light .vans_text-only, [class*="vans_theme-"] .vans_theme-light .vans_text-only, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-only {
  color: #333; }

.vans_theme-dark .vans_text-only, [class*="vans_theme-"] .vans_theme-dark .vans_text-only, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-only {
  color: #fff; }

.vans_text-only__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_text-only__inner,
    html[dir="rtl"] .vans_text-only__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_text-only__inner,
    html[dir="rtl"] .vans_text-only__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_text-only__inner,
    html[dir="rtl"] .vans_text-only__inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_text-only__inner,
    html[dir="rtl"] .vans_text-only__inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-only__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_text-only__inner,
      html[dir="rtl"] .vans_text-only__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_text-only__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_text-only__inner,
      html[dir="rtl"] .vans_text-only__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_text-only__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_text-only__inner,
      html[dir="rtl"] .vans_text-only__inner {
        margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_text-only__inner,
  html[dir="rtl"] .vans_text-only__inner {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_text-only__inner,
  html[dir="rtl"] .vans_text-only__inner {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_text-only__inner {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-only__inner {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-only__inner {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_text-only__inner > *:first-child,
  html[dir="rtl"] .vans_text-only__inner > *:first-child {
    margin-top: 0; }

@media only screen and (min-width: 0) {
  .vans_text-only__headline-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_text-only__headline-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_text-only__headline-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_text-only__headline-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_text-only__headline-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_text-only__headline-container {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_text-only__headline-container {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_text-only__headline-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_text-only__headline-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__headline-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__headline-container {
      padding-left: 12px; } }

.vans_text-only__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_text-only__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_text-only__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-only__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-only__headline {
      font-size: 40px;
      line-height: 40px; } }

html:not([dir="rtl"]) .vans_text-only__subheadline-wrapper,
html[dir="rtl"] .vans_text-only__subheadline-wrapper {
  margin-top: 0.75em; }

@media only screen and (min-width: 0) {
  .vans_text-only__subheadline-wrapper {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_text-only__subheadline-wrapper {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_text-only__subheadline-wrapper {
    font-size: 33px;
    line-height: 33px; } }

.vans_text-only__subheadline {
  font-family: CorporateSRegular, -apple-system, sans-serif; }
  :lang(ko) .vans_text-only__subheadline {
    font-family: MBKCorporateSRegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_text-only__subheadline {
      font-size: 18px;
      line-height: 23px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-only__subheadline {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-only__subheadline {
      font-size: 22px;
      line-height: 29px; } }

html:not([dir="rtl"]) .vans_text-only__subcomponents,
html[dir="rtl"] .vans_text-only__subcomponents {
  margin-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_text-only__subcomponents {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_text-only__subcomponents {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_text-only__subcomponents {
    font-size: 33px;
    line-height: 33px; } }

@media only screen and (min-width: 0) {
  .vans_text-only__subcomponents {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-left: 6px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-right: 6px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_text-only__subcomponents {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-left: 6px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-right: 6px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_text-only__subcomponents {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_text-only__subcomponents {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_text-only__subcomponents {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_text-only__subcomponents {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_text-only__subcomponents {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__subcomponents {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__subcomponents {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_text-only__subcomponents > *:first-child,
html[dir="rtl"] .vans_text-only__subcomponents > *:first-child, html:not([dir="rtl"])
.vans_text-only__subcomponents > *:first-child > *:first-child:not(.vans_buttons__button--primary),
html[dir="rtl"]
.vans_text-only__subcomponents > *:first-child > *:first-child:not(.vans_buttons__button--primary) {
  margin-top: 0 !important; }

html:not([dir="rtl"]) .vans_text-only .vans_rte-block,
html[dir="rtl"] .vans_text-only .vans_rte-block {
  margin-top: 1.5em; }

@media only screen and (min-width: 0) {
  .vans_text-only .vans_rte-block {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_text-only .vans_rte-block {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_text-only .vans_rte-block {
    font-size: 33px;
    line-height: 33px; } }

html:not([dir="rtl"]) .vans_text-only .vans_rte-block + .vans_rte-block,
html[dir="rtl"] .vans_text-only .vans_rte-block + .vans_rte-block {
  margin-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_text-only .vans_rte-block + .vans_rte-block {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_text-only .vans_rte-block + .vans_rte-block {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_text-only .vans_rte-block + .vans_rte-block {
    font-size: 33px;
    line-height: 33px; } }

@media only screen and (min-width: 0) and (max-width: 767px) {
  html:not([dir="rtl"]) .vans_text-only .vans_link + .vans_download .vans_download__link,
  html[dir="rtl"] .vans_text-only .vans_link + .vans_download .vans_download__link {
    margin-top: 18px; } }

html:not([dir="rtl"]) .vans_text-only .vans_buttons + .vans_link .vans_link__link,
html[dir="rtl"] .vans_text-only .vans_buttons + .vans_link .vans_link__link, html:not([dir="rtl"])
.vans_text-only .vans_app-buttons + .vans_link .vans_link__link,
html[dir="rtl"]
.vans_text-only .vans_app-buttons + .vans_link .vans_link__link {
  margin-top: 25px; }

@media only screen and (min-width: 0) {
  .vans_text-only__footnotes {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-left: 6px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-right: 6px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_text-only__footnotes {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-left: 6px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-right: 6px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_text-only__footnotes {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_text-only__footnotes {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_text-only__footnotes {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_text-only__footnotes {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_text-only__footnotes {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_text-only__footnotes {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_text-only__footnotes {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-only__footnotes {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-only__footnotes {
      padding-left: 12px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_text-image-teaser, .vans_text-image-teaser--half {
  display: flex;
  flex-direction: column; }
  .vans_text-image-teaser, .vans_text-image-teaser--half, [class*="vans_theme-"] .vans_text-image-teaser, [class*="vans_theme-"] .vans_text-image-teaser--half, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser--half, .vans_theme-light .vans_text-image-teaser, .vans_theme-light .vans_text-image-teaser--half, [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser, [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser--half, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser--half {
    color: #333; }
  .vans_theme-dark .vans_text-image-teaser, .vans_theme-dark .vans_text-image-teaser--half, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser--half, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser--half {
    color: #fff; }
  html.-hover .vans_text-image-teaser:hover .vans_text-image-teaser__link, html.-hover .vans_text-image-teaser--half:hover .vans_text-image-teaser__link {
    color: #00adef; }
  @media only screen and (min-width: 768px) {
    .vans_text-image-teaser, .vans_text-image-teaser--half {
      flex-direction: row; } }
  .vans_text-image-teaser__image-container {
    width: 100%; }
    .vans_text-image-teaser__image-container, [class*="vans_theme-"] .vans_text-image-teaser__image-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__image-container, .vans_theme-light .vans_text-image-teaser__image-container, [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__image-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__image-container {
      background: #f8f8f8; }
    .vans_theme-dark .vans_text-image-teaser__image-container, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__image-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__image-container {
      background: #1f1f1f; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_text-image-teaser__image-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-teaser__image-container {
        padding-left: 12px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image-teaser__image-container {
        width: 50%; } }
  .vans_text-image-teaser__image {
    position: relative;
    overflow: hidden; }
    .vans_text-image-teaser__image::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-teaser__image::before,
      html[dir="rtl"] .vans_text-image-teaser__image::before {
        padding-bottom: 75%; }
    .vans_text-image-teaser__image > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_text-image-teaser__image > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_text-image-teaser__image > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_text-image-teaser__image > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_text-image-teaser__image > .vans_image {
        left: 0; }
    @media only screen and (min-width: 480px) {
      .vans_text-image-teaser__image {
        position: relative;
        overflow: hidden; }
        .vans_text-image-teaser__image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_text-image-teaser__image::before,
          html[dir="rtl"] .vans_text-image-teaser__image::before {
            padding-bottom: 40%; }
        .vans_text-image-teaser__image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser__image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_text-image-teaser__image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser__image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_text-image-teaser__image > .vans_image {
            left: 0; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image-teaser__image {
        position: relative;
        overflow: hidden; }
        .vans_text-image-teaser__image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_text-image-teaser__image::before,
          html[dir="rtl"] .vans_text-image-teaser__image::before {
            padding-bottom: 75%; }
        .vans_text-image-teaser__image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser__image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_text-image-teaser__image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser__image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_text-image-teaser__image > .vans_image {
            left: 0; } }
    @media only screen and (min-width: 1024px) {
      .vans_text-image-teaser__image {
        position: relative;
        overflow: hidden; }
        .vans_text-image-teaser__image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_text-image-teaser__image::before,
          html[dir="rtl"] .vans_text-image-teaser__image::before {
            padding-bottom: 100%; }
        .vans_text-image-teaser__image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser__image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_text-image-teaser__image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser__image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_text-image-teaser__image > .vans_image {
            left: 0; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image-teaser__image {
        position: relative;
        overflow: hidden; }
        .vans_text-image-teaser__image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_text-image-teaser__image::before,
          html[dir="rtl"] .vans_text-image-teaser__image::before {
            padding-bottom: 75%; }
        .vans_text-image-teaser__image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser__image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_text-image-teaser__image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser__image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_text-image-teaser__image > .vans_image {
            left: 0; } }
  .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper {
    flex-grow: 1; }
    .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper, [class*="vans_theme-"] .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, [class*="vans_theme-"] .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper, .vans_theme-light .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, .vans_theme-light .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper, [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper {
      background: #f8f8f8; }
    .vans_theme-dark .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, .vans_theme-dark .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper {
      background: #1f1f1f; }
    @media only screen and (min-width: 768px) {
      .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper {
        padding-start: 12px; }
        html:not([dir="rtl"]) .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper {
          padding-right: 12px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper {
        width: 50%;
        position: relative;
        overflow: hidden; }
        .vans_text-image-teaser .vans_text-image-teaser__text-wrapper::before, .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_text-image-teaser .vans_text-image-teaser__text-wrapper::before, html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper::before,
          html[dir="rtl"] .vans_text-image-teaser .vans_text-image-teaser__text-wrapper::before,
          html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper::before {
            padding-bottom: 75%; }
        .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
            left: 0; }
          html[dir="rtl"] .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
            right: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
            right: 0; }
          html[dir="rtl"] .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
            left: 0; } }
    @media only screen and (min-width: 1024px) {
      .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper {
        position: relative;
        overflow: hidden; }
        .vans_text-image-teaser .vans_text-image-teaser__text-wrapper::before, .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_text-image-teaser .vans_text-image-teaser__text-wrapper::before, html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper::before,
          html[dir="rtl"] .vans_text-image-teaser .vans_text-image-teaser__text-wrapper::before,
          html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper::before {
            padding-bottom: 100%; }
        .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
            left: 0; }
          html[dir="rtl"] .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
            right: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
            right: 0; }
          html[dir="rtl"] .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
            left: 0; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image-teaser .vans_text-image-teaser__text-wrapper, .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper {
        position: relative;
        overflow: hidden; }
        .vans_text-image-teaser .vans_text-image-teaser__text-wrapper::before, .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_text-image-teaser .vans_text-image-teaser__text-wrapper::before, html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper::before,
          html[dir="rtl"] .vans_text-image-teaser .vans_text-image-teaser__text-wrapper::before,
          html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper::before {
            padding-bottom: 75%; }
        .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
            left: 0; }
          html[dir="rtl"] .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
            right: 0; }
          html:not([dir="rtl"]) .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
            right: 0; }
          html[dir="rtl"] .vans_text-image-teaser .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container, html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper > .vans_text-image-teaser__text-container {
            left: 0; } }
  .vans_text-image-teaser__text-container {
    display: flex;
    flex-direction: column; }
    html:not([dir="rtl"]) .vans_text-image-teaser__text-container,
    html[dir="rtl"] .vans_text-image-teaser__text-container {
      padding: 18px 24px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_text-image-teaser__text-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-teaser__text-container {
        padding-right: 12px; } }
  .vans_text-image-teaser__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_text-image-teaser__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_text-image-teaser__headline {
        font-size: 24px;
        line-height: 24px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image-teaser__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image-teaser__headline {
        font-size: 32px;
        line-height: 32px; } }
  html:not([dir="rtl"]) .vans_text-image-teaser__copy-wrapper,
  html[dir="rtl"] .vans_text-image-teaser__copy-wrapper {
    margin-top: 18px; }
  @media only screen and (min-width: 768px) {
    .vans_text-image-teaser__copy-wrapper {
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      justify-content: space-between; } }
  .vans_text-image-teaser__copy {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_text-image-teaser__copy {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_text-image-teaser__link, [class*="vans_theme-"] .vans_text-image-teaser__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link, .vans_theme-light .vans_text-image-teaser__link, [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    :lang(ko) .vans_text-image-teaser__link, :lang(ko) [class*="vans_theme-"] .vans_text-image-teaser__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link, :lang(ko) .vans_theme-light .vans_text-image-teaser__link, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_text-image-teaser__link:hover, .vans_text-image-teaser__link.-active, .vans_text-image-teaser__link.-open, html.-hover [class*="vans_theme-"] .vans_text-image-teaser__link:hover, [class*="vans_theme-"] .vans_text-image-teaser__link.-active, [class*="vans_theme-"] .vans_text-image-teaser__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link.-open, html.-hover .vans_theme-light .vans_text-image-teaser__link:hover, .vans_theme-light .vans_text-image-teaser__link.-active, .vans_theme-light .vans_text-image-teaser__link.-open, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link:hover, [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link.-active, [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_text-image-teaser__link + .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_text-image-teaser__link + .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-teaser__link + .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-teaser__link + .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link + .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link + .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-teaser__link + .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-image-teaser__link + .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_text-image-teaser__link + .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_text-image-teaser__link + .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-teaser__link + .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-teaser__link + .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link + .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link + .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-teaser__link + .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-image-teaser__link + .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-teaser__link {
      margin-top: 12px; }
  .vans_theme-dark .vans_text-image-teaser__link, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    cursor: pointer; }
    :lang(ko) .vans_theme-dark .vans_text-image-teaser__link, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_theme-dark .vans_text-image-teaser__link:hover, .vans_theme-dark .vans_text-image-teaser__link.-active, .vans_theme-dark .vans_text-image-teaser__link.-open, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link:hover, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link.-active, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_theme-dark .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_text-image-teaser__link + .vans_theme-dark .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_theme-dark .vans_text-image-teaser__link + .vans_theme-dark .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link + .vans_theme-dark .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link + .vans_theme-dark .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link + .vans_theme-dark .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link + .vans_theme-dark .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_theme-dark .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_theme-dark .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link, html:not([dir="rtl"]) .vans_theme-dark .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link,
    html[dir="rtl"] .vans_theme-dark .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-teaser__link {
      margin-top: 12px; }

@media only screen and (min-width: 768px) {
  .vans_text-image-teaser--half {
    flex-direction: column;
    width: 50%; } }

.vans_text-image-teaser--half .vans_text-image-teaser__image-container,
.vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper {
  width: 100%; }
  html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__image-container,
  html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__image-container, html:not([dir="rtl"])
  .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper,
  html[dir="rtl"]
  .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper {
    margin: 0; }
  html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__image-container,
  html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__image-container, html:not([dir="rtl"])
  .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper,
  html[dir="rtl"]
  .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper {
    padding: 0; }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper,
  html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__text-wrapper {
    padding-top: 24px; } }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_text-image-teaser--half .vans_text-image-teaser__text-container {
    padding-left: 24px; }
  html[dir="rtl"] .vans_text-image-teaser--half .vans_text-image-teaser__text-container {
    padding-right: 24px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_text-image-slider {
  width: 100%;
  overflow: hidden;
  padding-top: 1.5em;
  padding-bottom: 1em; }
  .vans_text-image-slider, [class*="vans_theme-"] .vans_text-image-slider, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider, .vans_theme-light .vans_text-image-slider, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider {
    color: #333; }
  .vans_theme-dark .vans_text-image-slider, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider {
    color: #fff; }
  .vans_text-image-slider-detail-view {
    padding-top: 0; }
  @media only screen and (min-width: 0) {
    .vans_text-image-slider {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-image-slider {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-image-slider {
      font-size: 33px;
      line-height: 33px; } }
  .vans_text-image-slider__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_text-image-slider__inner,
      html[dir="rtl"] .vans_text-image-slider__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_text-image-slider__inner,
      html[dir="rtl"] .vans_text-image-slider__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_text-image-slider__inner,
      html[dir="rtl"] .vans_text-image-slider__inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_text-image-slider__inner,
      html[dir="rtl"] .vans_text-image-slider__inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image-slider__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_text-image-slider__inner,
        html[dir="rtl"] .vans_text-image-slider__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_text-image-slider__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_text-image-slider__inner,
        html[dir="rtl"] .vans_text-image-slider__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_text-image-slider__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_text-image-slider__inner,
        html[dir="rtl"] .vans_text-image-slider__inner {
          margin: 0 auto; } }
  .vans_text-image-slider__headline-wrapper {
    padding-bottom: 18px; }
    @media only screen and (min-width: 0) {
      .vans_text-image-slider__headline-wrapper {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_text-image-slider__headline-wrapper {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image-slider__headline-wrapper {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_text-image-slider__headline-wrapper {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          margin-left: 16.66667% !important; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          margin-right: 16.66667% !important; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image-slider__headline-wrapper {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_text-image-slider__headline-wrapper {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_text-image-slider__headline-wrapper {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__headline-wrapper {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__headline-wrapper {
          padding-left: 12px; } }
  .vans_text-image-slider__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_text-image-slider__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_text-image-slider__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image-slider__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image-slider__headline {
        font-size: 40px;
        line-height: 40px; } }
  .vans_text-image-slider__copy {
    padding-top: 0.8em; }
    @media only screen and (min-width: 0) {
      .vans_text-image-slider__copy {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image-slider__copy {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image-slider__copy {
        font-size: 33px;
        line-height: 33px; } }
  .vans_text-image-slider__stage {
    position: relative; }
    @media only screen and (min-width: 0) {
      .vans_text-image-slider__stage {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_text-image-slider__stage {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image-slider__stage {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_text-image-slider__stage {
        flex: 0 0 auto;
        width: 83.33333%; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          margin-left: 8.33333% !important; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          margin-right: 8.33333% !important; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          margin-right: calc((1 - 0.08333 - 0.83333 ) * 100%) !important; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          margin-left: calc((1 - 0.08333 - 0.83333 ) * 100%) !important; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image-slider__stage {
        flex: 0 0 auto;
        width: 83.33333%; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_text-image-slider__stage {
        flex: 0 0 auto;
        width: 83.33333%; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_text-image-slider__stage {
        flex: 0 0 auto;
        width: 83.33333%; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__stage {
          padding-left: 12px; } }
    .vans_text-image-slider__stage .vans_gallery {
      overflow: visible;
      width: 100%; }
      .vans_text-image-slider__stage .vans_gallery .vans_gallery__page,
      .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite {
        transition: none;
        position: relative;
        overflow: hidden; }
        .vans_text-image-slider__stage .vans_gallery .vans_gallery__page, [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page, .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite, [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite, .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page, .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite {
          opacity: 0.2; }
          .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active, [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active, .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active, [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active, .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active, .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active {
            opacity: 1; }
          .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended, [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended, .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended, [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended, .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended, .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended {
            transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s; }
          .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended:not(.-active), [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended:not(.-active), [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended:not(.-active), .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended:not(.-active), [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended:not(.-active), [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended:not(.-active), .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended:not(.-active), [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended:not(.-active), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended:not(.-active), .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended:not(.-active), [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended:not(.-active), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended:not(.-active) {
            opacity: 0.2; }
          .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active.-animation-ended, [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active.-animation-ended, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active.-animation-ended, .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active.-animation-ended, [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active.-animation-ended, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active.-animation-ended, .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active.-animation-ended, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active.-animation-ended, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active.-animation-ended, .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active.-animation-ended, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active.-animation-ended, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active.-animation-ended {
            opacity: 1; }
          html.-hover .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:hover:not(.-active), .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:active, html.-hover [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:hover:not(.-active), [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:hover:not(.-active), [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:active, html.-hover .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:hover:not(.-active), .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:active, html.-hover [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:hover:not(.-active), [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:hover:not(.-active), [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:active, html.-hover .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:hover:not(.-active), .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:hover:not(.-active), [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:hover:not(.-active), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:active, html.-hover .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:hover:not(.-active), .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:hover:not(.-active), [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:hover:not(.-active), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:active {
            opacity: 0.3; }
          .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-zoom-in, [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-zoom-in, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-zoom-in, .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-zoom-in, [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-zoom-in, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-zoom-in, .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-zoom-in, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-zoom-in, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-zoom-in, .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-zoom-in, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-zoom-in, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-zoom-in {
            opacity: 0;
            transform: scale(0.8);
            animation: tis-zoom-in-light 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s forwards; }
          .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animate, [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animate, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animate, .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animate, [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animate, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animate, .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animate, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animate, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animate, .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animate, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animate, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animate {
            opacity: 0;
            transform: translate3d(0, 60px, 0);
            animation: tis-move-up 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards; }
        .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page, .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite {
          opacity: 0.4; }
          .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active, .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active {
            opacity: 1; }
          .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended, .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended {
            transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s; }
          .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended:not(.-active), [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended:not(.-active), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animation-ended:not(.-active), .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended:not(.-active), [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended:not(.-active), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animation-ended:not(.-active) {
            opacity: 0.4; }
          .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active.-animation-ended, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active.-animation-ended, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-active.-animation-ended, .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active.-animation-ended, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active.-animation-ended, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-active.-animation-ended {
            opacity: 1; }
          html.-hover .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:hover:not(.-active), .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:hover:not(.-active), [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:hover:not(.-active), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:active, html.-hover .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:hover:not(.-active), .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:hover:not(.-active), [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:hover:not(.-active), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:active {
            opacity: 0.5; }
          .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-zoom-in, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-zoom-in, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-zoom-in, .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-zoom-in, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-zoom-in, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-zoom-in {
            opacity: 0;
            transform: scale(0.8);
            animation: tis-zoom-in-dark 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s forwards; }
          .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animate, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animate, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-animate, .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animate, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animate, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-animate {
            opacity: 0;
            transform: translate3d(0, 60px, 0);
            animation: tis-move-up 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards; }
        .vans_text-image-slider__stage .vans_gallery .vans_gallery__page::before,
        .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page::before,
          html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page::before, html:not([dir="rtl"])
          .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite::before,
          html[dir="rtl"]
          .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite::before {
            padding-bottom: 75%; }
        .vans_text-image-slider__stage .vans_gallery .vans_gallery__page > .vans_image,
        .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page > .vans_image, html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page > .vans_image, html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page > .vans_image, html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page > .vans_image, html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite > .vans_image {
            left: 0; }
        @media only screen and (min-width: 1024px) {
          .vans_text-image-slider__stage .vans_gallery .vans_gallery__page,
          .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite {
            position: relative;
            overflow: hidden; }
            .vans_text-image-slider__stage .vans_gallery .vans_gallery__page::before,
            .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite::before {
              display: block;
              content: "";
              width: 100%; }
              html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page::before,
              html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page::before, html:not([dir="rtl"])
              .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite::before,
              html[dir="rtl"]
              .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite::before {
                padding-bottom: 56.25%; }
            .vans_text-image-slider__stage .vans_gallery .vans_gallery__page > .vans_image,
            .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite > .vans_image {
              position: absolute;
              top: 0;
              bottom: 0; }
              html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page > .vans_image, html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite > .vans_image {
                left: 0; }
              html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page > .vans_image, html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite > .vans_image {
                right: 0; }
              html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page > .vans_image, html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite > .vans_image {
                right: 0; }
              html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page > .vans_image, html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite > .vans_image {
                left: 0; } }
        html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page, html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite {
          margin: 0 0 0 12px; }
        html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page, html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite {
          margin: 0 12px 0 0; }
        @media only screen and (min-width: 768px) {
          html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page, html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite {
            margin: 0 0 0 24px; }
          html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page, html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite {
            margin: 0 24px 0 0; } }
        html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:first-child,
        html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:first-child, html:not([dir="rtl"])
        .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:first-child,
        html[dir="rtl"]
        .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:first-child {
          margin: 0; }
        .vans_text-image-slider__stage .vans_gallery .vans_gallery__page:not(.-active),
        .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite:not(.-active) {
          cursor: pointer; }
        html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-prev, html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-prev {
          margin: 0 12px 0 0; }
        html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-prev, html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-prev {
          margin: 0 0 0 12px; }
        @media only screen and (min-width: 768px) {
          html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-prev, html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-prev {
            margin: 0 24px 0 0; }
          html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-prev, html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-prev {
            margin: 0 0 0 24px; } }
        html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-prev + .-prev, html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-prev + .-prev {
          margin: 0 24px 0 0; }
        html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-prev + .-prev, html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-prev + .-prev {
          margin: 0 0 0 24px; }
        @media only screen and (min-width: 768px) {
          html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-prev + .-prev, html:not([dir="rtl"]) .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-prev + .-prev {
            margin: 0 48px 0 0; }
          html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page.-prev + .-prev, html[dir="rtl"] .vans_text-image-slider__stage .vans_gallery .vans_gallery__page--infinite.-prev + .-prev {
            margin: 0 0 0 48px; } }
  @media only screen and (min-width: 1024px) {
    .vans_text-image-slider__stage-inner {
      display: flex;
      align-items: center; } }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    .vans_text-image-slider__stage-inner::before {
      content: '';
      top: 18px;
      height: calc(100% - 18px);
      width: 100vw;
      position: absolute; }
      .vans_text-image-slider__stage-inner::before, [class*="vans_theme-"] .vans_text-image-slider__stage-inner::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__stage-inner::before, .vans_theme-light .vans_text-image-slider__stage-inner::before, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage-inner::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__stage-inner::before {
        background: #f8f8f8; }
      .vans_theme-dark .vans_text-image-slider__stage-inner::before, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage-inner::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__stage-inner::before {
        background: #1f1f1f; }
      html:not([dir="rtl"]) .vans_text-image-slider__stage-inner::before {
        left: -18px; }
      html[dir="rtl"] .vans_text-image-slider__stage-inner::before {
        right: -18px; }
      html:not([dir="rtl"]) .vans_text-image-slider__stage-inner::before {
        right: 0; }
      html[dir="rtl"] .vans_text-image-slider__stage-inner::before {
        left: 0; } }
  .vans_text-image-slider__feature-container {
    height: 100%;
    top: 0;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 768px) {
      .vans_text-image-slider__feature-container {
        flex: 0 0 auto;
        width: 75%; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          margin-left: 12.5% !important; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          margin-right: 12.5% !important; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          margin-right: calc((1 - 0.125 - 0.75 ) * 100%) !important; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          margin-left: calc((1 - 0.125 - 0.75 ) * 100%) !important; } }
    @media only screen and (min-width: 1024px) {
      .vans_text-image-slider__feature-container {
        flex: 0 0 auto;
        width: 30%; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          margin-left: -10% !important; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          margin-right: -10% !important; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          margin-right: calc((1 - -0.1 - 0.3 ) * 100%) !important; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          margin-left: calc((1 - -0.1 - 0.3 ) * 100%) !important; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image-slider__feature-container {
        flex: 0 0 auto;
        width: 30%; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_text-image-slider__feature-container {
        flex: 0 0 auto;
        width: 30%; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_text-image-slider__feature-container {
        flex: 0 0 auto;
        width: 30%; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_text-image-slider__feature-container {
        position: absolute; }
        html:not([dir="rtl"]) .vans_text-image-slider__feature-container {
          left: 0; }
        html[dir="rtl"] .vans_text-image-slider__feature-container {
          right: 0; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .vans_text-image-slider__feature-container {
        margin-top: -80px; } }
  .vans_text-image-slider__feature-content {
    position: relative;
    transition: height 0.2s 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_text-image-slider__feature-content.-animate {
      transition: none;
      opacity: 0;
      transform: translate3d(0, 60px, 0);
      animation: tis-move-up 500ms cubic-bezier(0.25, 0.1, 0.25, 1) 100ms forwards; }
    @media only screen and (min-width: 768px) {
      .vans_text-image-slider__feature-content {
        overflow: hidden; }
        .vans_text-image-slider__feature-content, [class*="vans_theme-"] .vans_text-image-slider__feature-content, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__feature-content, .vans_theme-light .vans_text-image-slider__feature-content, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__feature-content, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__feature-content {
          background: #f8f8f8; }
        .vans_theme-dark .vans_text-image-slider__feature-content, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__feature-content, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__feature-content {
          background: #1f1f1f; } }
    @media only screen and (min-width: 1024px) {
      .vans_theme-dark .vans_text-image-slider__feature-content::before, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__feature-content::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__feature-content::before {
        box-shadow: inset 0 0 calc(31px / 2) calc(31px / 2) #1f1f1f; }
      .vans_text-image-slider__feature-content::before, [class*="vans_theme-"] .vans_text-image-slider__feature-content::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__feature-content::before, .vans_theme-light .vans_text-image-slider__feature-content::before, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__feature-content::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__feature-content::before {
        box-shadow: inset 0 0 calc(31px / 2) calc(31px / 2) #f8f8f8; } }
  .vans_text-image-slider__feature-item {
    padding: 18px 0; }
    .js .vans_text-image-slider__feature-item {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 0; }
      .js .vans_text-image-slider__feature-item.-active {
        opacity: 1;
        visibility: visible;
        position: static; }
      .js .vans_text-image-slider__feature-item.-fromLeft {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
        visibility: visible;
        position: static; }
      .js .vans_text-image-slider__feature-item.-fromRight {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
        animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
        visibility: visible;
        position: static; }
      .js .vans_text-image-slider__feature-item.-toLeft {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
        visibility: visible; }
      .js .vans_text-image-slider__feature-item.-toRight {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
        visibility: visible; }
    @media only screen and (min-width: 768px) {
      .vans_text-image-slider__feature-item {
        margin-left: 18px;
        margin-right: 18px;
        padding: 25px 0; } }
    @media only screen and (min-width: 1024px) {
      .vans_text-image-slider__feature-item {
        margin-left: 31px;
        margin-right: 31px;
        padding: 31px 0; } }
    .vans_text-image-slider__feature-item.-active.-active {
      position: relative; }
  .vans_text-image-slider__feature-headline {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px;
    max-height: calc(1em * 3 * 1.3);
    overflow: hidden; }
    :lang(ko) .vans_text-image-slider__feature-headline {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    @supports (-webkit-line-clamp: 3) {
      .vans_text-image-slider__feature-headline {
        /* stylelint-disable value-no-vendor-prefix  */
        display: -webkit-box;
        /* stylelint-enable */
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; } }
  .vans_text-image-slider__feature-copy {
    padding-top: 18px; }
    .vans_text-image-slider__feature-copy .vans_rte-block__inner {
      max-height: calc(1em * 5 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 5) {
        .vans_text-image-slider__feature-copy .vans_rte-block__inner {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical; } }
      @media only screen and (min-width: 768px) {
        .vans_text-image-slider__feature-copy .vans_rte-block__inner {
          max-height: calc(1em * 3 * 1.3);
          overflow: hidden; }
          @supports (-webkit-line-clamp: 3) {
            .vans_text-image-slider__feature-copy .vans_rte-block__inner {
              /* stylelint-disable value-no-vendor-prefix  */
              display: -webkit-box;
              /* stylelint-enable */
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical; } } }
      @media only screen and (min-width: 1024px) {
        .vans_text-image-slider__feature-copy .vans_rte-block__inner {
          max-height: calc(1em * 8 * 1.3);
          overflow: hidden; }
          @supports (-webkit-line-clamp: 8) {
            .vans_text-image-slider__feature-copy .vans_rte-block__inner {
              /* stylelint-disable value-no-vendor-prefix  */
              display: -webkit-box;
              /* stylelint-enable */
              -webkit-line-clamp: 8;
              -webkit-box-orient: vertical; } } }
  .vans_text-image-slider__link {
    display: block;
    max-height: calc(1em * 2 * 1.3);
    overflow: hidden; }
    .vans_text-image-slider__link, [class*="vans_theme-"] .vans_text-image-slider__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link, .vans_theme-light .vans_text-image-slider__link, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      color: #333;
      cursor: pointer; }
      :lang(ko) .vans_text-image-slider__link, :lang(ko) [class*="vans_theme-"] .vans_text-image-slider__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link, :lang(ko) .vans_theme-light .vans_text-image-slider__link, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_text-image-slider__link:hover, .vans_text-image-slider__link.-active, .vans_text-image-slider__link.-open, html.-hover [class*="vans_theme-"] .vans_text-image-slider__link:hover, [class*="vans_theme-"] .vans_text-image-slider__link.-active, [class*="vans_theme-"] .vans_text-image-slider__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link.-open, html.-hover .vans_theme-light .vans_text-image-slider__link:hover, .vans_theme-light .vans_text-image-slider__link.-active, .vans_theme-light .vans_text-image-slider__link.-open, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link:hover, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link.-active, [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link.-open {
        color: #00adef; }
      html:not([dir="rtl"]) .vans_text-image-slider__link,
      html[dir="rtl"] .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link {
        margin-top: 18px; }
      html:not([dir="rtl"]) .vans_text-image-slider__link + .vans_text-image-slider__link,
      html[dir="rtl"] .vans_text-image-slider__link + .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-slider__link + .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-slider__link + .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link + .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link + .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-slider__link + .vans_text-image-slider__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image-slider__link + .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_text-image-slider__link + [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] .vans_text-image-slider__link + [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_text-image-slider__link + .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] .vans_text-image-slider__link + .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-slider__link + .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-slider__link + .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link + .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link + .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-slider__link + .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image-slider__link + .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-slider__link {
        margin-top: 12px; }
    .vans_theme-dark .vans_text-image-slider__link, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      color: #fff;
      cursor: pointer; }
      :lang(ko) .vans_theme-dark .vans_text-image-slider__link, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_theme-dark .vans_text-image-slider__link:hover, .vans_theme-dark .vans_text-image-slider__link.-active, .vans_theme-dark .vans_text-image-slider__link.-open, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link:hover, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link.-active, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link.-open {
        color: #00adef; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_text-image-slider__link,
      html[dir="rtl"] .vans_theme-dark .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link {
        margin-top: 18px; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_text-image-slider__link + .vans_theme-dark .vans_text-image-slider__link,
      html[dir="rtl"] .vans_theme-dark .vans_text-image-slider__link + .vans_theme-dark .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link + .vans_theme-dark .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link + .vans_theme-dark .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link + .vans_theme-dark .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link + .vans_theme-dark .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_theme-dark .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link,
      html[dir="rtl"] .vans_theme-dark .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link, html:not([dir="rtl"]) .vans_theme-dark .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link,
      html[dir="rtl"] .vans_theme-dark .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-slider__link {
        margin-top: 12px; }
    @supports (-webkit-line-clamp: 2) {
      .vans_text-image-slider__link {
        /* stylelint-disable value-no-vendor-prefix  */
        display: -webkit-box;
        /* stylelint-enable */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image-slider__link {
        max-height: calc(1em * 1 * 1.3);
        overflow: hidden; }
        @supports (-webkit-line-clamp: 1) {
          .vans_text-image-slider__link {
            /* stylelint-disable value-no-vendor-prefix  */
            display: -webkit-box;
            /* stylelint-enable */
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical; } } }
    @media only screen and (min-width: 1024px) {
      .vans_text-image-slider__link {
        max-height: calc(1em * 2 * 1.3);
        overflow: hidden; }
        @supports (-webkit-line-clamp: 2) {
          .vans_text-image-slider__link {
            /* stylelint-disable value-no-vendor-prefix  */
            display: -webkit-box;
            /* stylelint-enable */
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; } } }
  .vans_text-image-slider__disclaimer {
    opacity: 0;
    margin-top: 28px; }
    .vans_text-image-slider__disclaimer.-animation-ended {
      opacity: 1; }
    .vans_text-image-slider__disclaimer.-animate {
      opacity: 0;
      transform: translate3d(0, 60px, 0);
      animation: tis-move-up 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards; }
    @media only screen and (min-width: 0) {
      .vans_text-image-slider__disclaimer {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_text-image-slider__disclaimer {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image-slider__disclaimer {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_text-image-slider__disclaimer {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          margin-left: 16.66667% !important; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          margin-right: 16.66667% !important; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image-slider__disclaimer {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_text-image-slider__disclaimer {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_text-image-slider__disclaimer {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image-slider__disclaimer {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image-slider__disclaimer {
          padding-left: 12px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image-slider__disclaimer {
        margin-top: 31px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_text-image-double {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  .vans_text-image-double, [class*="vans_theme-"] .vans_text-image-double, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image-double, .vans_theme-light .vans_text-image-double, [class*="vans_theme-"] .vans_theme-light .vans_text-image-double, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image-double {
    color: #333; }
  .vans_theme-dark .vans_text-image-double, [class*="vans_theme-"] .vans_theme-dark .vans_text-image-double, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image-double {
    color: #fff; }
  html:not([dir="rtl"]) .vans_text-image-double,
  html[dir="rtl"] .vans_text-image-double {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_text-image-double,
  html[dir="rtl"] .vans_text-image-double {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_text-image-double {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-image-double {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-image-double {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_text-image-double,
    html[dir="rtl"] .vans_text-image-double {
      margin: 0 18px; }
    .vans_text-image-double > * {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double > * {
        padding-left: 6px; }
      html[dir="rtl"] .vans_text-image-double > * {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_text-image-double > * {
        padding-right: 6px; }
      html[dir="rtl"] .vans_text-image-double > * {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_text-image-double,
    html[dir="rtl"] .vans_text-image-double {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_text-image-double,
    html[dir="rtl"] .vans_text-image-double {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_text-image-double,
    html[dir="rtl"] .vans_text-image-double {
      margin: 0 44px; }
    html:not([dir="rtl"]) .vans_text-image-double {
      padding-left: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_text-image-double {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html:not([dir="rtl"]) .vans_text-image-double {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_text-image-double {
      padding-left: calc(0.16667 * (100% - 88px)); }
    .vans_text-image-double > * {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_text-image-double > * {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double > * {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double > * {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double > * {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-image-double {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_text-image-double,
      html[dir="rtl"] .vans_text-image-double {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_text-image-double {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_text-image-double,
      html[dir="rtl"] .vans_text-image-double {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_text-image-double {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_text-image-double,
      html[dir="rtl"] .vans_text-image-double {
        margin: 0 auto; } }
  @media only screen and (min-width: 0) {
    .vans_text-image-double__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-left: 6px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-right: 6px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_text-image-double__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-left: 6px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-right: 6px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-image-double__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_text-image-double__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-image-double__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_text-image-double__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_text-image-double__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__headline-container {
        padding-left: 12px; } }
  .vans_text-image-double__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_text-image-double__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_text-image-double__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image-double__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image-double__headline {
        font-size: 40px;
        line-height: 40px; } }
  html:not([dir="rtl"]) .vans_text-image-double__component-copy,
  html[dir="rtl"] .vans_text-image-double__component-copy {
    padding-top: 0.8em; }
  @media only screen and (min-width: 0) {
    .vans_text-image-double__component-copy {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-image-double__component-copy {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-image-double__component-copy {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_text-image-double__component-copy,
  html[dir="rtl"] .vans_text-image-double__component-copy {
    padding-bottom: 18px; }
  @media only screen and (min-width: 0) {
    .vans_text-image-double__column-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_text-image-double__column-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-image-double__column-wrapper {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_text-image-double__column-wrapper {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-image-double__column-wrapper {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_text-image-double__column-wrapper {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_text-image-double__column-wrapper {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__column-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__column-wrapper {
        padding-left: 12px; } }
  .vans_text-image-double__column-wrapper .vans_text-image__media,
  .vans_text-image-double__column-wrapper .vans_text-image__content {
    width: 100%;
    padding: 0 !important; }
  @media only screen and (min-width: 0) {
    .vans_text-image-double__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_text-image-double__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-image-double__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_text-image-double__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-image-double__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_text-image-double__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_text-image-double__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image-double__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image-double__disclaimer {
        padding-left: 12px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_text-image, .vans_text-image--end, .vans_text-image--full-width {
  width: 100%; }
  .vans_text-image, .vans_text-image--end, .vans_text-image--full-width, [class*="vans_theme-"] .vans_text-image, [class*="vans_theme-"] .vans_text-image--end, [class*="vans_theme-"] .vans_text-image--full-width, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image--end, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image--full-width, .vans_theme-light .vans_text-image, .vans_theme-light .vans_text-image--end, .vans_theme-light .vans_text-image--full-width, [class*="vans_theme-"] .vans_theme-light .vans_text-image, [class*="vans_theme-"] .vans_theme-light .vans_text-image--end, [class*="vans_theme-"] .vans_theme-light .vans_text-image--full-width, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image--end, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image--full-width {
    color: #333; }
  .vans_theme-dark .vans_text-image, .vans_theme-dark .vans_text-image--end, .vans_theme-dark .vans_text-image--full-width, [class*="vans_theme-"] .vans_theme-dark .vans_text-image, [class*="vans_theme-"] .vans_theme-dark .vans_text-image--end, [class*="vans_theme-"] .vans_theme-dark .vans_text-image--full-width, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image--end, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image--full-width {
    color: #fff; }
  html:not([dir="rtl"]) .vans_text-image, html:not([dir="rtl"]) .vans_text-image--end, html:not([dir="rtl"]) .vans_text-image--full-width,
  html[dir="rtl"] .vans_text-image,
  html[dir="rtl"] .vans_text-image--end,
  html[dir="rtl"] .vans_text-image--full-width {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_text-image, html:not([dir="rtl"]) .vans_text-image--end, html:not([dir="rtl"]) .vans_text-image--full-width,
  html[dir="rtl"] .vans_text-image,
  html[dir="rtl"] .vans_text-image--end,
  html[dir="rtl"] .vans_text-image--full-width {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_text-image, .vans_text-image--end, .vans_text-image--full-width {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-image, .vans_text-image--end, .vans_text-image--full-width {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-image, .vans_text-image--end, .vans_text-image--full-width {
      font-size: 33px;
      line-height: 33px; } }
  .vans_text-image__wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_text-image__wrapper,
      html[dir="rtl"] .vans_text-image__wrapper {
        margin: 0 18px; }
      .vans_text-image__wrapper > * {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__wrapper > * {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image__wrapper > * {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image__wrapper > * {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image__wrapper > * {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_text-image__wrapper,
      html[dir="rtl"] .vans_text-image__wrapper {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_text-image__wrapper,
      html[dir="rtl"] .vans_text-image__wrapper {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_text-image__wrapper,
      html[dir="rtl"] .vans_text-image__wrapper {
        margin: 0 44px; }
      html:not([dir="rtl"]) .vans_text-image__wrapper {
        padding-left: calc(0.16667 * (100% - 88px)); }
      html[dir="rtl"] .vans_text-image__wrapper {
        padding-right: calc(0.16667 * (100% - 88px)); }
      html:not([dir="rtl"]) .vans_text-image__wrapper {
        padding-right: calc(0.16667 * (100% - 88px)); }
      html[dir="rtl"] .vans_text-image__wrapper {
        padding-left: calc(0.16667 * (100% - 88px)); }
      .vans_text-image__wrapper > * {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_text-image__wrapper > * {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__wrapper > * {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__wrapper > * {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__wrapper > * {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image__wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_text-image__wrapper,
        html[dir="rtl"] .vans_text-image__wrapper {
          margin: 0 auto; }
        html:not([dir="rtl"]) .vans_text-image__wrapper {
          padding-left: calc(0.16667 * 1188px); }
        html[dir="rtl"] .vans_text-image__wrapper {
          padding-right: calc(0.16667 * 1188px); }
        html:not([dir="rtl"]) .vans_text-image__wrapper {
          padding-right: calc(0.16667 * 1188px); }
        html[dir="rtl"] .vans_text-image__wrapper {
          padding-left: calc(0.16667 * 1188px); }
        .vans_text-image__wrapper > * {
          flex: 0 0 auto;
          width: 66.66667%; }
          html:not([dir="rtl"]) .vans_text-image__wrapper > * {
            padding-left: 12px; }
          html[dir="rtl"] .vans_text-image__wrapper > * {
            padding-right: 12px; }
          html:not([dir="rtl"]) .vans_text-image__wrapper > * {
            padding-right: 12px; }
          html[dir="rtl"] .vans_text-image__wrapper > * {
            padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_text-image__wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_text-image__wrapper,
        html[dir="rtl"] .vans_text-image__wrapper {
          margin: 0 auto; }
        html:not([dir="rtl"]) .vans_text-image__wrapper {
          padding-left: calc(0.16667 * 1188px); }
        html[dir="rtl"] .vans_text-image__wrapper {
          padding-right: calc(0.16667 * 1188px); }
        html:not([dir="rtl"]) .vans_text-image__wrapper {
          padding-right: calc(0.16667 * 1188px); }
        html[dir="rtl"] .vans_text-image__wrapper {
          padding-left: calc(0.16667 * 1188px); }
        .vans_text-image__wrapper > * {
          flex: 0 0 auto;
          width: 66.66667%; }
          html:not([dir="rtl"]) .vans_text-image__wrapper > * {
            padding-left: 12px; }
          html[dir="rtl"] .vans_text-image__wrapper > * {
            padding-right: 12px; }
          html:not([dir="rtl"]) .vans_text-image__wrapper > * {
            padding-right: 12px; }
          html[dir="rtl"] .vans_text-image__wrapper > * {
            padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_text-image__wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_text-image__wrapper,
        html[dir="rtl"] .vans_text-image__wrapper {
          margin: 0 auto; } }
  .vans_text-image__headline {
    width: 100%;
    font-family: CorporateACondensedRegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_text-image__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_text-image__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_text-image__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_text-image__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_text-image__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__headline {
          padding-left: 12px; } }
    :lang(ko) .vans_text-image__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_text-image__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image__headline {
        font-size: 40px;
        line-height: 40px; } }
  @media only screen and (min-width: 0) {
    .vans_text-image__component-copy {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-left: 6px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-right: 6px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_text-image__component-copy {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-left: 6px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-right: 6px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-image__component-copy {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_text-image__component-copy {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-image__component-copy {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_text-image__component-copy {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_text-image__component-copy {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image__component-copy {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image__component-copy {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_text-image__component-copy,
  html[dir="rtl"] .vans_text-image__component-copy {
    padding-top: 0.8em; }
  @media only screen and (min-width: 0) {
    .vans_text-image__component-copy {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-image__component-copy {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-image__component-copy {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_text-image__component-copy,
  html[dir="rtl"] .vans_text-image__component-copy {
    padding-bottom: 18px; }
  .vans_text-image__disclaimer {
    width: 100%;
    order: 2; }
    @media only screen and (min-width: 0) {
      .vans_text-image__disclaimer {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_text-image__disclaimer {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image__disclaimer {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_text-image__disclaimer {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image__disclaimer {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_text-image__disclaimer {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_text-image__disclaimer {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__disclaimer {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__disclaimer {
          padding-left: 12px; } }
  .vans_text-image__media {
    overflow: hidden; }
    @media only screen and (min-width: 0) {
      .vans_text-image__media {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_text-image__media {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image__media {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_text-image__media {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image__media {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_text-image__media {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_text-image__media {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__media {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__media {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_text-image__media,
    html[dir="rtl"] .vans_text-image__media {
      margin-top: 1em; }
    @media only screen and (min-width: 0) {
      .vans_text-image__media {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image__media {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image__media {
        font-size: 33px;
        line-height: 33px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image__media {
        order: 1; } }
    .vans_text-image__media .vans_gallery {
      overflow: visible; }
      .vans_text-image__media .vans_gallery .vans_image {
        opacity: 1; }
      .vans_text-image__media .vans_gallery__page {
        position: relative;
        overflow: hidden;
        overflow: visible !important; }
        .vans_text-image__media .vans_gallery__page::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_text-image__media .vans_gallery__page::before,
          html[dir="rtl"] .vans_text-image__media .vans_gallery__page::before {
            padding-bottom: 56.25%; }
        .vans_text-image__media .vans_gallery__page > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_text-image__media .vans_gallery__page > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_text-image__media .vans_gallery__page > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_text-image__media .vans_gallery__page > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_text-image__media .vans_gallery__page > .vans_image {
            left: 0; }
        html:not([dir="rtl"]) .vans_text-image__media .vans_gallery__page {
          margin-right: 12px; }
        html[dir="rtl"] .vans_text-image__media .vans_gallery__page {
          margin-left: 12px; }
      @media only screen and (min-width: 768px) {
        .vans_text-image__media .vans_gallery__pagination-dot {
          width: 32px; } }
  .vans_text-image__media-wrapper {
    width: 100%;
    overflow: hidden; }
  .vans_text-image__media-image {
    position: relative;
    overflow: hidden; }
    .vans_text-image__media-image::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image__media-image::before,
      html[dir="rtl"] .vans_text-image__media-image::before {
        padding-bottom: 56.25%; }
    .vans_text-image__media-image > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_text-image__media-image > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_text-image__media-image > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_text-image__media-image > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_text-image__media-image > .vans_image {
        left: 0; }
  .vans_text-image__media-video {
    position: relative;
    overflow: hidden; }
    .vans_text-image__media-video::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image__media-video::before,
      html[dir="rtl"] .vans_text-image__media-video::before {
        padding-bottom: 56.25%; }
    .vans_text-image__media-video > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_text-image__media-video > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_text-image__media-video > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_text-image__media-video > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_text-image__media-video > .vans_image {
        left: 0; }
  .vans_text-image__media-iframe {
    width: 100%;
    height: 100%; }
  .vans_text-image__media-description {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    display: none; }
    :lang(ko) .vans_text-image__media-description {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_text-image__media-description,
    html[dir="rtl"] .vans_text-image__media-description {
      margin-top: 12px; }
    .vans_text-image__media-description.-active {
      display: block; }
  @media only screen and (min-width: 0) {
    .vans_text-image__content {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-left: 6px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-right: 6px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_text-image__content {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-left: 6px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-right: 6px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-image__content {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_text-image__content {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-image__content {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_text-image__content {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_text-image__content {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image__content {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image__content {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_text-image__content,
  html[dir="rtl"] .vans_text-image__content {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_text-image__content {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-image__content {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-image__content {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-image__content {
      order: 2; } }
  .vans_text-image__subheadline {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_text-image__subheadline {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    html:not([dir="rtl"]) .vans_text-image__subheadline,
    html[dir="rtl"] .vans_text-image__subheadline {
      margin-bottom: 18px; }
  .vans_text-image__buttons {
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image__buttons,
    html[dir="rtl"] .vans_text-image__buttons {
      margin-top: 28px; }
  .vans_text-image__primary-button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image__primary-button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_text-image__primary-button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_text-image__primary-button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_text-image__primary-button {
      padding-left: 20px; }
    .vans_text-image__primary-button::after {
      border-color: transparent; }
    .vans_text-image__primary-button::after { }
    .vans_text-image__primary-button.-active::after,
    html.-hover .vans_text-image__primary-button:active:hover::after, .vans_text-image__primary-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_text-image__primary-button.-disabled::after,
    html.-hover .vans_text-image__primary-button.-disabled:hover::after,
    html.-hover .vans_text-image__primary-button.-disabled:active:hover::after, .vans_text-image__primary-button[disabled]::after,
    html.-hover .vans_text-image__primary-button[disabled]:hover::after,
    html.-hover .vans_text-image__primary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_text-image__primary-button.-disabled::after,
    html.-hover .vans_text-image__primary-button.-disabled:hover::after,
    html.-hover .vans_text-image__primary-button.-disabled:active:hover::after, .vans_text-image__primary-button[disabled]::after,
    html.-hover .vans_text-image__primary-button[disabled]:hover::after,
    html.-hover .vans_text-image__primary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_text-image__primary-button.-disabled::after,
      html[dir="rtl"] .vans_text-image__primary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_text-image__primary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_text-image__primary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_text-image__primary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_text-image__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_text-image__primary-button[disabled]::after,
      html[dir="rtl"] .vans_text-image__primary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_text-image__primary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_text-image__primary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_text-image__primary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_text-image__primary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_text-image__primary-button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_text-image__primary-button::after {
        right: 0; }
      html[dir="rtl"] .vans_text-image__primary-button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_text-image__primary-button::after {
        left: 0; }
      html[dir="rtl"] .vans_text-image__primary-button::after {
        right: 0; }
    .vans_text-image__primary-button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_text-image__primary-button::before {
        right: 0; }
      html[dir="rtl"] .vans_text-image__primary-button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_text-image__primary-button::before {
        left: 0; }
      html[dir="rtl"] .vans_text-image__primary-button::before {
        right: 0; }
    .vans_text-image__primary-button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_text-image__primary-button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_text-image__primary-button,
    html[dir="rtl"] .vans_text-image__primary-button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_text-image__primary-button,
    html[dir="rtl"] .vans_text-image__primary-button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_text-image__primary-button,
    html[dir="rtl"] .vans_text-image__primary-button {
      padding-bottom: 0; }
    .vans_text-image__primary-button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_text-image__primary-button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    .vans_text-image__primary-button, [class*="vans_theme-"] .vans_text-image__primary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button, .vans_theme-light .vans_text-image__primary-button, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button {
      color: #fff;
      background: #333; }
      .vans_text-image__primary-button::after, [class*="vans_theme-"] .vans_text-image__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button::after, .vans_theme-light .vans_text-image__primary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button::after {
        border-color: transparent; }
      .vans_text-image__primary-button::after, [class*="vans_theme-"] .vans_text-image__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button::after, .vans_theme-light .vans_text-image__primary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button::after { }
      html.-hover .vans_text-image__primary-button:hover, html.-hover [class*="vans_theme-"] .vans_text-image__primary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button:hover, html.-hover .vans_theme-light .vans_text-image__primary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button:hover {
        background: #242424; }
      .vans_text-image__primary-button:focus, [class*="vans_theme-"] .vans_text-image__primary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button:focus, .vans_theme-light .vans_text-image__primary-button:focus, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button:focus {
        background: #242424; }
      .vans_text-image__primary-button.-active,
      html.-hover .vans_text-image__primary-button:active:hover, .vans_text-image__primary-button:active:focus, [class*="vans_theme-"] .vans_text-image__primary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_text-image__primary-button:active:hover, [class*="vans_theme-"] .vans_text-image__primary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button:active:focus, .vans_theme-light .vans_text-image__primary-button.-active,
      html.-hover .vans_theme-light .vans_text-image__primary-button:active:hover, .vans_theme-light .vans_text-image__primary-button:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button:active:focus {
        color: #fff;
        background: #242424; }
        .vans_text-image__primary-button.-active::after,
        html.-hover .vans_text-image__primary-button:active:hover::after, .vans_text-image__primary-button:active:focus::after, [class*="vans_theme-"] .vans_text-image__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__primary-button:active:hover::after, [class*="vans_theme-"] .vans_text-image__primary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button:active:focus::after, .vans_theme-light .vans_text-image__primary-button.-active::after,
        html.-hover .vans_theme-light .vans_text-image__primary-button:active:hover::after, .vans_theme-light .vans_text-image__primary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_text-image__primary-button.-disabled,
      html.-hover .vans_text-image__primary-button.-disabled:hover,
      html.-hover .vans_text-image__primary-button.-disabled:active:hover, .vans_text-image__primary-button[disabled],
      html.-hover .vans_text-image__primary-button[disabled]:hover,
      html.-hover .vans_text-image__primary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_text-image__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_text-image__primary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:active:hover, .vans_theme-light .vans_text-image__primary-button.-disabled,
      html.-hover .vans_theme-light .vans_text-image__primary-button.-disabled:hover,
      html.-hover .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover, .vans_theme-light .vans_text-image__primary-button[disabled],
      html.-hover .vans_theme-light .vans_text-image__primary-button[disabled]:hover,
      html.-hover .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover {
        background-color: #333; }
        .vans_text-image__primary-button.-disabled::after,
        html.-hover .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover .vans_text-image__primary-button.-disabled:active:hover::after, .vans_text-image__primary-button[disabled]::after,
        html.-hover .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover .vans_text-image__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_text-image__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_text-image__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:active:hover::after, .vans_theme-light .vans_text-image__primary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover::after, .vans_theme-light .vans_text-image__primary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_text-image__primary-button.-disabled::after,
        html.-hover .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover .vans_text-image__primary-button.-disabled:active:hover::after, .vans_text-image__primary-button[disabled]::after,
        html.-hover .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover .vans_text-image__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_text-image__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_text-image__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:active:hover::after, .vans_theme-light .vans_text-image__primary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover::after, .vans_theme-light .vans_text-image__primary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_text-image__primary-button.-disabled::after,
          html[dir="rtl"] .vans_text-image__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_text-image__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_text-image__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_text-image__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_text-image__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_text-image__primary-button[disabled]::after,
          html[dir="rtl"] .vans_text-image__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_text-image__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_text-image__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_text-image__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_text-image__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_text-image__primary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-light .vans_text-image__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_text-image__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_text-image__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_text-image__primary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-light .vans_text-image__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_text-image__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_text-image__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__primary-button[disabled]:active:hover::after {
            border-width: 1px; }
    .vans_theme-dark .vans_text-image__primary-button, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button {
      color: #333;
      background: #ececec; }
      .vans_theme-dark .vans_text-image__primary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button::after {
        border-color: transparent; }
      .vans_theme-dark .vans_text-image__primary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button::after { }
      html.-hover .vans_theme-dark .vans_text-image__primary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button:hover {
        background: #d9d9d9; }
      .vans_theme-dark .vans_text-image__primary-button:focus, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button:focus {
        background: #d9d9d9; }
      .vans_theme-dark .vans_text-image__primary-button.-active,
      html.-hover .vans_theme-dark .vans_text-image__primary-button:active:hover, .vans_theme-dark .vans_text-image__primary-button:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button:active:focus {
        color: #333;
        background: #d9d9d9; }
        .vans_theme-dark .vans_text-image__primary-button.-active::after,
        html.-hover .vans_theme-dark .vans_text-image__primary-button:active:hover::after, .vans_theme-dark .vans_text-image__primary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_text-image__primary-button.-disabled,
      html.-hover .vans_theme-dark .vans_text-image__primary-button.-disabled:hover,
      html.-hover .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover, .vans_theme-dark .vans_text-image__primary-button[disabled],
      html.-hover .vans_theme-dark .vans_text-image__primary-button[disabled]:hover,
      html.-hover .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover {
        background-color: #ececec; }
        .vans_theme-dark .vans_text-image__primary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover::after, .vans_theme-dark .vans_text-image__primary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_text-image__primary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover::after, .vans_theme-dark .vans_text-image__primary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_theme-dark .vans_text-image__primary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-dark .vans_text-image__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_text-image__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_text-image__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_text-image__primary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-dark .vans_text-image__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_text-image__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_text-image__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__primary-button[disabled]:active:hover::after {
            border-width: 1px; }
    html:not([dir="rtl"]) .vans_text-image__primary-button,
    html[dir="rtl"] .vans_text-image__primary-button {
      margin-top: 12px; }
    html .vans_text-image__primary-button {
      text-align: center; }
    @media only screen and (min-width: 480px) {
      .vans_text-image__primary-button {
        width: auto; }
        html:not([dir="rtl"]) .vans_text-image__primary-button {
          margin-right: 12px; }
        html[dir="rtl"] .vans_text-image__primary-button {
          margin-left: 12px; } }
  .vans_text-image__secondary-button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image__secondary-button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_text-image__secondary-button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_text-image__secondary-button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_text-image__secondary-button {
      padding-left: 20px; }
    .vans_text-image__secondary-button::after {
      border-color: transparent; }
    .vans_text-image__secondary-button::after { }
    .vans_text-image__secondary-button.-active::after,
    html.-hover .vans_text-image__secondary-button:active:hover::after, .vans_text-image__secondary-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_text-image__secondary-button.-disabled::after,
    html.-hover .vans_text-image__secondary-button.-disabled:hover::after,
    html.-hover .vans_text-image__secondary-button.-disabled:active:hover::after, .vans_text-image__secondary-button[disabled]::after,
    html.-hover .vans_text-image__secondary-button[disabled]:hover::after,
    html.-hover .vans_text-image__secondary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_text-image__secondary-button.-disabled::after,
    html.-hover .vans_text-image__secondary-button.-disabled:hover::after,
    html.-hover .vans_text-image__secondary-button.-disabled:active:hover::after, .vans_text-image__secondary-button[disabled]::after,
    html.-hover .vans_text-image__secondary-button[disabled]:hover::after,
    html.-hover .vans_text-image__secondary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_text-image__secondary-button.-disabled::after,
      html[dir="rtl"] .vans_text-image__secondary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_text-image__secondary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_text-image__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_text-image__secondary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_text-image__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_text-image__secondary-button[disabled]::after,
      html[dir="rtl"] .vans_text-image__secondary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_text-image__secondary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_text-image__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_text-image__secondary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_text-image__secondary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_text-image__secondary-button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_text-image__secondary-button::after {
        right: 0; }
      html[dir="rtl"] .vans_text-image__secondary-button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_text-image__secondary-button::after {
        left: 0; }
      html[dir="rtl"] .vans_text-image__secondary-button::after {
        right: 0; }
    .vans_text-image__secondary-button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_text-image__secondary-button::before {
        right: 0; }
      html[dir="rtl"] .vans_text-image__secondary-button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_text-image__secondary-button::before {
        left: 0; }
      html[dir="rtl"] .vans_text-image__secondary-button::before {
        right: 0; }
    .vans_text-image__secondary-button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_text-image__secondary-button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_text-image__secondary-button,
    html[dir="rtl"] .vans_text-image__secondary-button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_text-image__secondary-button,
    html[dir="rtl"] .vans_text-image__secondary-button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_text-image__secondary-button,
    html[dir="rtl"] .vans_text-image__secondary-button {
      padding-bottom: 0; }
    .vans_text-image__secondary-button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_text-image__secondary-button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    .vans_text-image__secondary-button, [class*="vans_theme-"] .vans_text-image__secondary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button, .vans_theme-light .vans_text-image__secondary-button, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button {
      color: #333;
      background: #ececec; }
      .vans_text-image__secondary-button::after, [class*="vans_theme-"] .vans_text-image__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button::after, .vans_theme-light .vans_text-image__secondary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button::after {
        border-color: transparent; }
      .vans_text-image__secondary-button::after, [class*="vans_theme-"] .vans_text-image__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button::after, .vans_theme-light .vans_text-image__secondary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button::after { }
      html.-hover .vans_text-image__secondary-button:hover, html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button:hover, html.-hover .vans_theme-light .vans_text-image__secondary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button:hover {
        background: #d9d9d9; }
      .vans_text-image__secondary-button:focus, [class*="vans_theme-"] .vans_text-image__secondary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button:focus, .vans_theme-light .vans_text-image__secondary-button:focus, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button:focus {
        background: #d9d9d9; }
      .vans_text-image__secondary-button.-active,
      html.-hover .vans_text-image__secondary-button:active:hover, .vans_text-image__secondary-button:active:focus, [class*="vans_theme-"] .vans_text-image__secondary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button:active:hover, [class*="vans_theme-"] .vans_text-image__secondary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button:active:focus, .vans_theme-light .vans_text-image__secondary-button.-active,
      html.-hover .vans_theme-light .vans_text-image__secondary-button:active:hover, .vans_theme-light .vans_text-image__secondary-button:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button:active:focus {
        color: #333;
        background: #d9d9d9; }
        .vans_text-image__secondary-button.-active::after,
        html.-hover .vans_text-image__secondary-button:active:hover::after, .vans_text-image__secondary-button:active:focus::after, [class*="vans_theme-"] .vans_text-image__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button:active:hover::after, [class*="vans_theme-"] .vans_text-image__secondary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button:active:focus::after, .vans_theme-light .vans_text-image__secondary-button.-active::after,
        html.-hover .vans_theme-light .vans_text-image__secondary-button:active:hover::after, .vans_theme-light .vans_text-image__secondary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_text-image__secondary-button.-disabled,
      html.-hover .vans_text-image__secondary-button.-disabled:hover,
      html.-hover .vans_text-image__secondary-button.-disabled:active:hover, .vans_text-image__secondary-button[disabled],
      html.-hover .vans_text-image__secondary-button[disabled]:hover,
      html.-hover .vans_text-image__secondary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_text-image__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:active:hover, .vans_theme-light .vans_text-image__secondary-button.-disabled,
      html.-hover .vans_theme-light .vans_text-image__secondary-button.-disabled:hover,
      html.-hover .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover, .vans_theme-light .vans_text-image__secondary-button[disabled],
      html.-hover .vans_theme-light .vans_text-image__secondary-button[disabled]:hover,
      html.-hover .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover {
        background-color: #ececec; }
        .vans_text-image__secondary-button.-disabled::after,
        html.-hover .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover .vans_text-image__secondary-button.-disabled:active:hover::after, .vans_text-image__secondary-button[disabled]::after,
        html.-hover .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover .vans_text-image__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:active:hover::after, .vans_theme-light .vans_text-image__secondary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover::after, .vans_theme-light .vans_text-image__secondary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_text-image__secondary-button.-disabled::after,
        html.-hover .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover .vans_text-image__secondary-button.-disabled:active:hover::after, .vans_text-image__secondary-button[disabled]::after,
        html.-hover .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover .vans_text-image__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:active:hover::after, .vans_theme-light .vans_text-image__secondary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover::after, .vans_theme-light .vans_text-image__secondary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_text-image__secondary-button.-disabled::after,
          html[dir="rtl"] .vans_text-image__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_text-image__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_text-image__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_text-image__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_text-image__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_text-image__secondary-button[disabled]::after,
          html[dir="rtl"] .vans_text-image__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_text-image__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_text-image__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_text-image__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_text-image__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_text-image__secondary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-light .vans_text-image__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_text-image__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_text-image__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_text-image__secondary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-light .vans_text-image__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_text-image__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_text-image__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__secondary-button[disabled]:active:hover::after {
            border-width: 1px; }
    .vans_theme-dark .vans_text-image__secondary-button, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button {
      color: #fff;
      background: #333; }
      .vans_theme-dark .vans_text-image__secondary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button::after {
        border-color: transparent; }
      .vans_theme-dark .vans_text-image__secondary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button::after { }
      html.-hover .vans_theme-dark .vans_text-image__secondary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button:hover {
        background: #242424; }
      .vans_theme-dark .vans_text-image__secondary-button:focus, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button:focus {
        background: #242424; }
      .vans_theme-dark .vans_text-image__secondary-button.-active,
      html.-hover .vans_theme-dark .vans_text-image__secondary-button:active:hover, .vans_theme-dark .vans_text-image__secondary-button:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button:active:focus {
        color: #fff;
        background: #242424; }
        .vans_theme-dark .vans_text-image__secondary-button.-active::after,
        html.-hover .vans_theme-dark .vans_text-image__secondary-button:active:hover::after, .vans_theme-dark .vans_text-image__secondary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_text-image__secondary-button.-disabled,
      html.-hover .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover,
      html.-hover .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover, .vans_theme-dark .vans_text-image__secondary-button[disabled],
      html.-hover .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover,
      html.-hover .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover {
        background-color: #333; }
        .vans_theme-dark .vans_text-image__secondary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover::after, .vans_theme-dark .vans_text-image__secondary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_text-image__secondary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover::after, .vans_theme-dark .vans_text-image__secondary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_theme-dark .vans_text-image__secondary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-dark .vans_text-image__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_text-image__secondary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-dark .vans_text-image__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__secondary-button[disabled]:active:hover::after {
            border-width: 1px; }
    html .vans_text-image__secondary-button {
      text-align: center; }
    html:not([dir="rtl"]) .vans_text-image__secondary-button,
    html[dir="rtl"] .vans_text-image__secondary-button {
      margin-top: 12px; }
    @media only screen and (min-width: 480px) {
      .vans_text-image__secondary-button {
        width: auto; } }
  .vans_text-image__app-buttons {
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image__app-buttons,
    html[dir="rtl"] .vans_text-image__app-buttons {
      margin-top: 28px; }
    .vans_text-image__app-buttons > * {
      display: inline-block;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image__app-buttons > *,
      html[dir="rtl"] .vans_text-image__app-buttons > * {
        margin-top: 12px; }
      @media only screen and (min-width: 480px) {
        .vans_text-image__app-buttons > * {
          width: auto; }
          html:not([dir="rtl"]) .vans_text-image__app-buttons > * {
            margin-right: 12px; }
          html[dir="rtl"] .vans_text-image__app-buttons > * {
            margin-left: 12px; } }
      html:not([dir="rtl"]) .vans_text-image__app-buttons > *:last-child {
        margin-right: 0; }
      html[dir="rtl"] .vans_text-image__app-buttons > *:last-child {
        margin-left: 0; }
  .vans_text-image__download-buttons--half {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-left: -6px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-right: -6px; }
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-right: -6px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-left: -6px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-left: -6px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-right: -6px; }
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-right: -6px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-left: -6px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-left: -12px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-right: -12px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-left: -12px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-left: -12px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-right: -12px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-left: -12px; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-left: -12px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-right: -12px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-left: -12px; } }
    @media only screen and (min-width: 1440px) {
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-left: -12px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-right: -12px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-left: -12px; } }
    @media only screen and (min-width: 1921px) {
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-left: -12px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half {
        margin-right: -12px; }
      html[dir="rtl"] .vans_text-image__download-buttons--half {
        margin-left: -12px; } }
    html:not([dir="rtl"]) .vans_text-image__download-buttons--half,
    html[dir="rtl"] .vans_text-image__download-buttons--half {
      padding-top: 22px; }
    @media only screen and (min-width: 0) {
      .vans_text-image__download-buttons--half > * {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_text-image__download-buttons--half > * {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-left: 6px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-right: 6px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_text-image__download-buttons--half > * {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_text-image__download-buttons--half > * {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_text-image__download-buttons--half > * {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_text-image__download-buttons--half > * {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_text-image__download-buttons--half > * {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-left: 12px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * {
          padding-right: 12px; }
        html[dir="rtl"] .vans_text-image__download-buttons--half > * {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * *[class$="wrapper"],
    html[dir="rtl"] .vans_text-image__download-buttons--half > * *[class$="wrapper"] {
      border: 0; }
    html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * *[class$="wrapper"],
    html[dir="rtl"] .vans_text-image__download-buttons--half > * *[class$="wrapper"] {
      border-bottom: 1px solid #ddd; }
    html:not([dir="rtl"]) .vans_text-image__download-buttons--half > * *[class$="wrapper"],
    html[dir="rtl"] .vans_text-image__download-buttons--half > * *[class$="wrapper"] {
      padding-bottom: 18px; }
    .vans_text-image__download-buttons--half > *:last-child *[class$="wrapper"] {
      border-bottom: none !important; }
      html:not([dir="rtl"]) .vans_text-image__download-buttons--half > *:last-child *[class$="wrapper"],
      html[dir="rtl"] .vans_text-image__download-buttons--half > *:last-child *[class$="wrapper"] {
        padding-bottom: 0; }
  .vans_text-image__download {
    display: flex; }
    .vans_text-image__download, [class*="vans_theme-"] .vans_text-image__download, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__download, .vans_theme-light .vans_text-image__download, [class*="vans_theme-"] .vans_theme-light .vans_text-image__download, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__download {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      cursor: pointer;
      color: #333; }
      :lang(ko) .vans_text-image__download, :lang(ko) [class*="vans_theme-"] .vans_text-image__download, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__download, :lang(ko) .vans_theme-light .vans_text-image__download, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_text-image__download, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__download {
        font-family: MBKCorporateSRegular, sans-serif; }
      .vans_text-image__download *[class$="description"], [class*="vans_theme-"] .vans_text-image__download *[class$="description"], [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__download *[class$="description"], .vans_theme-light .vans_text-image__download *[class$="description"], [class*="vans_theme-"] .vans_theme-light .vans_text-image__download *[class$="description"], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__download *[class$="description"] {
        color: #999; }
      html.-hover .vans_text-image__download:hover, html.-hover [class*="vans_theme-"] .vans_text-image__download:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__download:hover, html.-hover .vans_theme-light .vans_text-image__download:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__download:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__download:hover {
        color: #00adef; }
        html.-hover .vans_text-image__download:hover *[class$="description"], html.-hover [class*="vans_theme-"] .vans_text-image__download:hover *[class$="description"], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__download:hover *[class$="description"], html.-hover .vans_theme-light .vans_text-image__download:hover *[class$="description"], html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__download:hover *[class$="description"], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__download:hover *[class$="description"] {
          color: #00adef; }
    .vans_theme-dark .vans_text-image__download, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__download, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__download {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      cursor: pointer;
      color: #fff; }
      :lang(ko) .vans_theme-dark .vans_text-image__download, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_text-image__download, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__download {
        font-family: MBKCorporateSRegular, sans-serif; }
      .vans_theme-dark .vans_text-image__download *[class$="description"], [class*="vans_theme-"] .vans_theme-dark .vans_text-image__download *[class$="description"], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__download *[class$="description"] {
        color: #999; }
      html.-hover .vans_theme-dark .vans_text-image__download:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__download:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__download:hover {
        color: #00adef; }
        html.-hover .vans_theme-dark .vans_text-image__download:hover *[class$="description"], html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__download:hover *[class$="description"], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__download:hover *[class$="description"] {
          color: #00adef; }
    html:not([dir="rtl"]) .vans_text-image__download,
    html[dir="rtl"] .vans_text-image__download {
      margin-top: 18px; }
    .vans_text-image__download *[class$="wrapper"] {
      width: 100%;
      display: flex; }
    html:not([dir="rtl"]) .vans_text-image__download *[class$="text"] {
      padding-left: 9px; }
    html[dir="rtl"] .vans_text-image__download *[class$="text"] {
      padding-right: 9px; }
    .vans_text-image__download *[class$="description"] {
      display: block; }
      html:not([dir="rtl"]) .vans_text-image__download *[class$="description"],
      html[dir="rtl"] .vans_text-image__download *[class$="description"] {
        padding-top: 9px; }
  .vans_text-image__links {
    position: relative;
    display: flex;
    flex-flow: column; }
  .vans_text-image__link {
    display: flex;
    flex-flow: row nowrap; }
    .vans_text-image__link, [class*="vans_theme-"] .vans_text-image__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link, .vans_theme-light .vans_text-image__link, [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      color: #333;
      cursor: pointer; }
      :lang(ko) .vans_text-image__link, :lang(ko) [class*="vans_theme-"] .vans_text-image__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link, :lang(ko) .vans_theme-light .vans_text-image__link, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_text-image__link:hover, .vans_text-image__link.-active, .vans_text-image__link.-open, html.-hover [class*="vans_theme-"] .vans_text-image__link:hover, [class*="vans_theme-"] .vans_text-image__link.-active, [class*="vans_theme-"] .vans_text-image__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link.-open, html.-hover .vans_theme-light .vans_text-image__link:hover, .vans_theme-light .vans_text-image__link.-active, .vans_theme-light .vans_text-image__link.-open, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_text-image__link:hover, [class*="vans_theme-"] .vans_theme-light .vans_text-image__link.-active, [class*="vans_theme-"] .vans_theme-light .vans_text-image__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link.-open {
        color: #00adef; }
      html:not([dir="rtl"]) .vans_text-image__link,
      html[dir="rtl"] .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link {
        margin-top: 18px; }
      html:not([dir="rtl"]) .vans_text-image__link + .vans_text-image__link,
      html[dir="rtl"] .vans_text-image__link + .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image__link + .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image__link + .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link + .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link + .vans_text-image__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image__link + .vans_text-image__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image__link + .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + .vans_text-image__link, html:not([dir="rtl"]) .vans_text-image__link + [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] .vans_text-image__link + [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link, html:not([dir="rtl"]) .vans_text-image__link + .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] .vans_text-image__link + .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image__link + .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image__link + .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link + .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link + .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image__link + .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image__link + .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) .vans_text-image__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] .vans_text-image__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_text-image__link {
        margin-top: 12px; }
    .vans_theme-dark .vans_text-image__link, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      color: #fff;
      cursor: pointer; }
      :lang(ko) .vans_theme-dark .vans_text-image__link, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_theme-dark .vans_text-image__link:hover, .vans_theme-dark .vans_text-image__link.-active, .vans_theme-dark .vans_text-image__link.-open, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link:hover, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link.-active, [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link.-open {
        color: #00adef; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_text-image__link,
      html[dir="rtl"] .vans_theme-dark .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link {
        margin-top: 18px; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_text-image__link + .vans_theme-dark .vans_text-image__link,
      html[dir="rtl"] .vans_theme-dark .vans_text-image__link + .vans_theme-dark .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link + .vans_theme-dark .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link + .vans_theme-dark .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link + .vans_theme-dark .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link + .vans_theme-dark .vans_text-image__link, html:not([dir="rtl"]) .vans_theme-dark .vans_text-image__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link,
      html[dir="rtl"] .vans_theme-dark .vans_text-image__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link + [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link, html:not([dir="rtl"]) .vans_theme-dark .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link,
      html[dir="rtl"] .vans_theme-dark .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_text-image__link {
        margin-top: 12px; }
  html:not([dir="rtl"]) .vans_text-image__link-text {
    padding-left: 5px; }
  html[dir="rtl"] .vans_text-image__link-text {
    padding-right: 5px; }

@media only screen and (min-width: 768px) {
  .vans_text-image--end .vans_text-image__media {
    order: 2; }
  .vans_text-image--end .vans_text-image__content {
    order: 1; } }

@media only screen and (min-width: 0) {
  .vans_text-image--full-width .vans_text-image__media {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-left: 6px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-right: 6px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_text-image--full-width .vans_text-image__media {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-left: 6px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-right: 6px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_text-image--full-width .vans_text-image__media {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_text-image--full-width .vans_text-image__media {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_text-image--full-width .vans_text-image__media {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_text-image--full-width .vans_text-image__media {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_text-image--full-width .vans_text-image__media {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__media {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__media {
      padding-left: 12px; } }

@media only screen and (min-width: 0) {
  .vans_text-image--full-width .vans_text-image__content {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-left: 6px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-right: 6px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_text-image--full-width .vans_text-image__content {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-left: 6px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-right: 6px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_text-image--full-width .vans_text-image__content {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_text-image--full-width .vans_text-image__content {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_text-image--full-width .vans_text-image__content {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_text-image--full-width .vans_text-image__content {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_text-image--full-width .vans_text-image__content {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__content {
      padding-left: 12px; } }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__primary-button,
  html[dir="rtl"] .vans_text-image--full-width .vans_text-image__primary-button {
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .vans_text-image--full-width .vans_gallery__pagination-dot {
    width: 64px !important; } }

.vans_text-image--full-width .vans_text-image__download-buttons {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -6px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -6px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -6px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -6px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -6px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -6px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -12px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -12px; } }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -12px; } }
  @media only screen and (min-width: 1440px) {
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -12px; } }
  @media only screen and (min-width: 1921px) {
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-right: -12px; }
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
      margin-left: -12px; } }
  html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons,
  html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons {
    padding-top: 22px; }
  @media only screen and (min-width: 0) {
    .vans_text-image--full-width .vans_text-image__download-buttons > * {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 6px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 6px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_text-image--full-width .vans_text-image__download-buttons > * {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 6px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 6px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_text-image--full-width .vans_text-image__download-buttons > * {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_text-image--full-width .vans_text-image__download-buttons > * {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_text-image--full-width .vans_text-image__download-buttons > * {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_text-image--full-width .vans_text-image__download-buttons > * {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_text-image--full-width .vans_text-image__download-buttons > * {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 12px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-right: 12px; }
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * *[class$="wrapper"],
  html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * *[class$="wrapper"] {
    border: 0; }
  html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * *[class$="wrapper"],
  html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * *[class$="wrapper"] {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > * *[class$="wrapper"],
  html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > * *[class$="wrapper"] {
    padding-bottom: 18px; }
  .vans_text-image--full-width .vans_text-image__download-buttons > *:last-child *[class$="wrapper"] {
    border-bottom: none !important; }
    html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons > *:last-child *[class$="wrapper"],
    html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons > *:last-child *[class$="wrapper"] {
      padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .vans_text-image--full-width .vans_text-image__download-buttons.-even > *:nth-last-child(-n+2) *[class$="wrapper"] {
      border-bottom: none; }
      html:not([dir="rtl"]) .vans_text-image--full-width .vans_text-image__download-buttons.-even > *:nth-last-child(-n+2) *[class$="wrapper"],
      html[dir="rtl"] .vans_text-image--full-width .vans_text-image__download-buttons.-even > *:nth-last-child(-n+2) *[class$="wrapper"] {
        padding-bottom: 0; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_technical-data, [class*="vans_theme-"] .vans_technical-data, [class*="vans_theme-"] [class*="vans_theme-"] .vans_technical-data, .vans_theme-light .vans_technical-data, [class*="vans_theme-"] .vans_theme-light .vans_technical-data, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_technical-data {
  color: #333; }

.vans_theme-dark .vans_technical-data, [class*="vans_theme-"] .vans_theme-dark .vans_technical-data, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_technical-data {
  color: #fff; }

html:not([dir="rtl"]) .vans_technical-data,
html[dir="rtl"] .vans_technical-data {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_technical-data {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_technical-data {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_technical-data {
    font-size: 33px;
    line-height: 33px; } }

.vans_technical-data__wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  position: relative; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_technical-data__wrapper,
    html[dir="rtl"] .vans_technical-data__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_technical-data__wrapper,
    html[dir="rtl"] .vans_technical-data__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_technical-data__wrapper,
    html[dir="rtl"] .vans_technical-data__wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_technical-data__wrapper,
    html[dir="rtl"] .vans_technical-data__wrapper {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_technical-data__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_technical-data__wrapper,
      html[dir="rtl"] .vans_technical-data__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_technical-data__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_technical-data__wrapper,
      html[dir="rtl"] .vans_technical-data__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_technical-data__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_technical-data__wrapper,
      html[dir="rtl"] .vans_technical-data__wrapper {
        margin: 0 auto; } }

.vans_technical-data__inner {
  position: relative; }
  @media only screen and (min-width: 0) {
    .vans_technical-data__inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-left: 6px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-right: 6px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_technical-data__inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-left: 6px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-right: 6px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_technical-data__inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_technical-data__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_technical-data__inner {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_technical-data__inner {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_technical-data__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_technical-data__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_technical-data__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_technical-data__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_technical-data__inner {
        padding-left: 12px; } }

html:not([dir="rtl"]) .vans_technical-data__headline-wrapper,
html[dir="rtl"] .vans_technical-data__headline-wrapper {
  padding-top: 1.5em; }

@media only screen and (min-width: 0) {
  .vans_technical-data__headline-wrapper {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_technical-data__headline-wrapper {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_technical-data__headline-wrapper {
    font-size: 33px;
    line-height: 33px; } }

.vans_technical-data__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_technical-data__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_technical-data__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_technical-data__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_technical-data__headline {
      font-size: 40px;
      line-height: 40px; } }

html:not([dir="rtl"]) .vans_technical-data__filters,
html[dir="rtl"] .vans_technical-data__filters {
  padding-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_technical-data__filters {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_technical-data__filters {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_technical-data__filters {
    font-size: 33px;
    line-height: 33px; } }

.vans_technical-data__filters .vans_slider__dropdown {
  display: inline-flex; }

.vans_technical-data__filters-wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_technical-data__filters-wrapper,
    html[dir="rtl"] .vans_technical-data__filters-wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_technical-data__filters-wrapper,
    html[dir="rtl"] .vans_technical-data__filters-wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_technical-data__filters-wrapper,
    html[dir="rtl"] .vans_technical-data__filters-wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_technical-data__filters-wrapper,
    html[dir="rtl"] .vans_technical-data__filters-wrapper {
      margin: 0 44px; }
    html:not([dir="rtl"]) .vans_technical-data__filters-wrapper {
      padding-left: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_technical-data__filters-wrapper {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html:not([dir="rtl"]) .vans_technical-data__filters-wrapper {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_technical-data__filters-wrapper {
      padding-left: calc(0.16667 * (100% - 88px)); } }
  @media only screen and (min-width: 1280px) {
    .vans_technical-data__filters-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_technical-data__filters-wrapper,
      html[dir="rtl"] .vans_technical-data__filters-wrapper {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_technical-data__filters-wrapper {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_technical-data__filters-wrapper {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_technical-data__filters-wrapper {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_technical-data__filters-wrapper {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1440px) {
    .vans_technical-data__filters-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_technical-data__filters-wrapper,
      html[dir="rtl"] .vans_technical-data__filters-wrapper {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_technical-data__filters-wrapper {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_technical-data__filters-wrapper {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_technical-data__filters-wrapper {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_technical-data__filters-wrapper {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1921px) {
    .vans_technical-data__filters-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_technical-data__filters-wrapper,
      html[dir="rtl"] .vans_technical-data__filters-wrapper {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_technical-data__filter-inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_technical-data__filter-inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_technical-data__filter-inner {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_technical-data__filter-inner {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_technical-data__filter-inner {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_technical-data__filter-inner {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_technical-data__filter-inner {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__filter-inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__filter-inner {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_technical-data__filter-inner .vans_slider,
html[dir="rtl"] .vans_technical-data__filter-inner .vans_slider {
  margin-bottom: 18px; }

html:not([dir="rtl"]) .vans_technical-data__filter-inner .vans_slider__headline,
html[dir="rtl"] .vans_technical-data__filter-inner .vans_slider__headline {
  margin-bottom: 6px; }

.vans_technical-data__match-container {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_technical-data__match-container,
    html[dir="rtl"] .vans_technical-data__match-container {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_technical-data__match-container,
    html[dir="rtl"] .vans_technical-data__match-container {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_technical-data__match-container,
    html[dir="rtl"] .vans_technical-data__match-container {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_technical-data__match-container,
    html[dir="rtl"] .vans_technical-data__match-container {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_technical-data__match-container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_technical-data__match-container,
      html[dir="rtl"] .vans_technical-data__match-container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_technical-data__match-container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_technical-data__match-container,
      html[dir="rtl"] .vans_technical-data__match-container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_technical-data__match-container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_technical-data__match-container,
      html[dir="rtl"] .vans_technical-data__match-container {
        margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_technical-data__match-container,
  html[dir="rtl"] .vans_technical-data__match-container {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_technical-data__match-container {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_technical-data__match-container {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_technical-data__match-container {
      font-size: 33px;
      line-height: 33px; } }
  .vans_technical-data__match-container .td-detail {
    width: 100%; }

@media only screen and (min-width: 0) {
  .vans_technical-data__gallery {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-left: 6px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-right: 6px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_technical-data__gallery {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-left: 6px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-right: 6px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_technical-data__gallery {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_technical-data__gallery {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_technical-data__gallery {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_technical-data__gallery {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_technical-data__gallery {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_technical-data__gallery {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_technical-data__gallery {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__gallery {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__gallery {
      padding-left: 12px; } }

.vans_technical-data__gallery .vans_gallery__page {
  position: relative;
  overflow: hidden; }
  .vans_technical-data__gallery .vans_gallery__page::before {
    display: block;
    content: "";
    width: 100%; }
    html:not([dir="rtl"]) .vans_technical-data__gallery .vans_gallery__page::before,
    html[dir="rtl"] .vans_technical-data__gallery .vans_gallery__page::before {
      padding-bottom: 50%; }
  .vans_technical-data__gallery .vans_gallery__page > .vans_image {
    position: absolute;
    top: 0;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_technical-data__gallery .vans_gallery__page > .vans_image {
      left: 0; }
    html[dir="rtl"] .vans_technical-data__gallery .vans_gallery__page > .vans_image {
      right: 0; }
    html:not([dir="rtl"]) .vans_technical-data__gallery .vans_gallery__page > .vans_image {
      right: 0; }
    html[dir="rtl"] .vans_technical-data__gallery .vans_gallery__page > .vans_image {
      left: 0; }

.vans_technical-data__table-container .td-table {
  width: 100%; }

html:not([dir="rtl"]) .vans_technical-data__table-wrapper,
html[dir="rtl"] .vans_technical-data__table-wrapper {
  padding-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_technical-data__table-wrapper {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_technical-data__table-wrapper {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_technical-data__table-wrapper {
    font-size: 33px;
    line-height: 33px; } }

@media only screen and (min-width: 0) {
  .vans_technical-data__table-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_technical-data__table-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_technical-data__table-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_technical-data__table-wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_technical-data__table-wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_technical-data__table-wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_technical-data__table-wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__table-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__table-wrapper {
      padding-left: 12px; } }

.vans_technical-data__table-wrapper, [class*="vans_theme-"] .vans_technical-data__table-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_technical-data__table-wrapper, .vans_theme-light .vans_technical-data__table-wrapper, [class*="vans_theme-"] .vans_theme-light .vans_technical-data__table-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_technical-data__table-wrapper {
  color: #333; }

.vans_theme-dark .vans_technical-data__table-wrapper, [class*="vans_theme-"] .vans_theme-dark .vans_technical-data__table-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_technical-data__table-wrapper {
  color: #fff; }

.vans_technical-data__table-headline {
  font-family: CorporateSRegular, -apple-system, sans-serif; }
  :lang(ko) .vans_technical-data__table-headline {
    font-family: MBKCorporateSRegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_technical-data__table-headline {
      font-size: 18px;
      line-height: 23px; } }
  @media only screen and (min-width: 768px) {
    .vans_technical-data__table-headline {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_technical-data__table-headline {
      font-size: 22px;
      line-height: 29px; } }
  html:not([dir="rtl"]) .vans_technical-data__table-headline,
  html[dir="rtl"] .vans_technical-data__table-headline {
    padding-bottom: 18px; }
  html:not([dir="rtl"]) .vans_technical-data__table-headline + .vans_technical-data__table,
  html[dir="rtl"] .vans_technical-data__table-headline + .vans_technical-data__table {
    border: 0; }
  html:not([dir="rtl"]) .vans_technical-data__table-headline + .vans_technical-data__table,
  html[dir="rtl"] .vans_technical-data__table-headline + .vans_technical-data__table {
    border-top: 1px solid #666; }

.vans_technical-data__table table,
.vans_technical-data__table tbody,
.vans_technical-data__table tfoot,
.vans_technical-data__table thead,
.vans_technical-data__table tr,
.vans_technical-data__table th,
.vans_technical-data__table td {
  vertical-align: baseline; }

.vans_technical-data__table table {
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_technical-data__table table {
      display: table; } }

.vans_technical-data__table tbody {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_technical-data__table tbody {
      display: table-row-group; } }

.vans_technical-data__table tr {
  display: flex;
  flex-direction: column; }
  html:not([dir="rtl"]) .vans_technical-data__table tr,
  html[dir="rtl"] .vans_technical-data__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_technical-data__table tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_technical-data__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_technical-data__table tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_technical-data__table tr, html:not([dir="rtl"]) .vans_theme-light .vans_technical-data__table tr,
  html[dir="rtl"] .vans_theme-light .vans_technical-data__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_technical-data__table tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_technical-data__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_technical-data__table tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_technical-data__table tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_technical-data__table tr,
  html[dir="rtl"] .vans_technical-data__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_technical-data__table tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_technical-data__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_technical-data__table tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_technical-data__table tr, html:not([dir="rtl"]) .vans_theme-light .vans_technical-data__table tr,
  html[dir="rtl"] .vans_theme-light .vans_technical-data__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_technical-data__table tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_technical-data__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_technical-data__table tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_technical-data__table tr {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_technical-data__table tr,
  html[dir="rtl"] .vans_theme-dark .vans_technical-data__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_technical-data__table tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_technical-data__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_technical-data__table tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_technical-data__table tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_technical-data__table tr,
  html[dir="rtl"] .vans_theme-dark .vans_technical-data__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_technical-data__table tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_technical-data__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_technical-data__table tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_technical-data__table tr {
    border-bottom: 1px solid #3c3c3c; }
  @media only screen and (min-width: 768px) {
    .vans_technical-data__table tr {
      display: table-row; } }

.vans_technical-data__table th,
.vans_technical-data__table td {
  box-sizing: content-box; }
  html:not([dir="rtl"]) .vans_technical-data__table th:first-child,
  html[dir="rtl"] .vans_technical-data__table th:first-child, html:not([dir="rtl"])
  .vans_technical-data__table td:first-child,
  html[dir="rtl"]
  .vans_technical-data__table td:first-child {
    padding-top: 18px; }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_technical-data__table th, html:not([dir="rtl"]) .vans_technical-data__table td {
      text-align: left !important; }
    html[dir="rtl"] .vans_technical-data__table th, html[dir="rtl"] .vans_technical-data__table td {
      text-align: right !important; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_technical-data__table th,
    html[dir="rtl"] .vans_technical-data__table th, html:not([dir="rtl"])
    .vans_technical-data__table td,
    html[dir="rtl"]
    .vans_technical-data__table td {
      padding: 18px 0; } }

.vans_technical-data__table th {
  font-family: CorporateSDemi, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_technical-data__table th {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }
  html:not([dir="rtl"]) .vans_technical-data__table th {
    text-align: left; }
  html[dir="rtl"] .vans_technical-data__table th {
    text-align: right; }

.vans_technical-data__table td {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_technical-data__table td {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_technical-data__table td,
  html[dir="rtl"] .vans_technical-data__table td {
    padding-top: 12px; }
  html:not([dir="rtl"]) .vans_technical-data__table td > *:first-child,
  html[dir="rtl"] .vans_technical-data__table td > *:first-child {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_technical-data__table td:last-child,
  html[dir="rtl"] .vans_technical-data__table td:last-child {
    padding-bottom: 18px; }
  html:not([dir="rtl"]) .vans_technical-data__table td p,
  html[dir="rtl"] .vans_technical-data__table td p {
    padding-top: 18px; }
  html:not([dir="rtl"]) .vans_technical-data__table td p > *:first-child,
  html[dir="rtl"] .vans_technical-data__table td p > *:first-child {
    padding-top: 0; }
  .vans_technical-data__table td a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer; }
    html.-hover .vans_technical-data__table td a:hover, .vans_technical-data__table td a.-active, .vans_technical-data__table td a.-open {
      color: #00adef; }

.vans_technical-data__table img {
  max-width: 272px;
  max-height: 205px; }
  html:not([dir="rtl"]) .vans_technical-data__table img,
  html[dir="rtl"] .vans_technical-data__table img {
    padding-top: 16px; }
  @media only screen and (min-width: 768px) {
    .vans_technical-data__table img {
      max-width: 240px;
      max-height: 180px; } }
  @media only screen and (min-width: 1280px) {
    .vans_technical-data__table img {
      max-width: 273px;
      max-height: 206px; } }

html:not([dir="rtl"]) .vans_technical-data__table td, html:not([dir="rtl"]) .vans_technical-data__table th {
  padding-right: 12px; }

html[dir="rtl"] .vans_technical-data__table td, html[dir="rtl"] .vans_technical-data__table th {
  padding-left: 12px; }

html:not([dir="rtl"]) .vans_technical-data__table td:last-child, html:not([dir="rtl"]) .vans_technical-data__table th:last-child {
  padding-right: 0; }

html[dir="rtl"] .vans_technical-data__table td:last-child, html[dir="rtl"] .vans_technical-data__table th:last-child {
  padding-left: 0; }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_technical-data__table td:last-child {
    text-align: right; }
  html[dir="rtl"] .vans_technical-data__table td:last-child {
    text-align: left; } }

.vans_technical-data__table th {
  font-family: CorporateSDemi, sans-serif; }
  :lang(ko) .vans_technical-data__table th {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .vans_technical-data__table th {
      font-family: CorporateSRegular, -apple-system, sans-serif; }
      :lang(ko) .vans_technical-data__table th {
        font-family: MBKCorporateSRegular, sans-serif; } }

.vans_technical-data__table td {
  font-family: CorporateSRegular, -apple-system, sans-serif; }
  :lang(ko) .vans_technical-data__table td {
    font-family: MBKCorporateSRegular, sans-serif; }
  @media only screen and (min-width: 768px) {
    .vans_technical-data__table td {
      font-family: CorporateSDemi, sans-serif; }
      :lang(ko) .vans_technical-data__table td {
        font-family: MBKCorporateSRegular, sans-serif;
        font-weight: bold; } }

@media only screen and (min-width: 0) {
  .vans_technical-data__text-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_technical-data__text-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_technical-data__text-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_technical-data__text-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_technical-data__text-container {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_technical-data__text-container {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_technical-data__text-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_technical-data__text-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_technical-data__text-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_technical-data__text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_technical-data__text-container {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_technical-data__text-container .vans_rte-block,
html[dir="rtl"] .vans_technical-data__text-container .vans_rte-block {
  margin-top: 1.5em; }

@media only screen and (min-width: 0) {
  .vans_technical-data__text-container .vans_rte-block {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_technical-data__text-container .vans_rte-block {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_technical-data__text-container .vans_rte-block {
    font-size: 33px;
    line-height: 33px; } }

.vans_technical-data__text-container .vans_rte-block__inner {
  font-family: CorporateSDemi, sans-serif; }

html:not([dir="rtl"]) .vans_technical-data__text-container .vans_technical-data__inner,
html[dir="rtl"] .vans_technical-data__text-container .vans_technical-data__inner {
  padding: 0; }

html:not([dir="rtl"]) .vans_technical-data__text-container .vans_technical-data__inner,
html[dir="rtl"] .vans_technical-data__text-container .vans_technical-data__inner {
  margin: 0; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_teaser-stage, [class*="vans_theme-"] .vans_teaser-stage, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage, .vans_theme-light .vans_teaser-stage, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage {
  color: #333; }

.vans_theme-dark .vans_teaser-stage, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage {
  color: #fff; }

html:not([dir="rtl"]) .vans_teaser-stage,
html[dir="rtl"] .vans_teaser-stage {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_teaser-stage {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_teaser-stage {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_teaser-stage {
    font-size: 33px;
    line-height: 33px; } }

.vans_teaser-stage.-initialize .vans_teaser-stage__gallery {
  animation: vans_zoomout 1.2s cubic-bezier(0.25, 0.1, 0.25, 1), vans_blendin 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards; }

.vans_teaser-stage.-initialize .vans_teaser-stage__wrapper--mobile {
  animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1.6s forwards; }

@media only screen and (min-width: 768px) {
  .vans_teaser-stage.-initialize .vans_teaser-stage__gallery {
    animation: vans_zoomout 1.2s cubic-bezier(0.25, 0.1, 0.25, 1), vans_blendin 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards; }
  .vans_teaser-stage.-initialize .vans_teaser-stage__wrapper {
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1.6s forwards; } }

.vans_teaser-stage.-initialAnimation .vans_teaser-stage__wrapper {
  opacity: 0;
  transform: translate3d(0, 40px, 0); }

.vans_teaser-stage.-initialAnimation .vans_gallery__page.-active .vans_teaser-stage__content {
  display: block;
  opacity: 1;
  animation: none !important; }

.vans_teaser-stage .vans_gallery__page.-active .vans_teaser-stage__content {
  animation: vans_slideLeft-40 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s forwards, vans_blendin 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s forwards; }

.vans_teaser-stage .vans_gallery__page.-active .vans_teaser-stage__svg-wrapper {
  animation: vans_blendin 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s forwards; }

.vans_teaser-stage .vans_gallery__page.-active.-invert .vans_teaser-stage__content {
  animation: vans_slideRight 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s forwards, vans_blendin 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s forwards; }

.vans_teaser-stage .vans_gallery__page.-active.-invert .vans_teaser-stage__svg-wrapper {
  animation: vans_blendin 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.6s forwards; }

.vans_teaser-stage .vans_gallery__page--infinite.-active .vans_teaser-stage__content {
  opacity: 0;
  transform: translate3d(40px, 0, 0); }

.vans_teaser-stage .vans_gallery__page--infinite.-active .vans_teaser-stage__svg-wrapper {
  opacity: 0;
  transform: translate3d(40px, 0, 0); }

.vans_teaser-stage__gallery {
  opacity: 0; }
  .vans_teaser-stage__gallery .vans_gallery__controls {
    display: none; }

@media only screen and (min-width: 0) {
  .vans_teaser-stage__image {
    position: relative;
    overflow: hidden; }
    .vans_teaser-stage__image::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_teaser-stage__image::before,
      html[dir="rtl"] .vans_teaser-stage__image::before {
        padding-bottom: 56.25%; }
    .vans_teaser-stage__image > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_teaser-stage__image > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_teaser-stage__image > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_teaser-stage__image > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_teaser-stage__image > .vans_image {
        left: 0; } }

@media only screen and (min-width: 1024px) {
  .vans_teaser-stage__image {
    position: relative;
    overflow: hidden; }
    .vans_teaser-stage__image::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_teaser-stage__image::before,
      html[dir="rtl"] .vans_teaser-stage__image::before {
        padding-bottom: 40%; }
    .vans_teaser-stage__image > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_teaser-stage__image > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_teaser-stage__image > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_teaser-stage__image > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_teaser-stage__image > .vans_image {
        left: 0; } }

.vans_teaser-stage__image-gradient, .vans_teaser-stage__image-gradient--start-20, .vans_teaser-stage__image-gradient--start-40, .vans_teaser-stage__image-gradient--start-60, .vans_teaser-stage__image-gradient--end-20, .vans_teaser-stage__image-gradient--end-40, .vans_teaser-stage__image-gradient--end-60 {
  position: absolute;
  bottom: 0;
  width: 100%; }
  html:not([dir="rtl"]) .vans_teaser-stage__image-gradient, html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--start-20, html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--start-40, html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--start-60, html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--end-20, html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--end-40, html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--end-60 {
    left: 0; }
  html[dir="rtl"] .vans_teaser-stage__image-gradient, html[dir="rtl"] .vans_teaser-stage__image-gradient--start-20, html[dir="rtl"] .vans_teaser-stage__image-gradient--start-40, html[dir="rtl"] .vans_teaser-stage__image-gradient--start-60, html[dir="rtl"] .vans_teaser-stage__image-gradient--end-20, html[dir="rtl"] .vans_teaser-stage__image-gradient--end-40, html[dir="rtl"] .vans_teaser-stage__image-gradient--end-60 {
    right: 0; }
  @media only screen and (min-width: 0) {
    .vans_teaser-stage__image-gradient, .vans_teaser-stage__image-gradient--start-20, .vans_teaser-stage__image-gradient--start-40, .vans_teaser-stage__image-gradient--start-60, .vans_teaser-stage__image-gradient--end-20, .vans_teaser-stage__image-gradient--end-40, .vans_teaser-stage__image-gradient--end-60 {
      height: 64px; } }
  @media only screen and (min-width: 480px) {
    .vans_teaser-stage__image-gradient, .vans_teaser-stage__image-gradient--start-20, .vans_teaser-stage__image-gradient--start-40, .vans_teaser-stage__image-gradient--start-60, .vans_teaser-stage__image-gradient--end-20, .vans_teaser-stage__image-gradient--end-40, .vans_teaser-stage__image-gradient--end-60 {
      height: 96px; } }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    .vans_teaser-stage__image-gradient, .vans_teaser-stage__image-gradient--start-20, .vans_teaser-stage__image-gradient--start-40, .vans_teaser-stage__image-gradient--start-60, .vans_teaser-stage__image-gradient--end-20, .vans_teaser-stage__image-gradient--end-40, .vans_teaser-stage__image-gradient--end-60 {
      background: linear-gradient(transparent, #000) !important; } }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__image-gradient, .vans_teaser-stage__image-gradient--start-20, .vans_teaser-stage__image-gradient--start-40, .vans_teaser-stage__image-gradient--start-60, .vans_teaser-stage__image-gradient--end-20, .vans_teaser-stage__image-gradient--end-40, .vans_teaser-stage__image-gradient--end-60 {
      height: 100%;
      width: 66%; } }
  html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--start-20, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_teaser-stage__image-gradient--start-20, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--start-20, html:not([dir="rtl"]) .vans_theme-light .vans_teaser-stage__image-gradient--start-20, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--start-20, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--start-20 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%); }
  html[dir="rtl"] .vans_teaser-stage__image-gradient--start-20, html[dir="rtl"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--start-20, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--start-20, html[dir="rtl"] .vans_theme-light .vans_teaser-stage__image-gradient--start-20, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--start-20, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--start-20 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%); }
  html:not([dir="rtl"]) .vans_theme-dark .vans_teaser-stage__image-gradient--start-20, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-20, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-20 {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%); }
  html[dir="rtl"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-20, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-20, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-20 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%); }
  html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--start-40, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_teaser-stage__image-gradient--start-40, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--start-40, html:not([dir="rtl"]) .vans_theme-light .vans_teaser-stage__image-gradient--start-40, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--start-40, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--start-40 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 100%); }
  html[dir="rtl"] .vans_teaser-stage__image-gradient--start-40, html[dir="rtl"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--start-40, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--start-40, html[dir="rtl"] .vans_theme-light .vans_teaser-stage__image-gradient--start-40, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--start-40, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--start-40 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 100%); }
  html:not([dir="rtl"]) .vans_theme-dark .vans_teaser-stage__image-gradient--start-40, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-40, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-40 {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%); }
  html[dir="rtl"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-40, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-40, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-40 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%); }
  html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--start-60, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_teaser-stage__image-gradient--start-60, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--start-60, html:not([dir="rtl"]) .vans_theme-light .vans_teaser-stage__image-gradient--start-60, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--start-60, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--start-60 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 100%); }
  html[dir="rtl"] .vans_teaser-stage__image-gradient--start-60, html[dir="rtl"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--start-60, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--start-60, html[dir="rtl"] .vans_theme-light .vans_teaser-stage__image-gradient--start-60, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--start-60, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--start-60 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 100%); }
  html:not([dir="rtl"]) .vans_theme-dark .vans_teaser-stage__image-gradient--start-60, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-60, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-60 {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%); }
  html[dir="rtl"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-60, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-60, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--start-60 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%); }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--end-20 {
      right: 0; }
    html[dir="rtl"] .vans_teaser-stage__image-gradient--end-20 {
      left: 0; }
    html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--end-20 {
      left: auto; }
    html[dir="rtl"] .vans_teaser-stage__image-gradient--end-20 {
      right: auto; } }
  html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--end-20, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_teaser-stage__image-gradient--end-20, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--end-20, html:not([dir="rtl"]) .vans_theme-light .vans_teaser-stage__image-gradient--end-20, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--end-20, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--end-20 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%); }
  html[dir="rtl"] .vans_teaser-stage__image-gradient--end-20, html[dir="rtl"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--end-20, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--end-20, html[dir="rtl"] .vans_theme-light .vans_teaser-stage__image-gradient--end-20, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--end-20, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--end-20 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%); }
  html:not([dir="rtl"]) .vans_theme-dark .vans_teaser-stage__image-gradient--end-20, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-20, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-20 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%); }
  html[dir="rtl"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-20, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-20, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-20 {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%); }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--end-40 {
      right: 0; }
    html[dir="rtl"] .vans_teaser-stage__image-gradient--end-40 {
      left: 0; }
    html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--end-40 {
      left: auto; }
    html[dir="rtl"] .vans_teaser-stage__image-gradient--end-40 {
      right: auto; } }
  html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--end-40, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_teaser-stage__image-gradient--end-40, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--end-40, html:not([dir="rtl"]) .vans_theme-light .vans_teaser-stage__image-gradient--end-40, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--end-40, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--end-40 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 100%); }
  html[dir="rtl"] .vans_teaser-stage__image-gradient--end-40, html[dir="rtl"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--end-40, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--end-40, html[dir="rtl"] .vans_theme-light .vans_teaser-stage__image-gradient--end-40, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--end-40, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--end-40 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 100%); }
  html:not([dir="rtl"]) .vans_theme-dark .vans_teaser-stage__image-gradient--end-40, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-40, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-40 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%); }
  html[dir="rtl"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-40, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-40, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-40 {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%); }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--end-60 {
      right: 0; }
    html[dir="rtl"] .vans_teaser-stage__image-gradient--end-60 {
      left: 0; }
    html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--end-60 {
      left: auto; }
    html[dir="rtl"] .vans_teaser-stage__image-gradient--end-60 {
      right: auto; } }
  html:not([dir="rtl"]) .vans_teaser-stage__image-gradient--end-60, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_teaser-stage__image-gradient--end-60, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--end-60, html:not([dir="rtl"]) .vans_theme-light .vans_teaser-stage__image-gradient--end-60, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--end-60, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--end-60 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 100%); }
  html[dir="rtl"] .vans_teaser-stage__image-gradient--end-60, html[dir="rtl"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--end-60, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__image-gradient--end-60, html[dir="rtl"] .vans_theme-light .vans_teaser-stage__image-gradient--end-60, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--end-60, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__image-gradient--end-60 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 100%); }
  html:not([dir="rtl"]) .vans_theme-dark .vans_teaser-stage__image-gradient--end-60, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-60, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-60 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%); }
  html[dir="rtl"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-60, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-60, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__image-gradient--end-60 {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%); }

.vans_teaser-stage__container, .vans_teaser-stage__container--end {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }

.vans_teaser-stage__container--end .vans_teaser-stage__wrapper {
  justify-content: flex-end; }

html:not([dir="rtl"]) .vans_teaser-stage__container--end .vans_teaser-stage__svg-wrapper {
  left: 44px; }

html[dir="rtl"] .vans_teaser-stage__container--end .vans_teaser-stage__svg-wrapper {
  right: 44px; }

html:not([dir="rtl"]) .vans_teaser-stage__container--end .vans_teaser-stage__svg-wrapper {
  right: auto; }

html[dir="rtl"] .vans_teaser-stage__container--end .vans_teaser-stage__svg-wrapper {
  left: auto; }

@media only screen and (min-width: 1024px) {
  html:not([dir="rtl"]) .vans_teaser-stage__container--end .vans_teaser-stage__svg-wrapper {
    left: 56px; }
  html[dir="rtl"] .vans_teaser-stage__container--end .vans_teaser-stage__svg-wrapper {
    right: 56px; } }

@media only screen and (min-width: 1440px) {
  html:not([dir="rtl"]) .vans_teaser-stage__container--end .vans_teaser-stage__svg-wrapper {
    left: 60px; }
  html[dir="rtl"] .vans_teaser-stage__container--end .vans_teaser-stage__svg-wrapper {
    right: 60px; } }

@media only screen and (min-width: 1921px) {
  html:not([dir="rtl"]) .vans_teaser-stage__container--end .vans_teaser-stage__svg-wrapper {
    left: 96px; }
  html[dir="rtl"] .vans_teaser-stage__container--end .vans_teaser-stage__svg-wrapper {
    right: 96px; } }

html:not([dir="rtl"]) .vans_teaser-stage__container--end .vans_teaser-stage__svg-image {
  text-align: left; }

html[dir="rtl"] .vans_teaser-stage__container--end .vans_teaser-stage__svg-image {
  text-align: right; }

.vans_teaser-stage__wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  background: transparent !important; }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__wrapper {
      position: relative;
      width: 100%; } }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_teaser-stage__wrapper,
    html[dir="rtl"] .vans_teaser-stage__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_teaser-stage__wrapper,
    html[dir="rtl"] .vans_teaser-stage__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_teaser-stage__wrapper,
    html[dir="rtl"] .vans_teaser-stage__wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_teaser-stage__wrapper,
    html[dir="rtl"] .vans_teaser-stage__wrapper {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_teaser-stage__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_teaser-stage__wrapper,
      html[dir="rtl"] .vans_teaser-stage__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_teaser-stage__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_teaser-stage__wrapper,
      html[dir="rtl"] .vans_teaser-stage__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_teaser-stage__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_teaser-stage__wrapper,
      html[dir="rtl"] .vans_teaser-stage__wrapper {
        margin: 0 auto; } }

.vans_teaser-stage__content {
  display: none; }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__content {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_teaser-stage__content {
        padding-left: 12px; }
      html[dir="rtl"] .vans_teaser-stage__content {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_teaser-stage__content {
        padding-right: 12px; }
      html[dir="rtl"] .vans_teaser-stage__content {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_teaser-stage__content {
      flex: 0 0 auto;
      width: 41.66667%; }
      html:not([dir="rtl"]) .vans_teaser-stage__content {
        padding-left: 12px; }
      html[dir="rtl"] .vans_teaser-stage__content {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_teaser-stage__content {
        padding-right: 12px; }
      html[dir="rtl"] .vans_teaser-stage__content {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_teaser-stage__content {
      flex: 0 0 auto;
      width: 41.66667%; }
      html:not([dir="rtl"]) .vans_teaser-stage__content {
        padding-left: 12px; }
      html[dir="rtl"] .vans_teaser-stage__content {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_teaser-stage__content {
        padding-right: 12px; }
      html[dir="rtl"] .vans_teaser-stage__content {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_teaser-stage__content {
      flex: 0 0 auto;
      width: 41.66667%; }
      html:not([dir="rtl"]) .vans_teaser-stage__content {
        padding-left: 12px; }
      html[dir="rtl"] .vans_teaser-stage__content {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_teaser-stage__content {
        padding-right: 12px; }
      html[dir="rtl"] .vans_teaser-stage__content {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_teaser-stage__content {
      flex: 0 0 auto;
      width: 41.66667%; }
      html:not([dir="rtl"]) .vans_teaser-stage__content {
        padding-left: 12px; }
      html[dir="rtl"] .vans_teaser-stage__content {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_teaser-stage__content {
        padding-right: 12px; }
      html[dir="rtl"] .vans_teaser-stage__content {
        padding-left: 12px; } }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__content {
      opacity: 0;
      display: block; }
      html:not([dir="rtl"]) .vans_teaser-stage__content {
        text-align: left; }
      html[dir="rtl"] .vans_teaser-stage__content {
        text-align: right; }
      html:not([dir="rtl"]) .vans_teaser-stage__content,
      html[dir="rtl"] .vans_teaser-stage__content {
        margin-top: 0; }
      .vans_teaser-stage__content, [class*="vans_theme-"] .vans_teaser-stage__content, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__content, .vans_theme-light .vans_teaser-stage__content, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__content, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__content {
        color: #333; }
      .vans_theme-dark .vans_teaser-stage__content, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__content, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__content {
        color: #fff; } }

.vans_teaser-stage__container--mobile {
  position: relative;
  background: #000; }
  html:not([dir="rtl"]) .vans_teaser-stage__container--mobile,
  html[dir="rtl"] .vans_teaser-stage__container--mobile {
    padding: 18px 0 24px; }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__container--mobile {
      display: none; } }

.vans_teaser-stage__wrapper--mobile {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  opacity: 0;
  overflow: hidden; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_teaser-stage__wrapper--mobile,
    html[dir="rtl"] .vans_teaser-stage__wrapper--mobile {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_teaser-stage__wrapper--mobile,
    html[dir="rtl"] .vans_teaser-stage__wrapper--mobile {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_teaser-stage__wrapper--mobile,
    html[dir="rtl"] .vans_teaser-stage__wrapper--mobile {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_teaser-stage__wrapper--mobile,
    html[dir="rtl"] .vans_teaser-stage__wrapper--mobile {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_teaser-stage__wrapper--mobile {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_teaser-stage__wrapper--mobile,
      html[dir="rtl"] .vans_teaser-stage__wrapper--mobile {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_teaser-stage__wrapper--mobile {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_teaser-stage__wrapper--mobile,
      html[dir="rtl"] .vans_teaser-stage__wrapper--mobile {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_teaser-stage__wrapper--mobile {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_teaser-stage__wrapper--mobile,
      html[dir="rtl"] .vans_teaser-stage__wrapper--mobile {
        margin: 0 auto; } }

.vans_teaser-stage__svg-wrapper {
  display: none;
  opacity: 0;
  position: absolute;
  width: auto;
  height: auto;
  top: 40px; }
  html:not([dir="rtl"]) .vans_teaser-stage__svg-wrapper {
    right: 44px; }
  html[dir="rtl"] .vans_teaser-stage__svg-wrapper {
    left: 44px; }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__svg-wrapper {
      display: inline-block; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_teaser-stage__svg-wrapper {
      right: 56px; }
    html[dir="rtl"] .vans_teaser-stage__svg-wrapper {
      left: 56px; } }
  @media only screen and (min-width: 1280px) {
    .vans_teaser-stage__svg-wrapper {
      top: 48px; } }
  @media only screen and (min-width: 1440px) {
    html:not([dir="rtl"]) .vans_teaser-stage__svg-wrapper {
      right: 60px; }
    html[dir="rtl"] .vans_teaser-stage__svg-wrapper {
      left: 60px; } }
  @media only screen and (min-width: 1921px) {
    html:not([dir="rtl"]) .vans_teaser-stage__svg-wrapper {
      right: 96px; }
    html[dir="rtl"] .vans_teaser-stage__svg-wrapper {
      left: 96px; } }

html:not([dir="rtl"]) .vans_teaser-stage__svg-wrapper--mobile,
html[dir="rtl"] .vans_teaser-stage__svg-wrapper--mobile {
  padding-top: 24px; }

html:not([dir="rtl"]) .vans_teaser-stage__svg-wrapper--mobile,
html[dir="rtl"] .vans_teaser-stage__svg-wrapper--mobile {
  padding-bottom: 24px; }

html:not([dir="rtl"]) .vans_teaser-stage__svg-wrapper--mobile,
html[dir="rtl"] .vans_teaser-stage__svg-wrapper--mobile {
  margin-bottom: -40px; }

.vans_teaser-stage__svg-image {
  width: 130px;
  max-height: 97px;
  font-size: 0;
  display: block; }
  html:not([dir="rtl"]) .vans_teaser-stage__svg-image,
  html[dir="rtl"] .vans_teaser-stage__svg-image {
    margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__svg-image {
      width: 152px;
      max-height: 113px;
      order: 1; }
      html:not([dir="rtl"]) .vans_teaser-stage__svg-image {
        text-align: right; }
      html[dir="rtl"] .vans_teaser-stage__svg-image {
        text-align: left; } }
  @media only screen and (min-width: 1280px) {
    .vans_teaser-stage__svg-image {
      width: 174px;
      max-height: 130px; } }
  .vans_teaser-stage__svg-image > img {
    height: auto;
    width: auto;
    max-width: 130px;
    max-height: 97px;
    display: block; }
    html:not([dir="rtl"]) .vans_teaser-stage__svg-image > img,
    html[dir="rtl"] .vans_teaser-stage__svg-image > img {
      margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .vans_teaser-stage__svg-image > img {
        max-width: 152px;
        max-height: 113px;
        display: inline-block; } }
    @media only screen and (min-width: 1280px) {
      .vans_teaser-stage__svg-image > img {
        max-width: 174px;
        max-height: 130px; } }

@media only screen and (min-width: 0) {
  .vans_teaser-stage__content--mobile {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-left: 6px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-right: 6px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_teaser-stage__content--mobile {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-left: 6px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-right: 6px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_teaser-stage__content--mobile {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_teaser-stage__content--mobile {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_teaser-stage__content--mobile {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_teaser-stage__content--mobile {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_teaser-stage__content--mobile {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-stage__content--mobile {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-stage__content--mobile {
      padding-left: 12px; } }

.js .vans_teaser-stage__content--mobile {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0; }
  .js .vans_teaser-stage__content--mobile.-active {
    transition-property: opacity;
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0.2s;
    opacity: 1;
    visibility: visible;
    position: static; }
  .js .vans_teaser-stage__content--mobile.-fromLeft {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
    visibility: visible;
    position: static; }
  .js .vans_teaser-stage__content--mobile.-fromRight {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
    visibility: visible;
    position: static; }
  .js .vans_teaser-stage__content--mobile.-toLeft {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
    visibility: visible; }
  .js .vans_teaser-stage__content--mobile.-toRight {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
    visibility: visible; }

html .vans_teaser-stage__content--mobile {
  text-align: center; }

@media only screen and (min-width: 0) and (max-width: 767px) {
  .vans_teaser-stage__headline, .vans_teaser-stage__description, .vans_teaser-stage__price-information-wrapper {
    color: #fff; } }

.vans_teaser-stage__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_teaser-stage__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_teaser-stage__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__headline {
      font-size: 45px;
      line-height: 45px; } }
  @media only screen and (min-width: 1280px) {
    .vans_teaser-stage__headline {
      font-size: 57px;
      line-height: 57px; } }

html:not([dir="rtl"]) .vans_teaser-stage__description-wrapper,
html[dir="rtl"] .vans_teaser-stage__description-wrapper {
  margin-top: 0.5em; }

@media only screen and (min-width: 0) {
  .vans_teaser-stage__description-wrapper {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_teaser-stage__description-wrapper {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_teaser-stage__description-wrapper {
    font-size: 33px;
    line-height: 33px; } }

.vans_teaser-stage__description {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_teaser-stage__description {
    font-family: MBKCorporateSRegular, sans-serif; }

.vans_teaser-stage__price-information-wrapper {
  display: inline-block; }
  html:not([dir="rtl"]) .vans_teaser-stage__price-information-wrapper,
  html[dir="rtl"] .vans_teaser-stage__price-information-wrapper {
    border: 0; }
  html:not([dir="rtl"]) .vans_teaser-stage__price-information-wrapper,
  html[dir="rtl"] .vans_teaser-stage__price-information-wrapper {
    border-top: 2px solid #fff; }
  html:not([dir="rtl"]) .vans_teaser-stage__price-information-wrapper,
  html[dir="rtl"] .vans_teaser-stage__price-information-wrapper {
    padding-top: 6px; }
  html:not([dir="rtl"]) .vans_teaser-stage__price-information-wrapper,
  html[dir="rtl"] .vans_teaser-stage__price-information-wrapper {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_teaser-stage__price-information-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__price-information-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_teaser-stage__price-information-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__price-information-wrapper, [class*="vans_theme-"] .vans_teaser-stage__price-information-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__price-information-wrapper, .vans_theme-light .vans_teaser-stage__price-information-wrapper, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__price-information-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__price-information-wrapper {
      border-color: #333; }
    .vans_theme-dark .vans_teaser-stage__price-information-wrapper, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__price-information-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__price-information-wrapper {
      border-color: #fff; } }

.vans_teaser-stage__price-information {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_teaser-stage__price-information {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_teaser-stage__price-information {
      font-size: 24px;
      line-height: 24px; } }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__price-information {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 1280px) {
    .vans_teaser-stage__price-information {
      font-size: 32px;
      line-height: 32px; } }
  html:not([dir="rtl"]) .vans_teaser-stage__price-information,
  html[dir="rtl"] .vans_teaser-stage__price-information {
    border: 0; }
  html:not([dir="rtl"]) .vans_teaser-stage__price-information,
  html[dir="rtl"] .vans_teaser-stage__price-information {
    border-bottom: 2px solid #fff; }
  html:not([dir="rtl"]) .vans_teaser-stage__price-information,
  html[dir="rtl"] .vans_teaser-stage__price-information {
    padding-bottom: 6px; }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__price-information, [class*="vans_theme-"] .vans_teaser-stage__price-information, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__price-information, .vans_theme-light .vans_teaser-stage__price-information, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__price-information, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__price-information {
      border-color: #333; }
    .vans_theme-dark .vans_teaser-stage__price-information, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__price-information, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__price-information {
      border-color: #fff; } }

.vans_teaser-stage__buttons {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_teaser-stage__buttons {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_teaser-stage__buttons,
  html[dir="rtl"] .vans_teaser-stage__buttons {
    margin-top: 24px; }

.vans_teaser-stage__primary-button {
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 0 0;
  appearance: none;
  position: relative;
  outline: none;
  white-space: nowrap;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 48px;
  height: 48px;
  color: #333;
  background: #ececec;
  width: 100%; }
  html:not([dir="rtl"]) .vans_teaser-stage__primary-button {
    padding-left: 20px; }
  html[dir="rtl"] .vans_teaser-stage__primary-button {
    padding-right: 20px; }
  html:not([dir="rtl"]) .vans_teaser-stage__primary-button {
    padding-right: 20px; }
  html[dir="rtl"] .vans_teaser-stage__primary-button {
    padding-left: 20px; }
  .vans_teaser-stage__primary-button::after {
    border-color: transparent; }
  .vans_teaser-stage__primary-button::after { }
  .vans_teaser-stage__primary-button.-active::after,
  html.-hover .vans_teaser-stage__primary-button:active:hover::after, .vans_teaser-stage__primary-button:active:focus::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_teaser-stage__primary-button.-disabled::after,
  html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after,
  html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after, .vans_teaser-stage__primary-button[disabled]::after,
  html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after,
  html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_teaser-stage__primary-button.-disabled::after,
  html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after,
  html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after, .vans_teaser-stage__primary-button[disabled]::after,
  html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after,
  html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_teaser-stage__primary-button.-disabled::after,
    html[dir="rtl"] .vans_teaser-stage__primary-button.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_teaser-stage__primary-button[disabled]::after,
    html[dir="rtl"] .vans_teaser-stage__primary-button[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_teaser-stage__primary-button::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_teaser-stage__primary-button::after {
      right: 0; }
    html[dir="rtl"] .vans_teaser-stage__primary-button::after {
      left: 0; }
    html:not([dir="rtl"]) .vans_teaser-stage__primary-button::after {
      left: 0; }
    html[dir="rtl"] .vans_teaser-stage__primary-button::after {
      right: 0; }
  .vans_teaser-stage__primary-button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_teaser-stage__primary-button::before {
      right: 0; }
    html[dir="rtl"] .vans_teaser-stage__primary-button::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_teaser-stage__primary-button::before {
      left: 0; }
    html[dir="rtl"] .vans_teaser-stage__primary-button::before {
      right: 0; }
  .vans_teaser-stage__primary-button::before {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
  .vans_teaser-stage__primary-button::after {
    border-radius: 0 0 0 0; }
  html:not([dir="rtl"]) .vans_teaser-stage__primary-button,
  html[dir="rtl"] .vans_teaser-stage__primary-button {
    margin: 0 0 auto; }
  html:not([dir="rtl"]) .vans_teaser-stage__primary-button,
  html[dir="rtl"] .vans_teaser-stage__primary-button {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_teaser-stage__primary-button,
  html[dir="rtl"] .vans_teaser-stage__primary-button {
    padding-bottom: 0; }
  .vans_teaser-stage__primary-button:focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
    border-radius: 0.5px; }
  .vans_teaser-stage__primary-button__value {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block; }
  html:not([dir="rtl"]) .vans_teaser-stage__primary-button {
    padding-left: 24px; }
  html[dir="rtl"] .vans_teaser-stage__primary-button {
    padding-right: 24px; }
  html:not([dir="rtl"]) .vans_teaser-stage__primary-button {
    padding-right: 24px; }
  html[dir="rtl"] .vans_teaser-stage__primary-button {
    padding-left: 24px; }
  .vans_teaser-stage__primary-button::after {
    border-color: transparent; }
  .vans_teaser-stage__primary-button::after { }
  .vans_teaser-stage__primary-button.-disabled::after,
  html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after,
  html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after, .vans_teaser-stage__primary-button[disabled]::after,
  html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after,
  html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_teaser-stage__primary-button.-disabled::after,
  html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after,
  html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after, .vans_teaser-stage__primary-button[disabled]::after,
  html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after,
  html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_teaser-stage__primary-button.-disabled::after,
    html[dir="rtl"] .vans_teaser-stage__primary-button.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_teaser-stage__primary-button[disabled]::after,
    html[dir="rtl"] .vans_teaser-stage__primary-button[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_teaser-stage__primary-button::after {
    border-color: transparent; }
  .vans_teaser-stage__primary-button::after { }
  html.-hover .vans_teaser-stage__primary-button:hover {
    background: #d9d9d9; }
  .vans_teaser-stage__primary-button:focus {
    background: #d9d9d9; }
  .vans_teaser-stage__primary-button.-active,
  html.-hover .vans_teaser-stage__primary-button:active:hover, .vans_teaser-stage__primary-button:active:focus {
    color: #333;
    background: #d9d9d9; }
    .vans_teaser-stage__primary-button.-active::after,
    html.-hover .vans_teaser-stage__primary-button:active:hover::after, .vans_teaser-stage__primary-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_teaser-stage__primary-button.-disabled,
  html.-hover .vans_teaser-stage__primary-button.-disabled:hover,
  html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover, .vans_teaser-stage__primary-button[disabled],
  html.-hover .vans_teaser-stage__primary-button[disabled]:hover,
  html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover {
    background-color: #ececec; }
    .vans_teaser-stage__primary-button.-disabled::after,
    html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after,
    html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after, .vans_teaser-stage__primary-button[disabled]::after,
    html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after,
    html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_teaser-stage__primary-button.-disabled::after,
    html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after,
    html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after, .vans_teaser-stage__primary-button[disabled]::after,
    html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after,
    html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_teaser-stage__primary-button.-disabled::after,
      html[dir="rtl"] .vans_teaser-stage__primary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_teaser-stage__primary-button[disabled]::after,
      html[dir="rtl"] .vans_teaser-stage__primary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after {
        border-width: 1px; }
  html:not([dir="rtl"]) .vans_teaser-stage__primary-button,
  html[dir="rtl"] .vans_teaser-stage__primary-button {
    margin-top: 16px; }
  @media only screen and (min-width: 480px) {
    .vans_teaser-stage__primary-button {
      width: auto; }
      html:not([dir="rtl"]) .vans_teaser-stage__primary-button {
        margin-right: 12px; }
      html[dir="rtl"] .vans_teaser-stage__primary-button {
        margin-left: 12px; } }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__primary-button, [class*="vans_theme-"] .vans_teaser-stage__primary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button, .vans_theme-light .vans_teaser-stage__primary-button, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button {
      color: #fff;
      background: #333; }
      .vans_teaser-stage__primary-button::after, [class*="vans_theme-"] .vans_teaser-stage__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button::after, .vans_theme-light .vans_teaser-stage__primary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button::after {
        border-color: transparent; }
      .vans_teaser-stage__primary-button::after, [class*="vans_theme-"] .vans_teaser-stage__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button::after, .vans_theme-light .vans_teaser-stage__primary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button::after { }
      html.-hover .vans_teaser-stage__primary-button:hover, html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button:hover, html.-hover .vans_theme-light .vans_teaser-stage__primary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button:hover {
        background: #242424; }
      .vans_teaser-stage__primary-button:focus, [class*="vans_theme-"] .vans_teaser-stage__primary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button:focus, .vans_theme-light .vans_teaser-stage__primary-button:focus, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button:focus {
        background: #242424; }
      .vans_teaser-stage__primary-button.-active,
      html.-hover .vans_teaser-stage__primary-button:active:hover, .vans_teaser-stage__primary-button:active:focus, [class*="vans_theme-"] .vans_teaser-stage__primary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button:active:hover, [class*="vans_theme-"] .vans_teaser-stage__primary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button:active:focus, .vans_theme-light .vans_teaser-stage__primary-button.-active,
      html.-hover .vans_theme-light .vans_teaser-stage__primary-button:active:hover, .vans_theme-light .vans_teaser-stage__primary-button:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button:active:focus {
        color: #fff;
        background: #242424; }
        .vans_teaser-stage__primary-button.-active::after,
        html.-hover .vans_teaser-stage__primary-button:active:hover::after, .vans_teaser-stage__primary-button:active:focus::after, [class*="vans_theme-"] .vans_teaser-stage__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button:active:hover::after, [class*="vans_theme-"] .vans_teaser-stage__primary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button:active:focus::after, .vans_theme-light .vans_teaser-stage__primary-button.-active::after,
        html.-hover .vans_theme-light .vans_teaser-stage__primary-button:active:hover::after, .vans_theme-light .vans_teaser-stage__primary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_teaser-stage__primary-button.-disabled,
      html.-hover .vans_teaser-stage__primary-button.-disabled:hover,
      html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover, .vans_teaser-stage__primary-button[disabled],
      html.-hover .vans_teaser-stage__primary-button[disabled]:hover,
      html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:active:hover, .vans_theme-light .vans_teaser-stage__primary-button.-disabled,
      html.-hover .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover,
      html.-hover .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover, .vans_theme-light .vans_teaser-stage__primary-button[disabled],
      html.-hover .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover,
      html.-hover .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover {
        background-color: #333; }
        .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after, .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:active:hover::after, .vans_theme-light .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover::after, .vans_theme-light .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after, .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:active:hover::after, .vans_theme-light .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover::after, .vans_theme-light .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_teaser-stage__primary-button.-disabled::after,
          html[dir="rtl"] .vans_teaser-stage__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_teaser-stage__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_teaser-stage__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_teaser-stage__primary-button[disabled]::after,
          html[dir="rtl"] .vans_teaser-stage__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_teaser-stage__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_teaser-stage__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_teaser-stage__primary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_teaser-stage__primary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__primary-button[disabled]:active:hover::after {
            border-width: 1px; }
    .vans_theme-dark .vans_teaser-stage__primary-button, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button {
      color: #333;
      background: #ececec; }
      .vans_theme-dark .vans_teaser-stage__primary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button::after {
        border-color: transparent; }
      .vans_theme-dark .vans_teaser-stage__primary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button::after { }
      html.-hover .vans_theme-dark .vans_teaser-stage__primary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button:hover {
        background: #d9d9d9; }
      .vans_theme-dark .vans_teaser-stage__primary-button:focus, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button:focus {
        background: #d9d9d9; }
      .vans_theme-dark .vans_teaser-stage__primary-button.-active,
      html.-hover .vans_theme-dark .vans_teaser-stage__primary-button:active:hover, .vans_theme-dark .vans_teaser-stage__primary-button:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button:active:focus {
        color: #333;
        background: #d9d9d9; }
        .vans_theme-dark .vans_teaser-stage__primary-button.-active::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__primary-button:active:hover::after, .vans_theme-dark .vans_teaser-stage__primary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_teaser-stage__primary-button.-disabled,
      html.-hover .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover,
      html.-hover .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover, .vans_theme-dark .vans_teaser-stage__primary-button[disabled],
      html.-hover .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover,
      html.-hover .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover {
        background-color: #ececec; }
        .vans_theme-dark .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover::after, .vans_theme-dark .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover::after, .vans_theme-dark .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_theme-dark .vans_teaser-stage__primary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_teaser-stage__primary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__primary-button[disabled]:active:hover::after {
            border-width: 1px; } }

.vans_teaser-stage__secondary-button {
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 0 0;
  appearance: none;
  position: relative;
  outline: none;
  white-space: nowrap;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 48px;
  height: 48px;
  color: #fff;
  background: #333;
  width: 100%; }
  html:not([dir="rtl"]) .vans_teaser-stage__secondary-button {
    padding-left: 20px; }
  html[dir="rtl"] .vans_teaser-stage__secondary-button {
    padding-right: 20px; }
  html:not([dir="rtl"]) .vans_teaser-stage__secondary-button {
    padding-right: 20px; }
  html[dir="rtl"] .vans_teaser-stage__secondary-button {
    padding-left: 20px; }
  .vans_teaser-stage__secondary-button::after {
    border-color: transparent; }
  .vans_teaser-stage__secondary-button::after { }
  .vans_teaser-stage__secondary-button.-active::after,
  html.-hover .vans_teaser-stage__secondary-button:active:hover::after, .vans_teaser-stage__secondary-button:active:focus::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_teaser-stage__secondary-button.-disabled::after,
  html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after,
  html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after, .vans_teaser-stage__secondary-button[disabled]::after,
  html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after,
  html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_teaser-stage__secondary-button.-disabled::after,
  html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after,
  html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after, .vans_teaser-stage__secondary-button[disabled]::after,
  html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after,
  html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_teaser-stage__secondary-button.-disabled::after,
    html[dir="rtl"] .vans_teaser-stage__secondary-button.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_teaser-stage__secondary-button[disabled]::after,
    html[dir="rtl"] .vans_teaser-stage__secondary-button[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_teaser-stage__secondary-button::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_teaser-stage__secondary-button::after {
      right: 0; }
    html[dir="rtl"] .vans_teaser-stage__secondary-button::after {
      left: 0; }
    html:not([dir="rtl"]) .vans_teaser-stage__secondary-button::after {
      left: 0; }
    html[dir="rtl"] .vans_teaser-stage__secondary-button::after {
      right: 0; }
  .vans_teaser-stage__secondary-button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_teaser-stage__secondary-button::before {
      right: 0; }
    html[dir="rtl"] .vans_teaser-stage__secondary-button::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_teaser-stage__secondary-button::before {
      left: 0; }
    html[dir="rtl"] .vans_teaser-stage__secondary-button::before {
      right: 0; }
  .vans_teaser-stage__secondary-button::before {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
  .vans_teaser-stage__secondary-button::after {
    border-radius: 0 0 0 0; }
  html:not([dir="rtl"]) .vans_teaser-stage__secondary-button,
  html[dir="rtl"] .vans_teaser-stage__secondary-button {
    margin: 0 0 auto; }
  html:not([dir="rtl"]) .vans_teaser-stage__secondary-button,
  html[dir="rtl"] .vans_teaser-stage__secondary-button {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_teaser-stage__secondary-button,
  html[dir="rtl"] .vans_teaser-stage__secondary-button {
    padding-bottom: 0; }
  .vans_teaser-stage__secondary-button:focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
    border-radius: 0.5px; }
  .vans_teaser-stage__secondary-button__value {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block; }
  html:not([dir="rtl"]) .vans_teaser-stage__secondary-button {
    padding-left: 24px; }
  html[dir="rtl"] .vans_teaser-stage__secondary-button {
    padding-right: 24px; }
  html:not([dir="rtl"]) .vans_teaser-stage__secondary-button {
    padding-right: 24px; }
  html[dir="rtl"] .vans_teaser-stage__secondary-button {
    padding-left: 24px; }
  .vans_teaser-stage__secondary-button::after {
    border-color: transparent; }
  .vans_teaser-stage__secondary-button::after { }
  .vans_teaser-stage__secondary-button.-disabled::after,
  html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after,
  html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after, .vans_teaser-stage__secondary-button[disabled]::after,
  html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after,
  html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_teaser-stage__secondary-button.-disabled::after,
  html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after,
  html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after, .vans_teaser-stage__secondary-button[disabled]::after,
  html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after,
  html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_teaser-stage__secondary-button.-disabled::after,
    html[dir="rtl"] .vans_teaser-stage__secondary-button.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_teaser-stage__secondary-button[disabled]::after,
    html[dir="rtl"] .vans_teaser-stage__secondary-button[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_teaser-stage__secondary-button::after {
    border-color: transparent; }
  .vans_teaser-stage__secondary-button::after { }
  html.-hover .vans_teaser-stage__secondary-button:hover {
    background: #242424; }
  .vans_teaser-stage__secondary-button:focus {
    background: #242424; }
  .vans_teaser-stage__secondary-button.-active,
  html.-hover .vans_teaser-stage__secondary-button:active:hover, .vans_teaser-stage__secondary-button:active:focus {
    color: #fff;
    background: #242424; }
    .vans_teaser-stage__secondary-button.-active::after,
    html.-hover .vans_teaser-stage__secondary-button:active:hover::after, .vans_teaser-stage__secondary-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_teaser-stage__secondary-button.-disabled,
  html.-hover .vans_teaser-stage__secondary-button.-disabled:hover,
  html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover, .vans_teaser-stage__secondary-button[disabled],
  html.-hover .vans_teaser-stage__secondary-button[disabled]:hover,
  html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover {
    background-color: #333; }
    .vans_teaser-stage__secondary-button.-disabled::after,
    html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after,
    html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after, .vans_teaser-stage__secondary-button[disabled]::after,
    html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after,
    html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_teaser-stage__secondary-button.-disabled::after,
    html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after,
    html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after, .vans_teaser-stage__secondary-button[disabled]::after,
    html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after,
    html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_teaser-stage__secondary-button.-disabled::after,
      html[dir="rtl"] .vans_teaser-stage__secondary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_teaser-stage__secondary-button[disabled]::after,
      html[dir="rtl"] .vans_teaser-stage__secondary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
        border-width: 1px; }
  html:not([dir="rtl"]) .vans_teaser-stage__secondary-button,
  html[dir="rtl"] .vans_teaser-stage__secondary-button {
    margin-top: 16px; }
  @media only screen and (min-width: 480px) {
    .vans_teaser-stage__secondary-button {
      width: auto; } }
  @media only screen and (min-width: 768px) {
    .vans_teaser-stage__secondary-button, [class*="vans_theme-"] .vans_teaser-stage__secondary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button, .vans_theme-light .vans_teaser-stage__secondary-button, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button {
      color: #333;
      background: #ececec; }
      .vans_teaser-stage__secondary-button::after, [class*="vans_theme-"] .vans_teaser-stage__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button::after, .vans_theme-light .vans_teaser-stage__secondary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button::after {
        border-color: transparent; }
      .vans_teaser-stage__secondary-button::after, [class*="vans_theme-"] .vans_teaser-stage__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button::after, .vans_theme-light .vans_teaser-stage__secondary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button::after { }
      html.-hover .vans_teaser-stage__secondary-button:hover, html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button:hover, html.-hover .vans_theme-light .vans_teaser-stage__secondary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button:hover {
        background: #d9d9d9; }
      .vans_teaser-stage__secondary-button:focus, [class*="vans_theme-"] .vans_teaser-stage__secondary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button:focus, .vans_theme-light .vans_teaser-stage__secondary-button:focus, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button:focus {
        background: #d9d9d9; }
      .vans_teaser-stage__secondary-button.-active,
      html.-hover .vans_teaser-stage__secondary-button:active:hover, .vans_teaser-stage__secondary-button:active:focus, [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button:active:hover, [class*="vans_theme-"] .vans_teaser-stage__secondary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button:active:focus, .vans_theme-light .vans_teaser-stage__secondary-button.-active,
      html.-hover .vans_theme-light .vans_teaser-stage__secondary-button:active:hover, .vans_theme-light .vans_teaser-stage__secondary-button:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button:active:focus {
        color: #333;
        background: #d9d9d9; }
        .vans_teaser-stage__secondary-button.-active::after,
        html.-hover .vans_teaser-stage__secondary-button:active:hover::after, .vans_teaser-stage__secondary-button:active:focus::after, [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button:active:hover::after, [class*="vans_theme-"] .vans_teaser-stage__secondary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button:active:focus::after, .vans_theme-light .vans_teaser-stage__secondary-button.-active::after,
        html.-hover .vans_theme-light .vans_teaser-stage__secondary-button:active:hover::after, .vans_theme-light .vans_teaser-stage__secondary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_teaser-stage__secondary-button.-disabled,
      html.-hover .vans_teaser-stage__secondary-button.-disabled:hover,
      html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover, .vans_teaser-stage__secondary-button[disabled],
      html.-hover .vans_teaser-stage__secondary-button[disabled]:hover,
      html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:active:hover, .vans_theme-light .vans_teaser-stage__secondary-button.-disabled,
      html.-hover .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover,
      html.-hover .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover, .vans_theme-light .vans_teaser-stage__secondary-button[disabled],
      html.-hover .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover,
      html.-hover .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover {
        background-color: #ececec; }
        .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after, .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:active:hover::after, .vans_theme-light .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover::after, .vans_theme-light .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after, .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:active:hover::after, .vans_theme-light .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover::after, .vans_theme-light .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_teaser-stage__secondary-button.-disabled::after,
          html[dir="rtl"] .vans_teaser-stage__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_teaser-stage__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_teaser-stage__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_teaser-stage__secondary-button[disabled]::after,
          html[dir="rtl"] .vans_teaser-stage__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_teaser-stage__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_teaser-stage__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-stage__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_teaser-stage__secondary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_teaser-stage__secondary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
            border-width: 1px; }
    .vans_theme-dark .vans_teaser-stage__secondary-button, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button {
      color: #fff;
      background: #333; }
      .vans_theme-dark .vans_teaser-stage__secondary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button::after {
        border-color: transparent; }
      .vans_theme-dark .vans_teaser-stage__secondary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button::after { }
      html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button:hover {
        background: #242424; }
      .vans_theme-dark .vans_teaser-stage__secondary-button:focus, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button:focus {
        background: #242424; }
      .vans_theme-dark .vans_teaser-stage__secondary-button.-active,
      html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button:active:hover, .vans_theme-dark .vans_teaser-stage__secondary-button:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button:active:focus {
        color: #fff;
        background: #242424; }
        .vans_theme-dark .vans_teaser-stage__secondary-button.-active::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button:active:hover::after, .vans_theme-dark .vans_teaser-stage__secondary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled,
      html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover,
      html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover, .vans_theme-dark .vans_teaser-stage__secondary-button[disabled],
      html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover,
      html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover {
        background-color: #333; }
        .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover::after, .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover::after, .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-stage__secondary-button[disabled]:active:hover::after {
            border-width: 1px; } }

.vans_teaser-stage__app-buttons {
  width: 100%; }
  html:not([dir="rtl"]) .vans_teaser-stage__app-buttons,
  html[dir="rtl"] .vans_teaser-stage__app-buttons {
    margin-top: 28px; }
  .vans_teaser-stage__app-buttons > * {
    display: inline-block;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-stage__app-buttons > *,
    html[dir="rtl"] .vans_teaser-stage__app-buttons > * {
      margin-top: 12px; }
    @media only screen and (min-width: 480px) {
      .vans_teaser-stage__app-buttons > * {
        width: auto; }
        html:not([dir="rtl"]) .vans_teaser-stage__app-buttons > * {
          margin-right: 12px; }
        html[dir="rtl"] .vans_teaser-stage__app-buttons > * {
          margin-left: 12px; } }
    html:not([dir="rtl"]) .vans_teaser-stage__app-buttons > *:last-child {
      margin-right: 0; }
    html[dir="rtl"] .vans_teaser-stage__app-buttons > *:last-child {
      margin-left: 0; }

.vans_teaser-stage__disclaimer {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer,
    html[dir="rtl"] .vans_teaser-stage__disclaimer {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer,
    html[dir="rtl"] .vans_teaser-stage__disclaimer {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer,
    html[dir="rtl"] .vans_teaser-stage__disclaimer {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer,
    html[dir="rtl"] .vans_teaser-stage__disclaimer {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_teaser-stage__disclaimer {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_teaser-stage__disclaimer,
      html[dir="rtl"] .vans_teaser-stage__disclaimer {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_teaser-stage__disclaimer {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_teaser-stage__disclaimer,
      html[dir="rtl"] .vans_teaser-stage__disclaimer {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_teaser-stage__disclaimer {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_teaser-stage__disclaimer,
      html[dir="rtl"] .vans_teaser-stage__disclaimer {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_teaser-stage__disclaimer-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_teaser-stage__disclaimer-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_teaser-stage__disclaimer-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_teaser-stage__disclaimer-wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_teaser-stage__disclaimer-wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_teaser-stage__disclaimer-wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_teaser-stage__disclaimer-wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-stage__disclaimer-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-stage__disclaimer-wrapper {
      padding-left: 12px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_presentation-teaser {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_presentation-teaser,
    html[dir="rtl"] .vans_presentation-teaser {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_presentation-teaser,
    html[dir="rtl"] .vans_presentation-teaser {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_presentation-teaser,
    html[dir="rtl"] .vans_presentation-teaser {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_presentation-teaser,
    html[dir="rtl"] .vans_presentation-teaser {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_presentation-teaser {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_presentation-teaser,
      html[dir="rtl"] .vans_presentation-teaser {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_presentation-teaser {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_presentation-teaser,
      html[dir="rtl"] .vans_presentation-teaser {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_presentation-teaser {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_presentation-teaser,
      html[dir="rtl"] .vans_presentation-teaser {
        margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_presentation-teaser,
  html[dir="rtl"] .vans_presentation-teaser {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_presentation-teaser,
  html[dir="rtl"] .vans_presentation-teaser {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_presentation-teaser {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_presentation-teaser {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_presentation-teaser > *:first-child,
  html[dir="rtl"] .vans_presentation-teaser > *:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 0) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half, html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      font-size: 33px;
      line-height: 33px; } }
  .vans_presentation-teaser__teaser, .vans_presentation-teaser__teaser--dark {
    position: relative;
    display: block;
    color: #fff; }
    .vans_presentation-teaser__teaser--dark {
      color: #333; }
  .vans_presentation-teaser__image {
    position: relative;
    overflow: hidden; }
    .vans_presentation-teaser__image::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__image::before,
      html[dir="rtl"] .vans_presentation-teaser__image::before {
        padding-bottom: 133.33333%; }
    .vans_presentation-teaser__image > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_presentation-teaser__image > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_presentation-teaser__image > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_presentation-teaser__image > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_presentation-teaser__image > .vans_image {
        left: 0; }
    @media only screen and (min-width: 480px) {
      .vans_presentation-teaser__image {
        position: relative;
        overflow: hidden; }
        .vans_presentation-teaser__image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_presentation-teaser__image::before,
          html[dir="rtl"] .vans_presentation-teaser__image::before {
            padding-bottom: 75%; }
        .vans_presentation-teaser__image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_presentation-teaser__image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_presentation-teaser__image > .vans_image {
            left: 0; } }
    @media only screen and (min-width: 1024px) {
      .vans_presentation-teaser__image {
        position: relative;
        overflow: hidden; }
        .vans_presentation-teaser__image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_presentation-teaser__image::before,
          html[dir="rtl"] .vans_presentation-teaser__image::before {
            padding-bottom: 40%; }
        .vans_presentation-teaser__image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_presentation-teaser__image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_presentation-teaser__image > .vans_image {
            left: 0; } }
  .vans_presentation-teaser__headline-container {
    position: absolute;
    bottom: 1em; }
    html:not([dir="rtl"]) .vans_presentation-teaser__headline-container,
    html[dir="rtl"] .vans_presentation-teaser__headline-container {
      padding: 0 1em; }
    @media only screen and (min-width: 0) {
      .vans_presentation-teaser__headline-container {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_presentation-teaser__headline-container {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_presentation-teaser__headline-container {
        font-size: 33px;
        line-height: 33px; } }
  .vans_presentation-teaser__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_presentation-teaser__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_presentation-teaser__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_presentation-teaser__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_presentation-teaser__headline {
        font-size: 40px;
        line-height: 40px; } }
  html:not([dir="rtl"]) .vans_presentation-teaser__link-wrapper,
  html[dir="rtl"] .vans_presentation-teaser__link-wrapper {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_presentation-teaser__link-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__link-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_presentation-teaser__link-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  .vans_presentation-teaser__link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer;
    color: inherit;
    display: block; }
    :lang(ko) .vans_presentation-teaser__link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_presentation-teaser__link:hover, .vans_presentation-teaser__link.-active, .vans_presentation-teaser__link.-open {
      color: #00adef; }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__teaser-container--half {
      display: flex; } }
  html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child,
  html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child,
  html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child {
    margin-top: 16px; }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark {
      width: 50%; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:first-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:first-child {
      padding-right: 12px; }
    html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:first-child, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:first-child {
      padding-left: 12px; } }
  @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child,
      html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child,
      html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child {
        margin-top: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child {
      padding-start: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child {
        padding-left: 12px; }
      
      html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child,
      html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child {
        padding-right: 12px; } }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image {
      position: relative;
      overflow: hidden; }
      .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image::before,
        html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image::before {
          padding-bottom: 133.33333%; }
      .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          left: 0; }
        html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          right: 0; }
        html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          right: 0; }
        html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          left: 0; } }
  @media only screen and (min-width: 1024px) {
    .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image {
      position: relative;
      overflow: hidden; }
      .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image::before,
        html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image::before {
          padding-bottom: 75%; }
      .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          left: 0; }
        html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          right: 0; }
        html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          right: 0; }
        html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          left: 0; } }
  @media only screen and (min-width: 0) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 12px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_teaser-grid, [class*="vans_theme-"] .vans_teaser-grid, [class*="vans_theme-"] [class*="vans_theme-"] .vans_teaser-grid, .vans_theme-light .vans_teaser-grid, [class*="vans_theme-"] .vans_theme-light .vans_teaser-grid, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_teaser-grid {
  color: #333; }

.vans_theme-dark .vans_teaser-grid, [class*="vans_theme-"] .vans_theme-dark .vans_teaser-grid, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_teaser-grid {
  color: #fff; }

html:not([dir="rtl"]) .vans_teaser-grid,
html[dir="rtl"] .vans_teaser-grid {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_teaser-grid,
html[dir="rtl"] .vans_teaser-grid {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_teaser-grid {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_teaser-grid {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_teaser-grid {
    font-size: 33px;
    line-height: 33px; } }

.vans_teaser-grid__wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_teaser-grid__wrapper,
    html[dir="rtl"] .vans_teaser-grid__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_teaser-grid__wrapper,
    html[dir="rtl"] .vans_teaser-grid__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_teaser-grid__wrapper,
    html[dir="rtl"] .vans_teaser-grid__wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_teaser-grid__wrapper,
    html[dir="rtl"] .vans_teaser-grid__wrapper {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_teaser-grid__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_teaser-grid__wrapper,
      html[dir="rtl"] .vans_teaser-grid__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_teaser-grid__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_teaser-grid__wrapper,
      html[dir="rtl"] .vans_teaser-grid__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_teaser-grid__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_teaser-grid__wrapper,
      html[dir="rtl"] .vans_teaser-grid__wrapper {
        margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_teaser-grid__wrapper > *:first-child,
  html[dir="rtl"] .vans_teaser-grid__wrapper > *:first-child {
    margin-top: 0; }

.vans_teaser-grid__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_teaser-grid__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_teaser-grid__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_teaser-grid__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_teaser-grid__headline {
      font-size: 40px;
      line-height: 40px; } }
  @media only screen and (min-width: 0) {
    .vans_teaser-grid__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-left: 6px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-right: 6px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_teaser-grid__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-left: 6px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-right: 6px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_teaser-grid__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_teaser-grid__headline {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_teaser-grid__headline {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_teaser-grid__headline {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_teaser-grid__headline {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_teaser-grid__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_teaser-grid__headline {
        padding-left: 12px; } }

@media only screen and (min-width: 0) {
  .vans_teaser-grid__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-left: 6px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-right: 6px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_teaser-grid__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-left: 6px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-right: 6px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_teaser-grid__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_teaser-grid__copy {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_teaser-grid__copy {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_teaser-grid__copy {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_teaser-grid__copy {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__copy {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_teaser-grid__copy,
html[dir="rtl"] .vans_teaser-grid__copy {
  padding-top: 0.8em; }

@media only screen and (min-width: 0) {
  .vans_teaser-grid__copy {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_teaser-grid__copy {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_teaser-grid__copy {
    font-size: 33px;
    line-height: 33px; } }

html:not([dir="rtl"]) .vans_teaser-grid__copy,
html[dir="rtl"] .vans_teaser-grid__copy {
  padding-bottom: 18px; }

@media only screen and (min-width: 0) {
  .vans_teaser-grid__content-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_teaser-grid__content-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_teaser-grid__content-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_teaser-grid__content-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_teaser-grid__content-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_teaser-grid__content-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_teaser-grid__content-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__content-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__content-container {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_teaser-grid__content-container,
html[dir="rtl"] .vans_teaser-grid__content-container {
  margin-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_teaser-grid__content-container {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_teaser-grid__content-container {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_teaser-grid__content-container {
    font-size: 33px;
    line-height: 33px; } }

html:not([dir="rtl"]) .vans_teaser-grid__content-container > *:first-child,
html[dir="rtl"] .vans_teaser-grid__content-container > *:first-child {
  margin-top: 0; }

html:not([dir="rtl"]) .vans_teaser-grid__content-container > *,
html[dir="rtl"] .vans_teaser-grid__content-container > * {
  margin-top: 24px; }

.vans_teaser-grid__reference--double, .vans_teaser-grid__reference--triple-start, .vans_teaser-grid__reference--triple-end {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .vans_teaser-grid__reference--double, .vans_teaser-grid__reference--triple-start, .vans_teaser-grid__reference--triple-end {
      flex-direction: row; } }
  .vans_teaser-grid__reference--double .vans_teaser-grid__teaser-wrapper, .vans_teaser-grid__reference--triple-start .vans_teaser-grid__teaser-wrapper, .vans_teaser-grid__reference--triple-end .vans_teaser-grid__teaser-wrapper {
    width: 100%; }
    .vans_teaser-grid__reference--double .vans_teaser-grid__teaser-wrapper > *, .vans_teaser-grid__reference--triple-start .vans_teaser-grid__teaser-wrapper > *, .vans_teaser-grid__reference--triple-end .vans_teaser-grid__teaser-wrapper > * {
      width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-grid__reference--double .vans_teaser-grid__teaser-wrapper > *:nth-child(2),
    html[dir="rtl"] .vans_teaser-grid__reference--double .vans_teaser-grid__teaser-wrapper > *:nth-child(2), html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-start .vans_teaser-grid__teaser-wrapper > *:nth-child(2),
    html[dir="rtl"] .vans_teaser-grid__reference--triple-start .vans_teaser-grid__teaser-wrapper > *:nth-child(2), html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-end .vans_teaser-grid__teaser-wrapper > *:nth-child(2),
    html[dir="rtl"] .vans_teaser-grid__reference--triple-end .vans_teaser-grid__teaser-wrapper > *:nth-child(2) {
      margin-top: 24px; }
    @media only screen and (min-width: 768px) {
      .vans_teaser-grid__reference--double .vans_teaser-grid__teaser-wrapper, .vans_teaser-grid__reference--triple-start .vans_teaser-grid__teaser-wrapper, .vans_teaser-grid__reference--triple-end .vans_teaser-grid__teaser-wrapper {
        width: 50%; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_teaser-grid__reference--double > *:nth-child(1), html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-start > *:nth-child(1), html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-end > *:nth-child(1) {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__reference--double > *:nth-child(1), html[dir="rtl"] .vans_teaser-grid__reference--triple-start > *:nth-child(1), html[dir="rtl"] .vans_teaser-grid__reference--triple-end > *:nth-child(1) {
      padding-left: 12px; } }
  @media only screen and (min-width: 768px) {
    .vans_teaser-grid__reference--double > *:nth-child(2), .vans_teaser-grid__reference--triple-start > *:nth-child(2), .vans_teaser-grid__reference--triple-end > *:nth-child(2) {
      padding-start: 12px; }
      html:not([dir="rtl"]) .vans_teaser-grid__reference--double > *:nth-child(2), html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-start > *:nth-child(2), html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-end > *:nth-child(2) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_teaser-grid__reference--double > *:nth-child(2), html[dir="rtl"] .vans_teaser-grid__reference--triple-start > *:nth-child(2), html[dir="rtl"] .vans_teaser-grid__reference--triple-end > *:nth-child(2) {
        padding-right: 12px; } }
  html:not([dir="rtl"]) .vans_teaser-grid__reference--double > *:nth-child(2),
  html[dir="rtl"] .vans_teaser-grid__reference--double > *:nth-child(2), html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-start > *:nth-child(2),
  html[dir="rtl"] .vans_teaser-grid__reference--triple-start > *:nth-child(2), html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-end > *:nth-child(2),
  html[dir="rtl"] .vans_teaser-grid__reference--triple-end > *:nth-child(2) {
    margin-top: 24px; }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_teaser-grid__reference--double > *:nth-child(2),
    html[dir="rtl"] .vans_teaser-grid__reference--double > *:nth-child(2), html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-start > *:nth-child(2),
    html[dir="rtl"] .vans_teaser-grid__reference--triple-start > *:nth-child(2), html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-end > *:nth-child(2),
    html[dir="rtl"] .vans_teaser-grid__reference--triple-end > *:nth-child(2) {
      margin-top: 0; } }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-start > *:nth-child(1) {
    padding-right: 12px; }
  html[dir="rtl"] .vans_teaser-grid__reference--triple-start > *:nth-child(1) {
    padding-left: 12px; } }

@media only screen and (min-width: 768px) {
  .vans_teaser-grid__reference--triple-start > *:nth-child(2) {
    padding-start: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-start > *:nth-child(2) {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__reference--triple-start > *:nth-child(2) {
      padding-right: 12px; } }

.vans_teaser-grid__reference--triple-end > *:nth-child(1) {
  order: 2; }
  html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-end > *:nth-child(1) {
    padding-right: 0; }
  html[dir="rtl"] .vans_teaser-grid__reference--triple-end > *:nth-child(1) {
    padding-left: 0; }
  @media only screen and (min-width: 768px) {
    .vans_teaser-grid__reference--triple-end > *:nth-child(1) {
      padding-start: 12px; }
      html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-end > *:nth-child(1) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_teaser-grid__reference--triple-end > *:nth-child(1) {
        padding-right: 12px; } }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-end > *:nth-child(1),
    html[dir="rtl"] .vans_teaser-grid__reference--triple-end > *:nth-child(1) {
      margin-top: 24px; } }

.vans_teaser-grid__reference--triple-end > *:nth-child(2) {
  order: 1; }
  html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-end > *:nth-child(2) {
    padding-left: 0; }
  html[dir="rtl"] .vans_teaser-grid__reference--triple-end > *:nth-child(2) {
    padding-right: 0; }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-end > *:nth-child(2) {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__reference--triple-end > *:nth-child(2) {
      padding-left: 12px; } }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_teaser-grid__reference--triple-end > *:nth-child(2),
    html[dir="rtl"] .vans_teaser-grid__reference--triple-end > *:nth-child(2) {
      margin-top: 0; } }

@media only screen and (min-width: 0) {
  .vans_teaser-grid__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-left: 6px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-right: 6px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_teaser-grid__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-left: 6px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-right: 6px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_teaser-grid__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_teaser-grid__disclaimer {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_teaser-grid__disclaimer {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_teaser-grid__disclaimer {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_teaser-grid__disclaimer {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_teaser-grid__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_teaser-grid__disclaimer {
      padding-left: 12px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_table-subcomponent, [class*="vans_theme-"] .vans_table-subcomponent, [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent, .vans_theme-light .vans_table-subcomponent, [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent {
  color: #333; }

.vans_theme-dark .vans_table-subcomponent, [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent {
  color: #fff; }

html:not([dir="rtl"]) .vans_table-subcomponent,
html[dir="rtl"] .vans_table-subcomponent {
  margin-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_table-subcomponent {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_table-subcomponent {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_table-subcomponent {
    font-size: 33px;
    line-height: 33px; } }

.vans_table-subcomponent__headline {
  font-family: CorporateSRegular, -apple-system, sans-serif; }
  :lang(ko) .vans_table-subcomponent__headline {
    font-family: MBKCorporateSRegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_table-subcomponent__headline {
      font-size: 18px;
      line-height: 23px; } }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__headline {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_table-subcomponent__headline {
      font-size: 22px;
      line-height: 29px; } }
  html:not([dir="rtl"]) .vans_table-subcomponent__headline,
  html[dir="rtl"] .vans_table-subcomponent__headline {
    padding-bottom: 18px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__headline,
  html[dir="rtl"] .vans_table-subcomponent__headline, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__headline,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__headline, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__headline,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__headline, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__headline,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__headline, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__headline,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__headline, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__headline,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__headline {
    border: 0; }
  html:not([dir="rtl"]) .vans_table-subcomponent__headline,
  html[dir="rtl"] .vans_table-subcomponent__headline, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__headline,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__headline, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__headline,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__headline, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__headline,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__headline, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__headline,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__headline, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__headline,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__headline {
    border-bottom: 1px solid #666; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__headline,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__headline, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__headline,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__headline, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__headline,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__headline {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__headline,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__headline, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__headline,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__headline, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__headline,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__headline {
    border-bottom: 1px solid #ddd; }

.vans_table-subcomponent__table--basic table,
.vans_table-subcomponent__table--basic tbody,
.vans_table-subcomponent__table--basic tfoot,
.vans_table-subcomponent__table--basic thead,
.vans_table-subcomponent__table--basic tr,
.vans_table-subcomponent__table--basic th,
.vans_table-subcomponent__table--basic td {
  vertical-align: baseline; }

.vans_table-subcomponent__table--basic table {
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--basic table {
      display: table; } }

.vans_table-subcomponent__table--basic tbody {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--basic tbody {
      display: table-row-group; } }

.vans_table-subcomponent__table--basic tr {
  display: flex;
  flex-direction: column; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--basic tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--basic tr {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--basic tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--basic tr {
    border-bottom: 1px solid #3c3c3c; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--basic tr {
      display: table-row; } }

.vans_table-subcomponent__table--basic th,
.vans_table-subcomponent__table--basic td {
  box-sizing: content-box; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--basic th:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--basic th:first-child, html:not([dir="rtl"])
  .vans_table-subcomponent__table--basic td:first-child,
  html[dir="rtl"]
  .vans_table-subcomponent__table--basic td:first-child {
    padding-top: 18px; }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_table-subcomponent__table--basic th, html:not([dir="rtl"]) .vans_table-subcomponent__table--basic td {
      text-align: left !important; }
    html[dir="rtl"] .vans_table-subcomponent__table--basic th, html[dir="rtl"] .vans_table-subcomponent__table--basic td {
      text-align: right !important; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_table-subcomponent__table--basic th,
    html[dir="rtl"] .vans_table-subcomponent__table--basic th, html:not([dir="rtl"])
    .vans_table-subcomponent__table--basic td,
    html[dir="rtl"]
    .vans_table-subcomponent__table--basic td {
      padding: 18px 0; } }

.vans_table-subcomponent__table--basic th {
  font-family: CorporateSDemi, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table-subcomponent__table--basic th {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--basic th {
    text-align: left; }
  html[dir="rtl"] .vans_table-subcomponent__table--basic th {
    text-align: right; }

.vans_table-subcomponent__table--basic td {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table-subcomponent__table--basic td {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--basic td,
  html[dir="rtl"] .vans_table-subcomponent__table--basic td {
    padding-top: 12px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--basic td > *:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--basic td > *:first-child {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--basic td:last-child,
  html[dir="rtl"] .vans_table-subcomponent__table--basic td:last-child {
    padding-bottom: 18px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--basic td p,
  html[dir="rtl"] .vans_table-subcomponent__table--basic td p {
    padding-top: 18px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--basic td p > *:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--basic td p > *:first-child {
    padding-top: 0; }
  .vans_table-subcomponent__table--basic td a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer; }
    html.-hover .vans_table-subcomponent__table--basic td a:hover, .vans_table-subcomponent__table--basic td a.-active, .vans_table-subcomponent__table--basic td a.-open {
      color: #00adef; }

.vans_table-subcomponent__table--basic img {
  max-width: 272px;
  max-height: 205px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--basic img,
  html[dir="rtl"] .vans_table-subcomponent__table--basic img {
    padding-top: 16px; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--basic img {
      max-width: 240px;
      max-height: 180px; } }
  @media only screen and (min-width: 1280px) {
    .vans_table-subcomponent__table--basic img {
      max-width: 273px;
      max-height: 206px; } }

html:not([dir="rtl"]) .vans_table-subcomponent__table--basic td, html:not([dir="rtl"]) .vans_table-subcomponent__table--basic th {
  padding-right: 12px; }

html[dir="rtl"] .vans_table-subcomponent__table--basic td, html[dir="rtl"] .vans_table-subcomponent__table--basic th {
  padding-left: 12px; }

html:not([dir="rtl"]) .vans_table-subcomponent__table--basic td:last-child, html:not([dir="rtl"]) .vans_table-subcomponent__table--basic th:last-child {
  padding-right: 0; }

html[dir="rtl"] .vans_table-subcomponent__table--basic td:last-child, html[dir="rtl"] .vans_table-subcomponent__table--basic th:last-child {
  padding-left: 0; }

.vans_table-subcomponent__table--column-header table,
.vans_table-subcomponent__table--column-header tbody,
.vans_table-subcomponent__table--column-header tfoot,
.vans_table-subcomponent__table--column-header thead,
.vans_table-subcomponent__table--column-header tr,
.vans_table-subcomponent__table--column-header th,
.vans_table-subcomponent__table--column-header td {
  vertical-align: baseline; }

.vans_table-subcomponent__table--column-header table {
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--column-header table {
      display: table; } }

.vans_table-subcomponent__table--column-header tbody {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--column-header tbody {
      display: table-row-group; } }

.vans_table-subcomponent__table--column-header tr {
  display: flex;
  flex-direction: column; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr {
    border-bottom: 1px solid #3c3c3c; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--column-header tr {
      display: table-row; } }

.vans_table-subcomponent__table--column-header th,
.vans_table-subcomponent__table--column-header td {
  box-sizing: content-box; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header th:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--column-header th:first-child, html:not([dir="rtl"])
  .vans_table-subcomponent__table--column-header td:first-child,
  html[dir="rtl"]
  .vans_table-subcomponent__table--column-header td:first-child {
    padding-top: 18px; }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header th, html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header td {
      text-align: left !important; }
    html[dir="rtl"] .vans_table-subcomponent__table--column-header th, html[dir="rtl"] .vans_table-subcomponent__table--column-header td {
      text-align: right !important; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header th,
    html[dir="rtl"] .vans_table-subcomponent__table--column-header th, html:not([dir="rtl"])
    .vans_table-subcomponent__table--column-header td,
    html[dir="rtl"]
    .vans_table-subcomponent__table--column-header td {
      padding: 18px 0; } }

.vans_table-subcomponent__table--column-header th {
  font-family: CorporateSDemi, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table-subcomponent__table--column-header th {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header th {
    text-align: left; }
  html[dir="rtl"] .vans_table-subcomponent__table--column-header th {
    text-align: right; }

.vans_table-subcomponent__table--column-header td {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table-subcomponent__table--column-header td {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header td,
  html[dir="rtl"] .vans_table-subcomponent__table--column-header td {
    padding-top: 12px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header td > *:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--column-header td > *:first-child {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header td:last-child,
  html[dir="rtl"] .vans_table-subcomponent__table--column-header td:last-child {
    padding-bottom: 18px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header td p,
  html[dir="rtl"] .vans_table-subcomponent__table--column-header td p {
    padding-top: 18px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header td p > *:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--column-header td p > *:first-child {
    padding-top: 0; }
  .vans_table-subcomponent__table--column-header td a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer; }
    html.-hover .vans_table-subcomponent__table--column-header td a:hover, .vans_table-subcomponent__table--column-header td a.-active, .vans_table-subcomponent__table--column-header td a.-open {
      color: #00adef; }

.vans_table-subcomponent__table--column-header img {
  max-width: 272px;
  max-height: 205px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header img,
  html[dir="rtl"] .vans_table-subcomponent__table--column-header img {
    padding-top: 16px; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--column-header img {
      max-width: 240px;
      max-height: 180px; } }
  @media only screen and (min-width: 1280px) {
    .vans_table-subcomponent__table--column-header img {
      max-width: 273px;
      max-height: 206px; } }

html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header tr:first-child,
html[dir="rtl"] .vans_table-subcomponent__table--column-header tr:first-child {
  border-bottom: none; }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr:first-child {
    border: 0; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-header tr:first-child {
    border-bottom: 1px solid #666; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr:first-child {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-header tr:first-child {
    border-bottom: 1px solid #ddd; } }

html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header td, html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header th {
  padding-right: 12px; }

html[dir="rtl"] .vans_table-subcomponent__table--column-header td, html[dir="rtl"] .vans_table-subcomponent__table--column-header th {
  padding-left: 12px; }

html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header td:last-child, html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header th:last-child {
  padding-right: 0; }

html[dir="rtl"] .vans_table-subcomponent__table--column-header td:last-child, html[dir="rtl"] .vans_table-subcomponent__table--column-header th:last-child {
  padding-left: 0; }

@media only screen and (min-width: 0) and (max-width: 767px) {
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header td,
  html[dir="rtl"] .vans_table-subcomponent__table--column-header td, html:not([dir="rtl"])
  .vans_table-subcomponent__table--column-header th,
  html[dir="rtl"]
  .vans_table-subcomponent__table--column-header th {
    padding-top: 25px; } }

.vans_table-subcomponent__table--column-header td::before,
.vans_table-subcomponent__table--column-header th::before {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #999;
  content: attr(data-column-head);
  display: block; }
  :lang(ko) .vans_table-subcomponent__table--column-header td::before, :lang(ko)
  .vans_table-subcomponent__table--column-header th::before {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-header td::before,
  html[dir="rtl"] .vans_table-subcomponent__table--column-header td::before, html:not([dir="rtl"])
  .vans_table-subcomponent__table--column-header th::before,
  html[dir="rtl"]
  .vans_table-subcomponent__table--column-header th::before {
    padding-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--column-header td::before,
    .vans_table-subcomponent__table--column-header th::before {
      display: none; } }

.vans_table-subcomponent__table--column-header tr:first-child th {
  display: none; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--column-header tr:first-child th {
      display: table-cell; } }

.vans_table-subcomponent__table--row-header table,
.vans_table-subcomponent__table--row-header tbody,
.vans_table-subcomponent__table--row-header tfoot,
.vans_table-subcomponent__table--row-header thead,
.vans_table-subcomponent__table--row-header tr,
.vans_table-subcomponent__table--row-header th,
.vans_table-subcomponent__table--row-header td {
  vertical-align: baseline; }

.vans_table-subcomponent__table--row-header table {
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--row-header table {
      display: table; } }

.vans_table-subcomponent__table--row-header tbody {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--row-header tbody {
      display: table-row-group; } }

.vans_table-subcomponent__table--row-header tr {
  display: flex;
  flex-direction: column; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--row-header tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--row-header tr {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--row-header tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--row-header tr {
    border-bottom: 1px solid #3c3c3c; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--row-header tr {
      display: table-row; } }

.vans_table-subcomponent__table--row-header th,
.vans_table-subcomponent__table--row-header td {
  box-sizing: content-box; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header th:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--row-header th:first-child, html:not([dir="rtl"])
  .vans_table-subcomponent__table--row-header td:first-child,
  html[dir="rtl"]
  .vans_table-subcomponent__table--row-header td:first-child {
    padding-top: 18px; }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header th, html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header td {
      text-align: left !important; }
    html[dir="rtl"] .vans_table-subcomponent__table--row-header th, html[dir="rtl"] .vans_table-subcomponent__table--row-header td {
      text-align: right !important; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header th,
    html[dir="rtl"] .vans_table-subcomponent__table--row-header th, html:not([dir="rtl"])
    .vans_table-subcomponent__table--row-header td,
    html[dir="rtl"]
    .vans_table-subcomponent__table--row-header td {
      padding: 18px 0; } }

.vans_table-subcomponent__table--row-header th {
  font-family: CorporateSDemi, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table-subcomponent__table--row-header th {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header th {
    text-align: left; }
  html[dir="rtl"] .vans_table-subcomponent__table--row-header th {
    text-align: right; }

.vans_table-subcomponent__table--row-header td {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table-subcomponent__table--row-header td {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header td,
  html[dir="rtl"] .vans_table-subcomponent__table--row-header td {
    padding-top: 12px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header td > *:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--row-header td > *:first-child {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header td:last-child,
  html[dir="rtl"] .vans_table-subcomponent__table--row-header td:last-child {
    padding-bottom: 18px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header td p,
  html[dir="rtl"] .vans_table-subcomponent__table--row-header td p {
    padding-top: 18px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header td p > *:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--row-header td p > *:first-child {
    padding-top: 0; }
  .vans_table-subcomponent__table--row-header td a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer; }
    html.-hover .vans_table-subcomponent__table--row-header td a:hover, .vans_table-subcomponent__table--row-header td a.-active, .vans_table-subcomponent__table--row-header td a.-open {
      color: #00adef; }

.vans_table-subcomponent__table--row-header img {
  max-width: 272px;
  max-height: 205px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header img,
  html[dir="rtl"] .vans_table-subcomponent__table--row-header img {
    padding-top: 16px; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--row-header img {
      max-width: 240px;
      max-height: 180px; } }
  @media only screen and (min-width: 1280px) {
    .vans_table-subcomponent__table--row-header img {
      max-width: 273px;
      max-height: 206px; } }

html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header td, html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header th {
  padding-right: 12px; }

html[dir="rtl"] .vans_table-subcomponent__table--row-header td, html[dir="rtl"] .vans_table-subcomponent__table--row-header th {
  padding-left: 12px; }

html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header td:last-child, html:not([dir="rtl"]) .vans_table-subcomponent__table--row-header th:last-child {
  padding-right: 0; }

html[dir="rtl"] .vans_table-subcomponent__table--row-header td:last-child, html[dir="rtl"] .vans_table-subcomponent__table--row-header th:last-child {
  padding-left: 0; }

.vans_table-subcomponent__table--column-row-header table,
.vans_table-subcomponent__table--column-row-header tbody,
.vans_table-subcomponent__table--column-row-header tfoot,
.vans_table-subcomponent__table--column-row-header thead,
.vans_table-subcomponent__table--column-row-header tr,
.vans_table-subcomponent__table--column-row-header th,
.vans_table-subcomponent__table--column-row-header td {
  vertical-align: baseline; }

.vans_table-subcomponent__table--column-row-header table {
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--column-row-header table {
      display: table; } }

.vans_table-subcomponent__table--column-row-header tbody {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--column-row-header tbody {
      display: table-row-group; } }

.vans_table-subcomponent__table--column-row-header tr {
  display: flex;
  flex-direction: column; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr {
    border-bottom: 1px solid #3c3c3c; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--column-row-header tr {
      display: table-row; } }

.vans_table-subcomponent__table--column-row-header th,
.vans_table-subcomponent__table--column-row-header td {
  box-sizing: content-box; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header th:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header th:first-child, html:not([dir="rtl"])
  .vans_table-subcomponent__table--column-row-header td:first-child,
  html[dir="rtl"]
  .vans_table-subcomponent__table--column-row-header td:first-child {
    padding-top: 18px; }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header th, html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header td {
      text-align: left !important; }
    html[dir="rtl"] .vans_table-subcomponent__table--column-row-header th, html[dir="rtl"] .vans_table-subcomponent__table--column-row-header td {
      text-align: right !important; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header th,
    html[dir="rtl"] .vans_table-subcomponent__table--column-row-header th, html:not([dir="rtl"])
    .vans_table-subcomponent__table--column-row-header td,
    html[dir="rtl"]
    .vans_table-subcomponent__table--column-row-header td {
      padding: 18px 0; } }

.vans_table-subcomponent__table--column-row-header th {
  font-family: CorporateSDemi, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table-subcomponent__table--column-row-header th {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header th {
    text-align: left; }
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header th {
    text-align: right; }

.vans_table-subcomponent__table--column-row-header td {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table-subcomponent__table--column-row-header td {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header td,
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header td {
    padding-top: 12px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header td > *:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header td > *:first-child {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header td:last-child,
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header td:last-child {
    padding-bottom: 18px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header td p,
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header td p {
    padding-top: 18px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header td p > *:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header td p > *:first-child {
    padding-top: 0; }
  .vans_table-subcomponent__table--column-row-header td a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer; }
    html.-hover .vans_table-subcomponent__table--column-row-header td a:hover, .vans_table-subcomponent__table--column-row-header td a.-active, .vans_table-subcomponent__table--column-row-header td a.-open {
      color: #00adef; }

.vans_table-subcomponent__table--column-row-header img {
  max-width: 272px;
  max-height: 205px; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header img,
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header img {
    padding-top: 16px; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--column-row-header img {
      max-width: 240px;
      max-height: 180px; } }
  @media only screen and (min-width: 1280px) {
    .vans_table-subcomponent__table--column-row-header img {
      max-width: 273px;
      max-height: 206px; } }

html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header tr:first-child,
html[dir="rtl"] .vans_table-subcomponent__table--column-row-header tr:first-child {
  border-bottom: none; }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr:first-child {
    border: 0; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) .vans_theme-light .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table-subcomponent__table--column-row-header tr:first-child {
    border-bottom: 1px solid #666; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr:first-child {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table-subcomponent__table--column-row-header tr:first-child {
    border-bottom: 1px solid #ddd; } }

html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header td, html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header th {
  padding-right: 12px; }

html[dir="rtl"] .vans_table-subcomponent__table--column-row-header td, html[dir="rtl"] .vans_table-subcomponent__table--column-row-header th {
  padding-left: 12px; }

html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header td:last-child, html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header th:last-child {
  padding-right: 0; }

html[dir="rtl"] .vans_table-subcomponent__table--column-row-header td:last-child, html[dir="rtl"] .vans_table-subcomponent__table--column-row-header th:last-child {
  padding-left: 0; }

@media only screen and (min-width: 0) and (max-width: 767px) {
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header td,
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header td, html:not([dir="rtl"])
  .vans_table-subcomponent__table--column-row-header th,
  html[dir="rtl"]
  .vans_table-subcomponent__table--column-row-header th {
    padding-top: 25px; } }

.vans_table-subcomponent__table--column-row-header td::before,
.vans_table-subcomponent__table--column-row-header th::before {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #999;
  content: attr(data-column-head);
  display: block; }
  :lang(ko) .vans_table-subcomponent__table--column-row-header td::before, :lang(ko)
  .vans_table-subcomponent__table--column-row-header th::before {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_table-subcomponent__table--column-row-header td::before,
  html[dir="rtl"] .vans_table-subcomponent__table--column-row-header td::before, html:not([dir="rtl"])
  .vans_table-subcomponent__table--column-row-header th::before,
  html[dir="rtl"]
  .vans_table-subcomponent__table--column-row-header th::before {
    padding-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--column-row-header td::before,
    .vans_table-subcomponent__table--column-row-header th::before {
      display: none; } }

.vans_table-subcomponent__table--column-row-header tr:first-child th {
  display: none; }
  @media only screen and (min-width: 768px) {
    .vans_table-subcomponent__table--column-row-header tr:first-child th {
      display: table-cell; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_table {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_table,
    html[dir="rtl"] .vans_table {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_table,
    html[dir="rtl"] .vans_table {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_table,
    html[dir="rtl"] .vans_table {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_table,
    html[dir="rtl"] .vans_table {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_table {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_table,
      html[dir="rtl"] .vans_table {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_table {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_table,
      html[dir="rtl"] .vans_table {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_table {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_table,
      html[dir="rtl"] .vans_table {
        margin: 0 auto; } }
  .vans_table, [class*="vans_theme-"] .vans_table, [class*="vans_theme-"] [class*="vans_theme-"] .vans_table, .vans_theme-light .vans_table, [class*="vans_theme-"] .vans_theme-light .vans_table, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table {
    color: #333; }
  .vans_theme-dark .vans_table, [class*="vans_theme-"] .vans_theme-dark .vans_table, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table {
    color: #fff; }
  html:not([dir="rtl"]) .vans_table,
  html[dir="rtl"] .vans_table {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_table,
  html[dir="rtl"] .vans_table {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_table {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_table {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_table {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 0) {
    .vans_table__wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_table__wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_table__wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_table__wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_table__wrapper {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_table__wrapper {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_table__wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_table__wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_table__wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_table__wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_table__wrapper {
        padding-left: 12px; } }
  .vans_table__headline {
    font-family: CorporateSRegular, -apple-system, sans-serif; }
    :lang(ko) .vans_table__headline {
      font-family: MBKCorporateSRegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_table__headline {
        font-size: 18px;
        line-height: 23px; } }
    @media only screen and (min-width: 768px) {
      .vans_table__headline {
        font-size: 20px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_table__headline {
        font-size: 22px;
        line-height: 29px; } }
    html:not([dir="rtl"]) .vans_table__headline,
    html[dir="rtl"] .vans_table__headline {
      padding-bottom: 18px; }
    html:not([dir="rtl"]) .vans_table__headline,
    html[dir="rtl"] .vans_table__headline, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__headline,
    html[dir="rtl"] [class*="vans_theme-"] .vans_table__headline, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__headline,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__headline, html:not([dir="rtl"]) .vans_theme-light .vans_table__headline,
    html[dir="rtl"] .vans_theme-light .vans_table__headline, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__headline,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__headline, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__headline,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__headline {
      border: 0; }
    html:not([dir="rtl"]) .vans_table__headline,
    html[dir="rtl"] .vans_table__headline, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__headline,
    html[dir="rtl"] [class*="vans_theme-"] .vans_table__headline, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__headline,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__headline, html:not([dir="rtl"]) .vans_theme-light .vans_table__headline,
    html[dir="rtl"] .vans_theme-light .vans_table__headline, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__headline,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__headline, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__headline,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__headline {
      border-bottom: 1px solid #666; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_table__headline,
    html[dir="rtl"] .vans_theme-dark .vans_table__headline, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__headline,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__headline, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__headline,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__headline {
      border: 0; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_table__headline,
    html[dir="rtl"] .vans_theme-dark .vans_table__headline, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__headline,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__headline, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__headline,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__headline {
      border-bottom: 1px solid #ddd; }

.vans_table__table--basic table,
.vans_table__table--basic tbody,
.vans_table__table--basic tfoot,
.vans_table__table--basic thead,
.vans_table__table--basic tr,
.vans_table__table--basic th,
.vans_table__table--basic td {
  vertical-align: baseline; }

.vans_table__table--basic table {
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--basic table {
      display: table; } }

.vans_table__table--basic tbody {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--basic tbody {
      display: table-row-group; } }

.vans_table__table--basic tr {
  display: flex;
  flex-direction: column; }
  html:not([dir="rtl"]) .vans_table__table--basic tr,
  html[dir="rtl"] .vans_table__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--basic tr, html:not([dir="rtl"]) .vans_theme-light .vans_table__table--basic tr,
  html[dir="rtl"] .vans_theme-light .vans_table__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--basic tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_table__table--basic tr,
  html[dir="rtl"] .vans_table__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--basic tr, html:not([dir="rtl"]) .vans_theme-light .vans_table__table--basic tr,
  html[dir="rtl"] .vans_theme-light .vans_table__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--basic tr {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table__table--basic tr,
  html[dir="rtl"] .vans_theme-dark .vans_table__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--basic tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table__table--basic tr,
  html[dir="rtl"] .vans_theme-dark .vans_table__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--basic tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--basic tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--basic tr {
    border-bottom: 1px solid #3c3c3c; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--basic tr {
      display: table-row; } }

.vans_table__table--basic th,
.vans_table__table--basic td {
  box-sizing: content-box; }
  html:not([dir="rtl"]) .vans_table__table--basic th:first-child,
  html[dir="rtl"] .vans_table__table--basic th:first-child, html:not([dir="rtl"])
  .vans_table__table--basic td:first-child,
  html[dir="rtl"]
  .vans_table__table--basic td:first-child {
    padding-top: 18px; }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_table__table--basic th, html:not([dir="rtl"]) .vans_table__table--basic td {
      text-align: left !important; }
    html[dir="rtl"] .vans_table__table--basic th, html[dir="rtl"] .vans_table__table--basic td {
      text-align: right !important; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_table__table--basic th,
    html[dir="rtl"] .vans_table__table--basic th, html:not([dir="rtl"])
    .vans_table__table--basic td,
    html[dir="rtl"]
    .vans_table__table--basic td {
      padding: 18px 0; } }

.vans_table__table--basic th {
  font-family: CorporateSDemi, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table__table--basic th {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }
  html:not([dir="rtl"]) .vans_table__table--basic th {
    text-align: left; }
  html[dir="rtl"] .vans_table__table--basic th {
    text-align: right; }

.vans_table__table--basic td {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table__table--basic td {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_table__table--basic td,
  html[dir="rtl"] .vans_table__table--basic td {
    padding-top: 12px; }
  html:not([dir="rtl"]) .vans_table__table--basic td > *:first-child,
  html[dir="rtl"] .vans_table__table--basic td > *:first-child {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_table__table--basic td:last-child,
  html[dir="rtl"] .vans_table__table--basic td:last-child {
    padding-bottom: 18px; }
  html:not([dir="rtl"]) .vans_table__table--basic td p,
  html[dir="rtl"] .vans_table__table--basic td p {
    padding-top: 18px; }
  html:not([dir="rtl"]) .vans_table__table--basic td p > *:first-child,
  html[dir="rtl"] .vans_table__table--basic td p > *:first-child {
    padding-top: 0; }
  .vans_table__table--basic td a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer; }
    html.-hover .vans_table__table--basic td a:hover, .vans_table__table--basic td a.-active, .vans_table__table--basic td a.-open {
      color: #00adef; }

.vans_table__table--basic img {
  max-width: 272px;
  max-height: 205px; }
  html:not([dir="rtl"]) .vans_table__table--basic img,
  html[dir="rtl"] .vans_table__table--basic img {
    padding-top: 16px; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--basic img {
      max-width: 240px;
      max-height: 180px; } }
  @media only screen and (min-width: 1280px) {
    .vans_table__table--basic img {
      max-width: 273px;
      max-height: 206px; } }

html:not([dir="rtl"]) .vans_table__table--basic td, html:not([dir="rtl"]) .vans_table__table--basic th {
  padding-right: 12px; }

html[dir="rtl"] .vans_table__table--basic td, html[dir="rtl"] .vans_table__table--basic th {
  padding-left: 12px; }

html:not([dir="rtl"]) .vans_table__table--basic td:last-child, html:not([dir="rtl"]) .vans_table__table--basic th:last-child {
  padding-right: 0; }

html[dir="rtl"] .vans_table__table--basic td:last-child, html[dir="rtl"] .vans_table__table--basic th:last-child {
  padding-left: 0; }

.vans_table__table--column-header table,
.vans_table__table--column-header tbody,
.vans_table__table--column-header tfoot,
.vans_table__table--column-header thead,
.vans_table__table--column-header tr,
.vans_table__table--column-header th,
.vans_table__table--column-header td {
  vertical-align: baseline; }

.vans_table__table--column-header table {
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--column-header table {
      display: table; } }

.vans_table__table--column-header tbody {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--column-header tbody {
      display: table-row-group; } }

.vans_table__table--column-header tr {
  display: flex;
  flex-direction: column; }
  html:not([dir="rtl"]) .vans_table__table--column-header tr,
  html[dir="rtl"] .vans_table__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-header tr, html:not([dir="rtl"]) .vans_theme-light .vans_table__table--column-header tr,
  html[dir="rtl"] .vans_theme-light .vans_table__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_table__table--column-header tr,
  html[dir="rtl"] .vans_table__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-header tr, html:not([dir="rtl"]) .vans_theme-light .vans_table__table--column-header tr,
  html[dir="rtl"] .vans_theme-light .vans_table__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table__table--column-header tr,
  html[dir="rtl"] .vans_theme-dark .vans_table__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table__table--column-header tr,
  html[dir="rtl"] .vans_theme-dark .vans_table__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr {
    border-bottom: 1px solid #3c3c3c; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--column-header tr {
      display: table-row; } }

.vans_table__table--column-header th,
.vans_table__table--column-header td {
  box-sizing: content-box; }
  html:not([dir="rtl"]) .vans_table__table--column-header th:first-child,
  html[dir="rtl"] .vans_table__table--column-header th:first-child, html:not([dir="rtl"])
  .vans_table__table--column-header td:first-child,
  html[dir="rtl"]
  .vans_table__table--column-header td:first-child {
    padding-top: 18px; }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_table__table--column-header th, html:not([dir="rtl"]) .vans_table__table--column-header td {
      text-align: left !important; }
    html[dir="rtl"] .vans_table__table--column-header th, html[dir="rtl"] .vans_table__table--column-header td {
      text-align: right !important; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_table__table--column-header th,
    html[dir="rtl"] .vans_table__table--column-header th, html:not([dir="rtl"])
    .vans_table__table--column-header td,
    html[dir="rtl"]
    .vans_table__table--column-header td {
      padding: 18px 0; } }

.vans_table__table--column-header th {
  font-family: CorporateSDemi, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table__table--column-header th {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }
  html:not([dir="rtl"]) .vans_table__table--column-header th {
    text-align: left; }
  html[dir="rtl"] .vans_table__table--column-header th {
    text-align: right; }

.vans_table__table--column-header td {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table__table--column-header td {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_table__table--column-header td,
  html[dir="rtl"] .vans_table__table--column-header td {
    padding-top: 12px; }
  html:not([dir="rtl"]) .vans_table__table--column-header td > *:first-child,
  html[dir="rtl"] .vans_table__table--column-header td > *:first-child {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_table__table--column-header td:last-child,
  html[dir="rtl"] .vans_table__table--column-header td:last-child {
    padding-bottom: 18px; }
  html:not([dir="rtl"]) .vans_table__table--column-header td p,
  html[dir="rtl"] .vans_table__table--column-header td p {
    padding-top: 18px; }
  html:not([dir="rtl"]) .vans_table__table--column-header td p > *:first-child,
  html[dir="rtl"] .vans_table__table--column-header td p > *:first-child {
    padding-top: 0; }
  .vans_table__table--column-header td a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer; }
    html.-hover .vans_table__table--column-header td a:hover, .vans_table__table--column-header td a.-active, .vans_table__table--column-header td a.-open {
      color: #00adef; }

.vans_table__table--column-header img {
  max-width: 272px;
  max-height: 205px; }
  html:not([dir="rtl"]) .vans_table__table--column-header img,
  html[dir="rtl"] .vans_table__table--column-header img {
    padding-top: 16px; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--column-header img {
      max-width: 240px;
      max-height: 180px; } }
  @media only screen and (min-width: 1280px) {
    .vans_table__table--column-header img {
      max-width: 273px;
      max-height: 206px; } }

html:not([dir="rtl"]) .vans_table__table--column-header tr:first-child,
html[dir="rtl"] .vans_table__table--column-header tr:first-child {
  border-bottom: none; }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) .vans_theme-light .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] .vans_theme-light .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr:first-child {
    border: 0; }
  html:not([dir="rtl"]) .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) .vans_theme-light .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] .vans_theme-light .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-header tr:first-child {
    border-bottom: 1px solid #666; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] .vans_theme-dark .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr:first-child {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] .vans_theme-dark .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-header tr:first-child {
    border-bottom: 1px solid #ddd; } }

html:not([dir="rtl"]) .vans_table__table--column-header td, html:not([dir="rtl"]) .vans_table__table--column-header th {
  padding-right: 12px; }

html[dir="rtl"] .vans_table__table--column-header td, html[dir="rtl"] .vans_table__table--column-header th {
  padding-left: 12px; }

html:not([dir="rtl"]) .vans_table__table--column-header td:last-child, html:not([dir="rtl"]) .vans_table__table--column-header th:last-child {
  padding-right: 0; }

html[dir="rtl"] .vans_table__table--column-header td:last-child, html[dir="rtl"] .vans_table__table--column-header th:last-child {
  padding-left: 0; }

@media only screen and (min-width: 0) and (max-width: 767px) {
  html:not([dir="rtl"]) .vans_table__table--column-header td,
  html[dir="rtl"] .vans_table__table--column-header td, html:not([dir="rtl"])
  .vans_table__table--column-header th,
  html[dir="rtl"]
  .vans_table__table--column-header th {
    padding-top: 25px; } }

.vans_table__table--column-header td::before,
.vans_table__table--column-header th::before {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #999;
  content: attr(data-column-head);
  display: block; }
  :lang(ko) .vans_table__table--column-header td::before, :lang(ko)
  .vans_table__table--column-header th::before {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_table__table--column-header td::before,
  html[dir="rtl"] .vans_table__table--column-header td::before, html:not([dir="rtl"])
  .vans_table__table--column-header th::before,
  html[dir="rtl"]
  .vans_table__table--column-header th::before {
    padding-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--column-header td::before,
    .vans_table__table--column-header th::before {
      display: none; } }

.vans_table__table--column-header tr:first-child th {
  display: none; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--column-header tr:first-child th {
      display: table-cell; } }

.vans_table__table--row-header table,
.vans_table__table--row-header tbody,
.vans_table__table--row-header tfoot,
.vans_table__table--row-header thead,
.vans_table__table--row-header tr,
.vans_table__table--row-header th,
.vans_table__table--row-header td {
  vertical-align: baseline; }

.vans_table__table--row-header table {
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--row-header table {
      display: table; } }

.vans_table__table--row-header tbody {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--row-header tbody {
      display: table-row-group; } }

.vans_table__table--row-header tr {
  display: flex;
  flex-direction: column; }
  html:not([dir="rtl"]) .vans_table__table--row-header tr,
  html[dir="rtl"] .vans_table__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--row-header tr, html:not([dir="rtl"]) .vans_theme-light .vans_table__table--row-header tr,
  html[dir="rtl"] .vans_theme-light .vans_table__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--row-header tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_table__table--row-header tr,
  html[dir="rtl"] .vans_table__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--row-header tr, html:not([dir="rtl"]) .vans_theme-light .vans_table__table--row-header tr,
  html[dir="rtl"] .vans_theme-light .vans_table__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--row-header tr {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table__table--row-header tr,
  html[dir="rtl"] .vans_theme-dark .vans_table__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--row-header tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table__table--row-header tr,
  html[dir="rtl"] .vans_theme-dark .vans_table__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--row-header tr {
    border-bottom: 1px solid #3c3c3c; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--row-header tr {
      display: table-row; } }

.vans_table__table--row-header th,
.vans_table__table--row-header td {
  box-sizing: content-box; }
  html:not([dir="rtl"]) .vans_table__table--row-header th:first-child,
  html[dir="rtl"] .vans_table__table--row-header th:first-child, html:not([dir="rtl"])
  .vans_table__table--row-header td:first-child,
  html[dir="rtl"]
  .vans_table__table--row-header td:first-child {
    padding-top: 18px; }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_table__table--row-header th, html:not([dir="rtl"]) .vans_table__table--row-header td {
      text-align: left !important; }
    html[dir="rtl"] .vans_table__table--row-header th, html[dir="rtl"] .vans_table__table--row-header td {
      text-align: right !important; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_table__table--row-header th,
    html[dir="rtl"] .vans_table__table--row-header th, html:not([dir="rtl"])
    .vans_table__table--row-header td,
    html[dir="rtl"]
    .vans_table__table--row-header td {
      padding: 18px 0; } }

.vans_table__table--row-header th {
  font-family: CorporateSDemi, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table__table--row-header th {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }
  html:not([dir="rtl"]) .vans_table__table--row-header th {
    text-align: left; }
  html[dir="rtl"] .vans_table__table--row-header th {
    text-align: right; }

.vans_table__table--row-header td {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table__table--row-header td {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_table__table--row-header td,
  html[dir="rtl"] .vans_table__table--row-header td {
    padding-top: 12px; }
  html:not([dir="rtl"]) .vans_table__table--row-header td > *:first-child,
  html[dir="rtl"] .vans_table__table--row-header td > *:first-child {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_table__table--row-header td:last-child,
  html[dir="rtl"] .vans_table__table--row-header td:last-child {
    padding-bottom: 18px; }
  html:not([dir="rtl"]) .vans_table__table--row-header td p,
  html[dir="rtl"] .vans_table__table--row-header td p {
    padding-top: 18px; }
  html:not([dir="rtl"]) .vans_table__table--row-header td p > *:first-child,
  html[dir="rtl"] .vans_table__table--row-header td p > *:first-child {
    padding-top: 0; }
  .vans_table__table--row-header td a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer; }
    html.-hover .vans_table__table--row-header td a:hover, .vans_table__table--row-header td a.-active, .vans_table__table--row-header td a.-open {
      color: #00adef; }

.vans_table__table--row-header img {
  max-width: 272px;
  max-height: 205px; }
  html:not([dir="rtl"]) .vans_table__table--row-header img,
  html[dir="rtl"] .vans_table__table--row-header img {
    padding-top: 16px; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--row-header img {
      max-width: 240px;
      max-height: 180px; } }
  @media only screen and (min-width: 1280px) {
    .vans_table__table--row-header img {
      max-width: 273px;
      max-height: 206px; } }

html:not([dir="rtl"]) .vans_table__table--row-header td, html:not([dir="rtl"]) .vans_table__table--row-header th {
  padding-right: 12px; }

html[dir="rtl"] .vans_table__table--row-header td, html[dir="rtl"] .vans_table__table--row-header th {
  padding-left: 12px; }

html:not([dir="rtl"]) .vans_table__table--row-header td:last-child, html:not([dir="rtl"]) .vans_table__table--row-header th:last-child {
  padding-right: 0; }

html[dir="rtl"] .vans_table__table--row-header td:last-child, html[dir="rtl"] .vans_table__table--row-header th:last-child {
  padding-left: 0; }

.vans_table__table--column-row-header table,
.vans_table__table--column-row-header tbody,
.vans_table__table--column-row-header tfoot,
.vans_table__table--column-row-header thead,
.vans_table__table--column-row-header tr,
.vans_table__table--column-row-header th,
.vans_table__table--column-row-header td {
  vertical-align: baseline; }

.vans_table__table--column-row-header table {
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--column-row-header table {
      display: table; } }

.vans_table__table--column-row-header tbody {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--column-row-header tbody {
      display: table-row-group; } }

.vans_table__table--column-row-header tr {
  display: flex;
  flex-direction: column; }
  html:not([dir="rtl"]) .vans_table__table--column-row-header tr,
  html[dir="rtl"] .vans_table__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-row-header tr, html:not([dir="rtl"]) .vans_theme-light .vans_table__table--column-row-header tr,
  html[dir="rtl"] .vans_theme-light .vans_table__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_table__table--column-row-header tr,
  html[dir="rtl"] .vans_table__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-row-header tr, html:not([dir="rtl"]) .vans_theme-light .vans_table__table--column-row-header tr,
  html[dir="rtl"] .vans_theme-light .vans_table__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table__table--column-row-header tr,
  html[dir="rtl"] .vans_theme-dark .vans_table__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table__table--column-row-header tr,
  html[dir="rtl"] .vans_theme-dark .vans_table__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr {
    border-bottom: 1px solid #3c3c3c; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--column-row-header tr {
      display: table-row; } }

.vans_table__table--column-row-header th,
.vans_table__table--column-row-header td {
  box-sizing: content-box; }
  html:not([dir="rtl"]) .vans_table__table--column-row-header th:first-child,
  html[dir="rtl"] .vans_table__table--column-row-header th:first-child, html:not([dir="rtl"])
  .vans_table__table--column-row-header td:first-child,
  html[dir="rtl"]
  .vans_table__table--column-row-header td:first-child {
    padding-top: 18px; }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_table__table--column-row-header th, html:not([dir="rtl"]) .vans_table__table--column-row-header td {
      text-align: left !important; }
    html[dir="rtl"] .vans_table__table--column-row-header th, html[dir="rtl"] .vans_table__table--column-row-header td {
      text-align: right !important; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_table__table--column-row-header th,
    html[dir="rtl"] .vans_table__table--column-row-header th, html:not([dir="rtl"])
    .vans_table__table--column-row-header td,
    html[dir="rtl"]
    .vans_table__table--column-row-header td {
      padding: 18px 0; } }

.vans_table__table--column-row-header th {
  font-family: CorporateSDemi, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table__table--column-row-header th {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }
  html:not([dir="rtl"]) .vans_table__table--column-row-header th {
    text-align: left; }
  html[dir="rtl"] .vans_table__table--column-row-header th {
    text-align: right; }

.vans_table__table--column-row-header td {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_table__table--column-row-header td {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_table__table--column-row-header td,
  html[dir="rtl"] .vans_table__table--column-row-header td {
    padding-top: 12px; }
  html:not([dir="rtl"]) .vans_table__table--column-row-header td > *:first-child,
  html[dir="rtl"] .vans_table__table--column-row-header td > *:first-child {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_table__table--column-row-header td:last-child,
  html[dir="rtl"] .vans_table__table--column-row-header td:last-child {
    padding-bottom: 18px; }
  html:not([dir="rtl"]) .vans_table__table--column-row-header td p,
  html[dir="rtl"] .vans_table__table--column-row-header td p {
    padding-top: 18px; }
  html:not([dir="rtl"]) .vans_table__table--column-row-header td p > *:first-child,
  html[dir="rtl"] .vans_table__table--column-row-header td p > *:first-child {
    padding-top: 0; }
  .vans_table__table--column-row-header td a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer; }
    html.-hover .vans_table__table--column-row-header td a:hover, .vans_table__table--column-row-header td a.-active, .vans_table__table--column-row-header td a.-open {
      color: #00adef; }

.vans_table__table--column-row-header img {
  max-width: 272px;
  max-height: 205px; }
  html:not([dir="rtl"]) .vans_table__table--column-row-header img,
  html[dir="rtl"] .vans_table__table--column-row-header img {
    padding-top: 16px; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--column-row-header img {
      max-width: 240px;
      max-height: 180px; } }
  @media only screen and (min-width: 1280px) {
    .vans_table__table--column-row-header img {
      max-width: 273px;
      max-height: 206px; } }

html:not([dir="rtl"]) .vans_table__table--column-row-header tr:first-child,
html[dir="rtl"] .vans_table__table--column-row-header tr:first-child {
  border-bottom: none; }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) .vans_theme-light .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] .vans_theme-light .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr:first-child {
    border: 0; }
  html:not([dir="rtl"]) .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) .vans_theme-light .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] .vans_theme-light .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_table__table--column-row-header tr:first-child {
    border-bottom: 1px solid #666; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] .vans_theme-dark .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr:first-child {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] .vans_theme-dark .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr:first-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr:first-child,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_table__table--column-row-header tr:first-child {
    border-bottom: 1px solid #ddd; } }

html:not([dir="rtl"]) .vans_table__table--column-row-header td, html:not([dir="rtl"]) .vans_table__table--column-row-header th {
  padding-right: 12px; }

html[dir="rtl"] .vans_table__table--column-row-header td, html[dir="rtl"] .vans_table__table--column-row-header th {
  padding-left: 12px; }

html:not([dir="rtl"]) .vans_table__table--column-row-header td:last-child, html:not([dir="rtl"]) .vans_table__table--column-row-header th:last-child {
  padding-right: 0; }

html[dir="rtl"] .vans_table__table--column-row-header td:last-child, html[dir="rtl"] .vans_table__table--column-row-header th:last-child {
  padding-left: 0; }

@media only screen and (min-width: 0) and (max-width: 767px) {
  html:not([dir="rtl"]) .vans_table__table--column-row-header td,
  html[dir="rtl"] .vans_table__table--column-row-header td, html:not([dir="rtl"])
  .vans_table__table--column-row-header th,
  html[dir="rtl"]
  .vans_table__table--column-row-header th {
    padding-top: 25px; } }

.vans_table__table--column-row-header td::before,
.vans_table__table--column-row-header th::before {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #999;
  content: attr(data-column-head);
  display: block; }
  :lang(ko) .vans_table__table--column-row-header td::before, :lang(ko)
  .vans_table__table--column-row-header th::before {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_table__table--column-row-header td::before,
  html[dir="rtl"] .vans_table__table--column-row-header td::before, html:not([dir="rtl"])
  .vans_table__table--column-row-header th::before,
  html[dir="rtl"]
  .vans_table__table--column-row-header th::before {
    padding-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--column-row-header td::before,
    .vans_table__table--column-row-header th::before {
      display: none; } }

.vans_table__table--column-row-header tr:first-child th {
  display: none; }
  @media only screen and (min-width: 768px) {
    .vans_table__table--column-row-header tr:first-child th {
      display: table-cell; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_tab-navigation {
  position: relative; }
  .vans_tab-navigation, [class*="vans_theme-"] .vans_tab-navigation, [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation, .vans_theme-light .vans_tab-navigation, [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation {
    color: #333; }
  .vans_theme-dark .vans_tab-navigation, [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation {
    color: #fff; }
  .vans_tab-navigation.-extended .vans_tab-navigation__controls-prev,
  .vans_tab-navigation.-extended .vans_tab-navigation__controls-next {
    display: block; }
  .vans_tab-navigation.-extended .vans_tab-navigation__tabs::after,
  .vans_tab-navigation.-extended .vans_tab-navigation__tabs::before {
    display: block; }
  .vans_tab-navigation.-extended.-right .vans_tab-navigation__controls-next {
    cursor: auto;
    color: #666; }
  .vans_tab-navigation.-extended.-right .vans_tab-navigation__tabs::after {
    display: none; }
  .vans_tab-navigation.-extended.-left .vans_tab-navigation__controls-prev {
    cursor: auto;
    color: #666; }
  .vans_tab-navigation.-extended.-left .vans_tab-navigation__tabs::before {
    display: none; }
  .vans_tab-navigation__tabs {
    position: relative;
    display: none;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .vans_tab-navigation__tabs {
        display: block; } }
    .vans_tab-navigation__tabs::before {
      z-index: 2;
      content: '';
      position: absolute;
      display: none;
      top: 0;
      bottom: 0;
      width: 32px; }
      html:not([dir="rtl"]) .vans_tab-navigation__tabs::before {
        left: 0; }
      html[dir="rtl"] .vans_tab-navigation__tabs::before {
        right: 0; }
      html:not([dir="rtl"]) .vans_tab-navigation__tabs::before, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_tab-navigation__tabs::before, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__tabs::before, html:not([dir="rtl"]) .vans_theme-light .vans_tab-navigation__tabs::before, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tabs::before, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tabs::before {
        background: linear-gradient(to right, white 16%, rgba(255, 255, 255, 0) 100%); }
      html[dir="rtl"] .vans_tab-navigation__tabs::before, html[dir="rtl"] [class*="vans_theme-"] .vans_tab-navigation__tabs::before, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__tabs::before, html[dir="rtl"] .vans_theme-light .vans_tab-navigation__tabs::before, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tabs::before, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tabs::before {
        background: linear-gradient(to left, white 16%, rgba(255, 255, 255, 0) 100%); }
      html:not([dir="rtl"]) .vans_theme-dark .vans_tab-navigation__tabs::before, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tabs::before, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tabs::before {
        background: linear-gradient(to right, black 16%, rgba(0, 0, 0, 0) 100%); }
      html[dir="rtl"] .vans_theme-dark .vans_tab-navigation__tabs::before, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tabs::before, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tabs::before {
        background: linear-gradient(to left, black 16%, rgba(0, 0, 0, 0) 100%); }
    .vans_tab-navigation__tabs::after {
      z-index: 2;
      content: '';
      position: absolute;
      display: none;
      top: 0;
      bottom: 0;
      width: 32px; }
      html:not([dir="rtl"]) .vans_tab-navigation__tabs::after {
        right: 0; }
      html[dir="rtl"] .vans_tab-navigation__tabs::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_tab-navigation__tabs::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_tab-navigation__tabs::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__tabs::after, html:not([dir="rtl"]) .vans_theme-light .vans_tab-navigation__tabs::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tabs::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tabs::after {
        background: linear-gradient(to left, white 16%, rgba(255, 255, 255, 0) 100%); }
      html[dir="rtl"] .vans_tab-navigation__tabs::after, html[dir="rtl"] [class*="vans_theme-"] .vans_tab-navigation__tabs::after, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__tabs::after, html[dir="rtl"] .vans_theme-light .vans_tab-navigation__tabs::after, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tabs::after, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tabs::after {
        background: linear-gradient(to right, white 16%, rgba(255, 255, 255, 0) 100%); }
      html:not([dir="rtl"]) .vans_theme-dark .vans_tab-navigation__tabs::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tabs::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tabs::after {
        background: linear-gradient(to left, black 16%, rgba(0, 0, 0, 0) 100%); }
      html[dir="rtl"] .vans_theme-dark .vans_tab-navigation__tabs::after, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tabs::after, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tabs::after {
        background: linear-gradient(to right, black 16%, rgba(0, 0, 0, 0) 100%); }
  .vans_tab-navigation__tabs-inner {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .vans_tab-navigation__tab {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    white-space: nowrap;
    line-height: 40px;
    cursor: pointer; }
    :lang(ko) .vans_tab-navigation__tab {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_tab-navigation__tab,
    html[dir="rtl"] .vans_tab-navigation__tab {
      padding: 0 16px; }
    html:not([dir="rtl"]) .vans_tab-navigation__tab {
      margin-right: -1px; }
    html[dir="rtl"] .vans_tab-navigation__tab {
      margin-left: -1px; }
    .vans_tab-navigation__tab.-active,
    html.-hover .vans_tab-navigation__tab:hover, .vans_tab-navigation__tab:active {
      z-index: 1; }
    .vans_tab-navigation__tab, [class*="vans_theme-"] .vans_tab-navigation__tab, [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__tab, .vans_theme-light .vans_tab-navigation__tab, [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tab, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tab {
      box-shadow: inset 0 0 0 1px #ccc; }
      .vans_tab-navigation__tab.-active,
      html.-hover .vans_tab-navigation__tab:hover, .vans_tab-navigation__tab:active, [class*="vans_theme-"] .vans_tab-navigation__tab.-active,
      html.-hover [class*="vans_theme-"] .vans_tab-navigation__tab:hover, [class*="vans_theme-"] .vans_tab-navigation__tab:active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__tab.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__tab:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__tab:active, .vans_theme-light .vans_tab-navigation__tab.-active,
      html.-hover .vans_theme-light .vans_tab-navigation__tab:hover, .vans_theme-light .vans_tab-navigation__tab:active, [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tab.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tab:hover, [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tab:active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tab.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tab:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__tab:active {
        box-shadow: inset 0 0 0 2px #00adef; }
    .vans_theme-dark .vans_tab-navigation__tab, [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tab, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tab {
      box-shadow: inset 0 0 0 1px #999; }
      .vans_theme-dark .vans_tab-navigation__tab.-active,
      html.-hover .vans_theme-dark .vans_tab-navigation__tab:hover, .vans_theme-dark .vans_tab-navigation__tab:active, [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tab.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tab:hover, [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tab:active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tab.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tab:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__tab:active {
        box-shadow: inset 0 0 0 2px #00adef; }
  .vans_tab-navigation__controls-prev, .vans_tab-navigation__controls-next {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    position: absolute;
    display: none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%); }
    :lang(ko) .vans_tab-navigation__controls-prev, :lang(ko) .vans_tab-navigation__controls-next {
      font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_tab-navigation__controls-prev {
    left: -24px; }
  html[dir="rtl"] .vans_tab-navigation__controls-prev {
    right: -24px; }
  html:not([dir="rtl"]) .vans_tab-navigation__controls-next {
    right: -24px; }
  html[dir="rtl"] .vans_tab-navigation__controls-next {
    left: -24px; }
  .vans_tab-navigation__dropdown {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    position: relative; }
    :lang(ko) .vans_tab-navigation__dropdown {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_tab-navigation__dropdown select + span {
      color: #333;
      border-radius: 0 0 0 0; }
      .vans_tab-navigation__dropdown select + span::before {
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px; }
      .vans_tab-navigation__dropdown select + span::after {
        border-radius: 0 0 0 0; }
    .vans_tab-navigation__dropdown select {
      color: #333; }
      html:not([dir="rtl"]) .vans_tab-navigation__dropdown select {
        padding-left: 16px; }
      html[dir="rtl"] .vans_tab-navigation__dropdown select {
        padding-right: 16px; }
      html:not([dir="rtl"]) .vans_tab-navigation__dropdown select {
        padding-right: 46px; }
      html[dir="rtl"] .vans_tab-navigation__dropdown select {
        padding-left: 46px; }
    .vans_tab-navigation__dropdown select:focus:not(.pressed) + span::before {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3); }
    html.-hover .vans_tab-navigation__dropdown select:active:hover,
    .vans_tab-navigation__dropdown select:active:focus {
      background: #ccc; }
      html.-hover .vans_tab-navigation__dropdown select:active:hover + span::after,
      .vans_tab-navigation__dropdown select:active:focus + span::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_tab-navigation__dropdown select[disabled] {
      color: #999; }
      html.-hover .vans_tab-navigation__dropdown select[disabled]:hover + span::after,
      html.-hover .vans_tab-navigation__dropdown select[disabled]:active:hover + span::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_tab-navigation__dropdown select[disabled] + * {
        color: #999; }
    .vans_tab-navigation__dropdown_invalid select + span::after {
      border-color: #9f0002;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_tab-navigation__dropdown_invalid select + span::after,
      html[dir="rtl"] .vans_tab-navigation__dropdown_invalid select + span::after {
        border-width: 1px; }
    .vans_tab-navigation__dropdown_invalid select:focus:not(.pressed) + span::before {
      box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
    .vans_tab-navigation__dropdown select {
      line-height: inherit;
      height: inherit;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      width: 100%;
      white-space: nowrap;
      position: absolute;
      top: 0;
      /* For IE */ }
      .vans_tab-navigation__dropdown select::-ms-expand {
        display: none; }
    .vans_tab-navigation__dropdown select + span {
      line-height: inherit;
      pointer-events: none;
      display: inline-block;
      width: 100%; }
      .vans_tab-navigation__dropdown select + span::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_tab-navigation__dropdown select + span::after {
          right: 0; }
        html[dir="rtl"] .vans_tab-navigation__dropdown select + span::after {
          left: 0; }
        html:not([dir="rtl"]) .vans_tab-navigation__dropdown select + span::after {
          left: 0; }
        html[dir="rtl"] .vans_tab-navigation__dropdown select + span::after {
          right: 0; }
      .vans_tab-navigation__dropdown select + span::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_tab-navigation__dropdown select + span::before {
          right: 0; }
        html[dir="rtl"] .vans_tab-navigation__dropdown select + span::before {
          left: 0; }
        html:not([dir="rtl"]) .vans_tab-navigation__dropdown select + span::before {
          left: 0; }
        html[dir="rtl"] .vans_tab-navigation__dropdown select + span::before {
          right: 0; }
      .vans_tab-navigation__dropdown select + span::after, .vans_tab-navigation__dropdown select + span::before {
        pointer-events: none; }
      html:not([dir="rtl"]) .vans_tab-navigation__dropdown select + span {
        padding-right: 16px; }
      html[dir="rtl"] .vans_tab-navigation__dropdown select + span {
        padding-left: 16px; }
      html:not([dir="rtl"]) .vans_tab-navigation__dropdown select + span {
        text-align: right; }
      html[dir="rtl"] .vans_tab-navigation__dropdown select + span {
        text-align: left; }
    .vans_tab-navigation__dropdown, [class*="vans_theme-"] .vans_tab-navigation__dropdown, [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown, .vans_theme-light .vans_tab-navigation__dropdown, [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown {
      line-height: 40px;
      height: 40px; }
      .vans_tab-navigation__dropdown select + span, [class*="vans_theme-"] .vans_tab-navigation__dropdown select + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select + span, .vans_theme-light .vans_tab-navigation__dropdown select + span, [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select + span {
        color: #333; }
        .vans_tab-navigation__dropdown select + span::after, [class*="vans_theme-"] .vans_tab-navigation__dropdown select + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select + span::after, .vans_theme-light .vans_tab-navigation__dropdown select + span::after, [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select + span::after { }
      .vans_tab-navigation__dropdown select, [class*="vans_theme-"] .vans_tab-navigation__dropdown select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select, .vans_theme-light .vans_tab-navigation__dropdown select, [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select {
        color: #333;
        background-color: #ececec; }
        html:not([dir="rtl"]) .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) .vans_theme-light .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select {
          padding-left: 16px; }
        html[dir="rtl"] .vans_tab-navigation__dropdown select, html[dir="rtl"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select, html[dir="rtl"] .vans_theme-light .vans_tab-navigation__dropdown select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select {
          padding-right: 16px; }
        html:not([dir="rtl"]) .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) .vans_theme-light .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select {
          padding-right: 46px; }
        html[dir="rtl"] .vans_tab-navigation__dropdown select, html[dir="rtl"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select, html[dir="rtl"] .vans_theme-light .vans_tab-navigation__dropdown select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select {
          padding-left: 46px; }
      .vans_tab-navigation__dropdown select:focus:not(.pressed), [class*="vans_theme-"] .vans_tab-navigation__dropdown select:focus:not(.pressed), [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select:focus:not(.pressed), .vans_theme-light .vans_tab-navigation__dropdown select:focus:not(.pressed), [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select:focus:not(.pressed), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select:focus:not(.pressed) {
        background-color: #d9d9d9; }
      html.-hover .vans_tab-navigation__dropdown select:hover, html.-hover [class*="vans_theme-"] .vans_tab-navigation__dropdown select:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select:hover, html.-hover .vans_theme-light .vans_tab-navigation__dropdown select:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select:hover {
        background-color: #d9d9d9; }
      html.-hover .vans_tab-navigation__dropdown select:active:hover,
      .vans_tab-navigation__dropdown select:active:focus, html.-hover [class*="vans_theme-"] .vans_tab-navigation__dropdown select:active:hover,
      [class*="vans_theme-"] .vans_tab-navigation__dropdown select:active:focus, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select:active:hover,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select:active:focus, html.-hover .vans_theme-light .vans_tab-navigation__dropdown select:active:hover,
      .vans_theme-light .vans_tab-navigation__dropdown select:active:focus, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select:active:hover,
      [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select:active:focus, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select:active:hover,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select:active:focus {
        background: #d9d9d9; }
        html.-hover .vans_tab-navigation__dropdown select:active:hover + span::after,
        .vans_tab-navigation__dropdown select:active:focus + span::after, html.-hover [class*="vans_theme-"] .vans_tab-navigation__dropdown select:active:hover + span::after,
        [class*="vans_theme-"] .vans_tab-navigation__dropdown select:active:focus + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select:active:hover + span::after,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select:active:focus + span::after, html.-hover .vans_theme-light .vans_tab-navigation__dropdown select:active:hover + span::after,
        .vans_theme-light .vans_tab-navigation__dropdown select:active:focus + span::after, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select:active:hover + span::after,
        [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select:active:focus + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select:active:hover + span::after,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select:active:focus + span::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_tab-navigation__dropdown select[disabled], [class*="vans_theme-"] .vans_tab-navigation__dropdown select[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select[disabled], .vans_theme-light .vans_tab-navigation__dropdown select[disabled], [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select[disabled] {
        color: #999;
        background-color: #ececec; }
        html.-hover .vans_tab-navigation__dropdown select[disabled]:hover,
        html.-hover .vans_tab-navigation__dropdown select[disabled]:active:hover, html.-hover [class*="vans_theme-"] .vans_tab-navigation__dropdown select[disabled]:hover,
        html.-hover [class*="vans_theme-"] .vans_tab-navigation__dropdown select[disabled]:active:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select[disabled]:hover,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select[disabled]:active:hover, html.-hover .vans_theme-light .vans_tab-navigation__dropdown select[disabled]:hover,
        html.-hover .vans_theme-light .vans_tab-navigation__dropdown select[disabled]:active:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select[disabled]:hover,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select[disabled]:active:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select[disabled]:hover,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select[disabled]:active:hover {
          background-color: #ececec; }
          html.-hover .vans_tab-navigation__dropdown select[disabled]:hover + span::after,
          html.-hover .vans_tab-navigation__dropdown select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] .vans_tab-navigation__dropdown select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] .vans_tab-navigation__dropdown select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select[disabled]:active:hover + span::after, html.-hover .vans_theme-light .vans_tab-navigation__dropdown select[disabled]:hover + span::after,
          html.-hover .vans_theme-light .vans_tab-navigation__dropdown select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select[disabled]:active:hover + span::after {
            box-shadow: inset 0 0 4px transparent; }
        .vans_tab-navigation__dropdown select[disabled] + *, [class*="vans_theme-"] .vans_tab-navigation__dropdown select[disabled] + *, [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown select[disabled] + *, .vans_theme-light .vans_tab-navigation__dropdown select[disabled] + *, [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select[disabled] + *, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown select[disabled] + * {
          color: #999; }
      .vans_tab-navigation__dropdown_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] .vans_tab-navigation__dropdown_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_tab-navigation__dropdown_invalid select:focus:not(.pressed) + span::before, .vans_theme-light .vans_tab-navigation__dropdown_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_tab-navigation__dropdown_invalid select:focus:not(.pressed) + span::before {
        box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
    .vans_theme-dark .vans_tab-navigation__dropdown, [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown {
      line-height: 40px;
      height: 40px; }
      .vans_theme-dark .vans_tab-navigation__dropdown select + span, [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select + span {
        color: #fff; }
        .vans_theme-dark .vans_tab-navigation__dropdown select + span::after, [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select + span::after { }
      .vans_theme-dark .vans_tab-navigation__dropdown select, [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select {
        color: #fff;
        background-color: #333; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select {
          padding-left: 16px; }
        html[dir="rtl"] .vans_theme-dark .vans_tab-navigation__dropdown select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select {
          padding-right: 16px; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select {
          padding-right: 46px; }
        html[dir="rtl"] .vans_theme-dark .vans_tab-navigation__dropdown select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select {
          padding-left: 46px; }
      .vans_theme-dark .vans_tab-navigation__dropdown select:focus:not(.pressed), [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select:focus:not(.pressed), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select:focus:not(.pressed) {
        background-color: #242424; }
      html.-hover .vans_theme-dark .vans_tab-navigation__dropdown select:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select:hover {
        background-color: #242424; }
      html.-hover .vans_theme-dark .vans_tab-navigation__dropdown select:active:hover,
      .vans_theme-dark .vans_tab-navigation__dropdown select:active:focus, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select:active:hover,
      [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select:active:focus, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select:active:hover,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select:active:focus {
        background: #242424; }
        html.-hover .vans_theme-dark .vans_tab-navigation__dropdown select:active:hover + span::after,
        .vans_theme-dark .vans_tab-navigation__dropdown select:active:focus + span::after, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select:active:hover + span::after,
        [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select:active:focus + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select:active:hover + span::after,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select:active:focus + span::after {
          box-shadow: inset 0 0 4px #1f1f1f; }
      .vans_theme-dark .vans_tab-navigation__dropdown select[disabled], [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select[disabled] {
        color: #999;
        background-color: #333; }
        html.-hover .vans_theme-dark .vans_tab-navigation__dropdown select[disabled]:hover,
        html.-hover .vans_theme-dark .vans_tab-navigation__dropdown select[disabled]:active:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select[disabled]:hover,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select[disabled]:active:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select[disabled]:hover,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select[disabled]:active:hover {
          background-color: #333; }
          html.-hover .vans_theme-dark .vans_tab-navigation__dropdown select[disabled]:hover + span::after,
          html.-hover .vans_theme-dark .vans_tab-navigation__dropdown select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select[disabled]:active:hover + span::after {
            box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_tab-navigation__dropdown select[disabled] + *, [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select[disabled] + *, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown select[disabled] + * {
          color: #999; }
      .vans_theme-dark .vans_tab-navigation__dropdown_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_tab-navigation__dropdown_invalid select:focus:not(.pressed) + span::before {
        box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
    @media only screen and (min-width: 768px) {
      .vans_tab-navigation__dropdown {
        display: none; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_switch {
  position: relative;
  display: block;
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  .vans_switch__label {
    font-size: 1em;
    display: block; }
    html:not([dir="rtl"]) .vans_switch__label,
    html[dir="rtl"] .vans_switch__label {
      margin-bottom: 9px; }
    .vans_switch__label.-disabled {
      color: #999; }
  .vans_switch_invalid .vans_switch__label {
    color: #9f0002; }
  .vans_switch__error {
    color: #9f0002;
    display: block; }
    html:not([dir="rtl"]) .vans_switch__error,
    html[dir="rtl"] .vans_switch__error {
      padding-top: 9px; }
  .vans_switch__info {
    display: block;
    color: #999; }
    html:not([dir="rtl"]) .vans_switch__info,
    html[dir="rtl"] .vans_switch__info {
      padding-top: 6px; }
  .vans_switch__value label {
    min-width: 96px;
    background: transparent;
    line-height: 40px;
    border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_switch__value label {
      margin-right: -1px; }
    html[dir="rtl"] .vans_switch__value label {
      margin-left: -1px; }
    html:not([dir="rtl"]) .vans_switch__value label {
      padding-left: calc(1px + 1em); }
    html[dir="rtl"] .vans_switch__value label {
      padding-right: calc(1px + 1em); }
    html:not([dir="rtl"]) .vans_switch__value label {
      padding-right: 1em; }
    html[dir="rtl"] .vans_switch__value label {
      padding-left: 1em; }
    .vans_switch__value label::after {
      border-color: #999;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_switch__value label::after,
      html[dir="rtl"] .vans_switch__value label::after {
        border-width: 1px; }
    .vans_switch__value label::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_switch__value label::after {
      border-radius: 0 0 0 0; }
    .vans_switch__value label:first-of-type {
      border-radius: 0 0 0 0; }
      .vans_switch__value label:first-of-type::before {
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px; }
      .vans_switch__value label:first-of-type::after {
        border-radius: 0 0 0 0; }
      html:not([dir="rtl"]) .vans_switch__value label:first-of-type {
        padding-left: 1em; }
      html[dir="rtl"] .vans_switch__value label:first-of-type {
        padding-right: 1em; }
    .vans_switch__value label:last-of-type {
      border-radius: 0 0 0 0; }
      .vans_switch__value label:last-of-type::before {
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px; }
      .vans_switch__value label:last-of-type::after {
        border-radius: 0 0 0 0; }
  html.-hover .vans_switch__value input:hover + label::after {
    border-color: #00adef;
    border-style: solid; }
    html:not([dir="rtl"]) html.-hover .vans_switch__value input:hover + label::after,
    html[dir="rtl"] html.-hover .vans_switch__value input:hover + label::after {
      border-width: 1px; }
  .vans_switch__value input:focus + label::after {
    border-color: #00adef;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_switch__value input:focus + label::after,
    html[dir="rtl"] .vans_switch__value input:focus + label::after {
      border-width: 1px; }
  .vans_switch__value input:focus + label::before {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3); }
  html.-hover .vans_switch__value input:active:hover + label::after,
  .vans_switch__value input:active:focus + label::after {
    box-shadow: inset 0 0 4px transparent; }
  html.-hover .vans_switch__value_invalid input:hover + label::after,
  .vans_switch__value_invalid input:focus + label::after,
  .vans_switch__value_invalid input + label::after {
    border-color: #9f0002;
    border-style: solid; }
    html:not([dir="rtl"]) html.-hover .vans_switch__value_invalid input:hover + label::after,
    html[dir="rtl"] html.-hover .vans_switch__value_invalid input:hover + label::after, html:not([dir="rtl"])
    .vans_switch__value_invalid input:focus + label::after,
    html[dir="rtl"]
    .vans_switch__value_invalid input:focus + label::after, html:not([dir="rtl"])
    .vans_switch__value_invalid input + label::after,
    html[dir="rtl"]
    .vans_switch__value_invalid input + label::after {
      border-width: 1px; }
  .vans_switch__value_invalid input:focus + label::before {
    box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
  html.-hover .vans_switch__value_invalid input:active:hover + label::after,
  .vans_switch__value_invalid input:active:focus + label::after {
    box-shadow: inset 0 0 4px transparent; }
  html.-hover .vans_switch__value input:checked:hover + label,
  .vans_switch__value input:checked + label {
    background-color: transparent; }
    html.-hover .vans_switch__value input:checked:hover + label::after,
    .vans_switch__value input:checked + label::after {
      border-color: #00adef;
      border-style: solid; }
      html:not([dir="rtl"]) html.-hover .vans_switch__value input:checked:hover + label::after,
      html[dir="rtl"] html.-hover .vans_switch__value input:checked:hover + label::after, html:not([dir="rtl"])
      .vans_switch__value input:checked + label::after,
      html[dir="rtl"]
      .vans_switch__value input:checked + label::after {
        border-width: 2px; }
  .vans_switch__value input[disabled] + label {
    color: #ccc; }
    .vans_switch__value input[disabled] + label::before {
      box-shadow: 0 0 0 3px transparent; }
    .vans_switch__value input[disabled] + label::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_switch__value input[disabled] + label::after {
      border-color: #ccc;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_switch__value input[disabled] + label::after,
      html[dir="rtl"] .vans_switch__value input[disabled] + label::after {
        border-width: 1px; }
  .vans_switch__value input:checked[disabled] + label {
    color: #ccc; }
  .vans_switch__value {
    position: relative;
    display: flex; }
    .vans_switch__value input {
      position: absolute;
      opacity: 0; }
    .vans_switch__value label {
      position: relative;
      display: inline-block; }
      html .vans_switch__value label {
        text-align: center; }
      .vans_switch__value label::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_switch__value label::after {
          right: 0; }
        html[dir="rtl"] .vans_switch__value label::after {
          left: 0; }
        html:not([dir="rtl"]) .vans_switch__value label::after {
          left: 0; }
        html[dir="rtl"] .vans_switch__value label::after {
          right: 0; }
      .vans_switch__value label::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_switch__value label::before {
          right: 0; }
        html[dir="rtl"] .vans_switch__value label::before {
          left: 0; }
        html:not([dir="rtl"]) .vans_switch__value label::before {
          left: 0; }
        html[dir="rtl"] .vans_switch__value label::before {
          right: 0; }
      html:not([dir="rtl"]) .vans_switch__value label:last-of-type {
        margin-right: 0; }
      html[dir="rtl"] .vans_switch__value label:last-of-type {
        margin-left: 0; }
    html.-hover .vans_switch__value input:hover + label {
      z-index: 3; }
    .vans_switch__value input:focus + label {
      z-index: 3; }
    .vans_switch__value input:checked + label {
      z-index: 4; }
  :lang(ko) .vans_switch {
    font-family: MBKCorporateSRegular, sans-serif; }
  .vans_switch__label {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_switch__label {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  .vans_switch_invalid .vans_switch__label, [class*="vans_theme-"] .vans_switch_invalid .vans_switch__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_switch_invalid .vans_switch__label, .vans_theme-light .vans_switch_invalid .vans_switch__label, [class*="vans_theme-"] .vans_theme-light .vans_switch_invalid .vans_switch__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_switch_invalid .vans_switch__label {
    color: #9f0002; }
  .vans_theme-dark .vans_switch_invalid .vans_switch__label, [class*="vans_theme-"] .vans_theme-dark .vans_switch_invalid .vans_switch__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_switch_invalid .vans_switch__label {
    color: #fff; }
  .vans_switch__error {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px; }
    :lang(ko) .vans_switch__error {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_theme-dark .vans_switch__error, [class*="vans_theme-"] .vans_theme-dark .vans_switch__error, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_switch__error {
      color: #fff; }
      .vans_theme-dark .vans_switch__error > span, [class*="vans_theme-"] .vans_theme-dark .vans_switch__error > span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_switch__error > span {
        background: #9f0002;
        padding: 6px;
        display: inline-block; }
  .vans_switch__info {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px; }
    :lang(ko) .vans_switch__info {
      font-family: MBKCorporateSRegular, sans-serif; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_subnavigation {
  color: #333;
  position: relative;
  z-index: 10; }
  .vans_subnavigation__submenu-title {
    width: auto;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    :lang(ko) .vans_subnavigation__submenu-title {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    @media only screen and (min-width: 1024px) {
      .vans_subnavigation__submenu-title {
        display: flex;
        cursor: auto;
        pointer-events: none;
        min-width: 210px; } }
    @media only screen and (min-width: 1280px) {
      .vans_subnavigation__submenu-title {
        min-width: 272px; } }
  @media only screen and (min-width: 1024px) {
    .vans_subnavigation__title-prefix {
      display: none; } }
  .vans_subnavigation__title-arrow {
    transition: transform 0.3s;
    transition-delay: 0.4s; }
    html:not([dir="rtl"]) .vans_subnavigation__title-arrow {
      margin-left: 12px; }
    html[dir="rtl"] .vans_subnavigation__title-arrow {
      margin-right: 12px; }
    @media only screen and (min-width: 1024px) {
      .vans_subnavigation__title-arrow {
        display: none; } }
    .-active .vans_subnavigation__title-arrow {
      transform: rotateZ(-180deg);
      transition-delay: 0.1s; }
  .vans_subnavigation__entries {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end; }
    html:not([dir="rtl"]) .vans_subnavigation__entries,
    html[dir="rtl"] .vans_subnavigation__entries {
      margin-bottom: -12px; }
    @media only screen and (min-width: 480px) {
      .vans_subnavigation__entries {
        display: flex; } }
  .vans_subnavigation__entry {
    display: none;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    html:not([dir="rtl"]) .vans_subnavigation__entry {
      margin-left: 32px; }
    html[dir="rtl"] .vans_subnavigation__entry {
      margin-right: 32px; }
    html:not([dir="rtl"]) .vans_subnavigation__entry,
    html[dir="rtl"] .vans_subnavigation__entry {
      margin-bottom: 12px; }
    :lang(ko) .vans_subnavigation__entry {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_subnavigation__entry:hover, .vans_subnavigation__entry.-active, .vans_subnavigation__entry.-open {
      color: #00adef; }
    @media only screen and (min-width: 1024px) {
      .vans_subnavigation__entry {
        display: inline-block; } }
  .vans_subnavigation__entry-link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    :lang(ko) .vans_subnavigation__entry-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_subnavigation__entry-link:hover, .vans_subnavigation__entry-link.-active, .vans_subnavigation__entry-link.-open {
      color: #00adef; }
    @media only screen and (min-width: 1024px) {
      .vans_subnavigation__entry-link {
        white-space: nowrap; } }
  .vans_subnavigation__flyout {
    background-color: #fff;
    z-index: 10; }
    .js .vans_subnavigation__flyout {
      visibility: hidden;
      transform: scale3d(1, 0, 1);
      transform-origin: top center;
      transition-property: transform;
      transition-duration: 0.4s;
      transition-delay: 0.3s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
      .js .vans_subnavigation__flyout .vans_profile-navigation__flyout-inner {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
        transition: opacity, transform;
        transition-duration: 0.3s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
        @media only screen and (min-width: 768px) {
          .js .vans_subnavigation__flyout .vans_profile-navigation__flyout-inner {
            transform: translate3d(0, -20px, 0); } }
      .js .vans_subnavigation__flyout.-open {
        visibility: visible;
        transform: scale3d(1, 1, 1);
        transition-delay: 0s; }
        .js .vans_subnavigation__flyout.-open .vans_profile-navigation__flyout-inner {
          transform: translate3d(0, 0, 0);
          transition-delay: 0.4s;
          opacity: 1; }
    .js .vans_subnavigation__flyout {
      position: absolute;
      width: 100%;
      max-width: 1920px;
      height: auto;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
    html:not([dir="rtl"]) .vans_subnavigation__flyout,
    html[dir="rtl"] .vans_subnavigation__flyout {
      border: 0; }
    html:not([dir="rtl"]) .vans_subnavigation__flyout,
    html[dir="rtl"] .vans_subnavigation__flyout {
      border-bottom: 1px solid #ccc; }
    @media only screen and (min-width: 1024px) {
      .vans_subnavigation__flyout {
        display: none; } }
  .vans_subnavigation__flyout-inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_subnavigation__flyout-inner,
      html[dir="rtl"] .vans_subnavigation__flyout-inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_subnavigation__flyout-inner,
      html[dir="rtl"] .vans_subnavigation__flyout-inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_subnavigation__flyout-inner,
      html[dir="rtl"] .vans_subnavigation__flyout-inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_subnavigation__flyout-inner,
      html[dir="rtl"] .vans_subnavigation__flyout-inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_subnavigation__flyout-inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_subnavigation__flyout-inner,
        html[dir="rtl"] .vans_subnavigation__flyout-inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_subnavigation__flyout-inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_subnavigation__flyout-inner,
        html[dir="rtl"] .vans_subnavigation__flyout-inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_subnavigation__flyout-inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_subnavigation__flyout-inner,
        html[dir="rtl"] .vans_subnavigation__flyout-inner {
          margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_subnavigation__flyout-entries,
  html[dir="rtl"] .vans_subnavigation__flyout-entries {
    padding-bottom: 48px; }
  @media only screen and (min-width: 0) {
    .vans_subnavigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-left: 6px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-right: 6px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_subnavigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-left: 6px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-right: 6px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_subnavigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-left: 12px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-right: 12px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_subnavigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-left: 12px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-right: 12px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_subnavigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-left: 12px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-right: 12px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_subnavigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-left: 12px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-right: 12px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_subnavigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-left: 12px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_subnavigation__flyout-entries {
        padding-right: 12px; }
      html[dir="rtl"] .vans_subnavigation__flyout-entries {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_subnavigation__flyout-entry,
  html[dir="rtl"] .vans_subnavigation__flyout-entry {
    padding: 18px 32px; }
  html:not([dir="rtl"]) .vans_subnavigation__flyout-entry,
  html[dir="rtl"] .vans_subnavigation__flyout-entry {
    border: 0; }
  html:not([dir="rtl"]) .vans_subnavigation__flyout-entry,
  html[dir="rtl"] .vans_subnavigation__flyout-entry {
    border-bottom: 1px solid #ccc; }
  .vans_subnavigation__wrapper {
    max-width: 1920px;
    background: #fff; }
    html:not([dir="rtl"]) .vans_subnavigation__wrapper,
    html[dir="rtl"] .vans_subnavigation__wrapper {
      border: 0; }
    html:not([dir="rtl"]) .vans_subnavigation__wrapper,
    html[dir="rtl"] .vans_subnavigation__wrapper {
      border-bottom: 1px solid #ccc; }
    html:not([dir="rtl"]) .vans_subnavigation__wrapper,
    html[dir="rtl"] .vans_subnavigation__wrapper {
      margin: 0 auto; }
  .vans_subnavigation__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_subnavigation__inner,
      html[dir="rtl"] .vans_subnavigation__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_subnavigation__inner,
      html[dir="rtl"] .vans_subnavigation__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_subnavigation__inner,
      html[dir="rtl"] .vans_subnavigation__inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_subnavigation__inner,
      html[dir="rtl"] .vans_subnavigation__inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_subnavigation__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_subnavigation__inner,
        html[dir="rtl"] .vans_subnavigation__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_subnavigation__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_subnavigation__inner,
        html[dir="rtl"] .vans_subnavigation__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_subnavigation__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_subnavigation__inner,
        html[dir="rtl"] .vans_subnavigation__inner {
          margin: 0 auto; } }
  .vans_subnavigation__content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between; }
    html:not([dir="rtl"]) .vans_subnavigation__content,
    html[dir="rtl"] .vans_subnavigation__content {
      margin: 18px 0; }
    @media only screen and (min-width: 0) {
      .vans_subnavigation__content {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-left: 6px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-right: 6px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_subnavigation__content {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-left: 6px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-right: 6px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_subnavigation__content {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-left: 12px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-right: 12px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_subnavigation__content {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-left: 12px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-right: 12px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_subnavigation__content {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-left: 12px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-right: 12px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_subnavigation__content {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-left: 12px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-right: 12px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_subnavigation__content {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-left: 12px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_subnavigation__content {
          padding-right: 12px; }
        html[dir="rtl"] .vans_subnavigation__content {
          padding-left: 12px; } }
  .vans_subnavigation__spacer {
    min-width: 64px;
    display: none; }
    @media only screen and (min-width: 1024px) {
      .vans_subnavigation__spacer {
        display: flex; } }
  .vans_subnavigation__entry-button {
    display: none;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    html:not([dir="rtl"]) .vans_subnavigation__entry-button,
    html[dir="rtl"] .vans_subnavigation__entry-button {
      margin-bottom: 12px; }
    :lang(ko) .vans_subnavigation__entry-button {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_subnavigation__entry-button:hover, .vans_subnavigation__entry-button.-active, .vans_subnavigation__entry-button.-open {
      color: #00adef; }
    @media only screen and (min-width: 1024px) {
      .vans_subnavigation__entry-button {
        display: inline-block; }
        html:not([dir="rtl"]) .vans_subnavigation__entry-button {
          margin-left: 32px; }
        html[dir="rtl"] .vans_subnavigation__entry-button {
          margin-right: 32px; } }
  .vans_subnavigation__flyout-button {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    :lang(ko) .vans_subnavigation__flyout-button {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_subnavigation__flyout-button:hover, .vans_subnavigation__flyout-button.-active, .vans_subnavigation__flyout-button.-open {
      color: #00adef; }
  @media only screen and (min-width: 1024px) {
    .vans_subnavigation.-snap .vans_subnavigation__wrapper {
      position: fixed;
      width: auto;
      top: 0; }
      html:not([dir="rtl"]) .vans_subnavigation.-snap .vans_subnavigation__wrapper {
        left: 0; }
      html[dir="rtl"] .vans_subnavigation.-snap .vans_subnavigation__wrapper {
        right: 0; }
      html:not([dir="rtl"]) .vans_subnavigation.-snap .vans_subnavigation__wrapper {
        right: 0; }
      html[dir="rtl"] .vans_subnavigation.-snap .vans_subnavigation__wrapper {
        left: 0; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_stage {
  background: #000; }
  .vans_stage__main-image {
    opacity: 0;
    position: relative;
    overflow: hidden; }
    .vans_stage__main-image::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_stage__main-image::before,
      html[dir="rtl"] .vans_stage__main-image::before {
        padding-bottom: 56.25%; }
    .vans_stage__main-image > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_stage__main-image > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_stage__main-image > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_stage__main-image > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_stage__main-image > .vans_image {
        left: 0; }
    @media only screen and (min-width: 1024px) {
      .vans_stage__main-image {
        position: relative;
        overflow: hidden; }
        .vans_stage__main-image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_stage__main-image::before,
          html[dir="rtl"] .vans_stage__main-image::before {
            padding-bottom: 40%; }
        .vans_stage__main-image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_stage__main-image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_stage__main-image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_stage__main-image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_stage__main-image > .vans_image {
            left: 0; } }
    .vans_stage__main-image > img {
      width: 100%; }
    @media only screen and (min-width: 0) {
      .vans_stage__main-image.-gradient {
        position: relative; }
        .vans_stage__main-image.-gradient::after {
          content: '';
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 64px;
          background: linear-gradient(transparent, #000); }
          html:not([dir="rtl"]) .vans_stage__main-image.-gradient::after {
            left: 0; }
          html[dir="rtl"] .vans_stage__main-image.-gradient::after {
            right: 0; } }
    @media only screen and (min-width: 480px) {
      .vans_stage__main-image.-gradient {
        position: relative; }
        .vans_stage__main-image.-gradient::after {
          content: '';
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 96px;
          background: linear-gradient(transparent, #000); }
          html:not([dir="rtl"]) .vans_stage__main-image.-gradient::after {
            left: 0; }
          html[dir="rtl"] .vans_stage__main-image.-gradient::after {
            right: 0; } }
    @media only screen and (min-width: 768px) {
      .vans_stage__main-image.-gradient {
        position: relative; }
        .vans_stage__main-image.-gradient::after {
          content: '';
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 128px;
          background: linear-gradient(transparent, #000); }
          html:not([dir="rtl"]) .vans_stage__main-image.-gradient::after {
            left: 0; }
          html[dir="rtl"] .vans_stage__main-image.-gradient::after {
            right: 0; } }
  .vans_stage__svg-wrapper, .vans_stage__svg-wrapper--start, .vans_stage__svg-wrapper--end {
    display: none;
    position: absolute;
    top: 56px; }
    @media only screen and (min-width: 768px) {
      .vans_stage__svg-wrapper, .vans_stage__svg-wrapper--start, .vans_stage__svg-wrapper--end {
        display: inline-block; } }
    @media only screen and (min-width: 1280px) {
      .vans_stage__svg-wrapper, .vans_stage__svg-wrapper--start, .vans_stage__svg-wrapper--end {
        top: 64px; } }
  .vans_stage__svg-wrapper--bottom {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .vans_stage__svg-wrapper--bottom {
        display: none; } }
    .vans_stage__svg-wrapper--bottom .vans_stage__svg-image, .vans_stage__svg-wrapper--bottom .vans_stage__svg-image--second {
      width: 130px;
      max-height: 100px; }
      html .vans_stage__svg-wrapper--bottom .vans_stage__svg-image, html .vans_stage__svg-wrapper--bottom .vans_stage__svg-image--second {
        text-align: center; }
      html:not([dir="rtl"]) .vans_stage__svg-wrapper--bottom .vans_stage__svg-image, html:not([dir="rtl"]) .vans_stage__svg-wrapper--bottom .vans_stage__svg-image--second,
      html[dir="rtl"] .vans_stage__svg-wrapper--bottom .vans_stage__svg-image,
      html[dir="rtl"] .vans_stage__svg-wrapper--bottom .vans_stage__svg-image--second {
        margin-top: 24px; }
      .vans_stage__svg-wrapper--bottom .vans_stage__svg-image > img, .vans_stage__svg-wrapper--bottom .vans_stage__svg-image--second > img {
        max-width: 130px;
        max-height: 100px;
        display: block; }
        html:not([dir="rtl"]) .vans_stage__svg-wrapper--bottom .vans_stage__svg-image > img, html:not([dir="rtl"]) .vans_stage__svg-wrapper--bottom .vans_stage__svg-image--second > img,
        html[dir="rtl"] .vans_stage__svg-wrapper--bottom .vans_stage__svg-image > img,
        html[dir="rtl"] .vans_stage__svg-wrapper--bottom .vans_stage__svg-image--second > img {
          margin: 0 auto; }
    @media only screen and (min-width: 0) and (max-width: 767px) {
      html:not([dir="rtl"]) .vans_stage__svg-wrapper--bottom + .vans_stage__subheadline-wrapper,
      html[dir="rtl"] .vans_stage__svg-wrapper--bottom + .vans_stage__subheadline-wrapper {
        margin-top: 31px; } }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_stage__svg-wrapper--start {
      margin-left: 24px; }
    html[dir="rtl"] .vans_stage__svg-wrapper--start {
      margin-right: 24px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_stage__svg-wrapper--start {
      margin-left: 24px; }
    html[dir="rtl"] .vans_stage__svg-wrapper--start {
      margin-right: 24px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_stage__svg-wrapper--start {
      margin-left: 44px; }
    html[dir="rtl"] .vans_stage__svg-wrapper--start {
      margin-right: 44px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_stage__svg-wrapper--start {
      margin-left: 56px; }
    html[dir="rtl"] .vans_stage__svg-wrapper--start {
      margin-right: 56px; } }
  html:not([dir="rtl"]) .vans_stage__svg-wrapper--start {
    left: 0; }
  html[dir="rtl"] .vans_stage__svg-wrapper--start {
    right: 0; }
  html:not([dir="rtl"]) .vans_stage__svg-wrapper--start .vans_stage__svg-image, html:not([dir="rtl"]) .vans_stage__svg-wrapper--start .vans_stage__svg-image--second {
    text-align: left; }
  html[dir="rtl"] .vans_stage__svg-wrapper--start .vans_stage__svg-image, html[dir="rtl"] .vans_stage__svg-wrapper--start .vans_stage__svg-image--second {
    text-align: right; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_stage__svg-wrapper--end {
      margin-right: 24px; }
    html[dir="rtl"] .vans_stage__svg-wrapper--end {
      margin-left: 24px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_stage__svg-wrapper--end {
      margin-right: 24px; }
    html[dir="rtl"] .vans_stage__svg-wrapper--end {
      margin-left: 24px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_stage__svg-wrapper--end {
      margin-right: 44px; }
    html[dir="rtl"] .vans_stage__svg-wrapper--end {
      margin-left: 44px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_stage__svg-wrapper--end {
      margin-right: 56px; }
    html[dir="rtl"] .vans_stage__svg-wrapper--end {
      margin-left: 56px; } }
  html:not([dir="rtl"]) .vans_stage__svg-wrapper--end {
    right: 0; }
  html[dir="rtl"] .vans_stage__svg-wrapper--end {
    left: 0; }
  html:not([dir="rtl"]) .vans_stage__svg-wrapper--end .vans_stage__svg-image, html:not([dir="rtl"]) .vans_stage__svg-wrapper--end .vans_stage__svg-image--second {
    text-align: right; }
  html[dir="rtl"] .vans_stage__svg-wrapper--end .vans_stage__svg-image, html[dir="rtl"] .vans_stage__svg-wrapper--end .vans_stage__svg-image--second {
    text-align: left; }
  .vans_stage__svg-order {
    position: relative;
    display: flex;
    flex-flow: column wrap; }
  .vans_stage__svg-image, .vans_stage__svg-image--second {
    display: block;
    width: 200px;
    max-height: 150px;
    font-size: 0;
    order: 1; }
    .vans_stage__svg-image > img, .vans_stage__svg-image--second > img {
      height: auto;
      width: auto;
      max-width: 200px;
      max-height: 150px;
      display: inline-block; }
  .vans_stage__svg-image--second {
    order: 2; }
    html:not([dir="rtl"]) .vans_stage__svg-image--second,
    html[dir="rtl"] .vans_stage__svg-image--second {
      margin-top: 24px; }
  .vans_stage__content {
    opacity: 0;
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    html:not([dir="rtl"]) .vans_stage__content,
    html[dir="rtl"] .vans_stage__content {
      padding-bottom: 1em; }
    html:not([dir="rtl"]) .vans_stage__content,
    html[dir="rtl"] .vans_stage__content {
      margin-top: -1em !important; }
    @media only screen and (min-width: 0) {
      .vans_stage__content {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_stage__content {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_stage__content {
        font-size: 33px;
        line-height: 33px; } }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_stage__content,
      html[dir="rtl"] .vans_stage__content {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_stage__content,
      html[dir="rtl"] .vans_stage__content {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_stage__content,
      html[dir="rtl"] .vans_stage__content {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_stage__content,
      html[dir="rtl"] .vans_stage__content {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_stage__content {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_stage__content,
        html[dir="rtl"] .vans_stage__content {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_stage__content {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_stage__content,
        html[dir="rtl"] .vans_stage__content {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_stage__content {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_stage__content,
        html[dir="rtl"] .vans_stage__content {
          margin: 0 auto; } }
    html .vans_stage__content {
      text-align: center; }
  .vans_stage__headline {
    font-family: CorporateACondensedRegular, sans-serif;
    color: #fff; }
    :lang(ko) .vans_stage__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_stage__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 768px) {
      .vans_stage__headline {
        font-size: 45px;
        line-height: 45px; } }
    @media only screen and (min-width: 1280px) {
      .vans_stage__headline {
        font-size: 57px;
        line-height: 57px; } }
    @media only screen and (min-width: 0) {
      .vans_stage__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-left: 6px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-right: 6px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_stage__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-left: 6px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-right: 6px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_stage__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_stage__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_stage__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_stage__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_stage__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_stage__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_stage__headline {
          padding-left: 12px; } }
  @media only screen and (min-width: 0) {
    .vans_stage__subheadline-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_stage__subheadline-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_stage__subheadline-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_stage__subheadline-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_stage__subheadline-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_stage__subheadline-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_stage__subheadline-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__subheadline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__subheadline-wrapper {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_stage__subheadline-wrapper,
  html[dir="rtl"] .vans_stage__subheadline-wrapper {
    margin-top: 0.5em; }
  @media only screen and (min-width: 0) {
    .vans_stage__subheadline-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_stage__subheadline-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_stage__subheadline-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  .vans_stage__subheadline {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    color: #fff;
    display: inline-block; }
    :lang(ko) .vans_stage__subheadline {
      font-family: MBKCorporateSRegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_stage__subheadline {
        font-size: 18px;
        line-height: 23px; } }
    @media only screen and (min-width: 768px) {
      .vans_stage__subheadline {
        font-size: 20px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_stage__subheadline {
        font-size: 22px;
        line-height: 29px; } }
  @media only screen and (min-width: 0) {
    .vans_stage__price-information-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_stage__price-information-wrapper {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-left: 6px; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        margin-left: 25% !important; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        margin-right: 25% !important; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        margin-right: calc((1 - 0.25 - 0.5 ) * 100%) !important; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        margin-left: calc((1 - 0.25 - 0.5 ) * 100%) !important; } }
  @media only screen and (min-width: 768px) {
    .vans_stage__price-information-wrapper {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_stage__price-information-wrapper {
      flex: 0 0 auto;
      width: 33.33333%; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        margin-left: 33.33333% !important; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        margin-right: 33.33333% !important; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        margin-right: calc((1 - 0.33333 - 0.33333 ) * 100%) !important; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        margin-left: calc((1 - 0.33333 - 0.33333 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_stage__price-information-wrapper {
      flex: 0 0 auto;
      width: 33.33333%; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_stage__price-information-wrapper {
      flex: 0 0 auto;
      width: 33.33333%; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_stage__price-information-wrapper {
      flex: 0 0 auto;
      width: 33.33333%; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__price-information-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__price-information-wrapper {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_stage__price-information-wrapper,
  html[dir="rtl"] .vans_stage__price-information-wrapper {
    margin-top: 0.875em; }
  @media only screen and (min-width: 0) {
    .vans_stage__price-information-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_stage__price-information-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_stage__price-information-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  .vans_stage__price-information {
    display: inline-block;
    font-family: CorporateACondensedRegular, sans-serif;
    color: #fff; }
    html:not([dir="rtl"]) .vans_stage__price-information,
    html[dir="rtl"] .vans_stage__price-information {
      padding: 6px 0; }
    html:not([dir="rtl"]) .vans_stage__price-information,
    html[dir="rtl"] .vans_stage__price-information {
      border-top: 2px solid #fff; }
    html:not([dir="rtl"]) .vans_stage__price-information,
    html[dir="rtl"] .vans_stage__price-information {
      border-bottom: 2px solid #fff; }
    :lang(ko) .vans_stage__price-information {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_stage__price-information {
        font-size: 24px;
        line-height: 24px; } }
    @media only screen and (min-width: 768px) {
      .vans_stage__price-information {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 1280px) {
      .vans_stage__price-information {
        font-size: 32px;
        line-height: 32px; } }
  @media only screen and (min-width: 0) {
    .vans_stage__general-disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_stage__general-disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_stage__general-disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_stage__general-disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_stage__general-disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_stage__general-disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_stage__general-disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_stage__general-disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_stage__general-disclaimer {
        padding-left: 12px; } }
  .vans_stage__general-disclaimer .vans_disclaimer__template, [class*="vans_theme-"] .vans_stage__general-disclaimer .vans_disclaimer__template, [class*="vans_theme-"] [class*="vans_theme-"] .vans_stage__general-disclaimer .vans_disclaimer__template, .vans_theme-light .vans_stage__general-disclaimer .vans_disclaimer__template, [class*="vans_theme-"] .vans_theme-light .vans_stage__general-disclaimer .vans_disclaimer__template, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_stage__general-disclaimer .vans_disclaimer__template {
    color: #999;
    background: #000; }
    .vans_stage__general-disclaimer .vans_disclaimer__template--high-contrast, [class*="vans_theme-"] .vans_stage__general-disclaimer .vans_disclaimer__template--high-contrast, [class*="vans_theme-"] [class*="vans_theme-"] .vans_stage__general-disclaimer .vans_disclaimer__template--high-contrast, .vans_theme-light .vans_stage__general-disclaimer .vans_disclaimer__template--high-contrast, [class*="vans_theme-"] .vans_theme-light .vans_stage__general-disclaimer .vans_disclaimer__template--high-contrast, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_stage__general-disclaimer .vans_disclaimer__template--high-contrast {
      color: #fff; }
  html .vans_stage__general-disclaimer .vans_disclaimer__template .vans_disclaimer__copy {
    text-align: center !important; }
  .vans_stage__button {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;
    height: 48px;
    color: #333;
    background: #ececec;
    width: 100%; }
    :lang(ko) .vans_stage__button {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_stage__button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_stage__button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_stage__button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_stage__button {
      padding-left: 20px; }
    .vans_stage__button::after {
      border-color: transparent; }
    .vans_stage__button::after { }
    .vans_stage__button.-active::after,
    html.-hover .vans_stage__button:active:hover::after, .vans_stage__button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_stage__button.-disabled::after,
    html.-hover .vans_stage__button.-disabled:hover::after,
    html.-hover .vans_stage__button.-disabled:active:hover::after, .vans_stage__button[disabled]::after,
    html.-hover .vans_stage__button[disabled]:hover::after,
    html.-hover .vans_stage__button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_stage__button.-disabled::after,
    html.-hover .vans_stage__button.-disabled:hover::after,
    html.-hover .vans_stage__button.-disabled:active:hover::after, .vans_stage__button[disabled]::after,
    html.-hover .vans_stage__button[disabled]:hover::after,
    html.-hover .vans_stage__button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_stage__button.-disabled::after,
      html[dir="rtl"] .vans_stage__button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_stage__button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_stage__button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_stage__button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_stage__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_stage__button[disabled]::after,
      html[dir="rtl"] .vans_stage__button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_stage__button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_stage__button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_stage__button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_stage__button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_stage__button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_stage__button::after {
        right: 0; }
      html[dir="rtl"] .vans_stage__button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_stage__button::after {
        left: 0; }
      html[dir="rtl"] .vans_stage__button::after {
        right: 0; }
    .vans_stage__button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_stage__button::before {
        right: 0; }
      html[dir="rtl"] .vans_stage__button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_stage__button::before {
        left: 0; }
      html[dir="rtl"] .vans_stage__button::before {
        right: 0; }
    .vans_stage__button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_stage__button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_stage__button,
    html[dir="rtl"] .vans_stage__button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_stage__button,
    html[dir="rtl"] .vans_stage__button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_stage__button,
    html[dir="rtl"] .vans_stage__button {
      padding-bottom: 0; }
    .vans_stage__button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_stage__button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    html:not([dir="rtl"]) .vans_stage__button {
      padding-left: 24px; }
    html[dir="rtl"] .vans_stage__button {
      padding-right: 24px; }
    html:not([dir="rtl"]) .vans_stage__button {
      padding-right: 24px; }
    html[dir="rtl"] .vans_stage__button {
      padding-left: 24px; }
    .vans_stage__button::after {
      border-color: transparent; }
    .vans_stage__button::after { }
    .vans_stage__button.-disabled::after,
    html.-hover .vans_stage__button.-disabled:hover::after,
    html.-hover .vans_stage__button.-disabled:active:hover::after, .vans_stage__button[disabled]::after,
    html.-hover .vans_stage__button[disabled]:hover::after,
    html.-hover .vans_stage__button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_stage__button.-disabled::after,
    html.-hover .vans_stage__button.-disabled:hover::after,
    html.-hover .vans_stage__button.-disabled:active:hover::after, .vans_stage__button[disabled]::after,
    html.-hover .vans_stage__button[disabled]:hover::after,
    html.-hover .vans_stage__button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_stage__button.-disabled::after,
      html[dir="rtl"] .vans_stage__button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_stage__button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_stage__button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_stage__button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_stage__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_stage__button[disabled]::after,
      html[dir="rtl"] .vans_stage__button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_stage__button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_stage__button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_stage__button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_stage__button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_stage__button::after {
      border-color: transparent; }
    .vans_stage__button::after { }
    html.-hover .vans_stage__button:hover {
      background: #d9d9d9; }
    .vans_stage__button:focus {
      background: #d9d9d9; }
    .vans_stage__button.-active,
    html.-hover .vans_stage__button:active:hover, .vans_stage__button:active:focus {
      color: #333;
      background: #d9d9d9; }
      .vans_stage__button.-active::after,
      html.-hover .vans_stage__button:active:hover::after, .vans_stage__button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_stage__button.-disabled,
    html.-hover .vans_stage__button.-disabled:hover,
    html.-hover .vans_stage__button.-disabled:active:hover, .vans_stage__button[disabled],
    html.-hover .vans_stage__button[disabled]:hover,
    html.-hover .vans_stage__button[disabled]:active:hover {
      background-color: #ececec; }
      .vans_stage__button.-disabled::after,
      html.-hover .vans_stage__button.-disabled:hover::after,
      html.-hover .vans_stage__button.-disabled:active:hover::after, .vans_stage__button[disabled]::after,
      html.-hover .vans_stage__button[disabled]:hover::after,
      html.-hover .vans_stage__button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_stage__button.-disabled::after,
      html.-hover .vans_stage__button.-disabled:hover::after,
      html.-hover .vans_stage__button.-disabled:active:hover::after, .vans_stage__button[disabled]::after,
      html.-hover .vans_stage__button[disabled]:hover::after,
      html.-hover .vans_stage__button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_stage__button.-disabled::after,
        html[dir="rtl"] .vans_stage__button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_stage__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_stage__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_stage__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_stage__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_stage__button[disabled]::after,
        html[dir="rtl"] .vans_stage__button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_stage__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_stage__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_stage__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_stage__button[disabled]:active:hover::after {
          border-width: 1px; }
    html:not([dir="rtl"]) .vans_stage__button,
    html[dir="rtl"] .vans_stage__button {
      margin-top: 40px; }
    @media only screen and (min-width: 480px) {
      .vans_stage__button {
        width: auto; }
        html:not([dir="rtl"]) .vans_stage__button {
          margin-left: auto; }
        html[dir="rtl"] .vans_stage__button {
          margin-right: auto; }
        html:not([dir="rtl"]) .vans_stage__button {
          margin-right: auto; }
        html[dir="rtl"] .vans_stage__button {
          margin-left: auto; } }
  .vans_stage.-initialize .vans_stage__main-image {
    animation: vans_zoomout 1.2s cubic-bezier(0.25, 0.1, 0.25, 1), vans_blendin 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards; }
  .vans_stage.-initialize .vans_stage__content {
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1.6s forwards; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_snackbar {
  overflow: hidden;
  max-height: 0;
  padding: 0 16px;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  transition: max-height 0.2s 0.4s, padding-bottom 0.2s 0.4s, padding-top 0.2s 0.4s, margin-bottom 0.2s 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
  .vans_snackbar.-show {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-up 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
    max-height: 200px;
    padding: 16px;
    margin-bottom: -16px; }
  .vans_snackbar.-hide {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s forwards, move-out-down 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s forwards;
    max-height: 0;
    margin-bottom: 0;
    padding: 0 16px; }
  .vans_snackbar-container {
    z-index: 18;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    bottom: 24px; }
    html:not([dir="rtl"]) .vans_snackbar-container {
      left: 8px; }
    html[dir="rtl"] .vans_snackbar-container {
      right: 8px; }
  .vans_snackbar__content {
    padding: 16px;
    border-radius: 6px;
    max-width: 270px;
    box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-start; }
    .vans_snackbar__content, [class*="vans_theme-"] .vans_snackbar__content, [class*="vans_theme-"] [class*="vans_theme-"] .vans_snackbar__content, .vans_theme-light .vans_snackbar__content, [class*="vans_theme-"] .vans_theme-light .vans_snackbar__content, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_snackbar__content {
      background: #1f1f1f; }
    .vans_theme-dark .vans_snackbar__content, [class*="vans_theme-"] .vans_theme-dark .vans_snackbar__content, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_snackbar__content {
      background: #fff; }
    .vans_snackbar__content, [class*="vans_theme-"] .vans_snackbar__content, [class*="vans_theme-"] [class*="vans_theme-"] .vans_snackbar__content, .vans_theme-light .vans_snackbar__content, [class*="vans_theme-"] .vans_theme-light .vans_snackbar__content, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_snackbar__content {
      color: #fff; }
    .vans_theme-dark .vans_snackbar__content, [class*="vans_theme-"] .vans_theme-dark .vans_snackbar__content, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_snackbar__content {
      color: #333; }
  .vans_snackbar--copy {
    max-height: calc(1em * 3 * 1.3);
    overflow: hidden;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    html:not([dir="rtl"]) .vans_snackbar--copy {
      margin-right: 16px; }
    html[dir="rtl"] .vans_snackbar--copy {
      margin-left: 16px; }
    @supports (-webkit-line-clamp: 3) {
      .vans_snackbar--copy {
        /* stylelint-disable value-no-vendor-prefix  */
        display: -webkit-box;
        /* stylelint-enable */
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; } }
    :lang(ko) .vans_snackbar--copy {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_snackbar__close-button {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer; }
    :lang(ko) .vans_snackbar__close-button {
      font-family: MBKCorporateSRegular, sans-serif; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_slider {
  display: flex;
  flex-direction: column; }
  .vans_slider__headline {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_slider__headline {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    .vans_slider__headline, [class*="vans_theme-"] .vans_slider__headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__headline, .vans_theme-light .vans_slider__headline, [class*="vans_theme-"] .vans_theme-light .vans_slider__headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__headline {
      color: #333; }
    .vans_theme-dark .vans_slider__headline, [class*="vans_theme-"] .vans_theme-dark .vans_slider__headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__headline {
      color: #fff; }
    html:not([dir="rtl"]) .vans_slider__headline,
    html[dir="rtl"] .vans_slider__headline {
      margin-bottom: 12px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_slider__headline,
      html[dir="rtl"] .vans_slider__headline {
        margin-bottom: 18px; } }
  .vans_slider__dropdown {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    position: relative; }
    :lang(ko) .vans_slider__dropdown {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_slider__dropdown select + span {
      color: #333;
      border-radius: 0 0 0 0; }
      .vans_slider__dropdown select + span::before {
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px; }
      .vans_slider__dropdown select + span::after {
        border-radius: 0 0 0 0; }
    .vans_slider__dropdown select {
      color: #333; }
      html:not([dir="rtl"]) .vans_slider__dropdown select {
        padding-left: 16px; }
      html[dir="rtl"] .vans_slider__dropdown select {
        padding-right: 16px; }
      html:not([dir="rtl"]) .vans_slider__dropdown select {
        padding-right: 46px; }
      html[dir="rtl"] .vans_slider__dropdown select {
        padding-left: 46px; }
    .vans_slider__dropdown select:focus:not(.pressed) + span::before {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3); }
    html.-hover .vans_slider__dropdown select:active:hover,
    .vans_slider__dropdown select:active:focus {
      background: #ccc; }
      html.-hover .vans_slider__dropdown select:active:hover + span::after,
      .vans_slider__dropdown select:active:focus + span::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_slider__dropdown select[disabled] {
      color: #999; }
      html.-hover .vans_slider__dropdown select[disabled]:hover + span::after,
      html.-hover .vans_slider__dropdown select[disabled]:active:hover + span::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_slider__dropdown select[disabled] + * {
        color: #999; }
    .vans_slider__dropdown_invalid select + span::after {
      border-color: #9f0002;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_slider__dropdown_invalid select + span::after,
      html[dir="rtl"] .vans_slider__dropdown_invalid select + span::after {
        border-width: 1px; }
    .vans_slider__dropdown_invalid select:focus:not(.pressed) + span::before {
      box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
    .vans_slider__dropdown select {
      line-height: inherit;
      height: inherit;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      width: 100%;
      white-space: nowrap;
      position: absolute;
      top: 0;
      /* For IE */ }
      .vans_slider__dropdown select::-ms-expand {
        display: none; }
    .vans_slider__dropdown select + span {
      line-height: inherit;
      pointer-events: none;
      display: inline-block;
      width: 100%; }
      .vans_slider__dropdown select + span::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_slider__dropdown select + span::after {
          right: 0; }
        html[dir="rtl"] .vans_slider__dropdown select + span::after {
          left: 0; }
        html:not([dir="rtl"]) .vans_slider__dropdown select + span::after {
          left: 0; }
        html[dir="rtl"] .vans_slider__dropdown select + span::after {
          right: 0; }
      .vans_slider__dropdown select + span::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_slider__dropdown select + span::before {
          right: 0; }
        html[dir="rtl"] .vans_slider__dropdown select + span::before {
          left: 0; }
        html:not([dir="rtl"]) .vans_slider__dropdown select + span::before {
          left: 0; }
        html[dir="rtl"] .vans_slider__dropdown select + span::before {
          right: 0; }
      .vans_slider__dropdown select + span::after, .vans_slider__dropdown select + span::before {
        pointer-events: none; }
      html:not([dir="rtl"]) .vans_slider__dropdown select + span {
        padding-right: 16px; }
      html[dir="rtl"] .vans_slider__dropdown select + span {
        padding-left: 16px; }
      html:not([dir="rtl"]) .vans_slider__dropdown select + span {
        text-align: right; }
      html[dir="rtl"] .vans_slider__dropdown select + span {
        text-align: left; }
    .vans_slider__dropdown, [class*="vans_theme-"] .vans_slider__dropdown, [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown, .vans_theme-light .vans_slider__dropdown, [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown {
      line-height: 40px;
      height: 40px; }
      .vans_slider__dropdown select + span, [class*="vans_theme-"] .vans_slider__dropdown select + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select + span, .vans_theme-light .vans_slider__dropdown select + span, [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select + span {
        color: #333; }
        .vans_slider__dropdown select + span::after, [class*="vans_theme-"] .vans_slider__dropdown select + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select + span::after, .vans_theme-light .vans_slider__dropdown select + span::after, [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select + span::after { }
      .vans_slider__dropdown select, [class*="vans_theme-"] .vans_slider__dropdown select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select, .vans_theme-light .vans_slider__dropdown select, [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select {
        color: #333;
        background-color: #ececec; }
        html:not([dir="rtl"]) .vans_slider__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_slider__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select, html:not([dir="rtl"]) .vans_theme-light .vans_slider__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select {
          padding-left: 16px; }
        html[dir="rtl"] .vans_slider__dropdown select, html[dir="rtl"] [class*="vans_theme-"] .vans_slider__dropdown select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select, html[dir="rtl"] .vans_theme-light .vans_slider__dropdown select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select {
          padding-right: 16px; }
        html:not([dir="rtl"]) .vans_slider__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_slider__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select, html:not([dir="rtl"]) .vans_theme-light .vans_slider__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select {
          padding-right: 46px; }
        html[dir="rtl"] .vans_slider__dropdown select, html[dir="rtl"] [class*="vans_theme-"] .vans_slider__dropdown select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select, html[dir="rtl"] .vans_theme-light .vans_slider__dropdown select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select {
          padding-left: 46px; }
      .vans_slider__dropdown select:focus:not(.pressed), [class*="vans_theme-"] .vans_slider__dropdown select:focus:not(.pressed), [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select:focus:not(.pressed), .vans_theme-light .vans_slider__dropdown select:focus:not(.pressed), [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select:focus:not(.pressed), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select:focus:not(.pressed) {
        background-color: #d9d9d9; }
      html.-hover .vans_slider__dropdown select:hover, html.-hover [class*="vans_theme-"] .vans_slider__dropdown select:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select:hover, html.-hover .vans_theme-light .vans_slider__dropdown select:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select:hover {
        background-color: #d9d9d9; }
      html.-hover .vans_slider__dropdown select:active:hover,
      .vans_slider__dropdown select:active:focus, html.-hover [class*="vans_theme-"] .vans_slider__dropdown select:active:hover,
      [class*="vans_theme-"] .vans_slider__dropdown select:active:focus, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select:active:hover,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select:active:focus, html.-hover .vans_theme-light .vans_slider__dropdown select:active:hover,
      .vans_theme-light .vans_slider__dropdown select:active:focus, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select:active:hover,
      [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select:active:focus, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select:active:hover,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select:active:focus {
        background: #d9d9d9; }
        html.-hover .vans_slider__dropdown select:active:hover + span::after,
        .vans_slider__dropdown select:active:focus + span::after, html.-hover [class*="vans_theme-"] .vans_slider__dropdown select:active:hover + span::after,
        [class*="vans_theme-"] .vans_slider__dropdown select:active:focus + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select:active:hover + span::after,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select:active:focus + span::after, html.-hover .vans_theme-light .vans_slider__dropdown select:active:hover + span::after,
        .vans_theme-light .vans_slider__dropdown select:active:focus + span::after, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select:active:hover + span::after,
        [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select:active:focus + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select:active:hover + span::after,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select:active:focus + span::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_slider__dropdown select[disabled], [class*="vans_theme-"] .vans_slider__dropdown select[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select[disabled], .vans_theme-light .vans_slider__dropdown select[disabled], [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select[disabled] {
        color: #999;
        background-color: #ececec; }
        html.-hover .vans_slider__dropdown select[disabled]:hover,
        html.-hover .vans_slider__dropdown select[disabled]:active:hover, html.-hover [class*="vans_theme-"] .vans_slider__dropdown select[disabled]:hover,
        html.-hover [class*="vans_theme-"] .vans_slider__dropdown select[disabled]:active:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select[disabled]:hover,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select[disabled]:active:hover, html.-hover .vans_theme-light .vans_slider__dropdown select[disabled]:hover,
        html.-hover .vans_theme-light .vans_slider__dropdown select[disabled]:active:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select[disabled]:hover,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select[disabled]:active:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select[disabled]:hover,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select[disabled]:active:hover {
          background-color: #ececec; }
          html.-hover .vans_slider__dropdown select[disabled]:hover + span::after,
          html.-hover .vans_slider__dropdown select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] .vans_slider__dropdown select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] .vans_slider__dropdown select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select[disabled]:active:hover + span::after, html.-hover .vans_theme-light .vans_slider__dropdown select[disabled]:hover + span::after,
          html.-hover .vans_theme-light .vans_slider__dropdown select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select[disabled]:active:hover + span::after {
            box-shadow: inset 0 0 4px transparent; }
        .vans_slider__dropdown select[disabled] + *, [class*="vans_theme-"] .vans_slider__dropdown select[disabled] + *, [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown select[disabled] + *, .vans_theme-light .vans_slider__dropdown select[disabled] + *, [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select[disabled] + *, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown select[disabled] + * {
          color: #999; }
      .vans_slider__dropdown_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] .vans_slider__dropdown_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__dropdown_invalid select:focus:not(.pressed) + span::before, .vans_theme-light .vans_slider__dropdown_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__dropdown_invalid select:focus:not(.pressed) + span::before {
        box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
    .vans_theme-dark .vans_slider__dropdown, [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown {
      line-height: 40px;
      height: 40px; }
      .vans_theme-dark .vans_slider__dropdown select + span, [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select + span {
        color: #fff; }
        .vans_theme-dark .vans_slider__dropdown select + span::after, [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select + span::after { }
      .vans_theme-dark .vans_slider__dropdown select, [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select {
        color: #fff;
        background-color: #333; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_slider__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select {
          padding-left: 16px; }
        html[dir="rtl"] .vans_theme-dark .vans_slider__dropdown select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select {
          padding-right: 16px; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_slider__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select {
          padding-right: 46px; }
        html[dir="rtl"] .vans_theme-dark .vans_slider__dropdown select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select {
          padding-left: 46px; }
      .vans_theme-dark .vans_slider__dropdown select:focus:not(.pressed), [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select:focus:not(.pressed), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select:focus:not(.pressed) {
        background-color: #242424; }
      html.-hover .vans_theme-dark .vans_slider__dropdown select:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select:hover {
        background-color: #242424; }
      html.-hover .vans_theme-dark .vans_slider__dropdown select:active:hover,
      .vans_theme-dark .vans_slider__dropdown select:active:focus, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select:active:hover,
      [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select:active:focus, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select:active:hover,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select:active:focus {
        background: #242424; }
        html.-hover .vans_theme-dark .vans_slider__dropdown select:active:hover + span::after,
        .vans_theme-dark .vans_slider__dropdown select:active:focus + span::after, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select:active:hover + span::after,
        [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select:active:focus + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select:active:hover + span::after,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select:active:focus + span::after {
          box-shadow: inset 0 0 4px #1f1f1f; }
      .vans_theme-dark .vans_slider__dropdown select[disabled], [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select[disabled] {
        color: #999;
        background-color: #333; }
        html.-hover .vans_theme-dark .vans_slider__dropdown select[disabled]:hover,
        html.-hover .vans_theme-dark .vans_slider__dropdown select[disabled]:active:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select[disabled]:hover,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select[disabled]:active:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select[disabled]:hover,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select[disabled]:active:hover {
          background-color: #333; }
          html.-hover .vans_theme-dark .vans_slider__dropdown select[disabled]:hover + span::after,
          html.-hover .vans_theme-dark .vans_slider__dropdown select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select[disabled]:active:hover + span::after {
            box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_slider__dropdown select[disabled] + *, [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select[disabled] + *, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown select[disabled] + * {
          color: #999; }
      .vans_theme-dark .vans_slider__dropdown_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__dropdown_invalid select:focus:not(.pressed) + span::before {
        box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
    @media only screen and (min-width: 768px) {
      .vans_slider__dropdown {
        display: none; } }
  .vans_slider__dropdown-icon {
    position: absolute;
    pointer-events: none; }
    html:not([dir="rtl"]) .vans_slider__dropdown-icon {
      right: 0; }
    html[dir="rtl"] .vans_slider__dropdown-icon {
      left: 0; }
    html:not([dir="rtl"]) .vans_slider__dropdown-icon {
      padding-right: 16px; }
    html[dir="rtl"] .vans_slider__dropdown-icon {
      padding-left: 16px; }
  .vans_slider__items {
    display: flex; }
  .vans_slider__slider {
    position: relative;
    display: none; }
    html:not([dir="rtl"]) .vans_slider__slider,
    html[dir="rtl"] .vans_slider__slider {
      margin-top: auto; }
    @media only screen and (min-width: 768px) {
      .vans_slider__slider {
        display: block; }
        .no-js .vans_slider__slider {
          display: none; } }
  .vans_slider__select {
    cursor: pointer; }
  html:not([dir="rtl"]) .vans_slider__range-wrapper,
  html[dir="rtl"] .vans_slider__range-wrapper {
    margin-top: 27px; }
  .vans_slider__range-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    width: calc(100% - 2px); }
    .vans_slider__range-wrapper::before, [class*="vans_theme-"] .vans_slider__range-wrapper::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__range-wrapper::before, .vans_theme-light .vans_slider__range-wrapper::before, [class*="vans_theme-"] .vans_theme-light .vans_slider__range-wrapper::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__range-wrapper::before {
      background: #ccc; }
    .vans_theme-dark .vans_slider__range-wrapper::before, [class*="vans_theme-"] .vans_theme-dark .vans_slider__range-wrapper::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__range-wrapper::before {
      background: #5c5c5c; }
    html:not([dir="rtl"]) .vans_slider__range-wrapper::before {
      left: 1px; }
    html[dir="rtl"] .vans_slider__range-wrapper::before {
      right: 1px; }
    html:not([dir="rtl"]) .vans_slider__range-wrapper::before {
      right: 1px; }
    html[dir="rtl"] .vans_slider__range-wrapper::before {
      left: 1px; }
  .vans_slider__range, .vans_slider__range--invisible {
    position: absolute;
    height: 4px;
    width: calc(100% - 2px);
    background: #00adef; }
    html:not([dir="rtl"]) .vans_slider__range, html:not([dir="rtl"]) .vans_slider__range--invisible {
      left: 1px; }
    html[dir="rtl"] .vans_slider__range, html[dir="rtl"] .vans_slider__range--invisible {
      right: 1px; }
    html:not([dir="rtl"]) .vans_slider__range, html:not([dir="rtl"]) .vans_slider__range--invisible {
      right: 1px; }
    html[dir="rtl"] .vans_slider__range, html[dir="rtl"] .vans_slider__range--invisible {
      left: 1px; }
    .vans_slider__range--invisible {
      width: calc(100% - 26px);
      visibility: hidden; }
      html:not([dir="rtl"]) .vans_slider__range--invisible {
        margin-left: 12px; }
      html[dir="rtl"] .vans_slider__range--invisible {
        margin-right: 12px; }
      html:not([dir="rtl"]) .vans_slider__range--invisible {
        margin-right: 12px; }
      html[dir="rtl"] .vans_slider__range--invisible {
        margin-left: 12px; }
  .vans_slider__item {
    position: relative;
    flex: 1 1 100%; }
    html .vans_slider__item {
      text-align: center; }
    html:not([dir="rtl"]) .vans_slider__item,
    html[dir="rtl"] .vans_slider__item {
      margin-top: auto; }
    html:not([dir="rtl"]) .vans_slider__item {
      margin-right: 8px; }
    html[dir="rtl"] .vans_slider__item {
      margin-left: 8px; }
    html:not([dir="rtl"]) .vans_slider__item:last-child {
      margin-right: 0; }
    html[dir="rtl"] .vans_slider__item:last-child {
      margin-left: 0; }
    .vans_slider__item.-disabled .vans_slider__item-button {
      cursor: auto; }
      .vans_slider__item.-disabled .vans_slider__item-button, [class*="vans_theme-"] .vans_slider__item.-disabled .vans_slider__item-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__item.-disabled .vans_slider__item-button, .vans_theme-light .vans_slider__item.-disabled .vans_slider__item-button, [class*="vans_theme-"] .vans_theme-light .vans_slider__item.-disabled .vans_slider__item-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__item.-disabled .vans_slider__item-button {
        background: #ccc;
        border-color: #ccc; }
      .vans_theme-dark .vans_slider__item.-disabled .vans_slider__item-button, [class*="vans_theme-"] .vans_theme-dark .vans_slider__item.-disabled .vans_slider__item-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__item.-disabled .vans_slider__item-button {
        background: #5c5c5c;
        border-color: #5c5c5c; }
      html:not([dir="rtl"]) .vans_slider__item.-disabled .vans_slider__item-button,
      html[dir="rtl"] .vans_slider__item.-disabled .vans_slider__item-button {
        border: 1px solid; }
    .vans_slider__item.-disabled .vans_slider__label {
      color: #a8a8a8 !important; }
    .vans_slider[data-size="4"] .vans_slider__item {
      flex: none;
      width: 22.22%; }
      html:not([dir="rtl"]) .vans_slider[data-size="4"] .vans_slider__item:nth-child(3) {
        margin-left: auto; }
      html[dir="rtl"] .vans_slider[data-size="4"] .vans_slider__item:nth-child(3) {
        margin-right: auto; }
  .vans_slider__item-button {
    position: absolute;
    cursor: pointer;
    bottom: -32px;
    border-radius: 3px;
    height: 6px;
    width: 6px;
    z-index: 1; }
    html:not([dir="rtl"]) .vans_slider__item-button {
      left: 0; }
    html[dir="rtl"] .vans_slider__item-button {
      right: 0; }
    html:not([dir="rtl"]) .vans_slider__item-button {
      right: 0; }
    html[dir="rtl"] .vans_slider__item-button {
      left: 0; }
    .vans_slider__item-button, [class*="vans_theme-"] .vans_slider__item-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__item-button, .vans_theme-light .vans_slider__item-button, [class*="vans_theme-"] .vans_theme-light .vans_slider__item-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__item-button {
      background: #fff; }
    .vans_theme-dark .vans_slider__item-button, [class*="vans_theme-"] .vans_theme-dark .vans_slider__item-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__item-button {
      background: #000; }
    html:not([dir="rtl"]) .vans_slider__item-button,
    html[dir="rtl"] .vans_slider__item-button {
      border: 1px solid #00adef; }
    html:not([dir="rtl"]) .vans_slider__item-button,
    html[dir="rtl"] .vans_slider__item-button {
      margin: 0 auto; }
    html:not([dir="rtl"]) .vans_slider__item:first-child .vans_slider__item-button {
      right: auto; }
    html[dir="rtl"] .vans_slider__item:first-child .vans_slider__item-button {
      left: auto; }
    html:not([dir="rtl"]) .vans_slider__item:last-child .vans_slider__item-button {
      left: auto; }
    html[dir="rtl"] .vans_slider__item:last-child .vans_slider__item-button {
      right: auto; }
  .vans_slider__label {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    user-select: none;
    hyphens: auto; }
    :lang(ko) .vans_slider__label {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_slider__label, [class*="vans_theme-"] .vans_slider__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__label, .vans_theme-light .vans_slider__label, [class*="vans_theme-"] .vans_theme-light .vans_slider__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__label {
      color: #333; }
    .vans_theme-dark .vans_slider__label, [class*="vans_theme-"] .vans_theme-dark .vans_slider__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__label {
      color: #fff; }
    html:not([dir="rtl"]) .vans_slider__item:first-child .vans_slider__label {
      text-align: left; }
    html[dir="rtl"] .vans_slider__item:first-child .vans_slider__label {
      text-align: right; }
    html:not([dir="rtl"]) .vans_slider__item:last-child .vans_slider__label {
      text-align: right; }
    html[dir="rtl"] .vans_slider__item:last-child .vans_slider__label {
      text-align: left; }
  .vans_slider__control {
    position: absolute;
    height: 44px;
    width: 44px;
    transform: translateX(-50%) translateY(-50%);
    visibility: visible;
    z-index: 1; }
    html.-hover .vans_slider__control:hover {
      cursor: -moz-grab;
      cursor: -webkit-grab;
      cursor: grab;
      cursor: url("assets/cursors/drag.cur"), auto; }
    html.-hover .vans_slider__control:active {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing;
      cursor: url("assets/cursors/dragging.cur"), auto; }
    body.-ie .vans_slider__control:hover,
    body.-ie .vans_slider__control:active {
      cursor: move; }
    .vans_slider__control.-dragging {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing;
      transition: none;
      user-select: none; }
    .vans_slider__control.-animate {
      transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    html.-hover .vans_slider__control:hover::before, .vans_slider__control:active::before {
      transform: translate3d(-50%, -50%, 0) scale(1.3);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
    .vans_slider__control::before {
      content: '';
      position: absolute;
      border-radius: 50%;
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      top: 50%;
      left: 50%;
      height: 24px;
      width: 24px;
      transform: translate3d(-50%, -50%, 0) scale(1);
      transition-duration: 0.2s;
      transition-property: transform box-shadow; }
      .vans_slider__control::before, [class*="vans_theme-"] .vans_slider__control::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_slider__control::before, .vans_theme-light .vans_slider__control::before, [class*="vans_theme-"] .vans_theme-light .vans_slider__control::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_slider__control::before {
        background: #fff; }
      .vans_theme-dark .vans_slider__control::before, [class*="vans_theme-"] .vans_theme-dark .vans_slider__control::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_slider__control::before {
        background: #000; }
      html:not([dir="rtl"]) .vans_slider__control::before,
      html[dir="rtl"] .vans_slider__control::before {
        border: 1px solid #00adef; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_select {
  min-width: 100px;
  position: relative;
  display: block;
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  .vans_select__label {
    font-size: 1em;
    display: block; }
    html:not([dir="rtl"]) .vans_select__label,
    html[dir="rtl"] .vans_select__label {
      margin-bottom: 9px; }
    .vans_select__label.-disabled {
      color: #999; }
  .vans_select_invalid .vans_select__label {
    color: #9f0002; }
  .vans_select__error {
    color: #9f0002;
    display: block; }
    html:not([dir="rtl"]) .vans_select__error,
    html[dir="rtl"] .vans_select__error {
      padding-top: 9px; }
  .vans_select__info {
    display: block;
    color: #999; }
    html:not([dir="rtl"]) .vans_select__info,
    html[dir="rtl"] .vans_select__info {
      padding-top: 6px; }
  :lang(ko) .vans_select {
    font-family: MBKCorporateSRegular, sans-serif; }
  .vans_select__value {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    position: relative; }
    :lang(ko) .vans_select__value {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_select__value select + span {
      color: #333;
      border-radius: 0 0 0 0; }
      .vans_select__value select + span::before {
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px; }
      .vans_select__value select + span::after {
        border-radius: 0 0 0 0; }
    .vans_select__value select {
      color: #333; }
      html:not([dir="rtl"]) .vans_select__value select {
        padding-left: 16px; }
      html[dir="rtl"] .vans_select__value select {
        padding-right: 16px; }
      html:not([dir="rtl"]) .vans_select__value select {
        padding-right: 46px; }
      html[dir="rtl"] .vans_select__value select {
        padding-left: 46px; }
    .vans_select__value select:focus:not(.pressed) + span::before {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3); }
    html.-hover .vans_select__value select:active:hover,
    .vans_select__value select:active:focus {
      background: #ccc; }
      html.-hover .vans_select__value select:active:hover + span::after,
      .vans_select__value select:active:focus + span::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_select__value select[disabled] {
      color: #999; }
      html.-hover .vans_select__value select[disabled]:hover + span::after,
      html.-hover .vans_select__value select[disabled]:active:hover + span::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_select__value select[disabled] + * {
        color: #999; }
    .vans_select__value_invalid select + span::after {
      border-color: #9f0002;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_select__value_invalid select + span::after,
      html[dir="rtl"] .vans_select__value_invalid select + span::after {
        border-width: 1px; }
    .vans_select__value_invalid select:focus:not(.pressed) + span::before {
      box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
    .vans_select__value select {
      line-height: inherit;
      height: inherit;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      width: 100%;
      white-space: nowrap;
      position: absolute;
      top: 0;
      /* For IE */ }
      .vans_select__value select::-ms-expand {
        display: none; }
    .vans_select__value select + span {
      line-height: inherit;
      pointer-events: none;
      display: inline-block;
      width: 100%; }
      .vans_select__value select + span::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_select__value select + span::after {
          right: 0; }
        html[dir="rtl"] .vans_select__value select + span::after {
          left: 0; }
        html:not([dir="rtl"]) .vans_select__value select + span::after {
          left: 0; }
        html[dir="rtl"] .vans_select__value select + span::after {
          right: 0; }
      .vans_select__value select + span::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_select__value select + span::before {
          right: 0; }
        html[dir="rtl"] .vans_select__value select + span::before {
          left: 0; }
        html:not([dir="rtl"]) .vans_select__value select + span::before {
          left: 0; }
        html[dir="rtl"] .vans_select__value select + span::before {
          right: 0; }
      .vans_select__value select + span::after, .vans_select__value select + span::before {
        pointer-events: none; }
      html:not([dir="rtl"]) .vans_select__value select + span {
        padding-right: 16px; }
      html[dir="rtl"] .vans_select__value select + span {
        padding-left: 16px; }
      html:not([dir="rtl"]) .vans_select__value select + span {
        text-align: right; }
      html[dir="rtl"] .vans_select__value select + span {
        text-align: left; }
    .vans_select__value, [class*="vans_theme-"] .vans_select__value, [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value, .vans_theme-light .vans_select__value, [class*="vans_theme-"] .vans_theme-light .vans_select__value, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value {
      line-height: 40px;
      height: 40px; }
      .vans_select__value select + span, [class*="vans_theme-"] .vans_select__value select + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select + span, .vans_theme-light .vans_select__value select + span, [class*="vans_theme-"] .vans_theme-light .vans_select__value select + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select + span {
        color: #333; }
        .vans_select__value select + span::after, [class*="vans_theme-"] .vans_select__value select + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select + span::after, .vans_theme-light .vans_select__value select + span::after, [class*="vans_theme-"] .vans_theme-light .vans_select__value select + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select + span::after { }
      .vans_select__value select, [class*="vans_theme-"] .vans_select__value select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select, .vans_theme-light .vans_select__value select, [class*="vans_theme-"] .vans_theme-light .vans_select__value select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select {
        color: #333;
        background-color: #ececec; }
        html:not([dir="rtl"]) .vans_select__value select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_select__value select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select, html:not([dir="rtl"]) .vans_theme-light .vans_select__value select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_select__value select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select {
          padding-left: 16px; }
        html[dir="rtl"] .vans_select__value select, html[dir="rtl"] [class*="vans_theme-"] .vans_select__value select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select, html[dir="rtl"] .vans_theme-light .vans_select__value select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select {
          padding-right: 16px; }
        html:not([dir="rtl"]) .vans_select__value select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_select__value select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select, html:not([dir="rtl"]) .vans_theme-light .vans_select__value select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_select__value select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select {
          padding-right: 46px; }
        html[dir="rtl"] .vans_select__value select, html[dir="rtl"] [class*="vans_theme-"] .vans_select__value select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select, html[dir="rtl"] .vans_theme-light .vans_select__value select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select {
          padding-left: 46px; }
      .vans_select__value select:focus:not(.pressed), [class*="vans_theme-"] .vans_select__value select:focus:not(.pressed), [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select:focus:not(.pressed), .vans_theme-light .vans_select__value select:focus:not(.pressed), [class*="vans_theme-"] .vans_theme-light .vans_select__value select:focus:not(.pressed), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select:focus:not(.pressed) {
        background-color: #d9d9d9; }
      html.-hover .vans_select__value select:hover, html.-hover [class*="vans_theme-"] .vans_select__value select:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select:hover, html.-hover .vans_theme-light .vans_select__value select:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_select__value select:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select:hover {
        background-color: #d9d9d9; }
      html.-hover .vans_select__value select:active:hover,
      .vans_select__value select:active:focus, html.-hover [class*="vans_theme-"] .vans_select__value select:active:hover,
      [class*="vans_theme-"] .vans_select__value select:active:focus, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select:active:hover,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select:active:focus, html.-hover .vans_theme-light .vans_select__value select:active:hover,
      .vans_theme-light .vans_select__value select:active:focus, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_select__value select:active:hover,
      [class*="vans_theme-"] .vans_theme-light .vans_select__value select:active:focus, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select:active:hover,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select:active:focus {
        background: #d9d9d9; }
        html.-hover .vans_select__value select:active:hover + span::after,
        .vans_select__value select:active:focus + span::after, html.-hover [class*="vans_theme-"] .vans_select__value select:active:hover + span::after,
        [class*="vans_theme-"] .vans_select__value select:active:focus + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select:active:hover + span::after,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select:active:focus + span::after, html.-hover .vans_theme-light .vans_select__value select:active:hover + span::after,
        .vans_theme-light .vans_select__value select:active:focus + span::after, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_select__value select:active:hover + span::after,
        [class*="vans_theme-"] .vans_theme-light .vans_select__value select:active:focus + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select:active:hover + span::after,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select:active:focus + span::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_select__value select[disabled], [class*="vans_theme-"] .vans_select__value select[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select[disabled], .vans_theme-light .vans_select__value select[disabled], [class*="vans_theme-"] .vans_theme-light .vans_select__value select[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select[disabled] {
        color: #999;
        background-color: #ececec; }
        html.-hover .vans_select__value select[disabled]:hover,
        html.-hover .vans_select__value select[disabled]:active:hover, html.-hover [class*="vans_theme-"] .vans_select__value select[disabled]:hover,
        html.-hover [class*="vans_theme-"] .vans_select__value select[disabled]:active:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select[disabled]:hover,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select[disabled]:active:hover, html.-hover .vans_theme-light .vans_select__value select[disabled]:hover,
        html.-hover .vans_theme-light .vans_select__value select[disabled]:active:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_select__value select[disabled]:hover,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_select__value select[disabled]:active:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select[disabled]:hover,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select[disabled]:active:hover {
          background-color: #ececec; }
          html.-hover .vans_select__value select[disabled]:hover + span::after,
          html.-hover .vans_select__value select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] .vans_select__value select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] .vans_select__value select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select[disabled]:active:hover + span::after, html.-hover .vans_theme-light .vans_select__value select[disabled]:hover + span::after,
          html.-hover .vans_theme-light .vans_select__value select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_select__value select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_select__value select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select[disabled]:active:hover + span::after {
            box-shadow: inset 0 0 4px transparent; }
        .vans_select__value select[disabled] + *, [class*="vans_theme-"] .vans_select__value select[disabled] + *, [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value select[disabled] + *, .vans_theme-light .vans_select__value select[disabled] + *, [class*="vans_theme-"] .vans_theme-light .vans_select__value select[disabled] + *, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value select[disabled] + * {
          color: #999; }
      .vans_select__value_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] .vans_select__value_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__value_invalid select:focus:not(.pressed) + span::before, .vans_theme-light .vans_select__value_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] .vans_theme-light .vans_select__value_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__value_invalid select:focus:not(.pressed) + span::before {
        box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
    .vans_theme-dark .vans_select__value, [class*="vans_theme-"] .vans_theme-dark .vans_select__value, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value {
      line-height: 40px;
      height: 40px; }
      .vans_theme-dark .vans_select__value select + span, [class*="vans_theme-"] .vans_theme-dark .vans_select__value select + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select + span {
        color: #fff; }
        .vans_theme-dark .vans_select__value select + span::after, [class*="vans_theme-"] .vans_theme-dark .vans_select__value select + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select + span::after { }
      .vans_theme-dark .vans_select__value select, [class*="vans_theme-"] .vans_theme-dark .vans_select__value select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select {
        color: #fff;
        background-color: #333; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_select__value select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_select__value select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select {
          padding-left: 16px; }
        html[dir="rtl"] .vans_theme-dark .vans_select__value select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select {
          padding-right: 16px; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_select__value select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_select__value select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select {
          padding-right: 46px; }
        html[dir="rtl"] .vans_theme-dark .vans_select__value select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select {
          padding-left: 46px; }
      .vans_theme-dark .vans_select__value select:focus:not(.pressed), [class*="vans_theme-"] .vans_theme-dark .vans_select__value select:focus:not(.pressed), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select:focus:not(.pressed) {
        background-color: #242424; }
      html.-hover .vans_theme-dark .vans_select__value select:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_select__value select:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select:hover {
        background-color: #242424; }
      html.-hover .vans_theme-dark .vans_select__value select:active:hover,
      .vans_theme-dark .vans_select__value select:active:focus, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_select__value select:active:hover,
      [class*="vans_theme-"] .vans_theme-dark .vans_select__value select:active:focus, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select:active:hover,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select:active:focus {
        background: #242424; }
        html.-hover .vans_theme-dark .vans_select__value select:active:hover + span::after,
        .vans_theme-dark .vans_select__value select:active:focus + span::after, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_select__value select:active:hover + span::after,
        [class*="vans_theme-"] .vans_theme-dark .vans_select__value select:active:focus + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select:active:hover + span::after,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select:active:focus + span::after {
          box-shadow: inset 0 0 4px #1f1f1f; }
      .vans_theme-dark .vans_select__value select[disabled], [class*="vans_theme-"] .vans_theme-dark .vans_select__value select[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select[disabled] {
        color: #999;
        background-color: #333; }
        html.-hover .vans_theme-dark .vans_select__value select[disabled]:hover,
        html.-hover .vans_theme-dark .vans_select__value select[disabled]:active:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_select__value select[disabled]:hover,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_select__value select[disabled]:active:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select[disabled]:hover,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select[disabled]:active:hover {
          background-color: #333; }
          html.-hover .vans_theme-dark .vans_select__value select[disabled]:hover + span::after,
          html.-hover .vans_theme-dark .vans_select__value select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_select__value select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_select__value select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select[disabled]:active:hover + span::after {
            box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_select__value select[disabled] + *, [class*="vans_theme-"] .vans_theme-dark .vans_select__value select[disabled] + *, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value select[disabled] + * {
          color: #999; }
      .vans_theme-dark .vans_select__value_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] .vans_theme-dark .vans_select__value_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__value_invalid select:focus:not(.pressed) + span::before {
        box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
  .vans_select__label {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_select__label {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    .vans_select__label.-disabled, [class*="vans_theme-"] .vans_select__label.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_select__label.-disabled, .vans_theme-light .vans_select__label.-disabled, [class*="vans_theme-"] .vans_theme-light .vans_select__label.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select__label.-disabled {
      color: #ccc; }
    .vans_theme-dark .vans_select__label.-disabled, [class*="vans_theme-"] .vans_theme-dark .vans_select__label.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__label.-disabled {
      color: #5c5c5c; }
  .vans_select_invalid .vans_select__label, [class*="vans_theme-"] .vans_select_invalid .vans_select__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_select_invalid .vans_select__label, .vans_theme-light .vans_select_invalid .vans_select__label, [class*="vans_theme-"] .vans_theme-light .vans_select_invalid .vans_select__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_select_invalid .vans_select__label {
    color: #9f0002; }
  .vans_theme-dark .vans_select_invalid .vans_select__label, [class*="vans_theme-"] .vans_theme-dark .vans_select_invalid .vans_select__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select_invalid .vans_select__label {
    color: #fff; }
  .vans_select__error {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px; }
    :lang(ko) .vans_select__error {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_theme-dark .vans_select__error, [class*="vans_theme-"] .vans_theme-dark .vans_select__error, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__error {
      color: #fff; }
      .vans_theme-dark .vans_select__error > span, [class*="vans_theme-"] .vans_theme-dark .vans_select__error > span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_select__error > span {
        background: #9f0002;
        padding: 6px;
        display: inline-block; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_rte-block__inner {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_rte-block__inner {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_rte-block__inner > *:first-child,
  html[dir="rtl"] .vans_rte-block__inner > *:first-child {
    margin-top: 0; }
  .vans_rte-block__inner h3,
  .vans_rte-block__inner h4,
  .vans_rte-block__inner h5 {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_rte-block__inner h3, :lang(ko)
    .vans_rte-block__inner h4, :lang(ko)
    .vans_rte-block__inner h5 {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    html:not([dir="rtl"]) .vans_rte-block__inner h3,
    html[dir="rtl"] .vans_rte-block__inner h3, html:not([dir="rtl"])
    .vans_rte-block__inner h4,
    html[dir="rtl"]
    .vans_rte-block__inner h4, html:not([dir="rtl"])
    .vans_rte-block__inner h5,
    html[dir="rtl"]
    .vans_rte-block__inner h5 {
      margin-top: 31px; }
  html:not([dir="rtl"]) .vans_rte-block__inner p,
  html[dir="rtl"] .vans_rte-block__inner p {
    margin-top: 18px; }
  .vans_rte-block__inner a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
    word-break: break-word; }
    html.-hover .vans_rte-block__inner a:hover, .vans_rte-block__inner a.-active, .vans_rte-block__inner a.-open {
      color: #00adef; }
  .vans_rte-block__inner ul,
  .vans_rte-block__inner ol {
    list-style: disc; }
    html:not([dir="rtl"]) .vans_rte-block__inner ul,
    html[dir="rtl"] .vans_rte-block__inner ul, html:not([dir="rtl"])
    .vans_rte-block__inner ol,
    html[dir="rtl"]
    .vans_rte-block__inner ol {
      margin-top: 25px; }
    html:not([dir="rtl"]) .vans_rte-block__inner ul, html:not([dir="rtl"]) .vans_rte-block__inner ol {
      padding-left: 24px; }
    html[dir="rtl"] .vans_rte-block__inner ul, html[dir="rtl"] .vans_rte-block__inner ol {
      padding-right: 24px; }
  .vans_rte-block__inner ul {
    list-style: disc; }
  .vans_rte-block__inner ol {
    list-style: decimal; }
  .vans_rte-block__inner li {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_rte-block__inner li {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_rte-block__inner li,
    html[dir="rtl"] .vans_rte-block__inner li {
      margin-top: 12px; }
    html:not([dir="rtl"]) .vans_rte-block__inner li:first-of-type,
    html[dir="rtl"] .vans_rte-block__inner li:first-of-type {
      margin-top: 0; }
    .vans_rte-block__inner li a {
      color: inherit;
      text-decoration: underline;
      cursor: pointer; }
      html.-hover .vans_rte-block__inner li a:hover, .vans_rte-block__inner li a.-active, .vans_rte-block__inner li a.-open {
        color: #00adef; }
  html:not([dir="rtl"]) .vans_rte-block__inner li > ul,
  html[dir="rtl"] .vans_rte-block__inner li > ul, html:not([dir="rtl"])
  .vans_rte-block__inner li > ol,
  html[dir="rtl"]
  .vans_rte-block__inner li > ol {
    margin-top: 18px; }
  html:not([dir="rtl"]) .vans_rte-block__inner li > ul,
  html[dir="rtl"] .vans_rte-block__inner li > ul, html:not([dir="rtl"])
  .vans_rte-block__inner li > ol,
  html[dir="rtl"]
  .vans_rte-block__inner li > ol {
    padding-bottom: 6px; }
  html:not([dir="rtl"]) .vans_rte-block__inner li > ul, html:not([dir="rtl"]) .vans_rte-block__inner li > ol {
    padding-left: 32px; }
  html[dir="rtl"] .vans_rte-block__inner li > ul, html[dir="rtl"] .vans_rte-block__inner li > ol {
    padding-right: 32px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_range {
  position: relative;
  display: block;
  /* for disabled state of ticks/track */
  /* range resets for IE */
  /* the moving thumb/handle */
  /* TODO resizes not around center point :-/
  &__input:active::-ms-thumb {
    @include range-thumb-active();
  }
  */
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  .vans_range__label {
    font-size: 1em;
    display: block; }
    html:not([dir="rtl"]) .vans_range__label,
    html[dir="rtl"] .vans_range__label {
      margin-bottom: 9px; }
    .vans_range__label.-disabled {
      color: #999; }
  .vans_range_invalid .vans_range__label {
    color: #9f0002; }
  .vans_range__error {
    color: #9f0002;
    display: block; }
    html:not([dir="rtl"]) .vans_range__error,
    html[dir="rtl"] .vans_range__error {
      padding-top: 9px; }
  .vans_range__info {
    display: block;
    color: #999; }
    html:not([dir="rtl"]) .vans_range__info,
    html[dir="rtl"] .vans_range__info {
      padding-top: 6px; }
  .vans_range__container {
    height: 32px;
    /* height of thumb in active state */
    position: relative; }
  .vans_range__ticks {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 14px;
    background-color: #00adef;
    height: 4px;
    overflow: visible;
    margin: 0 1px; }
  .vans_range__tick {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border: 1px solid #00adef;
    border-radius: 3px;
    position: relative;
    top: -1px;
    margin: 0 -1px; }
  .vans_range__container.-single .vans_range__ticks {
    background-color: #ccc; }
  .vans_range__container.-single .vans_range__tick {
    border-color: #ccc; }
  .vans_range__input {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 100%;
    height: 32px;
    outline: none;
    background-color: transparent; }
  .vans_range__input::-ms-track {
    color: transparent;
    background-color: transparent;
    border-width: 0; }
  .vans_range__input::-ms-fill {
    background-color: transparent; }
  .vans_range__input::-ms-fill-lower {
    background-color: transparent; }
  .vans_range__input::-ms-fill-upper {
    background-color: transparent; }
  .vans_range__input::-ms-tooltip {
    display: none; }
  .vans_range__input::-moz-focus-outer {
    border: 0; }
  .vans_range__input::-ms-thumb {
    box-sizing: content-box;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #00adef;
    width: 24px;
    height: 24px;
    border-radius: 32px;
    background: #fff;
    cursor: pointer;
    /* was partly hidden, with a margin it gets visible but then the positioning breaks */
    box-shadow: none; }
  .vans_range__input::-moz-range-thumb {
    box-sizing: content-box;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #00adef;
    width: 24px;
    height: 24px;
    border-radius: 32px;
    background: #fff;
    cursor: pointer; }
  .vans_range__input::-webkit-slider-thumb {
    box-sizing: content-box;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #00adef;
    width: 24px;
    height: 24px;
    border-radius: 32px;
    background: #fff;
    cursor: pointer; }
  .vans_range__input:active::-moz-range-thumb {
    width: 32px;
    height: 32px; }
  .vans_range__input:active::-webkit-slider-thumb {
    width: 32px;
    height: 32px; }
  :lang(ko) .vans_range {
    font-family: MBKCorporateSRegular, sans-serif; }
  .vans_range, [class*="vans_theme-"] .vans_range, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range, .vans_theme-light .vans_range, [class*="vans_theme-"] .vans_theme-light .vans_range, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range {
    /* for disabled state of ticks/track */
    /* range resets for IE */
    /* the moving thumb/handle */
    /* TODO resizes not around center point :-/
  &__input:active::-ms-thumb {
    @include range-thumb-active();
  }
  */ }
    .vans_range__container, [class*="vans_theme-"] .vans_range__container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__container, .vans_theme-light .vans_range__container, [class*="vans_theme-"] .vans_theme-light .vans_range__container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__container {
      height: 32px;
      /* height of thumb in active state */
      position: relative; }
    .vans_range__ticks, [class*="vans_theme-"] .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__ticks, .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__ticks {
      display: flex;
      justify-content: space-between;
      position: relative;
      top: 14px;
      background-color: #00adef;
      height: 4px;
      overflow: visible;
      margin: 0 1px; }
    .vans_range__tick, [class*="vans_theme-"] .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__tick, .vans_theme-light .vans_range__tick, [class*="vans_theme-"] .vans_theme-light .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__tick {
      width: 6px;
      height: 6px;
      background-color: #fff;
      border: 1px solid #00adef;
      border-radius: 3px;
      position: relative;
      top: -1px;
      margin: 0 -1px; }
    .vans_range__container.-single .vans_range__ticks, [class*="vans_theme-"] .vans_range__container.-single .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__container.-single .vans_range__ticks, .vans_theme-light .vans_range__container.-single .vans_range__ticks, [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single .vans_range__ticks, .vans_range__container.-single [class*="vans_theme-"] .vans_range__ticks, [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] .vans_range__ticks, .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] .vans_range__ticks, [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] .vans_range__ticks, .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__ticks, [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__ticks, .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__ticks, [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__ticks, .vans_range__container.-single .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] .vans_range__container.-single .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__container.-single .vans_theme-light .vans_range__ticks, .vans_theme-light .vans_range__container.-single .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single .vans_theme-light .vans_range__ticks, .vans_range__container.-single [class*="vans_theme-"] .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] .vans_theme-light .vans_range__ticks, .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] .vans_theme-light .vans_range__ticks, .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__ticks, .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__ticks {
      background-color: #ccc; }
    .vans_range__container.-single .vans_range__tick, [class*="vans_theme-"] .vans_range__container.-single .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__container.-single .vans_range__tick, .vans_theme-light .vans_range__container.-single .vans_range__tick, [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single .vans_range__tick, .vans_range__container.-single [class*="vans_theme-"] .vans_range__tick, [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] .vans_range__tick, .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] .vans_range__tick, [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] .vans_range__tick, .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__tick, [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__tick, .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__tick, [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__tick, .vans_range__container.-single .vans_theme-light .vans_range__tick, [class*="vans_theme-"] .vans_range__container.-single .vans_theme-light .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__container.-single .vans_theme-light .vans_range__tick, .vans_theme-light .vans_range__container.-single .vans_theme-light .vans_range__tick, [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single .vans_theme-light .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single .vans_theme-light .vans_range__tick, .vans_range__container.-single [class*="vans_theme-"] .vans_theme-light .vans_range__tick, [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] .vans_theme-light .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] .vans_theme-light .vans_range__tick, .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] .vans_theme-light .vans_range__tick, [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] .vans_theme-light .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] .vans_theme-light .vans_range__tick, .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__tick, [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__tick, .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__tick, [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__tick {
      border-color: #ccc; }
    .vans_range__input, [class*="vans_theme-"] .vans_range__input, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__input, .vans_theme-light .vans_range__input, [class*="vans_theme-"] .vans_theme-light .vans_range__input, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__input {
      box-sizing: border-box;
      position: absolute;
      top: 0;
      width: 100%;
      height: 32px;
      outline: none;
      background-color: transparent; }
    .vans_range__input::-ms-track, [class*="vans_theme-"] .vans_range__input::-ms-track, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__input::-ms-track, .vans_theme-light .vans_range__input::-ms-track, [class*="vans_theme-"] .vans_theme-light .vans_range__input::-ms-track, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__input::-ms-track {
      color: transparent;
      background-color: transparent;
      border-width: 0; }
    .vans_range__input::-ms-fill, [class*="vans_theme-"] .vans_range__input::-ms-fill, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__input::-ms-fill, .vans_theme-light .vans_range__input::-ms-fill, [class*="vans_theme-"] .vans_theme-light .vans_range__input::-ms-fill, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__input::-ms-fill {
      background-color: transparent; }
    .vans_range__input::-ms-fill-lower, [class*="vans_theme-"] .vans_range__input::-ms-fill-lower, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__input::-ms-fill-lower, .vans_theme-light .vans_range__input::-ms-fill-lower, [class*="vans_theme-"] .vans_theme-light .vans_range__input::-ms-fill-lower, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__input::-ms-fill-lower {
      background-color: transparent; }
    .vans_range__input::-ms-fill-upper, [class*="vans_theme-"] .vans_range__input::-ms-fill-upper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__input::-ms-fill-upper, .vans_theme-light .vans_range__input::-ms-fill-upper, [class*="vans_theme-"] .vans_theme-light .vans_range__input::-ms-fill-upper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__input::-ms-fill-upper {
      background-color: transparent; }
    .vans_range__input::-ms-tooltip, [class*="vans_theme-"] .vans_range__input::-ms-tooltip, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__input::-ms-tooltip, .vans_theme-light .vans_range__input::-ms-tooltip, [class*="vans_theme-"] .vans_theme-light .vans_range__input::-ms-tooltip, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__input::-ms-tooltip {
      display: none; }
    .vans_range__input::-moz-focus-outer, [class*="vans_theme-"] .vans_range__input::-moz-focus-outer, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__input::-moz-focus-outer, .vans_theme-light .vans_range__input::-moz-focus-outer, [class*="vans_theme-"] .vans_theme-light .vans_range__input::-moz-focus-outer, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__input::-moz-focus-outer {
      border: 0; }
    .vans_range__input::-ms-thumb, [class*="vans_theme-"] .vans_range__input::-ms-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__input::-ms-thumb, .vans_theme-light .vans_range__input::-ms-thumb, [class*="vans_theme-"] .vans_theme-light .vans_range__input::-ms-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__input::-ms-thumb {
      box-sizing: content-box;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #00adef;
      width: 24px;
      height: 24px;
      border-radius: 32px;
      background: #fff;
      cursor: pointer;
      /* was partly hidden, with a margin it gets visible but then the positioning breaks */
      box-shadow: none; }
    .vans_range__input::-moz-range-thumb, [class*="vans_theme-"] .vans_range__input::-moz-range-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__input::-moz-range-thumb, .vans_theme-light .vans_range__input::-moz-range-thumb, [class*="vans_theme-"] .vans_theme-light .vans_range__input::-moz-range-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__input::-moz-range-thumb {
      box-sizing: content-box;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #00adef;
      width: 24px;
      height: 24px;
      border-radius: 32px;
      background: #fff;
      cursor: pointer; }
    .vans_range__input::-webkit-slider-thumb, [class*="vans_theme-"] .vans_range__input::-webkit-slider-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__input::-webkit-slider-thumb, .vans_theme-light .vans_range__input::-webkit-slider-thumb, [class*="vans_theme-"] .vans_theme-light .vans_range__input::-webkit-slider-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__input::-webkit-slider-thumb {
      box-sizing: content-box;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #00adef;
      width: 24px;
      height: 24px;
      border-radius: 32px;
      background: #fff;
      cursor: pointer; }
    .vans_range__input:active::-moz-range-thumb, [class*="vans_theme-"] .vans_range__input:active::-moz-range-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__input:active::-moz-range-thumb, .vans_theme-light .vans_range__input:active::-moz-range-thumb, [class*="vans_theme-"] .vans_theme-light .vans_range__input:active::-moz-range-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__input:active::-moz-range-thumb {
      width: 32px;
      height: 32px; }
    .vans_range__input:active::-webkit-slider-thumb, [class*="vans_theme-"] .vans_range__input:active::-webkit-slider-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_range__input:active::-webkit-slider-thumb, .vans_theme-light .vans_range__input:active::-webkit-slider-thumb, [class*="vans_theme-"] .vans_theme-light .vans_range__input:active::-webkit-slider-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_range__input:active::-webkit-slider-thumb {
      width: 32px;
      height: 32px; }
  .vans_theme-dark .vans_range, [class*="vans_theme-"] .vans_theme-dark .vans_range, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range {
    /* for disabled state of ticks/track */
    /* range resets for IE */
    /* the moving thumb/handle */
    /* TODO resizes not around center point :-/
  &__input:active::-ms-thumb {
    @include range-thumb-active();
  }
  */ }
    .vans_theme-dark .vans_range__container, [class*="vans_theme-"] .vans_theme-dark .vans_range__container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__container {
      height: 32px;
      /* height of thumb in active state */
      position: relative; }
    .vans_theme-dark .vans_range__ticks, [class*="vans_theme-"] .vans_theme-dark .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__ticks {
      display: flex;
      justify-content: space-between;
      position: relative;
      top: 14px;
      background-color: #00adef;
      height: 4px;
      overflow: visible;
      margin: 0 1px; }
    .vans_theme-dark .vans_range__tick, [class*="vans_theme-"] .vans_theme-dark .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__tick {
      width: 6px;
      height: 6px;
      background-color: #000;
      border: 1px solid #00adef;
      border-radius: 3px;
      position: relative;
      top: -1px;
      margin: 0 -1px; }
    .vans_theme-dark .vans_range__container.-single .vans_theme-dark .vans_range__ticks, [class*="vans_theme-"] .vans_theme-dark .vans_range__container.-single .vans_theme-dark .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__container.-single .vans_theme-dark .vans_range__ticks, .vans_theme-dark .vans_range__container.-single [class*="vans_theme-"] .vans_theme-dark .vans_range__ticks, [class*="vans_theme-"] .vans_theme-dark .vans_range__container.-single [class*="vans_theme-"] .vans_theme-dark .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__container.-single [class*="vans_theme-"] .vans_theme-dark .vans_range__ticks, .vans_theme-dark .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__ticks, [class*="vans_theme-"] .vans_theme-dark .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__ticks, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__ticks {
      background-color: #5c5c5c; }
    .vans_theme-dark .vans_range__container.-single .vans_theme-dark .vans_range__tick, [class*="vans_theme-"] .vans_theme-dark .vans_range__container.-single .vans_theme-dark .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__container.-single .vans_theme-dark .vans_range__tick, .vans_theme-dark .vans_range__container.-single [class*="vans_theme-"] .vans_theme-dark .vans_range__tick, [class*="vans_theme-"] .vans_theme-dark .vans_range__container.-single [class*="vans_theme-"] .vans_theme-dark .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__container.-single [class*="vans_theme-"] .vans_theme-dark .vans_range__tick, .vans_theme-dark .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__tick, [class*="vans_theme-"] .vans_theme-dark .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__tick, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__container.-single [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__tick {
      border-color: #5c5c5c; }
    .vans_theme-dark .vans_range__input, [class*="vans_theme-"] .vans_theme-dark .vans_range__input, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__input {
      box-sizing: border-box;
      position: absolute;
      top: 0;
      width: 100%;
      height: 32px;
      outline: none;
      background-color: transparent; }
    .vans_theme-dark .vans_range__input::-ms-track, [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-ms-track, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-ms-track {
      color: transparent;
      background-color: transparent;
      border-width: 0; }
    .vans_theme-dark .vans_range__input::-ms-fill, [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-ms-fill, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-ms-fill {
      background-color: transparent; }
    .vans_theme-dark .vans_range__input::-ms-fill-lower, [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-ms-fill-lower, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-ms-fill-lower {
      background-color: transparent; }
    .vans_theme-dark .vans_range__input::-ms-fill-upper, [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-ms-fill-upper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-ms-fill-upper {
      background-color: transparent; }
    .vans_theme-dark .vans_range__input::-ms-tooltip, [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-ms-tooltip, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-ms-tooltip {
      display: none; }
    .vans_theme-dark .vans_range__input::-moz-focus-outer, [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-moz-focus-outer, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-moz-focus-outer {
      border: 0; }
    .vans_theme-dark .vans_range__input::-ms-thumb, [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-ms-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-ms-thumb {
      box-sizing: content-box;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #00adef;
      width: 24px;
      height: 24px;
      border-radius: 32px;
      background: #000;
      cursor: pointer;
      /* was partly hidden, with a margin it gets visible but then the positioning breaks */
      box-shadow: none; }
    .vans_theme-dark .vans_range__input::-moz-range-thumb, [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-moz-range-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-moz-range-thumb {
      box-sizing: content-box;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #00adef;
      width: 24px;
      height: 24px;
      border-radius: 32px;
      background: #000;
      cursor: pointer; }
    .vans_theme-dark .vans_range__input::-webkit-slider-thumb, [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-webkit-slider-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__input::-webkit-slider-thumb {
      box-sizing: content-box;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 6px 0 rgba(0, 0, 0, 0.2);
      border: 1px solid #00adef;
      width: 24px;
      height: 24px;
      border-radius: 32px;
      background: #000;
      cursor: pointer; }
    .vans_theme-dark .vans_range__input:active::-moz-range-thumb, [class*="vans_theme-"] .vans_theme-dark .vans_range__input:active::-moz-range-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__input:active::-moz-range-thumb {
      width: 32px;
      height: 32px; }
    .vans_theme-dark .vans_range__input:active::-webkit-slider-thumb, [class*="vans_theme-"] .vans_theme-dark .vans_range__input:active::-webkit-slider-thumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_range__input:active::-webkit-slider-thumb {
      width: 32px;
      height: 32px; }
  .vans_range__label {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_range__label {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  .vans_range__error {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_range__error {
      font-family: MBKCorporateSRegular, sans-serif; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_radio,
.vans_radio--background {
  position: relative;
  display: block;
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  .vans_radio__label,
  .vans_radio--background__label {
    font-size: 1em;
    display: block; }
    html:not([dir="rtl"]) .vans_radio__label,
    html[dir="rtl"] .vans_radio__label, html:not([dir="rtl"])
    .vans_radio--background__label,
    html[dir="rtl"]
    .vans_radio--background__label {
      margin-bottom: 9px; }
    .vans_radio__label.-disabled,
    .vans_radio--background__label.-disabled {
      color: #999; }
  .vans_radio_invalid .vans_radio__label,
  .vans_radio--background_invalid .vans_radio__label, .vans_radio_invalid
  .vans_radio--background__label,
  .vans_radio--background_invalid
  .vans_radio--background__label {
    color: #9f0002; }
  .vans_radio__error,
  .vans_radio--background__error {
    color: #9f0002;
    display: block; }
    html:not([dir="rtl"]) .vans_radio__error,
    html[dir="rtl"] .vans_radio__error, html:not([dir="rtl"])
    .vans_radio--background__error,
    html[dir="rtl"]
    .vans_radio--background__error {
      padding-top: 9px; }
  .vans_radio__info,
  .vans_radio--background__info {
    display: block;
    color: #999; }
    html:not([dir="rtl"]) .vans_radio__info,
    html[dir="rtl"] .vans_radio__info, html:not([dir="rtl"])
    .vans_radio--background__info,
    html[dir="rtl"]
    .vans_radio--background__info {
      padding-top: 6px; }
  html:not([dir="rtl"]) .vans_radio__value,
  html[dir="rtl"] .vans_radio__value, html:not([dir="rtl"])
  .vans_radio--background__value,
  html[dir="rtl"]
  .vans_radio--background__value {
    margin-bottom: 9px; }
  .vans_radio__value input + span::after,
  .vans_radio--background__value input + span::after {
    border-color: #999;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_radio__value input + span::after,
    html[dir="rtl"] .vans_radio__value input + span::after, html:not([dir="rtl"])
    .vans_radio--background__value input + span::after,
    html[dir="rtl"]
    .vans_radio--background__value input + span::after {
      border-width: 1px; }
  html.-hover .vans_radio__value input:hover + span::after,
  .vans_radio__value input:focus + span::after, html.-hover
  .vans_radio--background__value input:hover + span::after,
  .vans_radio--background__value input:focus + span::after {
    border-color: #00adef;
    border-style: solid; }
    html:not([dir="rtl"]) html.-hover .vans_radio__value input:hover + span::after,
    html[dir="rtl"] html.-hover .vans_radio__value input:hover + span::after, html:not([dir="rtl"])
    .vans_radio__value input:focus + span::after,
    html[dir="rtl"]
    .vans_radio__value input:focus + span::after, html:not([dir="rtl"]) html.-hover
    .vans_radio--background__value input:hover + span::after,
    html[dir="rtl"] html.-hover
    .vans_radio--background__value input:hover + span::after, html:not([dir="rtl"])
    .vans_radio--background__value input:focus + span::after,
    html[dir="rtl"]
    .vans_radio--background__value input:focus + span::after {
      border-width: 1px; }
  .vans_radio__value input:focus + span::before,
  .vans_radio--background__value input:focus + span::before {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3); }
  html.-hover .vans_radio__value input:active:hover:not(:checked) + span::after,
  html.-hover .vans_radio__value input:active:focus:not(:checked) + span::after, html.-hover
  .vans_radio--background__value input:active:hover:not(:checked) + span::after,
  html.-hover
  .vans_radio--background__value input:active:focus:not(:checked) + span::after {
    box-shadow: inset 0 0 4px transparent; }
  html.-hover .vans_radio__value_invalid input:hover:not(:checked) + span::after,
  .vans_radio__value_invalid input:focus:not(:checked) + span::after,
  .vans_radio__value_invalid input:not(:checked) + span::after, html.-hover
  .vans_radio--background__value_invalid input:hover:not(:checked) + span::after,
  .vans_radio--background__value_invalid input:focus:not(:checked) + span::after,
  .vans_radio--background__value_invalid input:not(:checked) + span::after {
    border-color: #9f0002;
    border-style: solid; }
    html:not([dir="rtl"]) html.-hover .vans_radio__value_invalid input:hover:not(:checked) + span::after,
    html[dir="rtl"] html.-hover .vans_radio__value_invalid input:hover:not(:checked) + span::after, html:not([dir="rtl"])
    .vans_radio__value_invalid input:focus:not(:checked) + span::after,
    html[dir="rtl"]
    .vans_radio__value_invalid input:focus:not(:checked) + span::after, html:not([dir="rtl"])
    .vans_radio__value_invalid input:not(:checked) + span::after,
    html[dir="rtl"]
    .vans_radio__value_invalid input:not(:checked) + span::after, html:not([dir="rtl"]) html.-hover
    .vans_radio--background__value_invalid input:hover:not(:checked) + span::after,
    html[dir="rtl"] html.-hover
    .vans_radio--background__value_invalid input:hover:not(:checked) + span::after, html:not([dir="rtl"])
    .vans_radio--background__value_invalid input:focus:not(:checked) + span::after,
    html[dir="rtl"]
    .vans_radio--background__value_invalid input:focus:not(:checked) + span::after, html:not([dir="rtl"])
    .vans_radio--background__value_invalid input:not(:checked) + span::after,
    html[dir="rtl"]
    .vans_radio--background__value_invalid input:not(:checked) + span::after {
      border-width: 1px; }
  .vans_radio__value_invalid input:focus + span::before,
  .vans_radio--background__value_invalid input:focus + span::before {
    box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
  html.-hover .vans_radio__value_invalid input:active:hover:not(:checked) + span::after,
  .vans_radio__value_invalid input:active:focus:not(:checked) + span::after, html.-hover
  .vans_radio--background__value_invalid input:active:hover:not(:checked) + span::after,
  .vans_radio--background__value_invalid input:active:focus:not(:checked) + span::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_radio__value input:checked + span,
  .vans_radio--background__value input:checked + span {
    background-color: transparent; }
    .vans_radio__value input:checked + span > span,
    .vans_radio--background__value input:checked + span > span {
      background-color: #00adef; }
  .vans_radio__value input[disabled] + span + label,
  .vans_radio--background__value input[disabled] + span + label {
    color: #ccc; }
  .vans_radio__value input[disabled] + span::before,
  .vans_radio__value input:checked[disabled] + span::before,
  .vans_radio--background__value input[disabled] + span::before,
  .vans_radio--background__value input:checked[disabled] + span::before {
    box-shadow: 0 0 0 3px transparent; }
  .vans_radio__value input[disabled] + span::after,
  .vans_radio__value input:checked[disabled] + span::after,
  .vans_radio--background__value input[disabled] + span::after,
  .vans_radio--background__value input:checked[disabled] + span::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_radio__value input[disabled] + span::after,
  .vans_radio__value input:checked[disabled] + span::after,
  .vans_radio--background__value input[disabled] + span::after,
  .vans_radio--background__value input:checked[disabled] + span::after {
    border-color: #ccc;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_radio__value input[disabled] + span::after,
    html[dir="rtl"] .vans_radio__value input[disabled] + span::after, html:not([dir="rtl"])
    .vans_radio__value input:checked[disabled] + span::after,
    html[dir="rtl"]
    .vans_radio__value input:checked[disabled] + span::after, html:not([dir="rtl"])
    .vans_radio--background__value input[disabled] + span::after,
    html[dir="rtl"]
    .vans_radio--background__value input[disabled] + span::after, html:not([dir="rtl"])
    .vans_radio--background__value input:checked[disabled] + span::after,
    html[dir="rtl"]
    .vans_radio--background__value input:checked[disabled] + span::after {
      border-width: 1px; }
  .vans_radio__value-label,
  .vans_radio--background__value-label {
    display: inline-block;
    line-height: inherit; }
    html:not([dir="rtl"]) .vans_radio__value-label, html:not([dir="rtl"]) .vans_radio--background__value-label {
      padding-left: 16px; }
    html[dir="rtl"] .vans_radio__value-label, html[dir="rtl"] .vans_radio--background__value-label {
      padding-right: 16px; }
  .vans_radio__value,
  .vans_radio--background__value {
    display: flex; }
    html:not([dir="rtl"]) .vans_radio__value:last-child,
    html[dir="rtl"] .vans_radio__value:last-child, html:not([dir="rtl"])
    .vans_radio--background__value:last-child,
    html[dir="rtl"]
    .vans_radio--background__value:last-child {
      margin-bottom: 0; }
    .vans_radio__value input,
    .vans_radio--background__value input {
      position: absolute;
      width: 1.375em;
      height: 1.375em;
      opacity: 0; }
    .vans_radio__value input + span,
    .vans_radio--background__value input + span {
      pointer-events: none;
      width: 1.375em;
      min-width: 1.375em;
      height: 1.375em;
      display: inline-block;
      box-sizing: border-box;
      position: relative;
      border-radius: 16px 16px 16px 16px; }
      .vans_radio__value input + span::after,
      .vans_radio--background__value input + span::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_radio__value input + span::after, html:not([dir="rtl"]) .vans_radio--background__value input + span::after {
          right: 0; }
        html[dir="rtl"] .vans_radio__value input + span::after, html[dir="rtl"] .vans_radio--background__value input + span::after {
          left: 0; }
        html:not([dir="rtl"]) .vans_radio__value input + span::after, html:not([dir="rtl"]) .vans_radio--background__value input + span::after {
          left: 0; }
        html[dir="rtl"] .vans_radio__value input + span::after, html[dir="rtl"] .vans_radio--background__value input + span::after {
          right: 0; }
      .vans_radio__value input + span::before,
      .vans_radio--background__value input + span::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_radio__value input + span::before, html:not([dir="rtl"]) .vans_radio--background__value input + span::before {
          right: 0; }
        html[dir="rtl"] .vans_radio__value input + span::before, html[dir="rtl"] .vans_radio--background__value input + span::before {
          left: 0; }
        html:not([dir="rtl"]) .vans_radio__value input + span::before, html:not([dir="rtl"]) .vans_radio--background__value input + span::before {
          left: 0; }
        html[dir="rtl"] .vans_radio__value input + span::before, html[dir="rtl"] .vans_radio--background__value input + span::before {
          right: 0; }
      .vans_radio__value input + span::before,
      .vans_radio--background__value input + span::before {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px; }
      .vans_radio__value input + span::after,
      .vans_radio--background__value input + span::after {
        border-radius: 16px 16px 16px 16px; }
      .vans_radio__value input + span > span,
      .vans_radio--background__value input + span > span {
        display: block;
        position: absolute;
        z-index: 1;
        top: 5px;
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background-color: transparent; }
        html:not([dir="rtl"]) .vans_radio__value input + span > span, html:not([dir="rtl"]) .vans_radio--background__value input + span > span {
          left: 5px; }
        html[dir="rtl"] .vans_radio__value input + span > span, html[dir="rtl"] .vans_radio--background__value input + span > span {
          right: 5px; }
  :lang(ko) .vans_radio, :lang(ko)
  .vans_radio--background {
    font-family: MBKCorporateSRegular, sans-serif; }
  html.-hover .vans_theme-dark .vans_radio__value input:active:hover:not(:checked) + span::after,
  html.-hover .vans_theme-dark .vans_radio__value input:active:focus:not(:checked) + span::after, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_radio__value input:active:hover:not(:checked) + span::after,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_radio__value input:active:focus:not(:checked) + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_radio__value input:active:hover:not(:checked) + span::after,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_radio__value input:active:focus:not(:checked) + span::after, html.-hover .vans_theme-dark .vans_radio--background__value input:active:hover:not(:checked) + span::after,
  html.-hover .vans_theme-dark .vans_radio--background__value input:active:focus:not(:checked) + span::after, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_radio--background__value input:active:hover:not(:checked) + span::after,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_radio--background__value input:active:focus:not(:checked) + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_radio--background__value input:active:hover:not(:checked) + span::after,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_radio--background__value input:active:focus:not(:checked) + span::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_theme-dark .vans_radio__value input:checked + span > span, [class*="vans_theme-"] .vans_theme-dark .vans_radio__value input:checked + span > span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_radio__value input:checked + span > span, .vans_theme-dark .vans_radio--background__value input:checked + span > span, [class*="vans_theme-"] .vans_theme-dark .vans_radio--background__value input:checked + span > span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_radio--background__value input:checked + span > span {
    background-color: #00adef; }
  .vans_theme-dark .vans_radio__value input[disabled] + span::after,
  .vans_theme-dark .vans_radio__value input:checked[disabled] + span::after, [class*="vans_theme-"] .vans_theme-dark .vans_radio__value input[disabled] + span::after,
  [class*="vans_theme-"] .vans_theme-dark .vans_radio__value input:checked[disabled] + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_radio__value input[disabled] + span::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_radio__value input:checked[disabled] + span::after, .vans_theme-dark .vans_radio--background__value input[disabled] + span::after,
  .vans_theme-dark .vans_radio--background__value input:checked[disabled] + span::after, [class*="vans_theme-"] .vans_theme-dark .vans_radio--background__value input[disabled] + span::after,
  [class*="vans_theme-"] .vans_theme-dark .vans_radio--background__value input:checked[disabled] + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_radio--background__value input[disabled] + span::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_radio--background__value input:checked[disabled] + span::after {
    border-color: #5c5c5c; }

.vans_radio--background .vans_radio__value {
  background-color: #f8f8f8;
  padding: 18px; }
  .vans_radio--background .vans_radio__value input + span {
    background-color: #fff; }

.vans_radio__label {
  font-family: CorporateSDemi, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_radio__label {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }

.vans_radio_invalid .vans_radio__label, [class*="vans_theme-"] .vans_radio_invalid .vans_radio__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_radio_invalid .vans_radio__label, .vans_theme-light .vans_radio_invalid .vans_radio__label, [class*="vans_theme-"] .vans_theme-light .vans_radio_invalid .vans_radio__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_radio_invalid .vans_radio__label {
  color: #9f0002; }

.vans_theme-dark .vans_radio_invalid .vans_radio__label, [class*="vans_theme-"] .vans_theme-dark .vans_radio_invalid .vans_radio__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_radio_invalid .vans_radio__label {
  color: #fff; }

.vans_radio__error {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 18px; }
  :lang(ko) .vans_radio__error {
    font-family: MBKCorporateSRegular, sans-serif; }
  .vans_theme-dark .vans_radio__error, [class*="vans_theme-"] .vans_theme-dark .vans_radio__error, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_radio__error {
    color: #fff; }
    .vans_theme-dark .vans_radio__error > span, [class*="vans_theme-"] .vans_theme-dark .vans_radio__error > span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_radio__error > span {
      background: #9f0002;
      padding: 6px;
      display: inline-block; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_quick-access__container {
  background: #fff;
  color: #333;
  overflow: hidden;
  -ms-overflow-style: none;
  position: relative; }

.vans_quick-access__controls--start {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1; }
  .no-js .vans_quick-access__controls--start {
    display: none; }
  @media only screen and (min-width: 1280px) {
    .vans_quick-access__controls--start::before {
      content: '';
      background-color: #fff;
      width: 24px;
      height: 100%;
      position: absolute;
      top: 0; } }
  .vans_quick-access__controls--start::after {
    content: '';
    width: 32px;
    height: 100%;
    position: absolute; }
    @media only screen and (min-width: 1280px) {
      .vans_quick-access__controls--start::after {
        width: 32px; } }
  html:not([dir="rtl"]) .vans_quick-access__controls--start::before, html:not([dir="rtl"]) .vans_quick-access__controls--start::after {
    left: 0; }
  html[dir="rtl"] .vans_quick-access__controls--start::before, html[dir="rtl"] .vans_quick-access__controls--start::after {
    right: 0; }
  html:not([dir="rtl"]) .vans_quick-access__controls--start::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_quick-access__controls--start::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_quick-access__controls--start::after, html:not([dir="rtl"]) .vans_theme-light .vans_quick-access__controls--start::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_quick-access__controls--start::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_quick-access__controls--start::after {
    background: linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 100%); }
  html[dir="rtl"] .vans_quick-access__controls--start::after, html[dir="rtl"] [class*="vans_theme-"] .vans_quick-access__controls--start::after, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_quick-access__controls--start::after, html[dir="rtl"] .vans_theme-light .vans_quick-access__controls--start::after, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_quick-access__controls--start::after, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_quick-access__controls--start::after {
    background: linear-gradient(to left, white 0, rgba(255, 255, 255, 0) 100%); }
  html:not([dir="rtl"]) .vans_theme-dark .vans_quick-access__controls--start::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_quick-access__controls--start::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_quick-access__controls--start::after {
    background: linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 100%); }
  html[dir="rtl"] .vans_theme-dark .vans_quick-access__controls--start::after, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_quick-access__controls--start::after, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_quick-access__controls--start::after {
    background: linear-gradient(to left, white 0, rgba(255, 255, 255, 0) 100%); }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_quick-access__controls--start::after {
      margin-left: 24px; }
    html[dir="rtl"] .vans_quick-access__controls--start::after {
      margin-right: 24px; } }
  html:not([dir="rtl"]) .vans_quick-access__controls--start {
    left: 0; }
  html[dir="rtl"] .vans_quick-access__controls--start {
    right: 0; }

.vans_quick-access__controls--end {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  justify-content: flex-end; }
  .no-js .vans_quick-access__controls--end {
    display: none; }
  @media only screen and (min-width: 1280px) {
    .vans_quick-access__controls--end::before {
      content: '';
      background-color: #fff;
      width: 24px;
      height: 100%;
      position: absolute;
      top: 0; } }
  .vans_quick-access__controls--end::after {
    content: '';
    width: 32px;
    height: 100%;
    position: absolute; }
    @media only screen and (min-width: 1280px) {
      .vans_quick-access__controls--end::after {
        width: 32px; } }
  html:not([dir="rtl"]) .vans_quick-access__controls--end::before, html:not([dir="rtl"]) .vans_quick-access__controls--end::after {
    right: 0; }
  html[dir="rtl"] .vans_quick-access__controls--end::before, html[dir="rtl"] .vans_quick-access__controls--end::after {
    left: 0; }
  html:not([dir="rtl"]) .vans_quick-access__controls--end::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_quick-access__controls--end::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_quick-access__controls--end::after, html:not([dir="rtl"]) .vans_theme-light .vans_quick-access__controls--end::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_quick-access__controls--end::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_quick-access__controls--end::after {
    background: linear-gradient(to left, white 0, rgba(255, 255, 255, 0) 100%); }
  html[dir="rtl"] .vans_quick-access__controls--end::after, html[dir="rtl"] [class*="vans_theme-"] .vans_quick-access__controls--end::after, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_quick-access__controls--end::after, html[dir="rtl"] .vans_theme-light .vans_quick-access__controls--end::after, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_quick-access__controls--end::after, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_quick-access__controls--end::after {
    background: linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 100%); }
  html:not([dir="rtl"]) .vans_theme-dark .vans_quick-access__controls--end::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_quick-access__controls--end::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_quick-access__controls--end::after {
    background: linear-gradient(to left, white 0, rgba(255, 255, 255, 0) 100%); }
  html[dir="rtl"] .vans_theme-dark .vans_quick-access__controls--end::after, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_quick-access__controls--end::after, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_quick-access__controls--end::after {
    background: linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 100%); }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_quick-access__controls--end::after {
      margin-right: 24px; }
    html[dir="rtl"] .vans_quick-access__controls--end::after {
      margin-left: 24px; } }
  html:not([dir="rtl"]) .vans_quick-access__controls--end {
    right: 0; }
  html[dir="rtl"] .vans_quick-access__controls--end {
    left: 0; }

.vans_quick-access__controls-prev, .vans_quick-access__controls-next {
  color: #333;
  cursor: pointer;
  display: none;
  font-size: inherit;
  overflow: hidden; }
  html.-hover .vans_quick-access__controls-prev:hover, .vans_quick-access__controls-prev:active,
  .vans_quick-access__controls-prev .-active, html.-hover .vans_quick-access__controls-next:hover, .vans_quick-access__controls-next:active,
  .vans_quick-access__controls-next .-active {
    color: #0088c6; }
  html:not([dir="rtl"]) .vans_quick-access__controls-prev,
  html[dir="rtl"] .vans_quick-access__controls-prev, html:not([dir="rtl"]) .vans_quick-access__controls-next,
  html[dir="rtl"] .vans_quick-access__controls-next {
    padding: 2px 5px; }
  @media only screen and (min-width: 1280px) {
    .vans_quick-access__controls-prev, .vans_quick-access__controls-next {
      display: inline-block; } }
  .vans_quick-access__controls-prev.-disabled, .vans_quick-access__controls-next.-disabled {
    display: none; }

html:not([dir="rtl"]) .vans_quick-access__controls-prev {
  margin-left: 6px; }

html[dir="rtl"] .vans_quick-access__controls-prev {
  margin-right: 6px; }

html:not([dir="rtl"]) .vans_quick-access__controls-next {
  margin-right: 6px; }

html[dir="rtl"] .vans_quick-access__controls-next {
  margin-left: 6px; }

.vans_quick-access__entries {
  overflow-x: scroll;
  overflow-y: hidden;
  transition: transform 0.6s cubic-bezier(0, 0, 0.58, 1);
  white-space: nowrap; }
  html .vans_quick-access__entries {
    text-align: center; }
  .js .vans_quick-access__entries {
    opacity: 0;
    overflow-x: hidden; }
    .js .vans_quick-access__entries.-initialized {
      opacity: 1; }
  .vans_quick-access__entries.-draggable {
    overflow: visible;
    user-select: none; }
    html.-hover .vans_quick-access__entries.-draggable:hover {
      cursor: -moz-grab;
      cursor: -webkit-grab;
      cursor: grab;
      cursor: url("assets/cursors/drag.cur"), auto; }
    html.-hover .vans_quick-access__entries.-draggable:active {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing;
      cursor: url("assets/cursors/dragging.cur"), auto; }
    body.-ie .vans_quick-access__entries.-draggable:hover,
    body.-ie .vans_quick-access__entries.-draggable:active {
      cursor: move; }
    .vans_quick-access__entries.-draggable.-dragging {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing;
      transition: none;
      user-select: none; }
  @media only screen and (min-width: 768px) {
    .vans_quick-access__entries.-size-2 {
      display: flex;
      justify-content: center;
      white-space: normal; } }
  @media only screen and (min-width: 1024px) {
    .vans_quick-access__entries.-size-3 {
      display: flex;
      justify-content: center;
      white-space: normal; } }

.vans_quick-access__entry {
  display: inline-block;
  min-width: 160px; }
  @media only screen and (min-width: 1280px) {
    .vans_quick-access__entry {
      min-width: 200px; } }
  html:not([dir="rtl"]) .vans_quick-access__entry:first-child {
    margin-left: 24px; }
  html[dir="rtl"] .vans_quick-access__entry:first-child {
    margin-right: 24px; }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_quick-access__entry:first-child {
      margin-left: 40px; }
    html[dir="rtl"] .vans_quick-access__entry:first-child {
      margin-right: 40px; } }
  html:not([dir="rtl"]) .vans_quick-access__entry:last-child {
    margin-right: 62px; }
  html[dir="rtl"] .vans_quick-access__entry:last-child {
    margin-left: 62px; }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_quick-access__entry:last-child {
      margin-right: 56px; }
    html[dir="rtl"] .vans_quick-access__entry:last-child {
      margin-left: 56px; } }
  .vans_quick-access__entries:not(.-draggable) .vans_quick-access__entry[data-href] {
    cursor: pointer; }
  .vans_quick-access__entry__inner, .vans_quick-access__entry__thumb, .vans_quick-access__entry__text, .vans_quick-access__entry__label, .vans_quick-access__entry__disclaimer {
    display: block; }
  html:not([dir="rtl"]) .vans_quick-access__entry__inner,
  html[dir="rtl"] .vans_quick-access__entry__inner {
    padding: 16px 8px; }
  .vans_quick-access__entry__thumb, .vans_quick-access__entry__text {
    backface-visibility: hidden;
    transform-style: preserve-3d; }
  html:not([dir="rtl"]) .vans_quick-access__entry__thumb .vans_image,
  html[dir="rtl"] .vans_quick-access__entry__thumb .vans_image {
    margin: 0 auto; }
  .vans_quick-access__entry__thumb .vans_image__image {
    height: 80px; }
    @media only screen and (min-width: 1280px) {
      .vans_quick-access__entry__thumb .vans_image__image {
        height: 100px; } }
  .vans_quick-access__entry__label {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333; }
    :lang(ko) .vans_quick-access__entry__label {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  .vans_quick-access__entry__disclaimer {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999; }
    :lang(ko) .vans_quick-access__entry__disclaimer {
      font-family: MBKCorporateSRegular, sans-serif; }
  html.-hover .vans_quick-access__entries:not(.-dragging) .vans_quick-access__entry:hover .vans_quick-access__entry__thumb {
    transform: scale(0.8) translate3d(0, -18.2px, 0); }
  html.-hover .vans_quick-access__entries:not(.-dragging) .vans_quick-access__entry:hover .vans_quick-access__entry__text {
    transform: translate3d(0, -18.2px, 0); }
  html.-hover .vans_quick-access__entries:not(.-dragging) .vans_quick-access__entry:hover .vans_quick-access__entry__label {
    color: #00adef; }
  html.-hover .vans_quick-access__entries:not(.-dragging) .vans_quick-access__entry:hover .vans_quick-access__entry__disclaimer {
    opacity: 1; }
  html.-hover .vans_quick-access__entry__thumb, html.-hover .vans_quick-access__entry__text {
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  html:not([dir="rtl"]) html.-hover .vans_quick-access__entry__text,
  html[dir="rtl"] html.-hover .vans_quick-access__entry__text {
    padding: 0; }
  html.-hover .vans_quick-access__entry__disclaimer {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .vans_quick-access__entry__text {
    position: relative; }
    html:not([dir="rtl"]) .vans_quick-access__entry__text,
    html[dir="rtl"] .vans_quick-access__entry__text {
      padding-bottom: 18.2px; }
  .vans_quick-access__entry__disclaimer {
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }

.vans_quick-access__entry--size-2, .vans_quick-access__entry--size-3 {
  display: inline-block;
  min-width: 160px; }
  @media only screen and (min-width: 1280px) {
    .vans_quick-access__entry--size-2, .vans_quick-access__entry--size-3 {
      min-width: 200px; } }
  html:not([dir="rtl"]) .vans_quick-access__entry--size-2:first-child, html:not([dir="rtl"]) .vans_quick-access__entry--size-3:first-child {
    margin-left: 24px; }
  html[dir="rtl"] .vans_quick-access__entry--size-2:first-child, html[dir="rtl"] .vans_quick-access__entry--size-3:first-child {
    margin-right: 24px; }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_quick-access__entry--size-2:first-child, html:not([dir="rtl"]) .vans_quick-access__entry--size-3:first-child {
      margin-left: 40px; }
    html[dir="rtl"] .vans_quick-access__entry--size-2:first-child, html[dir="rtl"] .vans_quick-access__entry--size-3:first-child {
      margin-right: 40px; } }
  html:not([dir="rtl"]) .vans_quick-access__entry--size-2:last-child, html:not([dir="rtl"]) .vans_quick-access__entry--size-3:last-child {
    margin-right: 62px; }
  html[dir="rtl"] .vans_quick-access__entry--size-2:last-child, html[dir="rtl"] .vans_quick-access__entry--size-3:last-child {
    margin-left: 62px; }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_quick-access__entry--size-2:last-child, html:not([dir="rtl"]) .vans_quick-access__entry--size-3:last-child {
      margin-right: 56px; }
    html[dir="rtl"] .vans_quick-access__entry--size-2:last-child, html[dir="rtl"] .vans_quick-access__entry--size-3:last-child {
      margin-left: 56px; } }
  .vans_quick-access__entries:not(.-draggable) .vans_quick-access__entry--size-2[data-href], .vans_quick-access__entries:not(.-draggable) .vans_quick-access__entry--size-3[data-href] {
    cursor: pointer; }
  .vans_quick-access__entry--size-2__inner, .vans_quick-access__entry--size-2__thumb, .vans_quick-access__entry--size-2__text, .vans_quick-access__entry--size-2__label, .vans_quick-access__entry--size-2__disclaimer, .vans_quick-access__entry--size-3__inner, .vans_quick-access__entry--size-3__thumb, .vans_quick-access__entry--size-3__text, .vans_quick-access__entry--size-3__label, .vans_quick-access__entry--size-3__disclaimer {
    display: block; }
  html:not([dir="rtl"]) .vans_quick-access__entry--size-2__inner,
  html[dir="rtl"] .vans_quick-access__entry--size-2__inner, html:not([dir="rtl"]) .vans_quick-access__entry--size-3__inner,
  html[dir="rtl"] .vans_quick-access__entry--size-3__inner {
    padding: 16px 8px; }
  .vans_quick-access__entry--size-2__thumb, .vans_quick-access__entry--size-2__text, .vans_quick-access__entry--size-3__thumb, .vans_quick-access__entry--size-3__text {
    backface-visibility: hidden;
    transform-style: preserve-3d; }
  html:not([dir="rtl"]) .vans_quick-access__entry--size-2__thumb .vans_image,
  html[dir="rtl"] .vans_quick-access__entry--size-2__thumb .vans_image, html:not([dir="rtl"]) .vans_quick-access__entry--size-3__thumb .vans_image,
  html[dir="rtl"] .vans_quick-access__entry--size-3__thumb .vans_image {
    margin: 0 auto; }
  .vans_quick-access__entry--size-2__thumb .vans_image__image, .vans_quick-access__entry--size-3__thumb .vans_image__image {
    height: 80px; }
    @media only screen and (min-width: 1280px) {
      .vans_quick-access__entry--size-2__thumb .vans_image__image, .vans_quick-access__entry--size-3__thumb .vans_image__image {
        height: 100px; } }
  .vans_quick-access__entry--size-2__label, .vans_quick-access__entry--size-3__label {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333; }
    :lang(ko) .vans_quick-access__entry--size-2__label, :lang(ko) .vans_quick-access__entry--size-3__label {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  .vans_quick-access__entry--size-2__disclaimer, .vans_quick-access__entry--size-3__disclaimer {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999; }
    :lang(ko) .vans_quick-access__entry--size-2__disclaimer, :lang(ko) .vans_quick-access__entry--size-3__disclaimer {
      font-family: MBKCorporateSRegular, sans-serif; }
  html.-hover .vans_quick-access__entries:not(.-dragging) .vans_quick-access__entry--size-2[data-href]:hover .vans_quick-access__entry--size-2__label,
  html.-hover .vans_quick-access__entries:not(.-dragging) .vans_quick-access__entry--size-2[data-href]:hover .vans_quick-access__entry--size-3__label, html.-hover .vans_quick-access__entries:not(.-dragging) .vans_quick-access__entry--size-3[data-href]:hover .vans_quick-access__entry--size-2__label,
  html.-hover .vans_quick-access__entries:not(.-dragging) .vans_quick-access__entry--size-3[data-href]:hover .vans_quick-access__entry--size-3__label {
    color: #00adef; }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_quick-access__entry--size-2:nth-child(n + 2) {
    margin-left: 24px; }
  html[dir="rtl"] .vans_quick-access__entry--size-2:nth-child(n + 2) {
    margin-right: 24px; }
  .vans_quick-access__entry--size-2__inner {
    align-items: center;
    display: flex; }
    html:not([dir="rtl"]) .vans_quick-access__entry--size-2__inner {
      text-align: left; }
    html[dir="rtl"] .vans_quick-access__entry--size-2__inner {
      text-align: right; }
  html:not([dir="rtl"]) .vans_quick-access__entry--size-2__thumb {
    margin-right: 24px; }
  html[dir="rtl"] .vans_quick-access__entry--size-2__thumb {
    margin-left: 24px; } }

@media only screen and (min-width: 1024px) {
  html:not([dir="rtl"]) .vans_quick-access__entry--size-3:nth-child(n + 2) {
    margin-left: 24px; }
  html[dir="rtl"] .vans_quick-access__entry--size-3:nth-child(n + 2) {
    margin-right: 24px; }
  .vans_quick-access__entry--size-3__inner {
    align-items: center;
    display: flex; }
    html:not([dir="rtl"]) .vans_quick-access__entry--size-3__inner {
      text-align: left; }
    html[dir="rtl"] .vans_quick-access__entry--size-3__inner {
      text-align: right; }
  html:not([dir="rtl"]) .vans_quick-access__entry--size-3__thumb {
    margin-right: 24px; }
  html[dir="rtl"] .vans_quick-access__entry--size-3__thumb {
    margin-left: 24px; } }

.vans_quick-access__entry--topic {
  display: inline-block;
  min-width: 160px; }
  @media only screen and (min-width: 1280px) {
    .vans_quick-access__entry--topic {
      min-width: 200px; } }
  html:not([dir="rtl"]) .vans_quick-access__entry--topic:first-child {
    margin-left: 24px; }
  html[dir="rtl"] .vans_quick-access__entry--topic:first-child {
    margin-right: 24px; }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_quick-access__entry--topic:first-child {
      margin-left: 40px; }
    html[dir="rtl"] .vans_quick-access__entry--topic:first-child {
      margin-right: 40px; } }
  html:not([dir="rtl"]) .vans_quick-access__entry--topic:last-child {
    margin-right: 62px; }
  html[dir="rtl"] .vans_quick-access__entry--topic:last-child {
    margin-left: 62px; }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_quick-access__entry--topic:last-child {
      margin-right: 56px; }
    html[dir="rtl"] .vans_quick-access__entry--topic:last-child {
      margin-left: 56px; } }
  .vans_quick-access__entries:not(.-draggable) .vans_quick-access__entry--topic[data-href] {
    cursor: pointer; }
  .vans_quick-access__entry--topic__inner, .vans_quick-access__entry--topic__thumb, .vans_quick-access__entry--topic__text, .vans_quick-access__entry--topic__label, .vans_quick-access__entry--topic__disclaimer {
    display: block; }
  html:not([dir="rtl"]) .vans_quick-access__entry--topic__inner,
  html[dir="rtl"] .vans_quick-access__entry--topic__inner {
    padding: 16px 8px; }
  .vans_quick-access__entry--topic__thumb, .vans_quick-access__entry--topic__text {
    backface-visibility: hidden;
    transform-style: preserve-3d; }
  html:not([dir="rtl"]) .vans_quick-access__entry--topic__thumb .vans_image,
  html[dir="rtl"] .vans_quick-access__entry--topic__thumb .vans_image {
    margin: 0 auto; }
  .vans_quick-access__entry--topic__thumb .vans_image__image {
    height: 80px; }
    @media only screen and (min-width: 1280px) {
      .vans_quick-access__entry--topic__thumb .vans_image__image {
        height: 100px; } }
  .vans_quick-access__entry--topic__label {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333; }
    :lang(ko) .vans_quick-access__entry--topic__label {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  .vans_quick-access__entry--topic__disclaimer {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999; }
    :lang(ko) .vans_quick-access__entry--topic__disclaimer {
      font-family: MBKCorporateSRegular, sans-serif; }
  html.-hover .vans_quick-access__entries:not(.-dragging) .vans_quick-access__entry--topic:hover .vans_quick-access__entry--topic__label {
    color: #00adef; }
  .vans_quick-access__entry--topic__icon {
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    height: 48px;
    margin-top: 18px; }
    @media only screen and (min-width: 1280px) {
      .vans_quick-access__entry--topic__icon {
        height: 64px;
        margin-top: 22px; } }
  .vans_quick-access__entry--topic__text {
    margin-top: 4px; }
  .vans_quick-access__entry--topic__label {
    margin-bottom: 12px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_profile-navigation {
  color: #333;
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  .vans_profile-navigation__submenu-title {
    width: auto;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    :lang(ko) .vans_profile-navigation__submenu-title {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    @media only screen and (min-width: 1024px) {
      .vans_profile-navigation__submenu-title {
        display: flex;
        cursor: auto;
        pointer-events: none;
        min-width: 210px; } }
    @media only screen and (min-width: 1280px) {
      .vans_profile-navigation__submenu-title {
        min-width: 272px; } }
  @media only screen and (min-width: 1024px) {
    .vans_profile-navigation__title-prefix {
      display: none; } }
  .vans_profile-navigation__title-arrow {
    transition: transform 0.3s;
    transition-delay: 0.4s; }
    html:not([dir="rtl"]) .vans_profile-navigation__title-arrow {
      margin-left: 12px; }
    html[dir="rtl"] .vans_profile-navigation__title-arrow {
      margin-right: 12px; }
    @media only screen and (min-width: 1024px) {
      .vans_profile-navigation__title-arrow {
        display: none; } }
    .-active .vans_profile-navigation__title-arrow {
      transform: rotateZ(-180deg);
      transition-delay: 0.1s; }
  .vans_profile-navigation__entries {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end; }
    html:not([dir="rtl"]) .vans_profile-navigation__entries,
    html[dir="rtl"] .vans_profile-navigation__entries {
      margin-bottom: -12px; }
    @media only screen and (min-width: 480px) {
      .vans_profile-navigation__entries {
        display: flex; } }
  .vans_profile-navigation__entry {
    display: none;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    html:not([dir="rtl"]) .vans_profile-navigation__entry {
      margin-left: 32px; }
    html[dir="rtl"] .vans_profile-navigation__entry {
      margin-right: 32px; }
    html:not([dir="rtl"]) .vans_profile-navigation__entry,
    html[dir="rtl"] .vans_profile-navigation__entry {
      margin-bottom: 12px; }
    :lang(ko) .vans_profile-navigation__entry {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_profile-navigation__entry:hover, .vans_profile-navigation__entry.-active, .vans_profile-navigation__entry.-open {
      color: #00adef; }
    @media only screen and (min-width: 1024px) {
      .vans_profile-navigation__entry {
        display: inline-block; } }
  .vans_profile-navigation__entry-link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    :lang(ko) .vans_profile-navigation__entry-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_profile-navigation__entry-link:hover, .vans_profile-navigation__entry-link.-active, .vans_profile-navigation__entry-link.-open {
      color: #00adef; }
    @media only screen and (min-width: 1024px) {
      .vans_profile-navigation__entry-link {
        white-space: nowrap; } }
  .vans_profile-navigation__flyout {
    background-color: #fff;
    z-index: 10; }
    .js .vans_profile-navigation__flyout {
      visibility: hidden;
      transform: scale3d(1, 0, 1);
      transform-origin: top center;
      transition-property: transform;
      transition-duration: 0.4s;
      transition-delay: 0.3s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
      .js .vans_profile-navigation__flyout .vans_profile-navigation__flyout-inner {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
        transition: opacity, transform;
        transition-duration: 0.3s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
        @media only screen and (min-width: 768px) {
          .js .vans_profile-navigation__flyout .vans_profile-navigation__flyout-inner {
            transform: translate3d(0, -20px, 0); } }
      .js .vans_profile-navigation__flyout.-open {
        visibility: visible;
        transform: scale3d(1, 1, 1);
        transition-delay: 0s; }
        .js .vans_profile-navigation__flyout.-open .vans_profile-navigation__flyout-inner {
          transform: translate3d(0, 0, 0);
          transition-delay: 0.4s;
          opacity: 1; }
    .js .vans_profile-navigation__flyout {
      position: absolute;
      width: 100%;
      max-width: 1920px;
      height: auto;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
    html:not([dir="rtl"]) .vans_profile-navigation__flyout,
    html[dir="rtl"] .vans_profile-navigation__flyout {
      border: 0; }
    html:not([dir="rtl"]) .vans_profile-navigation__flyout,
    html[dir="rtl"] .vans_profile-navigation__flyout {
      border-bottom: 1px solid #ccc; }
    @media only screen and (min-width: 1024px) {
      .vans_profile-navigation__flyout {
        display: none; } }
  .vans_profile-navigation__flyout-inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-inner,
      html[dir="rtl"] .vans_profile-navigation__flyout-inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-inner,
      html[dir="rtl"] .vans_profile-navigation__flyout-inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-inner,
      html[dir="rtl"] .vans_profile-navigation__flyout-inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-inner,
      html[dir="rtl"] .vans_profile-navigation__flyout-inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_profile-navigation__flyout-inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_profile-navigation__flyout-inner,
        html[dir="rtl"] .vans_profile-navigation__flyout-inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_profile-navigation__flyout-inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_profile-navigation__flyout-inner,
        html[dir="rtl"] .vans_profile-navigation__flyout-inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_profile-navigation__flyout-inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_profile-navigation__flyout-inner,
        html[dir="rtl"] .vans_profile-navigation__flyout-inner {
          margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries,
  html[dir="rtl"] .vans_profile-navigation__flyout-entries {
    padding-bottom: 48px; }
  @media only screen and (min-width: 0) {
    .vans_profile-navigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-left: 6px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-right: 6px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_profile-navigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-left: 6px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-right: 6px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_profile-navigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-left: 12px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-right: 12px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_profile-navigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-left: 12px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-right: 12px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_profile-navigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-left: 12px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-right: 12px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_profile-navigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-left: 12px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-right: 12px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_profile-navigation__flyout-entries {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-left: 12px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_profile-navigation__flyout-entries {
        padding-right: 12px; }
      html[dir="rtl"] .vans_profile-navigation__flyout-entries {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_profile-navigation__flyout-entry,
  html[dir="rtl"] .vans_profile-navigation__flyout-entry {
    padding: 18px 32px; }
  html:not([dir="rtl"]) .vans_profile-navigation__flyout-entry,
  html[dir="rtl"] .vans_profile-navigation__flyout-entry {
    border: 0; }
  html:not([dir="rtl"]) .vans_profile-navigation__flyout-entry,
  html[dir="rtl"] .vans_profile-navigation__flyout-entry {
    border-bottom: 1px solid #ccc; }
  :lang(ko) .vans_profile-navigation {
    font-family: MBKCorporateSRegular, sans-serif; }
  .vans_profile-navigation__wrapper--company-bar {
    background: #f8f8f8; }
  .vans_profile-navigation__wrapper--submenu {
    z-index: 10;
    background: #fff; }
    html:not([dir="rtl"]) .vans_profile-navigation__wrapper--submenu,
    html[dir="rtl"] .vans_profile-navigation__wrapper--submenu {
      border: 0; }
    html:not([dir="rtl"]) .vans_profile-navigation__wrapper--submenu,
    html[dir="rtl"] .vans_profile-navigation__wrapper--submenu {
      border-bottom: 1px solid #ccc; }
  .vans_profile-navigation__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_profile-navigation__inner,
      html[dir="rtl"] .vans_profile-navigation__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_profile-navigation__inner,
      html[dir="rtl"] .vans_profile-navigation__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_profile-navigation__inner,
      html[dir="rtl"] .vans_profile-navigation__inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_profile-navigation__inner,
      html[dir="rtl"] .vans_profile-navigation__inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_profile-navigation__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_profile-navigation__inner,
        html[dir="rtl"] .vans_profile-navigation__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_profile-navigation__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_profile-navigation__inner,
        html[dir="rtl"] .vans_profile-navigation__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_profile-navigation__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_profile-navigation__inner,
        html[dir="rtl"] .vans_profile-navigation__inner {
          margin: 0 auto; } }
  .vans_profile-navigation__container, .vans_profile-navigation__container--submenu {
    padding-bottom: 18px;
    display: flex; }
    @media only screen and (min-width: 0) {
      .vans_profile-navigation__container, .vans_profile-navigation__container--submenu {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-left: 6px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-right: 6px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_profile-navigation__container, .vans_profile-navigation__container--submenu {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-left: 6px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-right: 6px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_profile-navigation__container, .vans_profile-navigation__container--submenu {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_profile-navigation__container, .vans_profile-navigation__container--submenu {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_profile-navigation__container, .vans_profile-navigation__container--submenu {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_profile-navigation__container, .vans_profile-navigation__container--submenu {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_profile-navigation__container, .vans_profile-navigation__container--submenu {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile-navigation__container, html:not([dir="rtl"]) .vans_profile-navigation__container--submenu {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile-navigation__container, html[dir="rtl"] .vans_profile-navigation__container--submenu {
          padding-left: 12px; } }
  .vans_profile-navigation__container--submenu {
    justify-content: space-between;
    align-items: center; }
    html:not([dir="rtl"]) .vans_profile-navigation__container--submenu,
    html[dir="rtl"] .vans_profile-navigation__container--submenu {
      padding-top: 18px; }
  .vans_profile-navigation__company-bar {
    width: calc(100% - 22px);
    display: flex;
    flex-wrap: wrap; }
  html:not([dir="rtl"]) .vans_profile-navigation__company-icon,
  html[dir="rtl"] .vans_profile-navigation__company-icon {
    padding-top: 18px; }
  html:not([dir="rtl"]) .vans_profile-navigation__company-icon {
    padding-right: 9px; }
  html[dir="rtl"] .vans_profile-navigation__company-icon {
    padding-left: 9px; }
  .vans_profile-navigation__company-name {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_profile-navigation__company-name {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    html:not([dir="rtl"]) .vans_profile-navigation__company-name,
    html[dir="rtl"] .vans_profile-navigation__company-name {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_profile-navigation__company-name {
      margin-right: 32px; }
    html[dir="rtl"] .vans_profile-navigation__company-name {
      margin-left: 32px; }
  .vans_profile-navigation__link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer;
    display: inline-block; }
    :lang(ko) .vans_profile-navigation__link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_profile-navigation__link:hover, .vans_profile-navigation__link.-active, .vans_profile-navigation__link.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_profile-navigation__link,
    html[dir="rtl"] .vans_profile-navigation__link {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_profile-navigation__link + .vans_profile-navigation__link,
    html[dir="rtl"] .vans_profile-navigation__link + .vans_profile-navigation__link {
      margin-top: 12px; }
    html:not([dir="rtl"]) .vans_profile-navigation__link {
      margin-right: 32px; }
    html[dir="rtl"] .vans_profile-navigation__link {
      margin-left: 32px; }
  html:not([dir="rtl"]) .vans_profile-navigation__link-text {
    padding-left: 8px; }
  html[dir="rtl"] .vans_profile-navigation__link-text {
    padding-right: 8px; }
  @media only screen and (min-width: 1024px) {
    .vans_profile-navigation__submenu.-snap .vans_profile-navigation__wrapper--submenu {
      position: fixed;
      width: auto;
      top: 0; }
      html:not([dir="rtl"]) .vans_profile-navigation__submenu.-snap .vans_profile-navigation__wrapper--submenu {
        left: 0; }
      html[dir="rtl"] .vans_profile-navigation__submenu.-snap .vans_profile-navigation__wrapper--submenu {
        right: 0; }
      html:not([dir="rtl"]) .vans_profile-navigation__submenu.-snap .vans_profile-navigation__wrapper--submenu {
        right: 0; }
      html[dir="rtl"] .vans_profile-navigation__submenu.-snap .vans_profile-navigation__wrapper--submenu {
        left: 0; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_product-category-overview, [class*="vans_theme-"] .vans_product-category-overview, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview, .vans_theme-light .vans_product-category-overview, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview {
  color: #333; }

.vans_theme-dark .vans_product-category-overview, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview {
  color: #fff; }

html:not([dir="rtl"]) .vans_product-category-overview,
html[dir="rtl"] .vans_product-category-overview {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_product-category-overview,
html[dir="rtl"] .vans_product-category-overview {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_product-category-overview {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_product-category-overview {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_product-category-overview {
    font-size: 33px;
    line-height: 33px; } }

.vans_product-category-overview__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_product-category-overview__inner,
    html[dir="rtl"] .vans_product-category-overview__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_product-category-overview__inner,
    html[dir="rtl"] .vans_product-category-overview__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_product-category-overview__inner,
    html[dir="rtl"] .vans_product-category-overview__inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_product-category-overview__inner,
    html[dir="rtl"] .vans_product-category-overview__inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_product-category-overview__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_product-category-overview__inner,
      html[dir="rtl"] .vans_product-category-overview__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_product-category-overview__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_product-category-overview__inner,
      html[dir="rtl"] .vans_product-category-overview__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_product-category-overview__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_product-category-overview__inner,
      html[dir="rtl"] .vans_product-category-overview__inner {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_product-category-overview__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_product-category-overview__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_product-category-overview__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_product-category-overview__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_product-category-overview__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_product-category-overview__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_product-category-overview__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__wrapper {
      padding-left: 12px; } }

.vans_product-category-overview__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_product-category-overview__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_product-category-overview__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_product-category-overview__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_product-category-overview__headline {
      font-size: 40px;
      line-height: 40px; } }

html:not([dir="rtl"]) .vans_product-category-overview__copy,
html[dir="rtl"] .vans_product-category-overview__copy {
  padding-bottom: 18px; }

html:not([dir="rtl"]) .vans_product-category-overview__copy,
html[dir="rtl"] .vans_product-category-overview__copy {
  padding-top: 0.8em; }

@media only screen and (min-width: 0) {
  .vans_product-category-overview__copy {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_product-category-overview__copy {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_product-category-overview__copy {
    font-size: 33px;
    line-height: 33px; } }

.vans_product-category-overview__facts-collection, .vans_product-category-overview__facts-collection--fullwidth {
  transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
  html:not([dir="rtl"]) .vans_product-category-overview__facts-collection,
  html[dir="rtl"] .vans_product-category-overview__facts-collection, html:not([dir="rtl"]) .vans_product-category-overview__facts-collection--fullwidth,
  html[dir="rtl"] .vans_product-category-overview__facts-collection--fullwidth {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_product-category-overview__facts-collection, .vans_product-category-overview__facts-collection--fullwidth {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_product-category-overview__facts-collection, .vans_product-category-overview__facts-collection--fullwidth {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_product-category-overview__facts-collection, .vans_product-category-overview__facts-collection--fullwidth {
      font-size: 33px;
      line-height: 33px; } }
  @supports (grid-template-columns: repeat(1, 1fr)) {
    .vans_product-category-overview__facts-collection, .vans_product-category-overview__facts-collection--fullwidth {
      display: grid !important;
      grid-template-columns: repeat(1, 1fr);
      grid-auto-rows: 1fr; } }
  @media only screen and (min-width: 768px) {
    @supports (grid-template-columns: repeat(2, 1fr)) {
      .vans_product-category-overview__facts-collection, .vans_product-category-overview__facts-collection--fullwidth {
        grid-template-columns: repeat(2, 1fr); }
        .vans_product-category-overview__facts-collection > *:nth-child(n), .vans_product-category-overview__facts-collection--fullwidth > *:nth-child(n) {
          width: 100% !important; } } }

.vans_product-category-overview__facts-collection {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_product-category-overview__facts-collection,
    html[dir="rtl"] .vans_product-category-overview__facts-collection {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_product-category-overview__facts-collection,
    html[dir="rtl"] .vans_product-category-overview__facts-collection {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_product-category-overview__facts-collection,
    html[dir="rtl"] .vans_product-category-overview__facts-collection {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_product-category-overview__facts-collection,
    html[dir="rtl"] .vans_product-category-overview__facts-collection {
      margin: 0 44px; }
    html:not([dir="rtl"]) .vans_product-category-overview__facts-collection {
      padding-left: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_product-category-overview__facts-collection {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html:not([dir="rtl"]) .vans_product-category-overview__facts-collection {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_product-category-overview__facts-collection {
      padding-left: calc(0.16667 * (100% - 88px)); } }
  @media only screen and (min-width: 1280px) {
    .vans_product-category-overview__facts-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection,
      html[dir="rtl"] .vans_product-category-overview__facts-collection {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_product-category-overview__facts-collection {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_product-category-overview__facts-collection {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1440px) {
    .vans_product-category-overview__facts-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection,
      html[dir="rtl"] .vans_product-category-overview__facts-collection {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_product-category-overview__facts-collection {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_product-category-overview__facts-collection {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1921px) {
    .vans_product-category-overview__facts-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection,
      html[dir="rtl"] .vans_product-category-overview__facts-collection {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) {
    .vans_product-category-overview__facts-collection > *:nth-child(n) {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html[dir="rtl"] .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_product-category-overview__facts-collection > *:nth-child(n) {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html[dir="rtl"] .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_product-category-overview__facts-collection > *:nth-child(n) {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html[dir="rtl"] .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_product-category-overview__facts-collection > *:nth-child(n) {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html[dir="rtl"] .vans_product-category-overview__facts-collection > *:nth-child(n) {
        padding-left: 12px; } }

.vans_product-category-overview__facts-collection--fullwidth {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_product-category-overview__facts-collection--fullwidth,
    html[dir="rtl"] .vans_product-category-overview__facts-collection--fullwidth {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_product-category-overview__facts-collection--fullwidth,
    html[dir="rtl"] .vans_product-category-overview__facts-collection--fullwidth {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_product-category-overview__facts-collection--fullwidth,
    html[dir="rtl"] .vans_product-category-overview__facts-collection--fullwidth {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_product-category-overview__facts-collection--fullwidth,
    html[dir="rtl"] .vans_product-category-overview__facts-collection--fullwidth {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_product-category-overview__facts-collection--fullwidth {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection--fullwidth,
      html[dir="rtl"] .vans_product-category-overview__facts-collection--fullwidth {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_product-category-overview__facts-collection--fullwidth {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection--fullwidth,
      html[dir="rtl"] .vans_product-category-overview__facts-collection--fullwidth {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_product-category-overview__facts-collection--fullwidth {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_product-category-overview__facts-collection--fullwidth,
      html[dir="rtl"] .vans_product-category-overview__facts-collection--fullwidth {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) {
    @supports (grid-template-columns: repeat(3, 1fr)) {
      .vans_product-category-overview__facts-collection--fullwidth {
        grid-template-columns: repeat(3, 1fr); }
        .vans_product-category-overview__facts-collection--fullwidth > *:nth-child(n) {
          width: 100% !important; } } }

@media only screen and (min-width: 0) {
  .vans_product-category-overview__fact {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-left: 6px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-right: 6px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_product-category-overview__fact {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-left: 6px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-right: 6px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_product-category-overview__fact {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_product-category-overview__fact {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_product-category-overview__fact {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_product-category-overview__fact {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_product-category-overview__fact {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__fact {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_product-category-overview__fact,
html[dir="rtl"] .vans_product-category-overview__fact {
  margin-top: 18px; }

.vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover,
.vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover {
  transition: background-color 0.2s ease-in; }
  .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover, .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover, .vans_theme-light .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover, .vans_theme-light .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover {
    background: #ececec; }
  .vans_theme-dark .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover, .vans_theme-dark .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover {
    background: #333; }
  .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button,
  .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button {
    transition: background-color 0.2s ease-in; }
    .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, .vans_theme-light .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, .vans_theme-light .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button {
      background: #ececec; }
    .vans_theme-dark .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, .vans_theme-dark .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button {
      background: #333; }

.vans_product-category-overview__fact-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .vans_product-category-overview__fact-container, [class*="vans_theme-"] .vans_product-category-overview__fact-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__fact-container, .vans_theme-light .vans_product-category-overview__fact-container, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-container {
    background: #f8f8f8; }
  .vans_theme-dark .vans_product-category-overview__fact-container, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-container {
    background: #1f1f1f; }
  html:not([dir="rtl"]) .vans_product-category-overview__fact-container,
  html[dir="rtl"] .vans_product-category-overview__fact-container {
    padding: 32px 24px 43px; }
  html .vans_product-category-overview__fact-container {
    text-align: center; }

.vans_product-category-overview__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  cursor: pointer; }
  html:not([dir="rtl"]) .vans_product-category-overview__link {
    right: 0; }
  html[dir="rtl"] .vans_product-category-overview__link {
    left: 0; }
  html:not([dir="rtl"]) .vans_product-category-overview__link {
    left: 0; }
  html[dir="rtl"] .vans_product-category-overview__link {
    right: 0; }

.vans_product-category-overview__fact-headline {
  width: 100%;
  line-height: 1.125 !important; }
  html .vans_product-category-overview__fact-headline {
    text-align: center; }

.vans_product-category-overview__fact-copy {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_product-category-overview__fact-copy {
    font-family: MBKCorporateSRegular, sans-serif; }

.vans_product-category-overview__fact-button {
  bottom: 0;
  position: absolute; }
  .vans_product-category-overview__fact-button, [class*="vans_theme-"] .vans_product-category-overview__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__fact-button, .vans_theme-light .vans_product-category-overview__fact-button, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button {
    width: 40px;
    height: 40px;
    background: #ececec;
    color: #333;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_product-category-overview__fact-button, html [class*="vans_theme-"] .vans_product-category-overview__fact-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__fact-button, html .vans_theme-light .vans_product-category-overview__fact-button, html [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button {
      text-align: center; }
    .vans_product-category-overview__fact-button.-disabled,
    html.-hover .vans_product-category-overview__fact-button.-disabled:hover, [class*="vans_theme-"] .vans_product-category-overview__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__fact-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__fact-button.-disabled:hover, .vans_theme-light .vans_product-category-overview__fact-button.-disabled,
    html.-hover .vans_theme-light .vans_product-category-overview__fact-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button.-disabled:hover {
      cursor: auto;
      background: #f4f4f4;
      color: #a8a8a8; }
    html.-hover .vans_product-category-overview__fact-button:hover, .vans_product-category-overview__fact-button:active,
    .vans_product-category-overview__fact-button .-active, html.-hover [class*="vans_theme-"] .vans_product-category-overview__fact-button:hover, [class*="vans_theme-"] .vans_product-category-overview__fact-button:active,
    [class*="vans_theme-"] .vans_product-category-overview__fact-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__fact-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__fact-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__fact-button .-active, html.-hover .vans_theme-light .vans_product-category-overview__fact-button:hover, .vans_theme-light .vans_product-category-overview__fact-button:active,
    .vans_theme-light .vans_product-category-overview__fact-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button:hover, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button:active,
    [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact-button .-active {
      background: #d9d9d9; }
  .vans_theme-dark .vans_product-category-overview__fact-button, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_theme-dark .vans_product-category-overview__fact-button, html [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button {
      text-align: center; }
    .vans_theme-dark .vans_product-category-overview__fact-button.-disabled,
    html.-hover .vans_theme-dark .vans_product-category-overview__fact-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button.-disabled:hover {
      cursor: auto;
      background: #5c5c5c;
      color: #8d8d8d; }
    html.-hover .vans_theme-dark .vans_product-category-overview__fact-button:hover, .vans_theme-dark .vans_product-category-overview__fact-button:active,
    .vans_theme-dark .vans_product-category-overview__fact-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button:active,
    [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button .-active {
      background: #242424; }
    .vans_theme-dark .vans_product-category-overview__fact-button.-disabled,
    html.-hover .vans_theme-dark .vans_product-category-overview__fact-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact-button.-disabled:hover {
      opacity: 0.6; }
  html:not([dir="rtl"]) .vans_product-category-overview__fact-button {
    right: 0; }
  html[dir="rtl"] .vans_product-category-overview__fact-button {
    left: 0; }

html:not([dir="rtl"]) .vans_product-category-overview__buttons,
html[dir="rtl"] .vans_product-category-overview__buttons {
  margin-top: 40px; }

html .vans_product-category-overview__buttons {
  text-align: center; }

@media only screen and (min-width: 768px) {
  .vans_product-category-overview__buttons.-hidden-mq3 {
    display: none; } }

@media only screen and (min-width: 1024px) {
  .vans_product-category-overview__buttons.-hidden-mq4 {
    display: none; } }

.vans_product-category-overview__button--show-all, .vans_product-category-overview__button--show-less {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 0 0;
  appearance: none;
  position: relative;
  outline: none;
  white-space: nowrap;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }
  :lang(ko) .vans_product-category-overview__button--show-all, :lang(ko) .vans_product-category-overview__button--show-less {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_product-category-overview__button--show-all, html:not([dir="rtl"]) .vans_product-category-overview__button--show-less {
    padding-left: 20px; }
  html[dir="rtl"] .vans_product-category-overview__button--show-all, html[dir="rtl"] .vans_product-category-overview__button--show-less {
    padding-right: 20px; }
  html:not([dir="rtl"]) .vans_product-category-overview__button--show-all, html:not([dir="rtl"]) .vans_product-category-overview__button--show-less {
    padding-right: 20px; }
  html[dir="rtl"] .vans_product-category-overview__button--show-all, html[dir="rtl"] .vans_product-category-overview__button--show-less {
    padding-left: 20px; }
  .vans_product-category-overview__button--show-all::after, .vans_product-category-overview__button--show-less::after {
    border-color: transparent; }
  .vans_product-category-overview__button--show-all::after, .vans_product-category-overview__button--show-less::after { }
  .vans_product-category-overview__button--show-all.-active::after,
  html.-hover .vans_product-category-overview__button--show-all:active:hover::after, .vans_product-category-overview__button--show-all:active:focus::after, .vans_product-category-overview__button--show-less.-active::after,
  html.-hover .vans_product-category-overview__button--show-less:active:hover::after, .vans_product-category-overview__button--show-less:active:focus::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_product-category-overview__button--show-all.-disabled::after,
  html.-hover .vans_product-category-overview__button--show-all.-disabled:hover::after,
  html.-hover .vans_product-category-overview__button--show-all.-disabled:active:hover::after, .vans_product-category-overview__button--show-all[disabled]::after,
  html.-hover .vans_product-category-overview__button--show-all[disabled]:hover::after,
  html.-hover .vans_product-category-overview__button--show-all[disabled]:active:hover::after, .vans_product-category-overview__button--show-less.-disabled::after,
  html.-hover .vans_product-category-overview__button--show-less.-disabled:hover::after,
  html.-hover .vans_product-category-overview__button--show-less.-disabled:active:hover::after, .vans_product-category-overview__button--show-less[disabled]::after,
  html.-hover .vans_product-category-overview__button--show-less[disabled]:hover::after,
  html.-hover .vans_product-category-overview__button--show-less[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_product-category-overview__button--show-all.-disabled::after,
  html.-hover .vans_product-category-overview__button--show-all.-disabled:hover::after,
  html.-hover .vans_product-category-overview__button--show-all.-disabled:active:hover::after, .vans_product-category-overview__button--show-all[disabled]::after,
  html.-hover .vans_product-category-overview__button--show-all[disabled]:hover::after,
  html.-hover .vans_product-category-overview__button--show-all[disabled]:active:hover::after, .vans_product-category-overview__button--show-less.-disabled::after,
  html.-hover .vans_product-category-overview__button--show-less.-disabled:hover::after,
  html.-hover .vans_product-category-overview__button--show-less.-disabled:active:hover::after, .vans_product-category-overview__button--show-less[disabled]::after,
  html.-hover .vans_product-category-overview__button--show-less[disabled]:hover::after,
  html.-hover .vans_product-category-overview__button--show-less[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_product-category-overview__button--show-all.-disabled::after,
    html[dir="rtl"] .vans_product-category-overview__button--show-all.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_product-category-overview__button--show-all.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_product-category-overview__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_product-category-overview__button--show-all.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_product-category-overview__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_product-category-overview__button--show-all[disabled]::after,
    html[dir="rtl"] .vans_product-category-overview__button--show-all[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_product-category-overview__button--show-all[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_product-category-overview__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_product-category-overview__button--show-all[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_product-category-overview__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_product-category-overview__button--show-less.-disabled::after,
    html[dir="rtl"] .vans_product-category-overview__button--show-less.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_product-category-overview__button--show-less.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_product-category-overview__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_product-category-overview__button--show-less.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_product-category-overview__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_product-category-overview__button--show-less[disabled]::after,
    html[dir="rtl"] .vans_product-category-overview__button--show-less[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_product-category-overview__button--show-less[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_product-category-overview__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_product-category-overview__button--show-less[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_product-category-overview__button--show-less[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_product-category-overview__button--show-all::after, .vans_product-category-overview__button--show-less::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_product-category-overview__button--show-all::after, html:not([dir="rtl"]) .vans_product-category-overview__button--show-less::after {
      right: 0; }
    html[dir="rtl"] .vans_product-category-overview__button--show-all::after, html[dir="rtl"] .vans_product-category-overview__button--show-less::after {
      left: 0; }
    html:not([dir="rtl"]) .vans_product-category-overview__button--show-all::after, html:not([dir="rtl"]) .vans_product-category-overview__button--show-less::after {
      left: 0; }
    html[dir="rtl"] .vans_product-category-overview__button--show-all::after, html[dir="rtl"] .vans_product-category-overview__button--show-less::after {
      right: 0; }
  .vans_product-category-overview__button--show-all::before, .vans_product-category-overview__button--show-less::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_product-category-overview__button--show-all::before, html:not([dir="rtl"]) .vans_product-category-overview__button--show-less::before {
      right: 0; }
    html[dir="rtl"] .vans_product-category-overview__button--show-all::before, html[dir="rtl"] .vans_product-category-overview__button--show-less::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_product-category-overview__button--show-all::before, html:not([dir="rtl"]) .vans_product-category-overview__button--show-less::before {
      left: 0; }
    html[dir="rtl"] .vans_product-category-overview__button--show-all::before, html[dir="rtl"] .vans_product-category-overview__button--show-less::before {
      right: 0; }
  .vans_product-category-overview__button--show-all::before, .vans_product-category-overview__button--show-less::before {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
  .vans_product-category-overview__button--show-all::after, .vans_product-category-overview__button--show-less::after {
    border-radius: 0 0 0 0; }
  html:not([dir="rtl"]) .vans_product-category-overview__button--show-all,
  html[dir="rtl"] .vans_product-category-overview__button--show-all, html:not([dir="rtl"]) .vans_product-category-overview__button--show-less,
  html[dir="rtl"] .vans_product-category-overview__button--show-less {
    margin: 0 0 auto; }
  html:not([dir="rtl"]) .vans_product-category-overview__button--show-all,
  html[dir="rtl"] .vans_product-category-overview__button--show-all, html:not([dir="rtl"]) .vans_product-category-overview__button--show-less,
  html[dir="rtl"] .vans_product-category-overview__button--show-less {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_product-category-overview__button--show-all,
  html[dir="rtl"] .vans_product-category-overview__button--show-all, html:not([dir="rtl"]) .vans_product-category-overview__button--show-less,
  html[dir="rtl"] .vans_product-category-overview__button--show-less {
    padding-bottom: 0; }
  .vans_product-category-overview__button--show-all:focus, .vans_product-category-overview__button--show-less:focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
    border-radius: 0.5px; }
  .vans_product-category-overview__button--show-all__value, .vans_product-category-overview__button--show-less__value {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block; }
  .vans_product-category-overview__button--show-all, [class*="vans_theme-"] .vans_product-category-overview__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all, .vans_product-category-overview__button--show-less, [class*="vans_theme-"] .vans_product-category-overview__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less, .vans_theme-light .vans_product-category-overview__button--show-all, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all, .vans_theme-light .vans_product-category-overview__button--show-less, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less {
    color: #333;
    background: #ececec; }
    .vans_product-category-overview__button--show-all::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all::after, .vans_product-category-overview__button--show-less::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less::after, .vans_theme-light .vans_product-category-overview__button--show-all::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all::after, .vans_theme-light .vans_product-category-overview__button--show-less::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less::after {
      border-color: transparent; }
    .vans_product-category-overview__button--show-all::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all::after, .vans_product-category-overview__button--show-less::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less::after, .vans_theme-light .vans_product-category-overview__button--show-all::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all::after, .vans_theme-light .vans_product-category-overview__button--show-less::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less::after { }
    html.-hover .vans_product-category-overview__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all:hover, html.-hover .vans_product-category-overview__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less:hover, html.-hover .vans_theme-light .vans_product-category-overview__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all:hover, html.-hover .vans_theme-light .vans_product-category-overview__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less:hover {
      background: #d9d9d9; }
    .vans_product-category-overview__button--show-all:focus, [class*="vans_theme-"] .vans_product-category-overview__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all:focus, .vans_product-category-overview__button--show-less:focus, [class*="vans_theme-"] .vans_product-category-overview__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less:focus, .vans_theme-light .vans_product-category-overview__button--show-all:focus, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all:focus, .vans_theme-light .vans_product-category-overview__button--show-less:focus, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less:focus {
      background: #d9d9d9; }
    .vans_product-category-overview__button--show-all.-active,
    html.-hover .vans_product-category-overview__button--show-all:active:hover, .vans_product-category-overview__button--show-all:active:focus, [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all:active:hover, [class*="vans_theme-"] .vans_product-category-overview__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all:active:focus, .vans_product-category-overview__button--show-less.-active,
    html.-hover .vans_product-category-overview__button--show-less:active:hover, .vans_product-category-overview__button--show-less:active:focus, [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less:active:hover, [class*="vans_theme-"] .vans_product-category-overview__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less:active:focus, .vans_theme-light .vans_product-category-overview__button--show-all.-active,
    html.-hover .vans_theme-light .vans_product-category-overview__button--show-all:active:hover, .vans_theme-light .vans_product-category-overview__button--show-all:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all:active:focus, .vans_theme-light .vans_product-category-overview__button--show-less.-active,
    html.-hover .vans_theme-light .vans_product-category-overview__button--show-less:active:hover, .vans_theme-light .vans_product-category-overview__button--show-less:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less:active:focus {
      color: #333;
      background: #d9d9d9; }
      .vans_product-category-overview__button--show-all.-active::after,
      html.-hover .vans_product-category-overview__button--show-all:active:hover::after, .vans_product-category-overview__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all:active:focus::after, .vans_product-category-overview__button--show-less.-active::after,
      html.-hover .vans_product-category-overview__button--show-less:active:hover::after, .vans_product-category-overview__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less:active:focus::after, .vans_theme-light .vans_product-category-overview__button--show-all.-active::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-all:active:hover::after, .vans_theme-light .vans_product-category-overview__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all:active:focus::after, .vans_theme-light .vans_product-category-overview__button--show-less.-active::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-less:active:hover::after, .vans_theme-light .vans_product-category-overview__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_product-category-overview__button--show-all.-disabled,
    html.-hover .vans_product-category-overview__button--show-all.-disabled:hover,
    html.-hover .vans_product-category-overview__button--show-all.-disabled:active:hover, .vans_product-category-overview__button--show-all[disabled],
    html.-hover .vans_product-category-overview__button--show-all[disabled]:hover,
    html.-hover .vans_product-category-overview__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:active:hover, .vans_product-category-overview__button--show-less.-disabled,
    html.-hover .vans_product-category-overview__button--show-less.-disabled:hover,
    html.-hover .vans_product-category-overview__button--show-less.-disabled:active:hover, .vans_product-category-overview__button--show-less[disabled],
    html.-hover .vans_product-category-overview__button--show-less[disabled]:hover,
    html.-hover .vans_product-category-overview__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:active:hover, .vans_theme-light .vans_product-category-overview__button--show-all.-disabled,
    html.-hover .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover,
    html.-hover .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover, .vans_theme-light .vans_product-category-overview__button--show-all[disabled],
    html.-hover .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover,
    html.-hover .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover, .vans_theme-light .vans_product-category-overview__button--show-less.-disabled,
    html.-hover .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover,
    html.-hover .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover, .vans_theme-light .vans_product-category-overview__button--show-less[disabled],
    html.-hover .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover,
    html.-hover .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover {
      background-color: #ececec; }
      .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover .vans_product-category-overview__button--show-all.-disabled:active:hover::after, .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover .vans_product-category-overview__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:active:hover::after, .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover .vans_product-category-overview__button--show-less.-disabled:active:hover::after, .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover .vans_product-category-overview__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:active:hover::after, .vans_theme-light .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover::after, .vans_theme-light .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover::after, .vans_theme-light .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover::after, .vans_theme-light .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover .vans_product-category-overview__button--show-all.-disabled:active:hover::after, .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover .vans_product-category-overview__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:active:hover::after, .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover .vans_product-category-overview__button--show-less.-disabled:active:hover::after, .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover .vans_product-category-overview__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:active:hover::after, .vans_theme-light .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover::after, .vans_theme-light .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover::after, .vans_theme-light .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover::after, .vans_theme-light .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_product-category-overview__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_product-category-overview__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_product-category-overview__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_product-category-overview__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_product-category-overview__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_product-category-overview__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_product-category-overview__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_product-category-overview__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_product-category-overview__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_product-category-overview__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_product-category-overview__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_product-category-overview__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_product-category-overview__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_product-category-overview__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_product-category-overview__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_product-category-overview__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_product-category-overview__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_product-category-overview__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_product-category-overview__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_product-category-overview__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_product-category-overview__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_product-category-overview__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_product-category-overview__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_product-category-overview__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_product-category-overview__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_product-category-overview__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_product-category-overview__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_product-category-overview__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button--show-less[disabled]:active:hover::after {
          border-width: 1px; }
  .vans_theme-dark .vans_product-category-overview__button--show-all, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all, .vans_theme-dark .vans_product-category-overview__button--show-less, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less {
    color: #fff;
    background: #333; }
    .vans_theme-dark .vans_product-category-overview__button--show-all::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all::after, .vans_theme-dark .vans_product-category-overview__button--show-less::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less::after {
      border-color: transparent; }
    .vans_theme-dark .vans_product-category-overview__button--show-all::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all::after, .vans_theme-dark .vans_product-category-overview__button--show-less::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less::after { }
    html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all:hover, html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less:hover {
      background: #242424; }
    .vans_theme-dark .vans_product-category-overview__button--show-all:focus, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all:focus, .vans_theme-dark .vans_product-category-overview__button--show-less:focus, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less:focus {
      background: #242424; }
    .vans_theme-dark .vans_product-category-overview__button--show-all.-active,
    html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all:active:hover, .vans_theme-dark .vans_product-category-overview__button--show-all:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all:active:focus, .vans_theme-dark .vans_product-category-overview__button--show-less.-active,
    html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less:active:hover, .vans_theme-dark .vans_product-category-overview__button--show-less:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less:active:focus {
      color: #fff;
      background: #242424; }
      .vans_theme-dark .vans_product-category-overview__button--show-all.-active::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all:active:hover::after, .vans_theme-dark .vans_product-category-overview__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all:active:focus::after, .vans_theme-dark .vans_product-category-overview__button--show-less.-active::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less:active:hover::after, .vans_theme-dark .vans_product-category-overview__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled,
    html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover,
    html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover, .vans_theme-dark .vans_product-category-overview__button--show-all[disabled],
    html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover,
    html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover, .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled,
    html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover,
    html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover, .vans_theme-dark .vans_product-category-overview__button--show-less[disabled],
    html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover,
    html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover {
      background-color: #333; }
      .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover::after, .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover::after, .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover::after, .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover::after, .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover::after, .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover::after, .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button--show-less[disabled]:active:hover::after {
          border-width: 1px; }
  @media only screen and (min-width: 768px) {
    .vans_product-category-overview__button--show-all, .vans_product-category-overview__button--show-less {
      width: auto; } }
  .vans_product-category-overview__button--show-all.-hidden, .vans_product-category-overview__button--show-less.-hidden {
    display: none; }

.js .vans_product-category-overview__fact:not(.-loaded) {
  opacity: 0 !important;
  animation: none !important; }

@media only screen and (min-width: 0) and (max-width: 1023px) {
  .vans_product-category-overview__fact:nth-of-type(1).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms forwards; }
  .vans_product-category-overview__fact:nth-of-type(2).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms forwards; }
  .vans_product-category-overview__fact:nth-of-type(3).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms forwards; }
  .vans_product-category-overview__fact:nth-of-type(4) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(4).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
      transition-delay: 200ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(5) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(5).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
      transition-delay: 300ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(6) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(6).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
      transition-delay: 400ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(7) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(7).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
      transition-delay: 500ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(8) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(8).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
      transition-delay: 600ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(9) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(9).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
      transition-delay: 700ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(10) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(10).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms both;
      transition-delay: 800ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(11) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(11).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms both;
      transition-delay: 900ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(12) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(12).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms both;
      transition-delay: 1000ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(13) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(13).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms both;
      transition-delay: 1100ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(14) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(14).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms both;
      transition-delay: 1200ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(15) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(15).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms both;
      transition-delay: 1300ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(16) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(16).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1400ms both;
      transition-delay: 1400ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(17) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(17).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1500ms both;
      transition-delay: 1500ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(18) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(18).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1600ms both;
      transition-delay: 1600ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(19) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(19).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1700ms both;
      transition-delay: 1700ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(20) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(20).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1800ms both;
      transition-delay: 1800ms;
      opacity: 1; } }

@media only screen and (min-width: 0) and (max-width: 767px) {
  .vans_product-category-overview__fact:nth-of-type(n + 4).-hidden {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .vans_product-category-overview__fact:nth-of-type(n + 5).-hidden {
    display: none; }
  .vans_product-category-overview__fact:nth-of-type(1).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.05s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(1).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(1).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.05s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(2).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(2).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(2).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.1s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(3).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.15s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(3).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(3).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.15s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(4).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.2s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(4).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(4).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.2s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(5).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.25s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(5).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(5).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.25s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(6).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.3s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(6).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(6).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.3s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(7).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.35s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(7).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(7).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.35s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(8).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.4s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(8).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(8).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.4s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(9).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.45s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(9).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(9).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.45s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(10).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.5s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(10).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(10).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.5s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(11).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.55s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(11).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(11).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.55s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(12).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.6s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(12).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(12).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.6s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(13).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.65s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(13).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(13).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.65s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(14).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.7s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(14).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(14).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.7s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(15).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.75s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(15).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(15).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.75s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(16).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.8s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(16).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(16).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.8s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(17).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.85s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(17).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(17).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.85s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(18).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.9s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(18).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(18).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.9s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(19).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.95s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(19).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(19).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.95s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(20).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(20).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(20).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(21).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.05s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(21).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(21).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.05s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(22).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.1s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(22).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(22).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.1s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(23).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.15s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(23).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(23).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.15s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(24).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.2s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(24).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(24).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.2s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(5) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(5).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
      transition-delay: 200ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(6) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(6).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
      transition-delay: 300ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(7) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(7).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
      transition-delay: 400ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(8) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(8).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
      transition-delay: 500ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(9) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(9).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
      transition-delay: 600ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(10) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(10).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
      transition-delay: 700ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(11) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(11).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms both;
      transition-delay: 800ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(12) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(12).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms both;
      transition-delay: 900ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(13) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(13).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms both;
      transition-delay: 1000ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(14) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(14).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms both;
      transition-delay: 1100ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(15) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(15).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms both;
      transition-delay: 1200ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(16) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(16).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms both;
      transition-delay: 1300ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(17) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(17).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1400ms both;
      transition-delay: 1400ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(18) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(18).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1500ms both;
      transition-delay: 1500ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(19) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(19).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1600ms both;
      transition-delay: 1600ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(20) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(20).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1700ms both;
      transition-delay: 1700ms;
      opacity: 1; } }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .vans_product-category-overview__fact:nth-of-type(1).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.05s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(1).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(1).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.05s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(2).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(2).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(2).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.1s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(3).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.15s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(3).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(3).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.15s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(4).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.2s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(4).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(4).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.2s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(5).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.25s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(5).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(5).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.25s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(6).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.3s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(6).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(6).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.3s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(7).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.35s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(7).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(7).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.35s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(8).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.4s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(8).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(8).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.4s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(9).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.45s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(9).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(9).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.45s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(10).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.5s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(10).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(10).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.5s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(11).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.55s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(11).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(11).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.55s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(12).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.6s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(12).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(12).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.6s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(13).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.65s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(13).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(13).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.65s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(14).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.7s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(14).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(14).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.7s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(15).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.75s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(15).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(15).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.75s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(16).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.8s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(16).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(16).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.8s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(17).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.85s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(17).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(17).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.85s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(18).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.9s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(18).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(18).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.9s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(19).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.95s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(19).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(19).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.95s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(20).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(20).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(20).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(21).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.05s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(21).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(21).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.05s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(22).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.1s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(22).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(22).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.1s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(23).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.15s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(23).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(23).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.15s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(24).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.2s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(24).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(24).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.2s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(25).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.25s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(25).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(25).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.25s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(26).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.3s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(26).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(26).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.3s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(27).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.35s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(27).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(27).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.35s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(28).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.4s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(28).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(28).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.4s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(29).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.45s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(29).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(29).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.45s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(10) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(10).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
      transition-delay: 200ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(11) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(11).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
      transition-delay: 300ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(12) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(12).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
      transition-delay: 400ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(13) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(13).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
      transition-delay: 500ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(14) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(14).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
      transition-delay: 600ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(15) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(15).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
      transition-delay: 700ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(16) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(16).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms both;
      transition-delay: 800ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(17) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(17).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms both;
      transition-delay: 900ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(18) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(18).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms both;
      transition-delay: 1000ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(19) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(19).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms both;
      transition-delay: 1100ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(20) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(20).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms both;
      transition-delay: 1200ms;
      opacity: 1; } }

@media only screen and (min-width: 1280px) {
  .vans_product-category-overview__fact:nth-of-type(1).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.05s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(1).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(1).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.05s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(2).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(2).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(2).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.1s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(3).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.15s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(3).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(3).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.15s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(4).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.2s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(4).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(4).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.2s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(5).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.25s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(5).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(5).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.25s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(6).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.3s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(6).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(6).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.3s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(7).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.35s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(7).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(7).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.35s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(8).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.4s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(8).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(8).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.4s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(9).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.45s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(9).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(9).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.45s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(10).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.5s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(10).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(10).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.5s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(11).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.55s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(11).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(11).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.55s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(12).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.6s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(12).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(12).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.6s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(13).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.65s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(13).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(13).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.65s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(14).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.7s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(14).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(14).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.7s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(15).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.75s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(15).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(15).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.75s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(16).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.8s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(16).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(16).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.8s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(17).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.85s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(17).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(17).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.85s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(18).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.9s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(18).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(18).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.9s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(19).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.95s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(19).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(19).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.95s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(20).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(20).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(20).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(21).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.05s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(21).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(21).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.05s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(22).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.1s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(22).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(22).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.1s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(23).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.15s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(23).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(23).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.15s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(24).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.2s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(24).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(24).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.2s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(25).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.25s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(25).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(25).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.25s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(26).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.3s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(26).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(26).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.3s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(27).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.35s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(27).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(27).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.35s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(28).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.4s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(28).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(28).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.4s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(29).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.45s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(29).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(29).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.45s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(30).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.5s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(30).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(30).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.5s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(31).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.55s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(31).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(31).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.55s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(32).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.6s;
    opacity: 1;
    animation: none; }
    .vans_product-category-overview__fact:nth-of-type(32).-loaded .vans_facts-icon__fact-icon, .vans_product-category-overview__fact:nth-of-type(32).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.6s;
      transform: scale(1); }
  .vans_product-category-overview__fact .vans_facts-icon__fact-icon, .vans_product-category-overview__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_product-category-overview__fact:nth-of-type(13) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(13).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
      transition-delay: 200ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(14) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(14).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
      transition-delay: 300ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(15) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(15).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
      transition-delay: 400ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(16) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(16).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
      transition-delay: 500ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(17) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(17).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
      transition-delay: 600ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(18) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(18).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
      transition-delay: 700ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(19) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(19).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms both;
      transition-delay: 800ms;
      opacity: 1; }
  .vans_product-category-overview__fact:nth-of-type(20) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_product-category-overview__fact:nth-of-type(20).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms both;
      transition-delay: 900ms;
      opacity: 1; } }

.vans_product-category-overview__fact-container {
  min-height: 272px; }
  @media only screen and (min-width: 480px) {
    .vans_product-category-overview__fact-container {
      min-height: 240px; } }
  @media only screen and (min-width: 768px) {
    .vans_product-category-overview__fact-container {
      min-height: 300px; } }

.vans_product-category-overview__fact-icon {
  width: 48px;
  height: 48px;
  display: flex; }
  html:not([dir="rtl"]) .vans_product-category-overview__fact-icon,
  html[dir="rtl"] .vans_product-category-overview__fact-icon {
    margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .vans_product-category-overview__fact-icon {
      width: 56px;
      height: 56px; } }
  .vans_product-category-overview__fact-icon + .vans_facts-icon__fact-headline-container,
  .vans_product-category-overview__fact-icon + .vans_product-category-overview__fact-headline-container {
    height: auto; }
    html:not([dir="rtl"]) .vans_product-category-overview__fact-icon + .vans_facts-icon__fact-headline-container,
    html[dir="rtl"] .vans_product-category-overview__fact-icon + .vans_facts-icon__fact-headline-container, html:not([dir="rtl"])
    .vans_product-category-overview__fact-icon + .vans_product-category-overview__fact-headline-container,
    html[dir="rtl"]
    .vans_product-category-overview__fact-icon + .vans_product-category-overview__fact-headline-container {
      margin-top: 24px; }
  .vans_product-category-overview__fact-icon > img {
    width: 100%; }

.vans_product-category-overview__fact-headline-container {
  font-family: CorporateACondensedRegular, sans-serif;
  height: calc(1em * 2 * 1.125);
  display: flex;
  align-items: flex-end; }
  :lang(ko) .vans_product-category-overview__fact-headline-container {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_product-category-overview__fact-headline-container {
      font-size: 24px;
      line-height: 24px; } }
  @media only screen and (min-width: 768px) {
    .vans_product-category-overview__fact-headline-container {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 1280px) {
    .vans_product-category-overview__fact-headline-container {
      font-size: 32px;
      line-height: 32px; } }
  html:not([dir="rtl"]) .vans_product-category-overview__fact-headline-container,
  html[dir="rtl"] .vans_product-category-overview__fact-headline-container {
    margin-top: calc(48px + 24px - (1.125 * 1em)); }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_product-category-overview__fact-headline-container,
    html[dir="rtl"] .vans_product-category-overview__fact-headline-container {
      margin-top: calc(56px + 24px - (1.125 * 1em)); } }

.vans_product-category-overview__fact-headline {
  max-height: calc(1em * 2 * 1.125);
  overflow: hidden; }
  @supports (-webkit-line-clamp: 2) {
    .vans_product-category-overview__fact-headline {
      /* stylelint-disable value-no-vendor-prefix  */
      display: -webkit-box;
      /* stylelint-enable */
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }

.vans_product-category-overview__fact-copy {
  max-height: calc(1em * 5 * 1.3);
  overflow: hidden; }
  @supports (-webkit-line-clamp: 5) {
    .vans_product-category-overview__fact-copy {
      /* stylelint-disable value-no-vendor-prefix  */
      display: -webkit-box;
      /* stylelint-enable */
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical; } }
  @media only screen and (min-width: 480px) {
    .vans_product-category-overview__fact-copy {
      max-height: calc(1em * 3 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 3) {
        .vans_product-category-overview__fact-copy {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; } } }
  @media only screen and (min-width: 768px) {
    .vans_product-category-overview__fact-copy {
      max-height: calc(1em * 4 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 4) {
        .vans_product-category-overview__fact-copy {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; } } }
  @media only screen and (min-width: 1024px) {
    .vans_product-category-overview__fact-copy {
      max-height: calc(1em * 5 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 5) {
        .vans_product-category-overview__fact-copy {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical; } } }
  @media only screen and (min-width: 1280px) {
    .vans_product-category-overview__fact-copy {
      max-height: calc(1em * 3 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 3) {
        .vans_product-category-overview__fact-copy {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; } } }
  html:not([dir="rtl"]) .vans_product-category-overview__fact-copy,
  html[dir="rtl"] .vans_product-category-overview__fact-copy {
    margin-top: 18px; }

@media only screen and (min-width: 0) {
  .vans_product-category-overview__filter-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_product-category-overview__filter-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_product-category-overview__filter-container {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_product-category-overview__filter-container {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      margin-right: calc((1 - 0.16667 - 0.33333 ) * 100%) !important; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      margin-left: calc((1 - 0.16667 - 0.33333 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_product-category-overview__filter-container {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_product-category-overview__filter-container {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_product-category-overview__filter-container {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_product-category-overview__filter-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_product-category-overview__filter-container {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_product-category-overview__filter-container,
html[dir="rtl"] .vans_product-category-overview__filter-container {
  padding-top: 1em; }

html:not([dir="rtl"]) .vans_product-category-overview__filter-container,
html[dir="rtl"] .vans_product-category-overview__filter-container {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_product-category-overview__filter-container {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_product-category-overview__filter-container {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_product-category-overview__filter-container {
    font-size: 33px;
    line-height: 33px; } }

.vans_product-category-overview .vans_slider__dropdown {
  display: inline-flex; }

.vans_product-category-overview__fact {
  transition: opacity 0.1s; }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .vans_product-category-overview__fact:nth-of-type(n + 10).-hidden {
      display: none; } }
  @media only screen and (min-width: 1280px) {
    .vans_product-category-overview__fact:nth-of-type(n + 13).-hidden {
      display: none; } }
  .vans_product-category-overview__fact.-has-link:hover .vans_product-category-overview__button {
    transition: background-color 0.2s ease-in; }
    .vans_product-category-overview__fact.-has-link:hover .vans_product-category-overview__button, [class*="vans_theme-"] .vans_product-category-overview__fact.-has-link:hover .vans_product-category-overview__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__fact.-has-link:hover .vans_product-category-overview__button, .vans_theme-light .vans_product-category-overview__fact.-has-link:hover .vans_product-category-overview__button, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact.-has-link:hover .vans_product-category-overview__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__fact.-has-link:hover .vans_product-category-overview__button {
      background-color: #d9d9d9; }
    .vans_theme-dark .vans_product-category-overview__fact.-has-link:hover .vans_product-category-overview__button, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact.-has-link:hover .vans_product-category-overview__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__fact.-has-link:hover .vans_product-category-overview__button {
      background-color: #242424; }

html:not([dir="rtl"]) .vans_product-category-overview__fact-container,
html[dir="rtl"] .vans_product-category-overview__fact-container {
  padding-top: 48px; }

.vans_product-category-overview__fact-label {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  position: absolute;
  height: 27px;
  background: #00adef;
  color: #fff;
  line-height: 25px; }
  :lang(ko) .vans_product-category-overview__fact-label {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_product-category-overview__fact-label {
    left: -4px; }
  html[dir="rtl"] .vans_product-category-overview__fact-label {
    right: -4px; }
  html:not([dir="rtl"]) .vans_product-category-overview__fact-label,
  html[dir="rtl"] .vans_product-category-overview__fact-label {
    top: 8px; }
  html:not([dir="rtl"]) .vans_product-category-overview__fact-label,
  html[dir="rtl"] .vans_product-category-overview__fact-label {
    padding: 0 24px; }

.vans_product-category-overview__fact-price-disclaimer {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #999; }
  :lang(ko) .vans_product-category-overview__fact-price-disclaimer {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_product-category-overview__fact-price-disclaimer,
  html[dir="rtl"] .vans_product-category-overview__fact-price-disclaimer {
    margin-top: 4px; }

.vans_product-category-overview__button {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 0 0;
  appearance: none;
  position: relative;
  outline: none;
  white-space: nowrap;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis; }
  :lang(ko) .vans_product-category-overview__button {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_product-category-overview__button {
    padding-left: 20px; }
  html[dir="rtl"] .vans_product-category-overview__button {
    padding-right: 20px; }
  html:not([dir="rtl"]) .vans_product-category-overview__button {
    padding-right: 20px; }
  html[dir="rtl"] .vans_product-category-overview__button {
    padding-left: 20px; }
  .vans_product-category-overview__button::after {
    border-color: transparent; }
  .vans_product-category-overview__button::after { }
  .vans_product-category-overview__button.-active::after,
  html.-hover .vans_product-category-overview__button:active:hover::after, .vans_product-category-overview__button:active:focus::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_product-category-overview__button.-disabled::after,
  html.-hover .vans_product-category-overview__button.-disabled:hover::after,
  html.-hover .vans_product-category-overview__button.-disabled:active:hover::after, .vans_product-category-overview__button[disabled]::after,
  html.-hover .vans_product-category-overview__button[disabled]:hover::after,
  html.-hover .vans_product-category-overview__button[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_product-category-overview__button.-disabled::after,
  html.-hover .vans_product-category-overview__button.-disabled:hover::after,
  html.-hover .vans_product-category-overview__button.-disabled:active:hover::after, .vans_product-category-overview__button[disabled]::after,
  html.-hover .vans_product-category-overview__button[disabled]:hover::after,
  html.-hover .vans_product-category-overview__button[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_product-category-overview__button.-disabled::after,
    html[dir="rtl"] .vans_product-category-overview__button.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_product-category-overview__button.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_product-category-overview__button.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_product-category-overview__button.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_product-category-overview__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_product-category-overview__button[disabled]::after,
    html[dir="rtl"] .vans_product-category-overview__button[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_product-category-overview__button[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_product-category-overview__button[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_product-category-overview__button[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_product-category-overview__button[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_product-category-overview__button::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_product-category-overview__button::after {
      right: 0; }
    html[dir="rtl"] .vans_product-category-overview__button::after {
      left: 0; }
    html:not([dir="rtl"]) .vans_product-category-overview__button::after {
      left: 0; }
    html[dir="rtl"] .vans_product-category-overview__button::after {
      right: 0; }
  .vans_product-category-overview__button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_product-category-overview__button::before {
      right: 0; }
    html[dir="rtl"] .vans_product-category-overview__button::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_product-category-overview__button::before {
      left: 0; }
    html[dir="rtl"] .vans_product-category-overview__button::before {
      right: 0; }
  .vans_product-category-overview__button::before {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
  .vans_product-category-overview__button::after {
    border-radius: 0 0 0 0; }
  html:not([dir="rtl"]) .vans_product-category-overview__button,
  html[dir="rtl"] .vans_product-category-overview__button {
    margin: 0 0 auto; }
  html:not([dir="rtl"]) .vans_product-category-overview__button,
  html[dir="rtl"] .vans_product-category-overview__button {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_product-category-overview__button,
  html[dir="rtl"] .vans_product-category-overview__button {
    padding-bottom: 0; }
  .vans_product-category-overview__button:focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
    border-radius: 0.5px; }
  .vans_product-category-overview__button__value {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block; }
  .vans_product-category-overview__button, [class*="vans_theme-"] .vans_product-category-overview__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button, .vans_theme-light .vans_product-category-overview__button, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button {
    color: #333;
    background: #ececec; }
    .vans_product-category-overview__button::after, [class*="vans_theme-"] .vans_product-category-overview__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button::after, .vans_theme-light .vans_product-category-overview__button::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button::after {
      border-color: transparent; }
    .vans_product-category-overview__button::after, [class*="vans_theme-"] .vans_product-category-overview__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button::after, .vans_theme-light .vans_product-category-overview__button::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button::after { }
    html.-hover .vans_product-category-overview__button:hover, html.-hover [class*="vans_theme-"] .vans_product-category-overview__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button:hover, html.-hover .vans_theme-light .vans_product-category-overview__button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button:hover {
      background: #d9d9d9; }
    .vans_product-category-overview__button:focus, [class*="vans_theme-"] .vans_product-category-overview__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button:focus, .vans_theme-light .vans_product-category-overview__button:focus, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button:focus {
      background: #d9d9d9; }
    .vans_product-category-overview__button.-active,
    html.-hover .vans_product-category-overview__button:active:hover, .vans_product-category-overview__button:active:focus, [class*="vans_theme-"] .vans_product-category-overview__button.-active,
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button:active:hover, [class*="vans_theme-"] .vans_product-category-overview__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button:active:focus, .vans_theme-light .vans_product-category-overview__button.-active,
    html.-hover .vans_theme-light .vans_product-category-overview__button:active:hover, .vans_theme-light .vans_product-category-overview__button:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button:active:focus {
      color: #333;
      background: #d9d9d9; }
      .vans_product-category-overview__button.-active::after,
      html.-hover .vans_product-category-overview__button:active:hover::after, .vans_product-category-overview__button:active:focus::after, [class*="vans_theme-"] .vans_product-category-overview__button.-active::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button:active:focus::after, .vans_theme-light .vans_product-category-overview__button.-active::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button:active:hover::after, .vans_theme-light .vans_product-category-overview__button:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_product-category-overview__button.-disabled,
    html.-hover .vans_product-category-overview__button.-disabled:hover,
    html.-hover .vans_product-category-overview__button.-disabled:active:hover, .vans_product-category-overview__button[disabled],
    html.-hover .vans_product-category-overview__button[disabled]:hover,
    html.-hover .vans_product-category-overview__button[disabled]:active:hover, [class*="vans_theme-"] .vans_product-category-overview__button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:active:hover, [class*="vans_theme-"] .vans_product-category-overview__button[disabled],
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:active:hover, .vans_theme-light .vans_product-category-overview__button.-disabled,
    html.-hover .vans_theme-light .vans_product-category-overview__button.-disabled:hover,
    html.-hover .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover, .vans_theme-light .vans_product-category-overview__button[disabled],
    html.-hover .vans_theme-light .vans_product-category-overview__button[disabled]:hover,
    html.-hover .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover {
      background-color: #ececec; }
      .vans_product-category-overview__button.-disabled::after,
      html.-hover .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover .vans_product-category-overview__button.-disabled:active:hover::after, .vans_product-category-overview__button[disabled]::after,
      html.-hover .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover .vans_product-category-overview__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:active:hover::after, .vans_theme-light .vans_product-category-overview__button.-disabled::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover::after, .vans_theme-light .vans_product-category-overview__button[disabled]::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_product-category-overview__button.-disabled::after,
      html.-hover .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover .vans_product-category-overview__button.-disabled:active:hover::after, .vans_product-category-overview__button[disabled]::after,
      html.-hover .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover .vans_product-category-overview__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_product-category-overview__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:active:hover::after, .vans_theme-light .vans_product-category-overview__button.-disabled::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover::after, .vans_theme-light .vans_product-category-overview__button[disabled]::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_product-category-overview__button.-disabled::after,
        html[dir="rtl"] .vans_product-category-overview__button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_product-category-overview__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_product-category-overview__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_product-category-overview__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_product-category-overview__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_product-category-overview__button[disabled]::after,
        html[dir="rtl"] .vans_product-category-overview__button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_product-category-overview__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_product-category-overview__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_product-category-overview__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_product-category-overview__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_product-category-overview__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_product-category-overview__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_product-category-overview__button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_product-category-overview__button.-disabled::after,
        html[dir="rtl"] .vans_theme-light .vans_product-category-overview__button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_product-category-overview__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_product-category-overview__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_product-category-overview__button[disabled]::after,
        html[dir="rtl"] .vans_theme-light .vans_product-category-overview__button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_product-category-overview__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_product-category-overview__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_product-category-overview__button[disabled]:active:hover::after {
          border-width: 1px; }
  .vans_theme-dark .vans_product-category-overview__button, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button {
    color: #fff;
    background: #333; }
    .vans_theme-dark .vans_product-category-overview__button::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button::after {
      border-color: transparent; }
    .vans_theme-dark .vans_product-category-overview__button::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button::after { }
    html.-hover .vans_theme-dark .vans_product-category-overview__button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button:hover {
      background: #242424; }
    .vans_theme-dark .vans_product-category-overview__button:focus, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button:focus {
      background: #242424; }
    .vans_theme-dark .vans_product-category-overview__button.-active,
    html.-hover .vans_theme-dark .vans_product-category-overview__button:active:hover, .vans_theme-dark .vans_product-category-overview__button:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button:active:focus {
      color: #fff;
      background: #242424; }
      .vans_theme-dark .vans_product-category-overview__button.-active::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button:active:hover::after, .vans_theme-dark .vans_product-category-overview__button:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_product-category-overview__button.-disabled,
    html.-hover .vans_theme-dark .vans_product-category-overview__button.-disabled:hover,
    html.-hover .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover, .vans_theme-dark .vans_product-category-overview__button[disabled],
    html.-hover .vans_theme-dark .vans_product-category-overview__button[disabled]:hover,
    html.-hover .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover {
      background-color: #333; }
      .vans_theme-dark .vans_product-category-overview__button.-disabled::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover::after, .vans_theme-dark .vans_product-category-overview__button[disabled]::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_product-category-overview__button.-disabled::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover::after, .vans_theme-dark .vans_product-category-overview__button[disabled]::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_product-category-overview__button.-disabled::after,
        html[dir="rtl"] .vans_theme-dark .vans_product-category-overview__button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_product-category-overview__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_product-category-overview__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_product-category-overview__button[disabled]::after,
        html[dir="rtl"] .vans_theme-dark .vans_product-category-overview__button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_product-category-overview__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_product-category-overview__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_product-category-overview__button[disabled]:active:hover::after {
          border-width: 1px; }
  html:not([dir="rtl"]) .vans_product-category-overview__button,
  html[dir="rtl"] .vans_product-category-overview__button {
    margin-top: 40px; }
  html:not([dir="rtl"]) .vans_product-category-overview__button,
  html[dir="rtl"] .vans_product-category-overview__button {
    margin-bottom: 0; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_presentation-teaser {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_presentation-teaser,
    html[dir="rtl"] .vans_presentation-teaser {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_presentation-teaser,
    html[dir="rtl"] .vans_presentation-teaser {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_presentation-teaser,
    html[dir="rtl"] .vans_presentation-teaser {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_presentation-teaser,
    html[dir="rtl"] .vans_presentation-teaser {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_presentation-teaser {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_presentation-teaser,
      html[dir="rtl"] .vans_presentation-teaser {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_presentation-teaser {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_presentation-teaser,
      html[dir="rtl"] .vans_presentation-teaser {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_presentation-teaser {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_presentation-teaser,
      html[dir="rtl"] .vans_presentation-teaser {
        margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_presentation-teaser,
  html[dir="rtl"] .vans_presentation-teaser {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_presentation-teaser,
  html[dir="rtl"] .vans_presentation-teaser {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_presentation-teaser {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_presentation-teaser {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_presentation-teaser > *:first-child,
  html[dir="rtl"] .vans_presentation-teaser > *:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 0) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half, html[dir="rtl"] .vans_presentation-teaser__teaser-container, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_presentation-teaser__teaser-container, .vans_presentation-teaser__teaser-container--half {
      font-size: 33px;
      line-height: 33px; } }
  .vans_presentation-teaser__teaser, .vans_presentation-teaser__teaser--dark, .vans_presentation-teaser__teaser--dark-background, .vans_presentation-teaser__teaser--bright-background {
    position: relative;
    display: block;
    color: #fff; }
    .vans_presentation-teaser__teaser--dark, .vans_presentation-teaser__teaser--dark-background {
      color: #333; }
  .vans_presentation-teaser__teaser-link {
    color: inherit; }
  .vans_presentation-teaser__image {
    position: relative;
    overflow: hidden; }
    .vans_presentation-teaser__image::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__image::before,
      html[dir="rtl"] .vans_presentation-teaser__image::before {
        padding-bottom: 133.33333%; }
    .vans_presentation-teaser__image > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_presentation-teaser__image > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_presentation-teaser__image > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_presentation-teaser__image > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_presentation-teaser__image > .vans_image {
        left: 0; }
    @media only screen and (min-width: 480px) {
      .vans_presentation-teaser__image {
        position: relative;
        overflow: hidden; }
        .vans_presentation-teaser__image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_presentation-teaser__image::before,
          html[dir="rtl"] .vans_presentation-teaser__image::before {
            padding-bottom: 75%; }
        .vans_presentation-teaser__image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_presentation-teaser__image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_presentation-teaser__image > .vans_image {
            left: 0; } }
    @media only screen and (min-width: 1024px) {
      .vans_presentation-teaser__image {
        position: relative;
        overflow: hidden; }
        .vans_presentation-teaser__image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_presentation-teaser__image::before,
          html[dir="rtl"] .vans_presentation-teaser__image::before {
            padding-bottom: 40%; }
        .vans_presentation-teaser__image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_presentation-teaser__image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_presentation-teaser__image > .vans_image {
            left: 0; } }
  .vans_presentation-teaser__image-gradient, .vans_presentation-teaser__image-gradient--top-20, .vans_presentation-teaser__image-gradient--top-40, .vans_presentation-teaser__image-gradient--top-60, .vans_presentation-teaser__image-gradient--bottom-20, .vans_presentation-teaser__image-gradient--bottom-40, .vans_presentation-teaser__image-gradient--bottom-60 {
    position: absolute;
    bottom: 0;
    height: 66%;
    width: 100%; }
    html:not([dir="rtl"]) .vans_presentation-teaser__image-gradient, html:not([dir="rtl"]) .vans_presentation-teaser__image-gradient--top-20, html:not([dir="rtl"]) .vans_presentation-teaser__image-gradient--top-40, html:not([dir="rtl"]) .vans_presentation-teaser__image-gradient--top-60, html:not([dir="rtl"]) .vans_presentation-teaser__image-gradient--bottom-20, html:not([dir="rtl"]) .vans_presentation-teaser__image-gradient--bottom-40, html:not([dir="rtl"]) .vans_presentation-teaser__image-gradient--bottom-60 {
      left: 0; }
    html[dir="rtl"] .vans_presentation-teaser__image-gradient, html[dir="rtl"] .vans_presentation-teaser__image-gradient--top-20, html[dir="rtl"] .vans_presentation-teaser__image-gradient--top-40, html[dir="rtl"] .vans_presentation-teaser__image-gradient--top-60, html[dir="rtl"] .vans_presentation-teaser__image-gradient--bottom-20, html[dir="rtl"] .vans_presentation-teaser__image-gradient--bottom-40, html[dir="rtl"] .vans_presentation-teaser__image-gradient--bottom-60 {
      right: 0; }
    .vans_presentation-teaser__image-gradient--top-20 {
      top: 0; }
      .vans_presentation-teaser__image-gradient--top-20, [class*="vans_theme-"] .vans_presentation-teaser__image-gradient--top-20, [class*="vans_theme-"] [class*="vans_theme-"] .vans_presentation-teaser__image-gradient--top-20, .vans_theme-light .vans_presentation-teaser__image-gradient--top-20, [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__image-gradient--top-20, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__image-gradient--top-20 {
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%); }
      .vans_theme-dark .vans_presentation-teaser__image-gradient--top-20, [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__image-gradient--top-20, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__image-gradient--top-20 {
        background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%); }
    .vans_presentation-teaser__image-gradient--top-40 {
      top: 0; }
      .vans_presentation-teaser__image-gradient--top-40, [class*="vans_theme-"] .vans_presentation-teaser__image-gradient--top-40, [class*="vans_theme-"] [class*="vans_theme-"] .vans_presentation-teaser__image-gradient--top-40, .vans_theme-light .vans_presentation-teaser__image-gradient--top-40, [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__image-gradient--top-40, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__image-gradient--top-40 {
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 100%); }
      .vans_theme-dark .vans_presentation-teaser__image-gradient--top-40, [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__image-gradient--top-40, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__image-gradient--top-40 {
        background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%); }
    .vans_presentation-teaser__image-gradient--top-60 {
      top: 0; }
      .vans_presentation-teaser__image-gradient--top-60, [class*="vans_theme-"] .vans_presentation-teaser__image-gradient--top-60, [class*="vans_theme-"] [class*="vans_theme-"] .vans_presentation-teaser__image-gradient--top-60, .vans_theme-light .vans_presentation-teaser__image-gradient--top-60, [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__image-gradient--top-60, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__image-gradient--top-60 {
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 100%); }
      .vans_theme-dark .vans_presentation-teaser__image-gradient--top-60, [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__image-gradient--top-60, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__image-gradient--top-60 {
        background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%); }
    .vans_presentation-teaser__image-gradient--bottom-20, [class*="vans_theme-"] .vans_presentation-teaser__image-gradient--bottom-20, [class*="vans_theme-"] [class*="vans_theme-"] .vans_presentation-teaser__image-gradient--bottom-20, .vans_theme-light .vans_presentation-teaser__image-gradient--bottom-20, [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__image-gradient--bottom-20, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__image-gradient--bottom-20 {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%); }
    .vans_theme-dark .vans_presentation-teaser__image-gradient--bottom-20, [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__image-gradient--bottom-20, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__image-gradient--bottom-20 {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%); }
    .vans_presentation-teaser__image-gradient--bottom-40, [class*="vans_theme-"] .vans_presentation-teaser__image-gradient--bottom-40, [class*="vans_theme-"] [class*="vans_theme-"] .vans_presentation-teaser__image-gradient--bottom-40, .vans_theme-light .vans_presentation-teaser__image-gradient--bottom-40, [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__image-gradient--bottom-40, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__image-gradient--bottom-40 {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 100%); }
    .vans_theme-dark .vans_presentation-teaser__image-gradient--bottom-40, [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__image-gradient--bottom-40, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__image-gradient--bottom-40 {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%); }
    .vans_presentation-teaser__image-gradient--bottom-60, [class*="vans_theme-"] .vans_presentation-teaser__image-gradient--bottom-60, [class*="vans_theme-"] [class*="vans_theme-"] .vans_presentation-teaser__image-gradient--bottom-60, .vans_theme-light .vans_presentation-teaser__image-gradient--bottom-60, [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__image-gradient--bottom-60, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__image-gradient--bottom-60 {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 100%); }
    .vans_theme-dark .vans_presentation-teaser__image-gradient--bottom-60, [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__image-gradient--bottom-60, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__image-gradient--bottom-60 {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%); }
  .vans_presentation-teaser__background {
    display: none;
    position: relative;
    overflow: hidden; }
    .vans_presentation-teaser__background, [class*="vans_theme-"] .vans_presentation-teaser__background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_presentation-teaser__background, .vans_theme-light .vans_presentation-teaser__background, [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__background {
      background: #f8f8f8; }
    .vans_theme-dark .vans_presentation-teaser__background, [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__background {
      background: #1f1f1f; }
    .vans_presentation-teaser__background::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__background::before,
      html[dir="rtl"] .vans_presentation-teaser__background::before {
        padding-bottom: 133.33333%; }
    .vans_presentation-teaser__background > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_presentation-teaser__background > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_presentation-teaser__background > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_presentation-teaser__background > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_presentation-teaser__background > .vans_image {
        left: 0; }
    @media only screen and (min-width: 480px) {
      .vans_presentation-teaser__background {
        position: relative;
        overflow: hidden; }
        .vans_presentation-teaser__background::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_presentation-teaser__background::before,
          html[dir="rtl"] .vans_presentation-teaser__background::before {
            padding-bottom: 75%; }
        .vans_presentation-teaser__background > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__background > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_presentation-teaser__background > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__background > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_presentation-teaser__background > .vans_image {
            left: 0; } }
    @media only screen and (min-width: 768px) {
      .vans_presentation-teaser__background {
        position: relative;
        overflow: hidden; }
        .vans_presentation-teaser__background::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_presentation-teaser__background::before,
          html[dir="rtl"] .vans_presentation-teaser__background::before {
            padding-bottom: 133.33333%; }
        .vans_presentation-teaser__background > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__background > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_presentation-teaser__background > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__background > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_presentation-teaser__background > .vans_image {
            left: 0; } }
    @media only screen and (min-width: 1024px) {
      .vans_presentation-teaser__background {
        position: relative;
        overflow: hidden; }
        .vans_presentation-teaser__background::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_presentation-teaser__background::before,
          html[dir="rtl"] .vans_presentation-teaser__background::before {
            padding-bottom: 75%; }
        .vans_presentation-teaser__background > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__background > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_presentation-teaser__background > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_presentation-teaser__background > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_presentation-teaser__background > .vans_image {
            left: 0; } }
  .vans_presentation-teaser__headline-container, .vans_presentation-teaser__headline-container--top-start, .vans_presentation-teaser__headline-container--top-end, .vans_presentation-teaser__headline-container--bottom-end {
    position: absolute;
    bottom: 1em; }
    html:not([dir="rtl"]) .vans_presentation-teaser__headline-container, html:not([dir="rtl"]) .vans_presentation-teaser__headline-container--top-start, html:not([dir="rtl"]) .vans_presentation-teaser__headline-container--top-end, html:not([dir="rtl"]) .vans_presentation-teaser__headline-container--bottom-end,
    html[dir="rtl"] .vans_presentation-teaser__headline-container,
    html[dir="rtl"] .vans_presentation-teaser__headline-container--top-start,
    html[dir="rtl"] .vans_presentation-teaser__headline-container--top-end,
    html[dir="rtl"] .vans_presentation-teaser__headline-container--bottom-end {
      padding: 0 1em; }
    @media only screen and (min-width: 0) {
      .vans_presentation-teaser__headline-container, .vans_presentation-teaser__headline-container--top-start, .vans_presentation-teaser__headline-container--top-end, .vans_presentation-teaser__headline-container--bottom-end {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_presentation-teaser__headline-container, .vans_presentation-teaser__headline-container--top-start, .vans_presentation-teaser__headline-container--top-end, .vans_presentation-teaser__headline-container--bottom-end {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_presentation-teaser__headline-container, .vans_presentation-teaser__headline-container--top-start, .vans_presentation-teaser__headline-container--top-end, .vans_presentation-teaser__headline-container--bottom-end {
        font-size: 33px;
        line-height: 33px; } }
    @media only screen and (min-width: 1024px) {
      .vans_presentation-teaser__headline-container, .vans_presentation-teaser__headline-container--top-start, .vans_presentation-teaser__headline-container--top-end, .vans_presentation-teaser__headline-container--bottom-end {
        width: calc(45% - 1em); } }
  .vans_presentation-teaser__headline-container--top-start {
    top: 1em; }
    @media only screen and (min-width: 0) {
      .vans_presentation-teaser__headline-container--top-start {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_presentation-teaser__headline-container--top-start {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_presentation-teaser__headline-container--top-start {
        font-size: 33px;
        line-height: 33px; } }
  .vans_presentation-teaser__headline-container--top-end {
    top: 1em; }
    html:not([dir="rtl"]) .vans_presentation-teaser__headline-container--top-end {
      right: 0; }
    html[dir="rtl"] .vans_presentation-teaser__headline-container--top-end {
      left: 0; }
    @media only screen and (min-width: 0) {
      .vans_presentation-teaser__headline-container--top-end {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_presentation-teaser__headline-container--top-end {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_presentation-teaser__headline-container--top-end {
        font-size: 33px;
        line-height: 33px; } }
  html:not([dir="rtl"]) .vans_presentation-teaser__headline-container--bottom-end {
    right: 0; }
  html[dir="rtl"] .vans_presentation-teaser__headline-container--bottom-end {
    left: 0; }
  @media only screen and (min-width: 0) {
    .vans_presentation-teaser__headline-container--bottom-end {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__headline-container--bottom-end {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_presentation-teaser__headline-container--bottom-end {
      font-size: 33px;
      line-height: 33px; } }
  .vans_presentation-teaser__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_presentation-teaser__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_presentation-teaser__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_presentation-teaser__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_presentation-teaser__headline {
        font-size: 40px;
        line-height: 40px; } }
  html:not([dir="rtl"]) .vans_presentation-teaser__link-wrapper,
  html[dir="rtl"] .vans_presentation-teaser__link-wrapper {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_presentation-teaser__link-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__link-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_presentation-teaser__link-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  .vans_presentation-teaser__link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer;
    color: inherit;
    display: block; }
    :lang(ko) .vans_presentation-teaser__link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_presentation-teaser__link:hover, .vans_presentation-teaser__link.-active, .vans_presentation-teaser__link.-open {
      color: #00adef; }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__teaser-container--half {
      display: flex; } }
  @media only screen and (min-width: 1024px) {
    .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__headline-container, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__headline-container--top-start, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__headline-container--top-end, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__headline-container--bottom-end {
      width: 100%; } }
  html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background:last-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background:last-child,
  html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child,
  html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child,
  html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background:last-child,
  html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background:last-child {
    margin-top: 16px; }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background {
      width: 50%; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:first-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:first-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background:first-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background:first-child {
      padding-right: 12px; }
    html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:first-child, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:first-child, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background:first-child, html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background:first-child {
      padding-left: 12px; } }
  @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background:last-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background:last-child,
      html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child,
      html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child,
      html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background:last-child,
      html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background:last-child {
        margin-top: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background:last-child, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background:last-child {
      padding-start: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background:last-child, html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background:last-child {
        padding-left: 12px; }
      
      html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser:last-child,
      html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark:last-child,
      html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background:last-child,
      html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background:last-child {
        padding-right: 12px; } }
  .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background .vans_presentation-teaser__background, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background .vans_presentation-teaser__background {
    display: block; }
  .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background .vans_presentation-teaser__image, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background .vans_presentation-teaser__image {
    display: none; }
  .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background, [class*="vans_theme-"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background, .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background, [class*="vans_theme-"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background, .vans_theme-light .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background, [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background, .vans_theme-light .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background, [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background {
    color: #333; }
  .vans_theme-dark .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background, [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--dark-background, .vans_theme-dark .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background, [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__teaser--bright-background {
    color: #fff; }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image {
      position: relative;
      overflow: hidden; }
      .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image::before,
        html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image::before {
          padding-bottom: 133.33333%; }
      .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          left: 0; }
        html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          right: 0; }
        html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          right: 0; }
        html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          left: 0; } }
  @media only screen and (min-width: 1024px) {
    .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image {
      position: relative;
      overflow: hidden; }
      .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image::before,
        html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image::before {
          padding-bottom: 75%; }
      .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          left: 0; }
        html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          right: 0; }
        html:not([dir="rtl"]) .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          right: 0; }
        html[dir="rtl"] .vans_presentation-teaser__teaser-container--half .vans_presentation-teaser__image > .vans_image {
          left: 0; } }
  @media only screen and (min-width: 0) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_presentation-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_presentation-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_presentation-teaser__disclaimer {
        padding-left: 12px; } }
  .vans_presentation-teaser__disclaimer .vans_disclaimer__template, [class*="vans_theme-"] .vans_presentation-teaser__disclaimer .vans_disclaimer__template, [class*="vans_theme-"] [class*="vans_theme-"] .vans_presentation-teaser__disclaimer .vans_disclaimer__template, .vans_theme-light .vans_presentation-teaser__disclaimer .vans_disclaimer__template, [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__disclaimer .vans_disclaimer__template, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_presentation-teaser__disclaimer .vans_disclaimer__template {
    color: #999; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
html:not([dir="rtl"]) .vans_popup,
html[dir="rtl"] .vans_popup {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_popup,
html[dir="rtl"] .vans_popup {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_popup {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_popup {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_popup {
    font-size: 33px;
    line-height: 33px; } }

html:not([dir="rtl"]) .vans_popup {
  padding-left: 24px; }

html[dir="rtl"] .vans_popup {
  padding-right: 24px; }

html:not([dir="rtl"]) .vans_popup {
  padding-right: 24px; }

html[dir="rtl"] .vans_popup {
  padding-left: 24px; }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_popup {
    padding-left: 32px; }
  html[dir="rtl"] .vans_popup {
    padding-right: 32px; }
  html:not([dir="rtl"]) .vans_popup {
    padding-right: 32px; }
  html[dir="rtl"] .vans_popup {
    padding-left: 32px; } }

@media only screen and (min-width: 1280px) {
  html:not([dir="rtl"]) .vans_popup {
    padding-left: 40px; }
  html[dir="rtl"] .vans_popup {
    padding-right: 40px; }
  html:not([dir="rtl"]) .vans_popup {
    padding-right: 40px; }
  html[dir="rtl"] .vans_popup {
    padding-left: 40px; } }

@media only screen and (min-width: 0) and (max-width: 767px) {
  .vans_popup .vans_headline__headline {
    padding-right: 24px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_plugin iframe {
  width: 100%; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_optional-equipment-highlights, [class*="vans_theme-"] .vans_optional-equipment-highlights, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights, .vans_theme-light .vans_optional-equipment-highlights, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights {
  color: #333; }

.vans_theme-dark .vans_optional-equipment-highlights, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights {
  color: #fff; }

html:not([dir="rtl"]) .vans_optional-equipment-highlights,
html[dir="rtl"] .vans_optional-equipment-highlights {
  padding: 1.5em 0 1em; }

@media only screen and (min-width: 0) {
  .vans_optional-equipment-highlights {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_optional-equipment-highlights {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_optional-equipment-highlights {
    font-size: 33px;
    line-height: 33px; } }

.vans_optional-equipment-highlights__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__inner,
    html[dir="rtl"] .vans_optional-equipment-highlights__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__inner,
    html[dir="rtl"] .vans_optional-equipment-highlights__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__inner,
    html[dir="rtl"] .vans_optional-equipment-highlights__inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__inner,
    html[dir="rtl"] .vans_optional-equipment-highlights__inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_optional-equipment-highlights__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__inner,
      html[dir="rtl"] .vans_optional-equipment-highlights__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_optional-equipment-highlights__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__inner,
      html[dir="rtl"] .vans_optional-equipment-highlights__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_optional-equipment-highlights__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__inner,
      html[dir="rtl"] .vans_optional-equipment-highlights__inner {
        margin: 0 auto; } }

.vans_optional-equipment-highlights__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_optional-equipment-highlights__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-left: 6px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-right: 6px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_optional-equipment-highlights__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-left: 6px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-right: 6px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_optional-equipment-highlights__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_optional-equipment-highlights__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_optional-equipment-highlights__headline {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1440px) {
    .vans_optional-equipment-highlights__headline {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_optional-equipment-highlights__headline {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_optional-equipment-highlights__headline {
        padding-left: 12px; } }
  :lang(ko) .vans_optional-equipment-highlights__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_optional-equipment-highlights__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_optional-equipment-highlights__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_optional-equipment-highlights__headline {
      font-size: 40px;
      line-height: 40px; } }

@media only screen and (min-width: 0) {
  .vans_optional-equipment-highlights__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-left: 6px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-right: 6px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_optional-equipment-highlights__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-left: 6px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-right: 6px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_optional-equipment-highlights__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_optional-equipment-highlights__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_optional-equipment-highlights__copy {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_optional-equipment-highlights__copy {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_optional-equipment-highlights__copy {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__copy {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy,
html[dir="rtl"] .vans_optional-equipment-highlights__copy {
  padding-top: 0.8em; }

@media only screen and (min-width: 0) {
  .vans_optional-equipment-highlights__copy {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_optional-equipment-highlights__copy {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_optional-equipment-highlights__copy {
    font-size: 33px;
    line-height: 33px; } }

html:not([dir="rtl"]) .vans_optional-equipment-highlights__copy,
html[dir="rtl"] .vans_optional-equipment-highlights__copy {
  padding-bottom: 18px; }

.vans_optional-equipment-highlights__equipment-teaser-collection {
  transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
  html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-collection,
  html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-collection {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_optional-equipment-highlights__equipment-teaser-collection {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_optional-equipment-highlights__equipment-teaser-collection {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_optional-equipment-highlights__equipment-teaser-collection {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 768px) {
    .vans_optional-equipment-highlights__equipment-teaser-collection {
      display: flex;
      position: relative;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-collection,
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-collection {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-collection,
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-collection {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-collection,
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-collection {
      margin: 0 32px; } }
  @media only screen and (min-width: 768px) and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-collection,
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-collection {
      margin: 0 44px; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .vans_optional-equipment-highlights__equipment-teaser-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-collection,
      html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-collection {
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1440px) {
    .vans_optional-equipment-highlights__equipment-teaser-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-collection,
      html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-collection {
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1921px) {
    .vans_optional-equipment-highlights__equipment-teaser-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-collection,
      html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-collection {
        margin: 0 auto; } }

html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser,
html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
  padding-top: 40px; }

html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser:first-of-type,
html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser:first-of-type {
  padding-top: 0; }

@media only screen and (min-width: 768px) {
  .vans_optional-equipment-highlights__equipment-teaser {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_optional-equipment-highlights__equipment-teaser {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_optional-equipment-highlights__equipment-teaser {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_optional-equipment-highlights__equipment-teaser {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_optional-equipment-highlights__equipment-teaser {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; } }

.vans_optional-equipment-highlights__equipment-teaser-link {
  display: block;
  position: relative; }
  html.-hover .vans_optional-equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'] {
    background: #d9d9d9; }
  html.-hover .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'] {
    background: #242424; }

.vans_optional-equipment-highlights__equipment-teaser-button {
  bottom: 0;
  position: absolute; }
  .vans_optional-equipment-highlights__equipment-teaser-button, [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button, .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button {
    width: 40px;
    height: 40px;
    background: #ececec;
    color: #333;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_optional-equipment-highlights__equipment-teaser-button, html [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button, html .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button, html [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button {
      text-align: center; }
    .vans_optional-equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover .vans_optional-equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button.-disabled:hover, .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button.-disabled:hover {
      cursor: auto;
      background: #f4f4f4;
      color: #a8a8a8; }
    html.-hover .vans_optional-equipment-highlights__equipment-teaser-button:hover, .vans_optional-equipment-highlights__equipment-teaser-button:active,
    .vans_optional-equipment-highlights__equipment-teaser-button .-active, html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button:hover, [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button:active,
    [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__equipment-teaser-button .-active, html.-hover .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button:hover, .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button:active,
    .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button:hover, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button:active,
    [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__equipment-teaser-button .-active {
      background: #d9d9d9; }
  .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button, html [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button {
      text-align: center; }
    .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button.-disabled:hover {
      cursor: auto;
      background: #5c5c5c;
      color: #8d8d8d; }
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button:hover, .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button:active,
    .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button:hover, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button:active,
    [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button .-active {
      background: #242424; }
    .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__equipment-teaser-button.-disabled:hover {
      opacity: 0.6; }
  html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-button {
    right: 0; }
  html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-button {
    left: 0; }

.vans_optional-equipment-highlights__equipment-teaser-image {
  position: relative;
  overflow: hidden; }
  .vans_optional-equipment-highlights__equipment-teaser-image::before {
    display: block;
    content: "";
    width: 100%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-image::before,
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-image::before {
      padding-bottom: 75%; }
  .vans_optional-equipment-highlights__equipment-teaser-image > .vans_image {
    position: absolute;
    top: 0;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-image > .vans_image {
      left: 0; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-image > .vans_image {
      right: 0; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-image > .vans_image {
      right: 0; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-image > .vans_image {
      left: 0; }

.vans_optional-equipment-highlights__equipment-teaser-headline {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-headline {
      margin-left: 24px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-headline {
      margin-right: 24px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-headline {
      margin-left: 24px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-headline {
      margin-right: 24px; } }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-headline {
      margin-right: 24px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-headline {
      margin-left: 24px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-headline {
      margin-right: 24px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-headline {
      margin-left: 24px; } }
  :lang(ko) .vans_optional-equipment-highlights__equipment-teaser-headline {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-headline,
  html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-headline {
    margin-top: 18px; }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-headline {
      margin-left: 0; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-headline {
      margin-right: 0; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser-headline {
      margin-right: 0; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser-headline {
      margin-left: 0; } }

@media only screen and (min-width: 0) {
  .vans_optional-equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-left: 6px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-right: 6px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_optional-equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-left: 6px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-right: 6px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_optional-equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_optional-equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_optional-equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_optional-equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_optional-equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_optional-equipment-highlights__buttons,
html[dir="rtl"] .vans_optional-equipment-highlights__buttons {
  margin-top: 40px; }

html .vans_optional-equipment-highlights__buttons {
  text-align: center; }

@media only screen and (min-width: 1280px) {
  .vans_optional-equipment-highlights__buttons.-hidden-mq5 {
    display: none; } }

.vans_optional-equipment-highlights__button--show-all, .vans_optional-equipment-highlights__button--show-less {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 0 0;
  appearance: none;
  position: relative;
  outline: none;
  white-space: nowrap;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }
  :lang(ko) .vans_optional-equipment-highlights__button--show-all, :lang(ko) .vans_optional-equipment-highlights__button--show-less {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-all, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-less {
    padding-left: 20px; }
  html[dir="rtl"] .vans_optional-equipment-highlights__button--show-all, html[dir="rtl"] .vans_optional-equipment-highlights__button--show-less {
    padding-right: 20px; }
  html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-all, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-less {
    padding-right: 20px; }
  html[dir="rtl"] .vans_optional-equipment-highlights__button--show-all, html[dir="rtl"] .vans_optional-equipment-highlights__button--show-less {
    padding-left: 20px; }
  .vans_optional-equipment-highlights__button--show-all::after, .vans_optional-equipment-highlights__button--show-less::after {
    border-color: transparent; }
  .vans_optional-equipment-highlights__button--show-all::after, .vans_optional-equipment-highlights__button--show-less::after { }
  .vans_optional-equipment-highlights__button--show-all.-active::after,
  html.-hover .vans_optional-equipment-highlights__button--show-all:active:hover::after, .vans_optional-equipment-highlights__button--show-all:active:focus::after, .vans_optional-equipment-highlights__button--show-less.-active::after,
  html.-hover .vans_optional-equipment-highlights__button--show-less:active:hover::after, .vans_optional-equipment-highlights__button--show-less:active:focus::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_optional-equipment-highlights__button--show-all.-disabled::after,
  html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
  html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_optional-equipment-highlights__button--show-all[disabled]::after,
  html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
  html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_optional-equipment-highlights__button--show-less.-disabled::after,
  html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
  html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_optional-equipment-highlights__button--show-less[disabled]::after,
  html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
  html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_optional-equipment-highlights__button--show-all.-disabled::after,
  html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
  html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_optional-equipment-highlights__button--show-all[disabled]::after,
  html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
  html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_optional-equipment-highlights__button--show-less.-disabled::after,
  html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
  html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_optional-equipment-highlights__button--show-less[disabled]::after,
  html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
  html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-all.-disabled::after,
    html[dir="rtl"] .vans_optional-equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-all[disabled]::after,
    html[dir="rtl"] .vans_optional-equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-less.-disabled::after,
    html[dir="rtl"] .vans_optional-equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-less[disabled]::after,
    html[dir="rtl"] .vans_optional-equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_optional-equipment-highlights__button--show-all::after, .vans_optional-equipment-highlights__button--show-less::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-all::after, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-less::after {
      right: 0; }
    html[dir="rtl"] .vans_optional-equipment-highlights__button--show-all::after, html[dir="rtl"] .vans_optional-equipment-highlights__button--show-less::after {
      left: 0; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-all::after, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-less::after {
      left: 0; }
    html[dir="rtl"] .vans_optional-equipment-highlights__button--show-all::after, html[dir="rtl"] .vans_optional-equipment-highlights__button--show-less::after {
      right: 0; }
  .vans_optional-equipment-highlights__button--show-all::before, .vans_optional-equipment-highlights__button--show-less::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-all::before, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-less::before {
      right: 0; }
    html[dir="rtl"] .vans_optional-equipment-highlights__button--show-all::before, html[dir="rtl"] .vans_optional-equipment-highlights__button--show-less::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-all::before, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-less::before {
      left: 0; }
    html[dir="rtl"] .vans_optional-equipment-highlights__button--show-all::before, html[dir="rtl"] .vans_optional-equipment-highlights__button--show-less::before {
      right: 0; }
  .vans_optional-equipment-highlights__button--show-all::before, .vans_optional-equipment-highlights__button--show-less::before {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
  .vans_optional-equipment-highlights__button--show-all::after, .vans_optional-equipment-highlights__button--show-less::after {
    border-radius: 0 0 0 0; }
  html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-all,
  html[dir="rtl"] .vans_optional-equipment-highlights__button--show-all, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-less,
  html[dir="rtl"] .vans_optional-equipment-highlights__button--show-less {
    margin: 0 0 auto; }
  html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-all,
  html[dir="rtl"] .vans_optional-equipment-highlights__button--show-all, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-less,
  html[dir="rtl"] .vans_optional-equipment-highlights__button--show-less {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-all,
  html[dir="rtl"] .vans_optional-equipment-highlights__button--show-all, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-less,
  html[dir="rtl"] .vans_optional-equipment-highlights__button--show-less {
    padding-bottom: 0; }
  .vans_optional-equipment-highlights__button--show-all:focus, .vans_optional-equipment-highlights__button--show-less:focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
    border-radius: 0.5px; }
  .vans_optional-equipment-highlights__button--show-all__value, .vans_optional-equipment-highlights__button--show-less__value {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block; }
  .vans_optional-equipment-highlights__button--show-all, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all, .vans_optional-equipment-highlights__button--show-less, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less, .vans_theme-light .vans_optional-equipment-highlights__button--show-all, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all, .vans_theme-light .vans_optional-equipment-highlights__button--show-less, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less {
    color: #333;
    background: #ececec; }
    .vans_optional-equipment-highlights__button--show-all::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all::after, .vans_optional-equipment-highlights__button--show-less::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-all::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-less::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less::after {
      border-color: transparent; }
    .vans_optional-equipment-highlights__button--show-all::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all::after, .vans_optional-equipment-highlights__button--show-less::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-all::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-less::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less::after { }
    html.-hover .vans_optional-equipment-highlights__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all:hover, html.-hover .vans_optional-equipment-highlights__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less:hover, html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all:hover, html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less:hover {
      background: #d9d9d9; }
    .vans_optional-equipment-highlights__button--show-all:focus, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all:focus, .vans_optional-equipment-highlights__button--show-less:focus, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less:focus, .vans_theme-light .vans_optional-equipment-highlights__button--show-all:focus, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all:focus, .vans_theme-light .vans_optional-equipment-highlights__button--show-less:focus, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less:focus {
      background: #d9d9d9; }
    .vans_optional-equipment-highlights__button--show-all.-active,
    html.-hover .vans_optional-equipment-highlights__button--show-all:active:hover, .vans_optional-equipment-highlights__button--show-all:active:focus, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all:active:hover, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all:active:focus, .vans_optional-equipment-highlights__button--show-less.-active,
    html.-hover .vans_optional-equipment-highlights__button--show-less:active:hover, .vans_optional-equipment-highlights__button--show-less:active:focus, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less:active:hover, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less:active:focus, .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-active,
    html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all:active:hover, .vans_theme-light .vans_optional-equipment-highlights__button--show-all:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all:active:focus, .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-active,
    html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less:active:hover, .vans_theme-light .vans_optional-equipment-highlights__button--show-less:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less:active:focus {
      color: #333;
      background: #d9d9d9; }
      .vans_optional-equipment-highlights__button--show-all.-active::after,
      html.-hover .vans_optional-equipment-highlights__button--show-all:active:hover::after, .vans_optional-equipment-highlights__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all:active:focus::after, .vans_optional-equipment-highlights__button--show-less.-active::after,
      html.-hover .vans_optional-equipment-highlights__button--show-less:active:hover::after, .vans_optional-equipment-highlights__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less:active:focus::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-active::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all:active:hover::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all:active:focus::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-active::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less:active:hover::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_optional-equipment-highlights__button--show-all.-disabled,
    html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:hover,
    html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover, .vans_optional-equipment-highlights__button--show-all[disabled],
    html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:hover,
    html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover, .vans_optional-equipment-highlights__button--show-less.-disabled,
    html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:hover,
    html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover, .vans_optional-equipment-highlights__button--show-less[disabled],
    html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:hover,
    html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover, .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled,
    html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover,
    html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover, .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled],
    html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover,
    html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover, .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled,
    html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover,
    html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover, .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled],
    html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover,
    html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover {
      background-color: #ececec; }
      .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_optional-equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_optional-equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_optional-equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_optional-equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_optional-equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after {
          border-width: 1px; }
  .vans_theme-dark .vans_optional-equipment-highlights__button--show-all, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less {
    color: #fff;
    background: #333; }
    .vans_theme-dark .vans_optional-equipment-highlights__button--show-all::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all::after, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less::after {
      border-color: transparent; }
    .vans_theme-dark .vans_optional-equipment-highlights__button--show-all::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all::after, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less::after { }
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:hover, html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:hover {
      background: #242424; }
    .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:focus, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:focus, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:focus, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:focus {
      background: #242424; }
    .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-active,
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:active:hover, .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:active:focus, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-active,
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:active:hover, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:active:focus {
      color: #fff;
      background: #242424; }
      .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-active::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:active:hover::after, .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all:active:focus::after, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-active::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:active:hover::after, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled,
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover,
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover, .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled],
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover,
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled,
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover,
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled],
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover,
    html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover {
      background-color: #333; }
      .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_optional-equipment-highlights__button--show-less[disabled]:active:hover::after {
          border-width: 1px; }
  @media only screen and (min-width: 768px) {
    .vans_optional-equipment-highlights__button--show-all, .vans_optional-equipment-highlights__button--show-less {
      width: auto; } }
  .vans_optional-equipment-highlights__button--show-all.-hidden, .vans_optional-equipment-highlights__button--show-less.-hidden {
    display: none; }

@media only screen and (min-width: 0) {
  .vans_optional-equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-left: 6px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-right: 6px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_optional-equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-left: 6px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-right: 6px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_optional-equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_optional-equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_optional-equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_optional-equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_optional-equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 768px) {
  .vans_optional-equipment-highlights__equipment-teaser-collection {
    overflow: hidden;
    display: block; } }

@media only screen and (min-width: 768px) {
  .vans_optional-equipment-highlights__equipment-teaser {
    padding-start: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_optional-equipment-highlights__equipment-teaser {
    padding-start: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_optional-equipment-highlights__equipment-teaser {
    padding-start: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_optional-equipment-highlights__equipment-teaser {
    padding-start: 12px; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      padding-right: 12px; } }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
    padding-right: 12px; }
  html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
    padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
    padding-right: 12px; }
  html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
    padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
    padding-right: 12px; }
  html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
    padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
    padding-right: 12px; }
  html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
    padding-left: 12px; } }

@media only screen and (min-width: 0) and (max-width: 1279px) {
  .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(1).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms forwards; }
  .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(2).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms forwards; }
  .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(3).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms forwards; }
  .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(4) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(4).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
      transition-delay: 200ms;
      opacity: 1; }
  .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(5) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(5).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
      transition-delay: 300ms;
      opacity: 1; }
  .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(6) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(6).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
      transition-delay: 400ms;
      opacity: 1; }
  .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(7) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(7).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
      transition-delay: 500ms;
      opacity: 1; }
  .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(8) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(8).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
      transition-delay: 600ms;
      opacity: 1; }
  .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(9) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(9).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
      transition-delay: 700ms;
      opacity: 1; }
  .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(n + 4).-hidden {
    display: none; } }

@media only screen and (min-width: 768px) {
  .vans_optional-equipment-highlights__equipment-teaser {
    width: 50%; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser {
      float: left; }
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser {
      float: right; } }

@media only screen and (min-width: 1280px) {
  .vans_optional-equipment-highlights__equipment-teaser {
    width: 33.33%; }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(1).-potentially-visible {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms forwards; }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(2).-potentially-visible {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms forwards; }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(3).-potentially-visible {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms forwards; }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(4).-potentially-visible {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms forwards; }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(5).-potentially-visible {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms forwards; }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(6).-potentially-visible {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms forwards; }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(7) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(7).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
        transition-delay: 200ms;
        opacity: 1; }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(8) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(8).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
        transition-delay: 300ms;
        opacity: 1; }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(9) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(9).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
        transition-delay: 400ms;
        opacity: 1; }
    html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(2),
    html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(2) {
      padding-top: 0; }
    .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(n + 7).-hidden {
      display: none; } }

@media only screen and (min-width: 768px) {
  .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(3n + 1) {
    width: 100%; } }

@media only screen and (min-width: 1280px) {
  .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(3n + 1) {
    width: 66.66%; } }

@media only screen and (min-width: 1280px) {
  html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(6n + 4), html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(6n + 5), html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(6n + 6) {
    float: right; }
  html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(6n + 4), html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(6n + 5), html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser:nth-of-type(6n + 6) {
    float: left; } }

html:not([dir="rtl"]) .vans_optional-equipment-highlights__equipment-teaser.-placeholder,
html[dir="rtl"] .vans_optional-equipment-highlights__equipment-teaser.-placeholder {
  padding-top: 0; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_offer-multi, [class*="vans_theme-"] .vans_offer-multi, [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer-multi, .vans_theme-light .vans_offer-multi, [class*="vans_theme-"] .vans_theme-light .vans_offer-multi, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer-multi {
  color: #333; }

.vans_theme-dark .vans_offer-multi, [class*="vans_theme-"] .vans_theme-dark .vans_offer-multi, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer-multi {
  color: #fff; }

html:not([dir="rtl"]) .vans_offer-multi,
html[dir="rtl"] .vans_offer-multi {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_offer-multi,
html[dir="rtl"] .vans_offer-multi {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_offer-multi {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_offer-multi {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_offer-multi {
    font-size: 33px;
    line-height: 33px; } }

.vans_offer-multi__wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_offer-multi__wrapper,
    html[dir="rtl"] .vans_offer-multi__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_offer-multi__wrapper,
    html[dir="rtl"] .vans_offer-multi__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_offer-multi__wrapper,
    html[dir="rtl"] .vans_offer-multi__wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_offer-multi__wrapper,
    html[dir="rtl"] .vans_offer-multi__wrapper {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_offer-multi__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_offer-multi__wrapper,
      html[dir="rtl"] .vans_offer-multi__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_offer-multi__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_offer-multi__wrapper,
      html[dir="rtl"] .vans_offer-multi__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_offer-multi__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_offer-multi__wrapper,
      html[dir="rtl"] .vans_offer-multi__wrapper {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_offer-multi__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_offer-multi__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_offer-multi__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_offer-multi__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_offer-multi__inner {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_offer-multi__inner {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_offer-multi__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_offer-multi__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_offer-multi__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer-multi__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer-multi__inner {
      padding-left: 12px; } }

.vans_offer-multi__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_offer-multi__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_offer-multi__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_offer-multi__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_offer-multi__headline {
      font-size: 40px;
      line-height: 40px; } }

html:not([dir="rtl"]) .vans_offer-multi__copy,
html[dir="rtl"] .vans_offer-multi__copy {
  padding-top: 0.8em; }

@media only screen and (min-width: 0) {
  .vans_offer-multi__copy {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_offer-multi__copy {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_offer-multi__copy {
    font-size: 33px;
    line-height: 33px; } }

html:not([dir="rtl"]) .vans_offer-multi__copy,
html[dir="rtl"] .vans_offer-multi__copy {
  padding-bottom: 18px; }

html:not([dir="rtl"]) .vans_offer-multi__tabs,
html[dir="rtl"] .vans_offer-multi__tabs {
  margin-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_offer-multi__tabs {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_offer-multi__tabs {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_offer-multi__tabs {
    font-size: 33px;
    line-height: 33px; } }

.vans_offer-multi__tabs .vans_dropdown-icon {
  position: absolute;
  right: 0;
  pointer-events: none; }
  html:not([dir="rtl"]) .vans_offer-multi__tabs .vans_dropdown-icon {
    padding-right: 16px; }
  html[dir="rtl"] .vans_offer-multi__tabs .vans_dropdown-icon {
    padding-left: 16px; }

.vans_offer-multi__content-wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_offer-multi__content-wrapper,
    html[dir="rtl"] .vans_offer-multi__content-wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_offer-multi__content-wrapper,
    html[dir="rtl"] .vans_offer-multi__content-wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_offer-multi__content-wrapper,
    html[dir="rtl"] .vans_offer-multi__content-wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_offer-multi__content-wrapper,
    html[dir="rtl"] .vans_offer-multi__content-wrapper {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_offer-multi__content-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_offer-multi__content-wrapper,
      html[dir="rtl"] .vans_offer-multi__content-wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_offer-multi__content-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_offer-multi__content-wrapper,
      html[dir="rtl"] .vans_offer-multi__content-wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_offer-multi__content-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_offer-multi__content-wrapper,
      html[dir="rtl"] .vans_offer-multi__content-wrapper {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_offer-multi__content {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-left: 6px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-right: 6px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_offer-multi__content {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-left: 6px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-right: 6px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_offer-multi__content {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_offer-multi__content {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_offer-multi__content {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_offer-multi__content {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_offer-multi__content {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_offer-multi__content {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_offer-multi__content {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer-multi__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer-multi__content {
      padding-left: 12px; } }

.vans_offer-multi__content-inner-wrapper {
  position: relative;
  transition: height 0.3s 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

.js .vans_offer-multi__content-inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0; }
  .js .vans_offer-multi__content-inner.-active {
    transition-property: opacity;
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0.6s;
    opacity: 1;
    visibility: visible;
    position: static; }
  .js .vans_offer-multi__content-inner.-fromLeft {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
    visibility: visible;
    position: static; }
  .js .vans_offer-multi__content-inner.-fromRight {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
    visibility: visible;
    position: static; }
  .js .vans_offer-multi__content-inner.-toLeft {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
    visibility: visible; }
  .js .vans_offer-multi__content-inner.-toRight {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
    visibility: visible; }

html:not([dir="rtl"]) .vans_offer-multi__content-inner,
html[dir="rtl"] .vans_offer-multi__content-inner {
  padding-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_offer-multi__content-inner {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_offer-multi__content-inner {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_offer-multi__content-inner {
    font-size: 33px;
    line-height: 33px; } }

.vans_offer-multi__content-inner.-active {
  position: relative; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_offer, [class*="vans_theme-"] .vans_offer, [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer, .vans_theme-light .vans_offer, [class*="vans_theme-"] .vans_theme-light .vans_offer, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer {
  color: #333; }

.vans_theme-dark .vans_offer, [class*="vans_theme-"] .vans_theme-dark .vans_offer, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer {
  color: #fff; }

.vans_offer__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_offer__inner,
    html[dir="rtl"] .vans_offer__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_offer__inner,
    html[dir="rtl"] .vans_offer__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_offer__inner,
    html[dir="rtl"] .vans_offer__inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_offer__inner,
    html[dir="rtl"] .vans_offer__inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_offer__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_offer__inner,
      html[dir="rtl"] .vans_offer__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_offer__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_offer__inner,
      html[dir="rtl"] .vans_offer__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_offer__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_offer__inner,
      html[dir="rtl"] .vans_offer__inner {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_offer__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_offer__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_offer__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_offer__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_offer__wrapper {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_offer__wrapper {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_offer__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_offer__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_offer__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer__wrapper {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_offer__wrapper,
html[dir="rtl"] .vans_offer__wrapper {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_offer__wrapper,
html[dir="rtl"] .vans_offer__wrapper {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_offer__wrapper {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_offer__wrapper {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_offer__wrapper {
    font-size: 33px;
    line-height: 33px; } }

.vans_offer__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_offer__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_offer__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_offer__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_offer__headline {
      font-size: 40px;
      line-height: 40px; } }

html:not([dir="rtl"]) .vans_offer__copy,
html[dir="rtl"] .vans_offer__copy {
  padding-bottom: 18px; }

html:not([dir="rtl"]) .vans_offer__copy,
html[dir="rtl"] .vans_offer__copy {
  padding-top: 0.8em; }

@media only screen and (min-width: 0) {
  .vans_offer__copy {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_offer__copy {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_offer__copy {
    font-size: 33px;
    line-height: 33px; } }

html:not([dir="rtl"]) .vans_offer__container,
html[dir="rtl"] .vans_offer__container {
  padding-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_offer__container {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_offer__container {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_offer__container {
    font-size: 33px;
    line-height: 33px; } }

.vans_offer__subheadline {
  font-family: CorporateSRegular, -apple-system, sans-serif; }
  :lang(ko) .vans_offer__subheadline {
    font-family: MBKCorporateSRegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_offer__subheadline {
      font-size: 18px;
      line-height: 23px; } }
  @media only screen and (min-width: 768px) {
    .vans_offer__subheadline {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_offer__subheadline {
      font-size: 22px;
      line-height: 29px; } }

html:not([dir="rtl"]) .vans_offer__content,
html[dir="rtl"] .vans_offer__content {
  padding-top: 18px; }

html:not([dir="rtl"]) .vans_offer__content,
html[dir="rtl"] .vans_offer__content {
  padding-bottom: 18px; }

@media only screen and (min-width: 1280px) {
  html:not([dir="rtl"]) .vans_offer__content,
  html[dir="rtl"] .vans_offer__content {
    padding-bottom: 0px; } }

.vans_offer__table {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_offer__table {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_offer__table,
  html[dir="rtl"] .vans_offer__table {
    border: 0; }
  html:not([dir="rtl"]) .vans_offer__table,
  html[dir="rtl"] .vans_offer__table, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_offer__table,
  html[dir="rtl"] [class*="vans_theme-"] .vans_offer__table, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer__table,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer__table, html:not([dir="rtl"]) .vans_theme-light .vans_offer__table,
  html[dir="rtl"] .vans_theme-light .vans_offer__table, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_offer__table,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table {
    border: 0; }
  html:not([dir="rtl"]) .vans_offer__table,
  html[dir="rtl"] .vans_offer__table, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_offer__table,
  html[dir="rtl"] [class*="vans_theme-"] .vans_offer__table, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer__table,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer__table, html:not([dir="rtl"]) .vans_theme-light .vans_offer__table,
  html[dir="rtl"] .vans_theme-light .vans_offer__table, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_offer__table,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table {
    border-top: 1px solid #666; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_offer__table,
  html[dir="rtl"] .vans_theme-dark .vans_offer__table, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_offer__table,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_offer__table,
  html[dir="rtl"] .vans_theme-dark .vans_offer__table, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_offer__table,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table {
    border-top: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_offer__table,
  html[dir="rtl"] .vans_offer__table {
    padding-top: 18px; }
  .vans_offer__table table {
    width: 100%; }
  .vans_offer__table tr {
    display: flex;
    justify-content: space-between; }
    html:not([dir="rtl"]) .vans_offer__table tr,
    html[dir="rtl"] .vans_offer__table tr {
      padding: 18px 0; }
    html:not([dir="rtl"]) .vans_offer__table tr,
    html[dir="rtl"] .vans_offer__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_offer__table tr,
    html[dir="rtl"] [class*="vans_theme-"] .vans_offer__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer__table tr,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer__table tr, html:not([dir="rtl"]) .vans_theme-light .vans_offer__table tr,
    html[dir="rtl"] .vans_theme-light .vans_offer__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr {
      border: 0; }
    html:not([dir="rtl"]) .vans_offer__table tr,
    html[dir="rtl"] .vans_offer__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_offer__table tr,
    html[dir="rtl"] [class*="vans_theme-"] .vans_offer__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer__table tr,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer__table tr, html:not([dir="rtl"]) .vans_theme-light .vans_offer__table tr,
    html[dir="rtl"] .vans_theme-light .vans_offer__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr {
      border-top: 1px solid #ddd; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_offer__table tr,
    html[dir="rtl"] .vans_theme-dark .vans_offer__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr {
      border: 0; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_offer__table tr,
    html[dir="rtl"] .vans_theme-dark .vans_offer__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr {
      border-top: 1px solid #3c3c3c; }
    html:not([dir="rtl"]) .vans_offer__table tr:first-child,
    html[dir="rtl"] .vans_offer__table tr:first-child {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_offer__table tr:first-child,
    html[dir="rtl"] .vans_offer__table tr:first-child {
      border-top: 0 !important; }
    html:not([dir="rtl"]) .vans_offer__table tr:last-child,
    html[dir="rtl"] .vans_offer__table tr:last-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_offer__table tr:last-child,
    html[dir="rtl"] [class*="vans_theme-"] .vans_offer__table tr:last-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer__table tr:last-child,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer__table tr:last-child, html:not([dir="rtl"]) .vans_theme-light .vans_offer__table tr:last-child,
    html[dir="rtl"] .vans_theme-light .vans_offer__table tr:last-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr:last-child,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr:last-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr:last-child,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr:last-child {
      border: 0; }
    html:not([dir="rtl"]) .vans_offer__table tr:last-child,
    html[dir="rtl"] .vans_offer__table tr:last-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_offer__table tr:last-child,
    html[dir="rtl"] [class*="vans_theme-"] .vans_offer__table tr:last-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer__table tr:last-child,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_offer__table tr:last-child, html:not([dir="rtl"]) .vans_theme-light .vans_offer__table tr:last-child,
    html[dir="rtl"] .vans_theme-light .vans_offer__table tr:last-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr:last-child,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr:last-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr:last-child,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_offer__table tr:last-child {
      border-top: 1px solid #666; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_offer__table tr:last-child,
    html[dir="rtl"] .vans_theme-dark .vans_offer__table tr:last-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr:last-child,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr:last-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr:last-child,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr:last-child {
      border: 0; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_offer__table tr:last-child,
    html[dir="rtl"] .vans_theme-dark .vans_offer__table tr:last-child, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr:last-child,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr:last-child, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr:last-child,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_offer__table tr:last-child {
      border-top: 1px solid #ddd; }
    html:not([dir="rtl"]) .vans_offer__table tr:last-child,
    html[dir="rtl"] .vans_offer__table tr:last-child {
      padding-bottom: 0; }
    .vans_offer__table tr:last-child td:last-child {
      font-family: CorporateSDemi, sans-serif;
      font-size: 16px;
      line-height: 21px; }
      :lang(ko) .vans_offer__table tr:last-child td:last-child {
        font-family: MBKCorporateSRegular, sans-serif;
        font-weight: bold; }
  html:not([dir="rtl"]) .vans_offer__table th {
    text-align: left; }
  html[dir="rtl"] .vans_offer__table th {
    text-align: right; }
  .vans_offer__table td:last-child {
    white-space: nowrap; }
    html:not([dir="rtl"]) .vans_offer__table td:last-child {
      padding-left: 18px; }
    html[dir="rtl"] .vans_offer__table td:last-child {
      padding-right: 18px; }

.vans_offer__buttons {
  display: flex;
  flex-direction: column; }
  html:not([dir="rtl"]) .vans_offer__buttons,
  html[dir="rtl"] .vans_offer__buttons {
    margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .vans_offer__buttons {
      flex-direction: row;
      flex-wrap: wrap; }
      html:not([dir="rtl"]) .vans_offer__buttons,
      html[dir="rtl"] .vans_offer__buttons {
        margin-top: 10px; } }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_offer__buttons,
    html[dir="rtl"] .vans_offer__buttons {
      margin-top: 28px; } }
  html:not([dir="rtl"]) .vans_offer__buttons .vans_buttons__button--primary, html:not([dir="rtl"]) .vans_offer__buttons .vans_buttons__button--secondary {
    margin-right: 0; }
  html[dir="rtl"] .vans_offer__buttons .vans_buttons__button--primary, html[dir="rtl"] .vans_offer__buttons .vans_buttons__button--secondary {
    margin-left: 0; }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_offer__buttons .vans_buttons__button--primary, html:not([dir="rtl"]) .vans_offer__buttons .vans_buttons__button--secondary {
      margin-right: 12px; }
    html[dir="rtl"] .vans_offer__buttons .vans_buttons__button--primary, html[dir="rtl"] .vans_offer__buttons .vans_buttons__button--secondary {
      margin-left: 12px; } }

html:not([dir="rtl"]) .vans_offer__content--image,
html[dir="rtl"] .vans_offer__content--image {
  padding-top: 0; }

html:not([dir="rtl"]) .vans_offer__content--image,
html[dir="rtl"] .vans_offer__content--image {
  padding-bottom: 18px; }

@media only screen and (min-width: 768px) {
  .vans_offer__content--image {
    display: flex; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-left: -6px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-right: -6px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-left: -6px; } }
  @media only screen and (min-width: 768px) and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-left: -6px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-right: -6px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-left: -6px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-left: -12px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-right: -12px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-left: -12px; } }
  @media only screen and (min-width: 768px) and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-left: -12px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-right: -12px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-left: -12px; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-left: -12px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-right: -12px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-left: -12px; } }
  @media only screen and (min-width: 768px) and (min-width: 1440px) {
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-left: -12px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-right: -12px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-left: -12px; } }
  @media only screen and (min-width: 768px) and (min-width: 1921px) {
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-left: -12px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_offer__content--image {
      margin-right: -12px; }
    html[dir="rtl"] .vans_offer__content--image {
      margin-left: -12px; } }

@media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_offer__content--image,
    html[dir="rtl"] .vans_offer__content--image {
      padding-bottom: 18px; } }

@media only screen and (min-width: 1280px) {
  html:not([dir="rtl"]) .vans_offer__content--image,
  html[dir="rtl"] .vans_offer__content--image {
    padding-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .vans_offer__content--image .vans_offer__image,
  .vans_offer__content--image .vans_offer__table {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__image, html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__table {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer__content--image .vans_offer__image, html[dir="rtl"] .vans_offer__content--image .vans_offer__table {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__image, html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__table {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer__content--image .vans_offer__image, html[dir="rtl"] .vans_offer__content--image .vans_offer__table {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_offer__content--image .vans_offer__image,
  .vans_offer__content--image .vans_offer__table {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__image, html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__table {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer__content--image .vans_offer__image, html[dir="rtl"] .vans_offer__content--image .vans_offer__table {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__image, html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__table {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer__content--image .vans_offer__image, html[dir="rtl"] .vans_offer__content--image .vans_offer__table {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_offer__content--image .vans_offer__image,
  .vans_offer__content--image .vans_offer__table {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__image, html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__table {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer__content--image .vans_offer__image, html[dir="rtl"] .vans_offer__content--image .vans_offer__table {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__image, html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__table {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer__content--image .vans_offer__image, html[dir="rtl"] .vans_offer__content--image .vans_offer__table {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_offer__content--image .vans_offer__image,
  .vans_offer__content--image .vans_offer__table {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__image, html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__table {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer__content--image .vans_offer__image, html[dir="rtl"] .vans_offer__content--image .vans_offer__table {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__image, html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__table {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer__content--image .vans_offer__image, html[dir="rtl"] .vans_offer__content--image .vans_offer__table {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_offer__content--image .vans_offer__image,
  .vans_offer__content--image .vans_offer__table {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__image, html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__table {
      padding-left: 12px; }
    html[dir="rtl"] .vans_offer__content--image .vans_offer__image, html[dir="rtl"] .vans_offer__content--image .vans_offer__table {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__image, html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__table {
      padding-right: 12px; }
    html[dir="rtl"] .vans_offer__content--image .vans_offer__image, html[dir="rtl"] .vans_offer__content--image .vans_offer__table {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__image,
html[dir="rtl"] .vans_offer__content--image .vans_offer__image {
  padding-top: 24px; }

html:not([dir="rtl"]) .vans_offer__content--image .vans_offer__table,
html[dir="rtl"] .vans_offer__content--image .vans_offer__table {
  border: 0 !important; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_notification-popup {
  z-index: 11;
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  bottom: 0; }
  @media only screen and (min-width: 768px) {
    .vans_notification-popup:not(.-scrollable) {
      background: none !important;
      height: auto; } }
  @media only screen and (min-width: 1024px) {
    .vans_notification-popup {
      z-index: 8; } }
  .vans_notification-popup.-show, [class*="vans_theme-"] .vans_notification-popup.-show, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup.-show, .vans_notification-popup.-edit-mode, [class*="vans_theme-"] .vans_notification-popup.-edit-mode, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup.-edit-mode, .vans_theme-light .vans_notification-popup.-show, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup.-show, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup.-show, .vans_theme-light .vans_notification-popup.-edit-mode, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup.-edit-mode, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup.-edit-mode {
    background: rgba(0, 0, 0, 0.4); }
  .vans_theme-dark .vans_notification-popup.-show, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup.-show, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup.-show, .vans_theme-dark .vans_notification-popup.-edit-mode, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup.-edit-mode, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup.-edit-mode {
    background: rgba(0, 0, 0, 0.6); }
  .vans_notification-popup.-show {
    animation: vans_blendin 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
    display: block; }
  .vans_notification-popup.-edit-mode {
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: auto;
    padding-bottom: 24px; }
    .vans_notification-popup.-edit-mode .vans_notification-popup__container {
      position: relative;
      bottom: auto; }
  .vans_notification-popup.-scrollable {
    min-height: 100vh;
    overflow-x: scroll; }
    .vans_notification-popup.-scrollable .vans_notification-popup__container {
      top: 0;
      bottom: auto;
      padding-bottom: 32px; }
  .vans_notification-popup.-hidden {
    animation: vans_blendout 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0.7s forwards; }
  .vans_notification-popup__container {
    position: absolute; }
    html:not([dir="rtl"]) .vans_notification-popup__container {
      padding-left: 24px; }
    html[dir="rtl"] .vans_notification-popup__container {
      padding-right: 24px; }
    html:not([dir="rtl"]) .vans_notification-popup__container {
      padding-right: 24px; }
    html[dir="rtl"] .vans_notification-popup__container {
      padding-left: 24px; }
    html:not([dir="rtl"]) .vans_notification-popup__container,
    html[dir="rtl"] .vans_notification-popup__container {
      padding-top: 8px; }
    html:not([dir="rtl"]) .vans_notification-popup__container {
      right: 0; }
    html[dir="rtl"] .vans_notification-popup__container {
      left: 0; }
    html:not([dir="rtl"]) .vans_notification-popup__container,
    html[dir="rtl"] .vans_notification-popup__container {
      bottom: 32px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_notification-popup__container,
      html[dir="rtl"] .vans_notification-popup__container {
        padding-top: 24px; }
      html:not([dir="rtl"]) .vans_notification-popup__container,
      html[dir="rtl"] .vans_notification-popup__container {
        bottom: 96px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_notification-popup__container {
        padding-right: 72px; }
      html[dir="rtl"] .vans_notification-popup__container {
        padding-left: 72px; }
      html:not([dir="rtl"]) .vans_notification-popup__container,
      html[dir="rtl"] .vans_notification-popup__container {
        bottom: 32px; } }
    .vans_notification-popup__container.-show {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
      animation: vans_blendin 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-right 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards; }
      html[dir="rtl"] .vans_notification-popup__container.-show {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
        animation: vans_blendin 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-left 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards; }
    .vans_notification-popup__container.-hidden {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      animation: vans_blendout 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-out-right 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards; }
      html[dir="rtl"] .vans_notification-popup__container.-hidden {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        animation: vans_blendout 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-out-left 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards; }
  .vans_notification-popup__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    border-radius: 6px;
    background: #fff;
    color: #333;
    width: 272px; }
    .vans_notification-popup__inner, [class*="vans_theme-"] .vans_notification-popup__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__inner, .vans_theme-light .vans_notification-popup__inner, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__inner {
      box-shadow: 10px 10px 80px 20px rgba(0, 0, 0, 0.2), 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .vans_theme-dark .vans_notification-popup__inner, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__inner {
      box-shadow: 10px 10px 80px 20px rgba(0, 0, 0, 0.4), 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    @media only screen and (min-width: 480px) {
      .vans_notification-popup__inner {
        width: 432px; } }
    @media only screen and (min-width: 768px) {
      .vans_notification-popup__inner {
        width: auto;
        min-width: 653px; } }
    @media only screen and (min-width: 1280px) {
      .vans_notification-popup__inner {
        min-width: 680px; } }
    .vans_notification-popup__inner::before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      border-top: 6px solid #fff;
      border-bottom: 6px solid transparent;
      bottom: -7px; }
      html:not([dir="rtl"]) .vans_notification-popup__inner::before {
        right: 0; }
      html[dir="rtl"] .vans_notification-popup__inner::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_notification-popup__inner::before {
        border-left: 8px solid transparent; }
      html[dir="rtl"] .vans_notification-popup__inner::before {
        border-right: 8px solid transparent; }
      html:not([dir="rtl"]) .vans_notification-popup__inner::before {
        border-right: 8px solid #fff; }
      html[dir="rtl"] .vans_notification-popup__inner::before {
        border-left: 8px solid #fff; }
    .vans_notification-popup__inner.-noimage {
      min-width: auto; }
  .vans_notification-popup__image {
    display: none; }
    @media only screen and (min-width: 768px) {
      .vans_notification-popup__image {
        display: block;
        max-width: calc(100% - 416px);
        border-radius: 6px 0 0 6px;
        position: relative;
        overflow: hidden; }
        html[dir="rtl"] .vans_notification-popup__image {
          border-radius: 0 6px 6px 0; }
        .vans_notification-popup__image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_notification-popup__image::before,
          html[dir="rtl"] .vans_notification-popup__image::before {
            padding-bottom: 100%; }
        .vans_notification-popup__image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_notification-popup__image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_notification-popup__image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_notification-popup__image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_notification-popup__image > .vans_image {
            left: 0; } }
  .vans_notification-popup__content {
    width: 100%; }
    html:not([dir="rtl"]) .vans_notification-popup__content,
    html[dir="rtl"] .vans_notification-popup__content {
      padding: 0 24px; }
    @media only screen and (min-width: 768px) {
      .vans_notification-popup__content {
        width: 416px; }
        html:not([dir="rtl"]) .vans_notification-popup__content {
          padding-right: 32px; }
        html[dir="rtl"] .vans_notification-popup__content {
          padding-left: 32px; }
        html:not([dir="rtl"]) .vans_notification-popup__content {
          padding-left: 24px; }
        html[dir="rtl"] .vans_notification-popup__content {
          padding-right: 24px; } }
    @media only screen and (min-width: 1280px) {
      .vans_notification-popup__content {
        width: 432px; } }
  .vans_notification-popup__info {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    max-height: calc(1em * 2 * 1.3);
    overflow: hidden; }
    :lang(ko) .vans_notification-popup__info {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_notification-popup__info {
      margin-right: 24px; }
    html[dir="rtl"] .vans_notification-popup__info {
      margin-left: 24px; }
    html:not([dir="rtl"]) .vans_notification-popup__info,
    html[dir="rtl"] .vans_notification-popup__info {
      margin-top: 18px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_notification-popup__info {
        margin-right: 16px; }
      html[dir="rtl"] .vans_notification-popup__info {
        margin-left: 16px; } }
    @supports (-webkit-line-clamp: 2) {
      .vans_notification-popup__info {
        /* stylelint-disable value-no-vendor-prefix  */
        display: -webkit-box;
        /* stylelint-enable */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; } }
  .vans_notification-popup__headline {
    font-family: CorporateACondensedRegular, sans-serif;
    max-height: calc(1em * 2 * 1.3);
    overflow: hidden;
    line-height: 1.125 !important; }
    :lang(ko) .vans_notification-popup__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_notification-popup__headline {
        font-size: 24px;
        line-height: 24px; } }
    @media only screen and (min-width: 768px) {
      .vans_notification-popup__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 1280px) {
      .vans_notification-popup__headline {
        font-size: 32px;
        line-height: 32px; } }
    html:not([dir="rtl"]) .vans_notification-popup__headline,
    html[dir="rtl"] .vans_notification-popup__headline {
      margin-top: 25px; }
    @supports (-webkit-line-clamp: 2) {
      .vans_notification-popup__headline {
        /* stylelint-disable value-no-vendor-prefix  */
        display: -webkit-box;
        /* stylelint-enable */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; } }
  .vans_notification-popup__copy {
    max-height: calc(1em * 20 * 1.3);
    overflow: hidden; }
    html:not([dir="rtl"]) .vans_notification-popup__copy,
    html[dir="rtl"] .vans_notification-popup__copy {
      margin-top: 18px; }
    @supports (-webkit-line-clamp: 20) {
      .vans_notification-popup__copy {
        /* stylelint-disable value-no-vendor-prefix  */
        display: -webkit-box;
        /* stylelint-enable */
        -webkit-line-clamp: 20;
        -webkit-box-orient: vertical; } }
  html:not([dir="rtl"]) .vans_notification-popup__buttons,
  html[dir="rtl"] .vans_notification-popup__buttons {
    margin-top: 20px; }
  html:not([dir="rtl"]) .vans_notification-popup__buttons,
  html[dir="rtl"] .vans_notification-popup__buttons {
    margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_notification-popup__buttons,
    html[dir="rtl"] .vans_notification-popup__buttons {
      margin-bottom: 32px; } }
  .vans_notification-popup__primary-button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
    html:not([dir="rtl"]) .vans_notification-popup__primary-button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_notification-popup__primary-button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_notification-popup__primary-button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_notification-popup__primary-button {
      padding-left: 20px; }
    .vans_notification-popup__primary-button::after {
      border-color: transparent; }
    .vans_notification-popup__primary-button::after { }
    .vans_notification-popup__primary-button.-active::after,
    html.-hover .vans_notification-popup__primary-button:active:hover::after, .vans_notification-popup__primary-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_notification-popup__primary-button.-disabled::after,
    html.-hover .vans_notification-popup__primary-button.-disabled:hover::after,
    html.-hover .vans_notification-popup__primary-button.-disabled:active:hover::after, .vans_notification-popup__primary-button[disabled]::after,
    html.-hover .vans_notification-popup__primary-button[disabled]:hover::after,
    html.-hover .vans_notification-popup__primary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_notification-popup__primary-button.-disabled::after,
    html.-hover .vans_notification-popup__primary-button.-disabled:hover::after,
    html.-hover .vans_notification-popup__primary-button.-disabled:active:hover::after, .vans_notification-popup__primary-button[disabled]::after,
    html.-hover .vans_notification-popup__primary-button[disabled]:hover::after,
    html.-hover .vans_notification-popup__primary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_notification-popup__primary-button.-disabled::after,
      html[dir="rtl"] .vans_notification-popup__primary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_notification-popup__primary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_notification-popup__primary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_notification-popup__primary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_notification-popup__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_notification-popup__primary-button[disabled]::after,
      html[dir="rtl"] .vans_notification-popup__primary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_notification-popup__primary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_notification-popup__primary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_notification-popup__primary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_notification-popup__primary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_notification-popup__primary-button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_notification-popup__primary-button::after {
        right: 0; }
      html[dir="rtl"] .vans_notification-popup__primary-button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_notification-popup__primary-button::after {
        left: 0; }
      html[dir="rtl"] .vans_notification-popup__primary-button::after {
        right: 0; }
    .vans_notification-popup__primary-button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_notification-popup__primary-button::before {
        right: 0; }
      html[dir="rtl"] .vans_notification-popup__primary-button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_notification-popup__primary-button::before {
        left: 0; }
      html[dir="rtl"] .vans_notification-popup__primary-button::before {
        right: 0; }
    .vans_notification-popup__primary-button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_notification-popup__primary-button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_notification-popup__primary-button,
    html[dir="rtl"] .vans_notification-popup__primary-button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_notification-popup__primary-button,
    html[dir="rtl"] .vans_notification-popup__primary-button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_notification-popup__primary-button,
    html[dir="rtl"] .vans_notification-popup__primary-button {
      padding-bottom: 0; }
    .vans_notification-popup__primary-button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_notification-popup__primary-button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    .vans_notification-popup__primary-button, [class*="vans_theme-"] .vans_notification-popup__primary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button, .vans_theme-light .vans_notification-popup__primary-button, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button {
      color: #fff;
      background: #333; }
      .vans_notification-popup__primary-button::after, [class*="vans_theme-"] .vans_notification-popup__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button::after, .vans_theme-light .vans_notification-popup__primary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button::after {
        border-color: transparent; }
      .vans_notification-popup__primary-button::after, [class*="vans_theme-"] .vans_notification-popup__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button::after, .vans_theme-light .vans_notification-popup__primary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button::after { }
      html.-hover .vans_notification-popup__primary-button:hover, html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button:hover, html.-hover .vans_theme-light .vans_notification-popup__primary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button:hover {
        background: #242424; }
      .vans_notification-popup__primary-button:focus, [class*="vans_theme-"] .vans_notification-popup__primary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button:focus, .vans_theme-light .vans_notification-popup__primary-button:focus, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button:focus {
        background: #242424; }
      .vans_notification-popup__primary-button.-active,
      html.-hover .vans_notification-popup__primary-button:active:hover, .vans_notification-popup__primary-button:active:focus, [class*="vans_theme-"] .vans_notification-popup__primary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button:active:hover, [class*="vans_theme-"] .vans_notification-popup__primary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button:active:focus, .vans_theme-light .vans_notification-popup__primary-button.-active,
      html.-hover .vans_theme-light .vans_notification-popup__primary-button:active:hover, .vans_theme-light .vans_notification-popup__primary-button:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button:active:focus {
        color: #fff;
        background: #242424; }
        .vans_notification-popup__primary-button.-active::after,
        html.-hover .vans_notification-popup__primary-button:active:hover::after, .vans_notification-popup__primary-button:active:focus::after, [class*="vans_theme-"] .vans_notification-popup__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button:active:hover::after, [class*="vans_theme-"] .vans_notification-popup__primary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button:active:focus::after, .vans_theme-light .vans_notification-popup__primary-button.-active::after,
        html.-hover .vans_theme-light .vans_notification-popup__primary-button:active:hover::after, .vans_theme-light .vans_notification-popup__primary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_notification-popup__primary-button.-disabled,
      html.-hover .vans_notification-popup__primary-button.-disabled:hover,
      html.-hover .vans_notification-popup__primary-button.-disabled:active:hover, .vans_notification-popup__primary-button[disabled],
      html.-hover .vans_notification-popup__primary-button[disabled]:hover,
      html.-hover .vans_notification-popup__primary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:active:hover, .vans_theme-light .vans_notification-popup__primary-button.-disabled,
      html.-hover .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover,
      html.-hover .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover, .vans_theme-light .vans_notification-popup__primary-button[disabled],
      html.-hover .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover,
      html.-hover .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover {
        background-color: #333; }
        .vans_notification-popup__primary-button.-disabled::after,
        html.-hover .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover .vans_notification-popup__primary-button.-disabled:active:hover::after, .vans_notification-popup__primary-button[disabled]::after,
        html.-hover .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover .vans_notification-popup__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:active:hover::after, .vans_theme-light .vans_notification-popup__primary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover::after, .vans_theme-light .vans_notification-popup__primary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_notification-popup__primary-button.-disabled::after,
        html.-hover .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover .vans_notification-popup__primary-button.-disabled:active:hover::after, .vans_notification-popup__primary-button[disabled]::after,
        html.-hover .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover .vans_notification-popup__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:active:hover::after, .vans_theme-light .vans_notification-popup__primary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover::after, .vans_theme-light .vans_notification-popup__primary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_notification-popup__primary-button.-disabled::after,
          html[dir="rtl"] .vans_notification-popup__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_notification-popup__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_notification-popup__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_notification-popup__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_notification-popup__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_notification-popup__primary-button[disabled]::after,
          html[dir="rtl"] .vans_notification-popup__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_notification-popup__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_notification-popup__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_notification-popup__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_notification-popup__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_notification-popup__primary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-light .vans_notification-popup__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_notification-popup__primary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-light .vans_notification-popup__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__primary-button[disabled]:active:hover::after {
            border-width: 1px; }
    .vans_theme-dark .vans_notification-popup__primary-button, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button {
      color: #333;
      background: #ececec; }
      .vans_theme-dark .vans_notification-popup__primary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button::after {
        border-color: transparent; }
      .vans_theme-dark .vans_notification-popup__primary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button::after { }
      html.-hover .vans_theme-dark .vans_notification-popup__primary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button:hover {
        background: #d9d9d9; }
      .vans_theme-dark .vans_notification-popup__primary-button:focus, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button:focus {
        background: #d9d9d9; }
      .vans_theme-dark .vans_notification-popup__primary-button.-active,
      html.-hover .vans_theme-dark .vans_notification-popup__primary-button:active:hover, .vans_theme-dark .vans_notification-popup__primary-button:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button:active:focus {
        color: #333;
        background: #d9d9d9; }
        .vans_theme-dark .vans_notification-popup__primary-button.-active::after,
        html.-hover .vans_theme-dark .vans_notification-popup__primary-button:active:hover::after, .vans_theme-dark .vans_notification-popup__primary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_notification-popup__primary-button.-disabled,
      html.-hover .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover,
      html.-hover .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover, .vans_theme-dark .vans_notification-popup__primary-button[disabled],
      html.-hover .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover,
      html.-hover .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover {
        background-color: #ececec; }
        .vans_theme-dark .vans_notification-popup__primary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover::after, .vans_theme-dark .vans_notification-popup__primary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_notification-popup__primary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover::after, .vans_theme-dark .vans_notification-popup__primary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_theme-dark .vans_notification-popup__primary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_notification-popup__primary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__primary-button[disabled]:active:hover::after {
            border-width: 1px; }
    html:not([dir="rtl"]) .vans_notification-popup__primary-button,
    html[dir="rtl"] .vans_notification-popup__primary-button {
      margin-top: 12px; }
    html .vans_notification-popup__primary-button {
      text-align: center; }
    @media only screen and (min-width: 480px) {
      .vans_notification-popup__primary-button {
        width: auto; }
        html:not([dir="rtl"]) .vans_notification-popup__primary-button {
          margin-right: 12px; }
        html[dir="rtl"] .vans_notification-popup__primary-button {
          margin-left: 12px; } }
  .vans_notification-popup__secondary-button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
    html:not([dir="rtl"]) .vans_notification-popup__secondary-button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_notification-popup__secondary-button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_notification-popup__secondary-button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_notification-popup__secondary-button {
      padding-left: 20px; }
    .vans_notification-popup__secondary-button::after {
      border-color: transparent; }
    .vans_notification-popup__secondary-button::after { }
    .vans_notification-popup__secondary-button.-active::after,
    html.-hover .vans_notification-popup__secondary-button:active:hover::after, .vans_notification-popup__secondary-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_notification-popup__secondary-button.-disabled::after,
    html.-hover .vans_notification-popup__secondary-button.-disabled:hover::after,
    html.-hover .vans_notification-popup__secondary-button.-disabled:active:hover::after, .vans_notification-popup__secondary-button[disabled]::after,
    html.-hover .vans_notification-popup__secondary-button[disabled]:hover::after,
    html.-hover .vans_notification-popup__secondary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_notification-popup__secondary-button.-disabled::after,
    html.-hover .vans_notification-popup__secondary-button.-disabled:hover::after,
    html.-hover .vans_notification-popup__secondary-button.-disabled:active:hover::after, .vans_notification-popup__secondary-button[disabled]::after,
    html.-hover .vans_notification-popup__secondary-button[disabled]:hover::after,
    html.-hover .vans_notification-popup__secondary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_notification-popup__secondary-button.-disabled::after,
      html[dir="rtl"] .vans_notification-popup__secondary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_notification-popup__secondary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_notification-popup__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_notification-popup__secondary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_notification-popup__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_notification-popup__secondary-button[disabled]::after,
      html[dir="rtl"] .vans_notification-popup__secondary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_notification-popup__secondary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_notification-popup__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_notification-popup__secondary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_notification-popup__secondary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_notification-popup__secondary-button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_notification-popup__secondary-button::after {
        right: 0; }
      html[dir="rtl"] .vans_notification-popup__secondary-button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_notification-popup__secondary-button::after {
        left: 0; }
      html[dir="rtl"] .vans_notification-popup__secondary-button::after {
        right: 0; }
    .vans_notification-popup__secondary-button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_notification-popup__secondary-button::before {
        right: 0; }
      html[dir="rtl"] .vans_notification-popup__secondary-button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_notification-popup__secondary-button::before {
        left: 0; }
      html[dir="rtl"] .vans_notification-popup__secondary-button::before {
        right: 0; }
    .vans_notification-popup__secondary-button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_notification-popup__secondary-button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_notification-popup__secondary-button,
    html[dir="rtl"] .vans_notification-popup__secondary-button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_notification-popup__secondary-button,
    html[dir="rtl"] .vans_notification-popup__secondary-button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_notification-popup__secondary-button,
    html[dir="rtl"] .vans_notification-popup__secondary-button {
      padding-bottom: 0; }
    .vans_notification-popup__secondary-button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_notification-popup__secondary-button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    .vans_notification-popup__secondary-button, [class*="vans_theme-"] .vans_notification-popup__secondary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button, .vans_theme-light .vans_notification-popup__secondary-button, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button {
      color: #333;
      background: #ececec; }
      .vans_notification-popup__secondary-button::after, [class*="vans_theme-"] .vans_notification-popup__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button::after, .vans_theme-light .vans_notification-popup__secondary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button::after {
        border-color: transparent; }
      .vans_notification-popup__secondary-button::after, [class*="vans_theme-"] .vans_notification-popup__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button::after, .vans_theme-light .vans_notification-popup__secondary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button::after { }
      html.-hover .vans_notification-popup__secondary-button:hover, html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button:hover, html.-hover .vans_theme-light .vans_notification-popup__secondary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button:hover {
        background: #d9d9d9; }
      .vans_notification-popup__secondary-button:focus, [class*="vans_theme-"] .vans_notification-popup__secondary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button:focus, .vans_theme-light .vans_notification-popup__secondary-button:focus, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button:focus {
        background: #d9d9d9; }
      .vans_notification-popup__secondary-button.-active,
      html.-hover .vans_notification-popup__secondary-button:active:hover, .vans_notification-popup__secondary-button:active:focus, [class*="vans_theme-"] .vans_notification-popup__secondary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button:active:hover, [class*="vans_theme-"] .vans_notification-popup__secondary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button:active:focus, .vans_theme-light .vans_notification-popup__secondary-button.-active,
      html.-hover .vans_theme-light .vans_notification-popup__secondary-button:active:hover, .vans_theme-light .vans_notification-popup__secondary-button:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button:active:focus {
        color: #333;
        background: #d9d9d9; }
        .vans_notification-popup__secondary-button.-active::after,
        html.-hover .vans_notification-popup__secondary-button:active:hover::after, .vans_notification-popup__secondary-button:active:focus::after, [class*="vans_theme-"] .vans_notification-popup__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button:active:hover::after, [class*="vans_theme-"] .vans_notification-popup__secondary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button:active:focus::after, .vans_theme-light .vans_notification-popup__secondary-button.-active::after,
        html.-hover .vans_theme-light .vans_notification-popup__secondary-button:active:hover::after, .vans_theme-light .vans_notification-popup__secondary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_notification-popup__secondary-button.-disabled,
      html.-hover .vans_notification-popup__secondary-button.-disabled:hover,
      html.-hover .vans_notification-popup__secondary-button.-disabled:active:hover, .vans_notification-popup__secondary-button[disabled],
      html.-hover .vans_notification-popup__secondary-button[disabled]:hover,
      html.-hover .vans_notification-popup__secondary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:active:hover, .vans_theme-light .vans_notification-popup__secondary-button.-disabled,
      html.-hover .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover,
      html.-hover .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover, .vans_theme-light .vans_notification-popup__secondary-button[disabled],
      html.-hover .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover,
      html.-hover .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover {
        background-color: #ececec; }
        .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover .vans_notification-popup__secondary-button.-disabled:active:hover::after, .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover .vans_notification-popup__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:active:hover::after, .vans_theme-light .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover::after, .vans_theme-light .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover .vans_notification-popup__secondary-button.-disabled:active:hover::after, .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover .vans_notification-popup__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:active:hover::after, .vans_theme-light .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover::after, .vans_theme-light .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_notification-popup__secondary-button.-disabled::after,
          html[dir="rtl"] .vans_notification-popup__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_notification-popup__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_notification-popup__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_notification-popup__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_notification-popup__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_notification-popup__secondary-button[disabled]::after,
          html[dir="rtl"] .vans_notification-popup__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_notification-popup__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_notification-popup__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_notification-popup__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_notification-popup__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_notification-popup__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_notification-popup__secondary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_notification-popup__secondary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_notification-popup__secondary-button[disabled]:active:hover::after {
            border-width: 1px; }
    .vans_theme-dark .vans_notification-popup__secondary-button, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button {
      color: #fff;
      background: #333; }
      .vans_theme-dark .vans_notification-popup__secondary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button::after {
        border-color: transparent; }
      .vans_theme-dark .vans_notification-popup__secondary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button::after { }
      html.-hover .vans_theme-dark .vans_notification-popup__secondary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button:hover {
        background: #242424; }
      .vans_theme-dark .vans_notification-popup__secondary-button:focus, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button:focus {
        background: #242424; }
      .vans_theme-dark .vans_notification-popup__secondary-button.-active,
      html.-hover .vans_theme-dark .vans_notification-popup__secondary-button:active:hover, .vans_theme-dark .vans_notification-popup__secondary-button:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button:active:focus {
        color: #fff;
        background: #242424; }
        .vans_theme-dark .vans_notification-popup__secondary-button.-active::after,
        html.-hover .vans_theme-dark .vans_notification-popup__secondary-button:active:hover::after, .vans_theme-dark .vans_notification-popup__secondary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_notification-popup__secondary-button.-disabled,
      html.-hover .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover,
      html.-hover .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover, .vans_theme-dark .vans_notification-popup__secondary-button[disabled],
      html.-hover .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover,
      html.-hover .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover {
        background-color: #333; }
        .vans_theme-dark .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover::after, .vans_theme-dark .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover::after, .vans_theme-dark .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_theme-dark .vans_notification-popup__secondary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_notification-popup__secondary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification-popup__secondary-button[disabled]:active:hover::after {
            border-width: 1px; }
    html:not([dir="rtl"]) .vans_notification-popup__secondary-button,
    html[dir="rtl"] .vans_notification-popup__secondary-button {
      margin-top: 12px; }
    html .vans_notification-popup__secondary-button {
      text-align: center; }
    @media only screen and (min-width: 480px) {
      .vans_notification-popup__secondary-button {
        width: auto; } }
  .vans_notification-popup__close-button {
    width: 40px;
    height: 40px;
    background: #ececec;
    color: #333;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    position: absolute;
    top: 0; }
    html .vans_notification-popup__close-button {
      text-align: center; }
    .vans_notification-popup__close-button.-disabled,
    html.-hover .vans_notification-popup__close-button.-disabled:hover {
      cursor: auto;
      background: #f4f4f4;
      color: #a8a8a8; }
    html.-hover .vans_notification-popup__close-button:hover, .vans_notification-popup__close-button:active,
    .vans_notification-popup__close-button .-active {
      background: #d9d9d9; }
    html:not([dir="rtl"]) .vans_notification-popup__close-button {
      right: 0; }
    html[dir="rtl"] .vans_notification-popup__close-button {
      left: 0; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_notification {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #333;
  display: flex; }
  .vans_theme-dark .vans_notification, [class*="vans_theme-"] .vans_theme-dark .vans_notification, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification {
    background: #f8f8f8; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_notification,
    html[dir="rtl"] .vans_theme-dark .vans_notification, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_notification,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_notification, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification {
      border: none; }
  :lang(ko) .vans_notification {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_notification,
  html[dir="rtl"] .vans_notification {
    border: 1px solid #333; }
  html:not([dir="rtl"]) .vans_notification,
  html[dir="rtl"] .vans_notification {
    padding: 18px 16px; }
  .vans_notification--error {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #9f0002;
    display: flex; }
    :lang(ko) .vans_notification--error {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_theme-dark .vans_notification--error, [class*="vans_theme-"] .vans_theme-dark .vans_notification--error, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_notification--error {
      background: #f8f8f8; }
    html:not([dir="rtl"]) .vans_notification--error,
    html[dir="rtl"] .vans_notification--error {
      border: 1px solid #9f0002; }
    html:not([dir="rtl"]) .vans_notification--error,
    html[dir="rtl"] .vans_notification--error {
      padding: 18px 16px; }
  .vans_notification__container {
    display: flex;
    width: 100%;
    justify-content: space-between; }
  html:not([dir="rtl"]) .vans_notification__copy, html:not([dir="rtl"]) .vans_notification__close-icon {
    padding-left: 16px; }
  html[dir="rtl"] .vans_notification__copy, html[dir="rtl"] .vans_notification__close-icon {
    padding-right: 16px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_next-best-action {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center; }
  .vans_next-best-action, [class*="vans_theme-"] .vans_next-best-action, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action, .vans_theme-light .vans_next-best-action, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action {
    background-color: #f8f8f8; }
  .vans_theme-dark .vans_next-best-action, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action {
    background-color: #1f1f1f; }
  .vans_next-best-action__placeholder {
    width: 100%;
    height: 360px; }
    @media only screen and (min-width: 1280px) {
      .vans_next-best-action__placeholder {
        height: auto;
        position: relative;
        overflow: hidden; }
        .vans_next-best-action__placeholder::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_next-best-action__placeholder::before,
          html[dir="rtl"] .vans_next-best-action__placeholder::before {
            padding-bottom: 28.125%; }
        .vans_next-best-action__placeholder > .content {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_next-best-action__placeholder > .content {
            left: 0; }
          html[dir="rtl"] .vans_next-best-action__placeholder > .content {
            right: 0; }
          html:not([dir="rtl"]) .vans_next-best-action__placeholder > .content {
            right: 0; }
          html[dir="rtl"] .vans_next-best-action__placeholder > .content {
            left: 0; } }
  .vans_next-best-action__image, .vans_next-best-action__image--surface-20, .vans_next-best-action__image--surface-40, .vans_next-best-action__image--surface-60 {
    width: 100%;
    height: 360px; }
    .vans_next-best-action__image--surface-20::after, [class*="vans_theme-"] .vans_next-best-action__image--surface-20::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__image--surface-20::after, .vans_theme-light .vans_next-best-action__image--surface-20::after, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__image--surface-20::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__image--surface-20::after {
      background: rgba(255, 255, 255, 0.2); }
    .vans_theme-dark .vans_next-best-action__image--surface-20::after, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__image--surface-20::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__image--surface-20::after {
      background: rgba(0, 0, 0, 0.2); }
    .vans_next-best-action__image--surface-40::after, [class*="vans_theme-"] .vans_next-best-action__image--surface-40::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__image--surface-40::after, .vans_theme-light .vans_next-best-action__image--surface-40::after, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__image--surface-40::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__image--surface-40::after {
      background: rgba(255, 255, 255, 0.4); }
    .vans_theme-dark .vans_next-best-action__image--surface-40::after, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__image--surface-40::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__image--surface-40::after {
      background: rgba(0, 0, 0, 0.4); }
    .vans_next-best-action__image--surface-60::after, [class*="vans_theme-"] .vans_next-best-action__image--surface-60::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__image--surface-60::after, .vans_theme-light .vans_next-best-action__image--surface-60::after, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__image--surface-60::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__image--surface-60::after {
      background: rgba(255, 255, 255, 0.6); }
    .vans_theme-dark .vans_next-best-action__image--surface-60::after, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__image--surface-60::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__image--surface-60::after {
      background: rgba(0, 0, 0, 0.6); }
    .vans_next-best-action__image::after, .vans_next-best-action__image--surface-20::after, .vans_next-best-action__image--surface-40::after, .vans_next-best-action__image--surface-60::after {
      content: '';
      position: absolute;
      bottom: 0;
      height: 100%;
      width: 100%; }
    @media only screen and (min-width: 1280px) {
      .vans_next-best-action__image, .vans_next-best-action__image--surface-20, .vans_next-best-action__image--surface-40, .vans_next-best-action__image--surface-60 {
        height: auto;
        position: relative;
        overflow: hidden; }
        .vans_next-best-action__image::before, .vans_next-best-action__image--surface-20::before, .vans_next-best-action__image--surface-40::before, .vans_next-best-action__image--surface-60::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_next-best-action__image::before, html:not([dir="rtl"]) .vans_next-best-action__image--surface-20::before, html:not([dir="rtl"]) .vans_next-best-action__image--surface-40::before, html:not([dir="rtl"]) .vans_next-best-action__image--surface-60::before,
          html[dir="rtl"] .vans_next-best-action__image::before,
          html[dir="rtl"] .vans_next-best-action__image--surface-20::before,
          html[dir="rtl"] .vans_next-best-action__image--surface-40::before,
          html[dir="rtl"] .vans_next-best-action__image--surface-60::before {
            padding-bottom: 28.125%; }
        .vans_next-best-action__image > .vans_image, .vans_next-best-action__image--surface-20 > .vans_image, .vans_next-best-action__image--surface-40 > .vans_image, .vans_next-best-action__image--surface-60 > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_next-best-action__image > .vans_image, html:not([dir="rtl"]) .vans_next-best-action__image--surface-20 > .vans_image, html:not([dir="rtl"]) .vans_next-best-action__image--surface-40 > .vans_image, html:not([dir="rtl"]) .vans_next-best-action__image--surface-60 > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_next-best-action__image > .vans_image, html[dir="rtl"] .vans_next-best-action__image--surface-20 > .vans_image, html[dir="rtl"] .vans_next-best-action__image--surface-40 > .vans_image, html[dir="rtl"] .vans_next-best-action__image--surface-60 > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_next-best-action__image > .vans_image, html:not([dir="rtl"]) .vans_next-best-action__image--surface-20 > .vans_image, html:not([dir="rtl"]) .vans_next-best-action__image--surface-40 > .vans_image, html:not([dir="rtl"]) .vans_next-best-action__image--surface-60 > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_next-best-action__image > .vans_image, html[dir="rtl"] .vans_next-best-action__image--surface-20 > .vans_image, html[dir="rtl"] .vans_next-best-action__image--surface-40 > .vans_image, html[dir="rtl"] .vans_next-best-action__image--surface-60 > .vans_image {
            left: 0; } }
  .vans_next-best-action__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_next-best-action__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_next-best-action__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_next-best-action__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_next-best-action__headline {
        font-size: 40px;
        line-height: 40px; } }
  html:not([dir="rtl"]) .vans_next-best-action__description,
  html[dir="rtl"] .vans_next-best-action__description {
    margin-top: 18px; }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_next-best-action__description,
    html[dir="rtl"] .vans_next-best-action__description {
      margin-top: 25px; } }
  html:not([dir="rtl"]) .vans_next-best-action__buttons-container,
  html[dir="rtl"] .vans_next-best-action__buttons-container {
    margin-top: 24px; }
  .vans_next-best-action__button {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
    :lang(ko) .vans_next-best-action__button {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_next-best-action__button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_next-best-action__button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_next-best-action__button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_next-best-action__button {
      padding-left: 20px; }
    .vans_next-best-action__button::after {
      border-color: transparent; }
    .vans_next-best-action__button::after { }
    .vans_next-best-action__button.-active::after,
    html.-hover .vans_next-best-action__button:active:hover::after, .vans_next-best-action__button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_next-best-action__button.-disabled::after,
    html.-hover .vans_next-best-action__button.-disabled:hover::after,
    html.-hover .vans_next-best-action__button.-disabled:active:hover::after, .vans_next-best-action__button[disabled]::after,
    html.-hover .vans_next-best-action__button[disabled]:hover::after,
    html.-hover .vans_next-best-action__button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_next-best-action__button.-disabled::after,
    html.-hover .vans_next-best-action__button.-disabled:hover::after,
    html.-hover .vans_next-best-action__button.-disabled:active:hover::after, .vans_next-best-action__button[disabled]::after,
    html.-hover .vans_next-best-action__button[disabled]:hover::after,
    html.-hover .vans_next-best-action__button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_next-best-action__button.-disabled::after,
      html[dir="rtl"] .vans_next-best-action__button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_next-best-action__button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_next-best-action__button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_next-best-action__button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_next-best-action__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_next-best-action__button[disabled]::after,
      html[dir="rtl"] .vans_next-best-action__button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_next-best-action__button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_next-best-action__button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_next-best-action__button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_next-best-action__button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_next-best-action__button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_next-best-action__button::after {
        right: 0; }
      html[dir="rtl"] .vans_next-best-action__button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_next-best-action__button::after {
        left: 0; }
      html[dir="rtl"] .vans_next-best-action__button::after {
        right: 0; }
    .vans_next-best-action__button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_next-best-action__button::before {
        right: 0; }
      html[dir="rtl"] .vans_next-best-action__button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_next-best-action__button::before {
        left: 0; }
      html[dir="rtl"] .vans_next-best-action__button::before {
        right: 0; }
    .vans_next-best-action__button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_next-best-action__button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_next-best-action__button,
    html[dir="rtl"] .vans_next-best-action__button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_next-best-action__button,
    html[dir="rtl"] .vans_next-best-action__button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_next-best-action__button,
    html[dir="rtl"] .vans_next-best-action__button {
      padding-bottom: 0; }
    .vans_next-best-action__button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_next-best-action__button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    .vans_next-best-action__button, [class*="vans_theme-"] .vans_next-best-action__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button, .vans_theme-light .vans_next-best-action__button, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button {
      color: #fff;
      background: #333; }
      .vans_next-best-action__button::after, [class*="vans_theme-"] .vans_next-best-action__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button::after, .vans_theme-light .vans_next-best-action__button::after, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button::after {
        border-color: transparent; }
      .vans_next-best-action__button::after, [class*="vans_theme-"] .vans_next-best-action__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button::after, .vans_theme-light .vans_next-best-action__button::after, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button::after { }
      html.-hover .vans_next-best-action__button:hover, html.-hover [class*="vans_theme-"] .vans_next-best-action__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button:hover, html.-hover .vans_theme-light .vans_next-best-action__button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button:hover {
        background: #242424; }
      .vans_next-best-action__button:focus, [class*="vans_theme-"] .vans_next-best-action__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button:focus, .vans_theme-light .vans_next-best-action__button:focus, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button:focus {
        background: #242424; }
      .vans_next-best-action__button.-active,
      html.-hover .vans_next-best-action__button:active:hover, .vans_next-best-action__button:active:focus, [class*="vans_theme-"] .vans_next-best-action__button.-active,
      html.-hover [class*="vans_theme-"] .vans_next-best-action__button:active:hover, [class*="vans_theme-"] .vans_next-best-action__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button:active:focus, .vans_theme-light .vans_next-best-action__button.-active,
      html.-hover .vans_theme-light .vans_next-best-action__button:active:hover, .vans_theme-light .vans_next-best-action__button:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button:active:focus {
        color: #fff;
        background: #242424; }
        .vans_next-best-action__button.-active::after,
        html.-hover .vans_next-best-action__button:active:hover::after, .vans_next-best-action__button:active:focus::after, [class*="vans_theme-"] .vans_next-best-action__button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_next-best-action__button:active:hover::after, [class*="vans_theme-"] .vans_next-best-action__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button:active:focus::after, .vans_theme-light .vans_next-best-action__button.-active::after,
        html.-hover .vans_theme-light .vans_next-best-action__button:active:hover::after, .vans_theme-light .vans_next-best-action__button:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_next-best-action__button.-disabled,
      html.-hover .vans_next-best-action__button.-disabled:hover,
      html.-hover .vans_next-best-action__button.-disabled:active:hover, .vans_next-best-action__button[disabled],
      html.-hover .vans_next-best-action__button[disabled]:hover,
      html.-hover .vans_next-best-action__button[disabled]:active:hover, [class*="vans_theme-"] .vans_next-best-action__button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_next-best-action__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_next-best-action__button.-disabled:active:hover, [class*="vans_theme-"] .vans_next-best-action__button[disabled],
      html.-hover [class*="vans_theme-"] .vans_next-best-action__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_next-best-action__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]:active:hover, .vans_theme-light .vans_next-best-action__button.-disabled,
      html.-hover .vans_theme-light .vans_next-best-action__button.-disabled:hover,
      html.-hover .vans_theme-light .vans_next-best-action__button.-disabled:active:hover, .vans_theme-light .vans_next-best-action__button[disabled],
      html.-hover .vans_theme-light .vans_next-best-action__button[disabled]:hover,
      html.-hover .vans_theme-light .vans_next-best-action__button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:active:hover {
        background-color: #333; }
        .vans_next-best-action__button.-disabled::after,
        html.-hover .vans_next-best-action__button.-disabled:hover::after,
        html.-hover .vans_next-best-action__button.-disabled:active:hover::after, .vans_next-best-action__button[disabled]::after,
        html.-hover .vans_next-best-action__button[disabled]:hover::after,
        html.-hover .vans_next-best-action__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_next-best-action__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_next-best-action__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_next-best-action__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_next-best-action__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_next-best-action__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_next-best-action__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]:active:hover::after, .vans_theme-light .vans_next-best-action__button.-disabled::after,
        html.-hover .vans_theme-light .vans_next-best-action__button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_next-best-action__button.-disabled:active:hover::after, .vans_theme-light .vans_next-best-action__button[disabled]::after,
        html.-hover .vans_theme-light .vans_next-best-action__button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_next-best-action__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_next-best-action__button.-disabled::after,
        html.-hover .vans_next-best-action__button.-disabled:hover::after,
        html.-hover .vans_next-best-action__button.-disabled:active:hover::after, .vans_next-best-action__button[disabled]::after,
        html.-hover .vans_next-best-action__button[disabled]:hover::after,
        html.-hover .vans_next-best-action__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_next-best-action__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_next-best-action__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_next-best-action__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_next-best-action__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_next-best-action__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_next-best-action__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]:active:hover::after, .vans_theme-light .vans_next-best-action__button.-disabled::after,
        html.-hover .vans_theme-light .vans_next-best-action__button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_next-best-action__button.-disabled:active:hover::after, .vans_theme-light .vans_next-best-action__button[disabled]::after,
        html.-hover .vans_theme-light .vans_next-best-action__button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_next-best-action__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_next-best-action__button.-disabled::after,
          html[dir="rtl"] .vans_next-best-action__button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_next-best-action__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_next-best-action__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_next-best-action__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_next-best-action__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_next-best-action__button[disabled]::after,
          html[dir="rtl"] .vans_next-best-action__button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_next-best-action__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_next-best-action__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_next-best-action__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_next-best-action__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_next-best-action__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_next-best-action__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_next-best-action__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_next-best-action__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_next-best-action__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_next-best-action__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_next-best-action__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_next-best-action__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_next-best-action__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_next-best-action__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_next-best-action__button.-disabled::after,
          html[dir="rtl"] .vans_theme-light .vans_next-best-action__button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_next-best-action__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_next-best-action__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_next-best-action__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_next-best-action__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_next-best-action__button[disabled]::after,
          html[dir="rtl"] .vans_theme-light .vans_next-best-action__button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_next-best-action__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_next-best-action__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_next-best-action__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_next-best-action__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__button[disabled]:active:hover::after {
            border-width: 1px; }
    .vans_theme-dark .vans_next-best-action__button, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button {
      color: #333;
      background: #ececec; }
      .vans_theme-dark .vans_next-best-action__button::after, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button::after {
        border-color: transparent; }
      .vans_theme-dark .vans_next-best-action__button::after, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button::after { }
      html.-hover .vans_theme-dark .vans_next-best-action__button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button:hover {
        background: #d9d9d9; }
      .vans_theme-dark .vans_next-best-action__button:focus, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button:focus {
        background: #d9d9d9; }
      .vans_theme-dark .vans_next-best-action__button.-active,
      html.-hover .vans_theme-dark .vans_next-best-action__button:active:hover, .vans_theme-dark .vans_next-best-action__button:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button:active:focus {
        color: #333;
        background: #d9d9d9; }
        .vans_theme-dark .vans_next-best-action__button.-active::after,
        html.-hover .vans_theme-dark .vans_next-best-action__button:active:hover::after, .vans_theme-dark .vans_next-best-action__button:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_next-best-action__button.-disabled,
      html.-hover .vans_theme-dark .vans_next-best-action__button.-disabled:hover,
      html.-hover .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover, .vans_theme-dark .vans_next-best-action__button[disabled],
      html.-hover .vans_theme-dark .vans_next-best-action__button[disabled]:hover,
      html.-hover .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover {
        background-color: #ececec; }
        .vans_theme-dark .vans_next-best-action__button.-disabled::after,
        html.-hover .vans_theme-dark .vans_next-best-action__button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover::after, .vans_theme-dark .vans_next-best-action__button[disabled]::after,
        html.-hover .vans_theme-dark .vans_next-best-action__button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_next-best-action__button.-disabled::after,
        html.-hover .vans_theme-dark .vans_next-best-action__button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover::after, .vans_theme-dark .vans_next-best-action__button[disabled]::after,
        html.-hover .vans_theme-dark .vans_next-best-action__button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_theme-dark .vans_next-best-action__button.-disabled::after,
          html[dir="rtl"] .vans_theme-dark .vans_next-best-action__button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_next-best-action__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_next-best-action__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_next-best-action__button[disabled]::after,
          html[dir="rtl"] .vans_theme-dark .vans_next-best-action__button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_next-best-action__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_next-best-action__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__button[disabled]:active:hover::after {
            border-width: 1px; }
    html:not([dir="rtl"]) .vans_next-best-action__button,
    html[dir="rtl"] .vans_next-best-action__button {
      margin-top: 16px; }
    html .vans_next-best-action__button {
      text-align: center; }
    @media only screen and (min-width: 480px) {
      .vans_next-best-action__button {
        width: auto; }
        html:not([dir="rtl"]) .vans_next-best-action__button {
          margin-right: 12px; }
        html[dir="rtl"] .vans_next-best-action__button {
          margin-left: 12px; } }
    html:not([dir="rtl"]) .vans_next-best-action__button:last-child {
      margin-right: 0; }
    html[dir="rtl"] .vans_next-best-action__button:last-child {
      margin-left: 0; }
  html:not([dir="rtl"]) .vans_next-best-action__button-icon {
    padding-right: 12px; }
  html[dir="rtl"] .vans_next-best-action__button-icon {
    padding-left: 12px; }
  .vans_next-best-action__buttons-container--app {
    width: 100%; }
    html:not([dir="rtl"]) .vans_next-best-action__buttons-container--app,
    html[dir="rtl"] .vans_next-best-action__buttons-container--app {
      margin-top: 28px; }
    .vans_next-best-action__buttons-container--app > * {
      display: inline-block;
      width: 100%; }
      html:not([dir="rtl"]) .vans_next-best-action__buttons-container--app > *,
      html[dir="rtl"] .vans_next-best-action__buttons-container--app > * {
        margin-top: 12px; }
      @media only screen and (min-width: 480px) {
        .vans_next-best-action__buttons-container--app > * {
          width: auto; }
          html:not([dir="rtl"]) .vans_next-best-action__buttons-container--app > * {
            margin-right: 12px; }
          html[dir="rtl"] .vans_next-best-action__buttons-container--app > * {
            margin-left: 12px; } }
      html:not([dir="rtl"]) .vans_next-best-action__buttons-container--app > *:last-child {
        margin-right: 0; }
      html[dir="rtl"] .vans_next-best-action__buttons-container--app > *:last-child {
        margin-left: 0; }
  .vans_next-best-action__text-container {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_next-best-action__text-container {
      left: 0; }
    html[dir="rtl"] .vans_next-best-action__text-container {
      right: 0; }
  .vans_next-best-action__wrapper, .vans_next-best-action__wrapper--start, .vans_next-best-action__wrapper--end {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    align-items: center; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_next-best-action__wrapper, html:not([dir="rtl"]) .vans_next-best-action__wrapper--start, html:not([dir="rtl"]) .vans_next-best-action__wrapper--end,
      html[dir="rtl"] .vans_next-best-action__wrapper,
      html[dir="rtl"] .vans_next-best-action__wrapper--start,
      html[dir="rtl"] .vans_next-best-action__wrapper--end {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_next-best-action__wrapper, html:not([dir="rtl"]) .vans_next-best-action__wrapper--start, html:not([dir="rtl"]) .vans_next-best-action__wrapper--end,
      html[dir="rtl"] .vans_next-best-action__wrapper,
      html[dir="rtl"] .vans_next-best-action__wrapper--start,
      html[dir="rtl"] .vans_next-best-action__wrapper--end {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_next-best-action__wrapper, html:not([dir="rtl"]) .vans_next-best-action__wrapper--start, html:not([dir="rtl"]) .vans_next-best-action__wrapper--end,
      html[dir="rtl"] .vans_next-best-action__wrapper,
      html[dir="rtl"] .vans_next-best-action__wrapper--start,
      html[dir="rtl"] .vans_next-best-action__wrapper--end {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_next-best-action__wrapper, html:not([dir="rtl"]) .vans_next-best-action__wrapper--start, html:not([dir="rtl"]) .vans_next-best-action__wrapper--end,
      html[dir="rtl"] .vans_next-best-action__wrapper,
      html[dir="rtl"] .vans_next-best-action__wrapper--start,
      html[dir="rtl"] .vans_next-best-action__wrapper--end {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_next-best-action__wrapper, .vans_next-best-action__wrapper--start, .vans_next-best-action__wrapper--end {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_next-best-action__wrapper, html:not([dir="rtl"]) .vans_next-best-action__wrapper--start, html:not([dir="rtl"]) .vans_next-best-action__wrapper--end,
        html[dir="rtl"] .vans_next-best-action__wrapper,
        html[dir="rtl"] .vans_next-best-action__wrapper--start,
        html[dir="rtl"] .vans_next-best-action__wrapper--end {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_next-best-action__wrapper, .vans_next-best-action__wrapper--start, .vans_next-best-action__wrapper--end {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_next-best-action__wrapper, html:not([dir="rtl"]) .vans_next-best-action__wrapper--start, html:not([dir="rtl"]) .vans_next-best-action__wrapper--end,
        html[dir="rtl"] .vans_next-best-action__wrapper,
        html[dir="rtl"] .vans_next-best-action__wrapper--start,
        html[dir="rtl"] .vans_next-best-action__wrapper--end {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_next-best-action__wrapper, .vans_next-best-action__wrapper--start, .vans_next-best-action__wrapper--end {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_next-best-action__wrapper, html:not([dir="rtl"]) .vans_next-best-action__wrapper--start, html:not([dir="rtl"]) .vans_next-best-action__wrapper--end,
        html[dir="rtl"] .vans_next-best-action__wrapper,
        html[dir="rtl"] .vans_next-best-action__wrapper--start,
        html[dir="rtl"] .vans_next-best-action__wrapper--end {
          margin: 0 auto; } }
    html .vans_next-best-action__wrapper, html .vans_next-best-action__wrapper--start, html .vans_next-best-action__wrapper--end {
      text-align: center; }
    .vans_next-best-action__wrapper, .vans_next-best-action__wrapper--start, .vans_next-best-action__wrapper--end, [class*="vans_theme-"] .vans_next-best-action__wrapper, [class*="vans_theme-"] .vans_next-best-action__wrapper--start, [class*="vans_theme-"] .vans_next-best-action__wrapper--end, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__wrapper--start, [class*="vans_theme-"] [class*="vans_theme-"] .vans_next-best-action__wrapper--end, .vans_theme-light .vans_next-best-action__wrapper, .vans_theme-light .vans_next-best-action__wrapper--start, .vans_theme-light .vans_next-best-action__wrapper--end, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__wrapper, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__wrapper--start, [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__wrapper--end, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__wrapper--start, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_next-best-action__wrapper--end {
      color: #333; }
    .vans_theme-dark .vans_next-best-action__wrapper, .vans_theme-dark .vans_next-best-action__wrapper--start, .vans_theme-dark .vans_next-best-action__wrapper--end, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__wrapper, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__wrapper--start, [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__wrapper--end, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__wrapper--start, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_next-best-action__wrapper--end {
      color: #fff; }
  @media only screen and (min-width: 0) {
    .vans_next-best-action__inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-left: 6px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-right: 6px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_next-best-action__inner {
      flex: 0 0 auto;
      width: 75%; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-left: 6px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-right: 6px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_next-best-action__inner {
      flex: 0 0 auto;
      width: 75%; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_next-best-action__inner {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_next-best-action__inner {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_next-best-action__inner {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_next-best-action__inner {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_next-best-action__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_next-best-action__inner {
        padding-left: 12px; } }
  .vans_next-best-action__disclaimer-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer-wrapper,
      html[dir="rtl"] .vans_next-best-action__disclaimer-wrapper {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer-wrapper,
      html[dir="rtl"] .vans_next-best-action__disclaimer-wrapper {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer-wrapper,
      html[dir="rtl"] .vans_next-best-action__disclaimer-wrapper {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer-wrapper,
      html[dir="rtl"] .vans_next-best-action__disclaimer-wrapper {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_next-best-action__disclaimer-wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_next-best-action__disclaimer-wrapper,
        html[dir="rtl"] .vans_next-best-action__disclaimer-wrapper {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_next-best-action__disclaimer-wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_next-best-action__disclaimer-wrapper,
        html[dir="rtl"] .vans_next-best-action__disclaimer-wrapper {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_next-best-action__disclaimer-wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_next-best-action__disclaimer-wrapper,
        html[dir="rtl"] .vans_next-best-action__disclaimer-wrapper {
          margin: 0 auto; } }
  @media only screen and (min-width: 0) {
    .vans_next-best-action__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_next-best-action__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_next-best-action__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_next-best-action__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_next-best-action__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_next-best-action__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_next-best-action__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_next-best-action__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_next-best-action__disclaimer {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_next-best-action__disclaimer .vans_disclaimer__footnote:last-child,
  html[dir="rtl"] .vans_next-best-action__disclaimer .vans_disclaimer__footnote:last-child {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_next-best-action__disclaimer .vans_disclaimer__footnote:last-child {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_next-best-action__disclaimer .vans_disclaimer__footnote:last-child {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_next-best-action__disclaimer .vans_disclaimer__footnote:last-child {
      font-size: 33px;
      line-height: 33px; } }

.vans_next-best-action__wrapper--start {
  justify-content: flex-start; }
  html:not([dir="rtl"]) .vans_next-best-action__wrapper--start {
    text-align: left; }
  html[dir="rtl"] .vans_next-best-action__wrapper--start {
    text-align: right; }

.vans_next-best-action__wrapper--end {
  justify-content: flex-end; }
  html:not([dir="rtl"]) .vans_next-best-action__wrapper--end {
    text-align: left; }
  html[dir="rtl"] .vans_next-best-action__wrapper--end {
    text-align: right; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_navigation-teaser__wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_navigation-teaser__wrapper,
    html[dir="rtl"] .vans_navigation-teaser__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_navigation-teaser__wrapper,
    html[dir="rtl"] .vans_navigation-teaser__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_navigation-teaser__wrapper,
    html[dir="rtl"] .vans_navigation-teaser__wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_navigation-teaser__wrapper,
    html[dir="rtl"] .vans_navigation-teaser__wrapper {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_navigation-teaser__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_navigation-teaser__wrapper,
      html[dir="rtl"] .vans_navigation-teaser__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_navigation-teaser__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_navigation-teaser__wrapper,
      html[dir="rtl"] .vans_navigation-teaser__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_navigation-teaser__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_navigation-teaser__wrapper,
      html[dir="rtl"] .vans_navigation-teaser__wrapper {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_navigation-teaser__headline-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_navigation-teaser__headline-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_navigation-teaser__headline-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_navigation-teaser__headline-wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_navigation-teaser__headline-wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_navigation-teaser__headline-wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_navigation-teaser__headline-wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_navigation-teaser__headline-wrapper,
html[dir="rtl"] .vans_navigation-teaser__headline-wrapper {
  margin-top: 1.5em; }

@media only screen and (min-width: 0) {
  .vans_navigation-teaser__headline-wrapper {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_navigation-teaser__headline-wrapper {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_navigation-teaser__headline-wrapper {
    font-size: 33px;
    line-height: 33px; } }

.vans_navigation-teaser__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_navigation-teaser__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_navigation-teaser__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_navigation-teaser__headline {
      font-size: 40px;
      line-height: 40px; } }
  .vans_navigation-teaser__headline, [class*="vans_theme-"] .vans_navigation-teaser__headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_navigation-teaser__headline, .vans_theme-light .vans_navigation-teaser__headline, [class*="vans_theme-"] .vans_theme-light .vans_navigation-teaser__headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_navigation-teaser__headline {
    color: #333; }
  .vans_theme-dark .vans_navigation-teaser__headline, [class*="vans_theme-"] .vans_theme-dark .vans_navigation-teaser__headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_navigation-teaser__headline {
    color: #fff; }

@media only screen and (min-width: 0) {
  .vans_navigation-teaser__teasers {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-left: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-right: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_navigation-teaser__teasers {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-left: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-right: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_navigation-teaser__teasers {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_navigation-teaser__teasers {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_navigation-teaser__teasers {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_navigation-teaser__teasers {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_navigation-teaser__teasers {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_navigation-teaser__teasers,
html[dir="rtl"] .vans_navigation-teaser__teasers {
  margin-top: 1em; }

html:not([dir="rtl"]) .vans_navigation-teaser__teasers,
html[dir="rtl"] .vans_navigation-teaser__teasers {
  margin-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_navigation-teaser__teasers {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_navigation-teaser__teasers {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_navigation-teaser__teasers {
    font-size: 33px;
    line-height: 33px; } }

.vans_navigation-teaser__teasers-wrapper {
  display: flex;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-left: -6px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-right: -6px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-left: -6px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-left: -6px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-right: -6px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-left: -6px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-left: -12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-right: -12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-left: -12px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-left: -12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-right: -12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-left: -12px; } }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-left: -12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-right: -12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-left: -12px; } }
  @media only screen and (min-width: 1440px) {
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-left: -12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-right: -12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-left: -12px; } }
  @media only screen and (min-width: 1921px) {
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-left: -12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers-wrapper {
      margin-right: -12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers-wrapper {
      margin-left: -12px; } }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teasers-wrapper {
      flex-direction: row;
      flex-wrap: wrap; } }

@media only screen and (min-width: 0) {
  .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-left: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-right: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-left: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-right: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 768px) {
  .vans_navigation-teaser__teaser:nth-child(n + 4) {
    padding-top: 24px; } }

@media only screen and (min-width: 1024px) {
  .vans_navigation-teaser__teaser:nth-child(n + 4) {
    padding-top: 24px; } }

@media only screen and (min-width: 1280px) {
  .vans_navigation-teaser__teaser:nth-child(n + 4) {
    padding-top: 24px; } }

@media only screen and (min-width: 1440px) {
  .vans_navigation-teaser__teaser:nth-child(n + 4) {
    padding-top: 24px; } }

@media only screen and (min-width: 768px) {
  .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser,
  .vans_navigation-teaser__teasers--2 .vans_navigation-teaser__teaser {
    flex-grow: 1; } }

@media only screen and (min-width: 0) {
  .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 6px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 768px) {
  .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser:nth-child(n + 3) {
    padding-top: 24px; } }

@media only screen and (min-width: 1024px) {
  .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser:nth-child(n + 3) {
    padding-top: 24px; } }

@media only screen and (min-width: 1280px) {
  .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser:nth-child(n + 3) {
    padding-top: 24px; } }

@media only screen and (min-width: 1440px) {
  .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser:nth-child(n + 3) {
    padding-top: 24px; } }

.vans_navigation-teaser__teaser-container {
  cursor: pointer;
  display: block;
  height: 96px;
  width: 100%; }
  html:not([dir="rtl"]) .vans_navigation-teaser__teaser-container,
  html[dir="rtl"] .vans_navigation-teaser__teaser-container {
    margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teasers--2 .vans_navigation-teaser__teaser-container,
    .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser-container {
      height: 192px; } }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teasers--3 .vans_navigation-teaser__teaser-container,
    .vans_navigation-teaser__teasers--5 .vans_navigation-teaser__teaser-container,
    .vans_navigation-teaser__teasers--6 .vans_navigation-teaser__teaser-container {
      position: relative;
      overflow: hidden;
      height: auto; }
      .vans_navigation-teaser__teasers--3 .vans_navigation-teaser__teaser-container::before,
      .vans_navigation-teaser__teasers--5 .vans_navigation-teaser__teaser-container::before,
      .vans_navigation-teaser__teasers--6 .vans_navigation-teaser__teaser-container::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_navigation-teaser__teasers--3 .vans_navigation-teaser__teaser-container::before,
        html[dir="rtl"] .vans_navigation-teaser__teasers--3 .vans_navigation-teaser__teaser-container::before, html:not([dir="rtl"])
        .vans_navigation-teaser__teasers--5 .vans_navigation-teaser__teaser-container::before,
        html[dir="rtl"]
        .vans_navigation-teaser__teasers--5 .vans_navigation-teaser__teaser-container::before, html:not([dir="rtl"])
        .vans_navigation-teaser__teasers--6 .vans_navigation-teaser__teaser-container::before,
        html[dir="rtl"]
        .vans_navigation-teaser__teasers--6 .vans_navigation-teaser__teaser-container::before {
          padding-bottom: 116.66667%; }
      .vans_navigation-teaser__teasers--3 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner,
      .vans_navigation-teaser__teasers--5 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner,
      .vans_navigation-teaser__teasers--6 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_navigation-teaser__teasers--3 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner, html:not([dir="rtl"]) .vans_navigation-teaser__teasers--5 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner, html:not([dir="rtl"]) .vans_navigation-teaser__teasers--6 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner {
          left: 0; }
        html[dir="rtl"] .vans_navigation-teaser__teasers--3 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner, html[dir="rtl"] .vans_navigation-teaser__teasers--5 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner, html[dir="rtl"] .vans_navigation-teaser__teasers--6 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner {
          right: 0; }
        html:not([dir="rtl"]) .vans_navigation-teaser__teasers--3 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner, html:not([dir="rtl"]) .vans_navigation-teaser__teasers--5 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner, html:not([dir="rtl"]) .vans_navigation-teaser__teasers--6 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner {
          right: 0; }
        html[dir="rtl"] .vans_navigation-teaser__teasers--3 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner, html[dir="rtl"] .vans_navigation-teaser__teasers--5 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner, html[dir="rtl"] .vans_navigation-teaser__teasers--6 .vans_navigation-teaser__teaser-container > .vans_navigation-teaser__teaser-inner {
          left: 0; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser-container,
    html[dir="rtl"] .vans_navigation-teaser__teaser-container {
      margin-bottom: 0; } }

.vans_navigation-teaser__teaser-inner {
  background-color: #ececec;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%; }
  html:not([dir="rtl"]) .vans_navigation-teaser__teaser-inner {
    padding-left: 24px; }
  html[dir="rtl"] .vans_navigation-teaser__teaser-inner {
    padding-right: 24px; }
  html:not([dir="rtl"]) .vans_navigation-teaser__teaser-inner {
    padding-right: 24px; }
  html[dir="rtl"] .vans_navigation-teaser__teaser-inner {
    padding-left: 24px; }
  html.-hover .vans_navigation-teaser__teaser-inner:hover, .vans_navigation-teaser__teaser-inner:active {
    background-color: #d9d9d9; }
  .vans_navigation-teaser__teaser-inner .vans_navigation-teaser__teaser-arrow {
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  html.-hover .vans_navigation-teaser__teaser-inner:hover .vans_navigation-teaser__teaser-arrow {
    transform: translateX(8px); }
  html[dir="rtl"].-hover .vans_navigation-teaser__teaser-inner:hover .vans_navigation-teaser__teaser-arrow {
    transform: translateX(-8px); }
  html:not([dir="rtl"]) .vans_navigation-teaser__teaser-inner,
  html[dir="rtl"] .vans_navigation-teaser__teaser-inner {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_navigation-teaser__teaser-inner {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teaser-inner {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_navigation-teaser__teaser-inner {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_navigation-teaser__teaser-inner,
    html[dir="rtl"] .vans_navigation-teaser__teaser-inner {
      padding-top: 0; } }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teaser-inner {
      flex-direction: column; }
      html:not([dir="rtl"]) .vans_navigation-teaser__teaser-inner,
      html[dir="rtl"] .vans_navigation-teaser__teaser-inner {
        padding-bottom: 24px; } }
  html:not([dir="rtl"]) .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-inner,
  html[dir="rtl"] .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-inner {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-inner,
  html[dir="rtl"] .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-inner {
    padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-inner {
      flex-direction: row; } }

.vans_navigation-teaser__teaser-title {
  max-height: calc(1em * 2 * 1.3);
  overflow: hidden;
  font-family: CorporateACondensedRegular, sans-serif;
  color: #333;
  align-self: center;
  width: 100%; }
  html:not([dir="rtl"]) .vans_navigation-teaser__teaser-title {
    margin-right: 24px; }
  html[dir="rtl"] .vans_navigation-teaser__teaser-title {
    margin-left: 24px; }
  @supports (-webkit-line-clamp: 2) {
    .vans_navigation-teaser__teaser-title {
      /* stylelint-disable value-no-vendor-prefix  */
      display: -webkit-box;
      /* stylelint-enable */
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }
  :lang(ko) .vans_navigation-teaser__teaser-title {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_navigation-teaser__teaser-title {
      font-size: 24px;
      line-height: 24px; } }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teaser-title {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 1280px) {
    .vans_navigation-teaser__teaser-title {
      font-size: 32px;
      line-height: 32px; } }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teaser-title {
      align-self: flex-start; }
      html:not([dir="rtl"]) .vans_navigation-teaser__teaser-title {
        margin-right: 0; }
      html[dir="rtl"] .vans_navigation-teaser__teaser-title {
        margin-left: 0; }
      html:not([dir="rtl"]) .vans_navigation-teaser__teaser-title,
      html[dir="rtl"] .vans_navigation-teaser__teaser-title {
        margin-bottom: 21px; }
      html:not([dir="rtl"]) .vans_navigation-teaser__teaser-title,
      html[dir="rtl"] .vans_navigation-teaser__teaser-title {
        padding-bottom: 3px; } }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-title {
      max-height: calc(1em * 1 * 1.3);
      overflow: hidden;
      align-self: center; }
      html:not([dir="rtl"]) .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-title {
        margin-right: 24px; }
      html[dir="rtl"] .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-title {
        margin-left: 24px; }
      html:not([dir="rtl"]) .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-title,
      html[dir="rtl"] .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-title {
        margin-bottom: 0; }
      html:not([dir="rtl"]) .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-title,
      html[dir="rtl"] .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-title {
        padding-bottom: 0; }
      @supports (-webkit-line-clamp: 1) {
        .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-title {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical; } } }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teasers--2 .vans_navigation-teaser__teaser-title,
    .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser-title {
      max-height: calc(1em * 3 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 3) {
        .vans_navigation-teaser__teasers--2 .vans_navigation-teaser__teaser-title,
        .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser-title {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; } } }
  @media only screen and (min-width: 1280px) {
    .vans_navigation-teaser__teasers--2 .vans_navigation-teaser__teaser-title,
    .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser-title {
      max-height: calc(1em * 2 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 2) {
        .vans_navigation-teaser__teasers--2 .vans_navigation-teaser__teaser-title,
        .vans_navigation-teaser__teasers--4 .vans_navigation-teaser__teaser-title {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; } } }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teasers--3 .vans_navigation-teaser__teaser-title,
    .vans_navigation-teaser__teasers--5 .vans_navigation-teaser__teaser-title,
    .vans_navigation-teaser__teasers--6 .vans_navigation-teaser__teaser-title {
      max-height: calc(1em * 4 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 4) {
        .vans_navigation-teaser__teasers--3 .vans_navigation-teaser__teaser-title,
        .vans_navigation-teaser__teasers--5 .vans_navigation-teaser__teaser-title,
        .vans_navigation-teaser__teasers--6 .vans_navigation-teaser__teaser-title {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; } } }

.vans_navigation-teaser__teaser-arrow {
  align-self: center;
  font-family: CorporateACondensedRegular, sans-serif;
  color: #333; }
  :lang(ko) .vans_navigation-teaser__teaser-arrow {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_navigation-teaser__teaser-arrow {
      font-size: 24px;
      line-height: 24px; } }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teaser-arrow {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 1280px) {
    .vans_navigation-teaser__teaser-arrow {
      font-size: 32px;
      line-height: 32px; } }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teaser-arrow {
      align-self: flex-end; } }
  @media only screen and (min-width: 768px) {
    .vans_navigation-teaser__teasers--1 .vans_navigation-teaser__teaser-arrow {
      align-self: center; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_model-overview {
  background: #fff;
  color: #333;
  overflow: hidden;
  position: relative; }
  .vans_model-overview__filternav-container {
    z-index: 4;
    width: 100%;
    position: relative;
    background-color: #fff; }
    html:not([dir="rtl"]) .vans_model-overview__filternav-container,
    html[dir="rtl"] .vans_model-overview__filternav-container {
      border: 0; }
    html:not([dir="rtl"]) .vans_model-overview__filternav-container,
    html[dir="rtl"] .vans_model-overview__filternav-container {
      border-bottom: 1px solid #ddd; }
  .vans_model-overview__filternav-inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_model-overview__filternav-inner,
      html[dir="rtl"] .vans_model-overview__filternav-inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_model-overview__filternav-inner,
      html[dir="rtl"] .vans_model-overview__filternav-inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_model-overview__filternav-inner,
      html[dir="rtl"] .vans_model-overview__filternav-inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_model-overview__filternav-inner,
      html[dir="rtl"] .vans_model-overview__filternav-inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-overview__filternav-inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_model-overview__filternav-inner,
        html[dir="rtl"] .vans_model-overview__filternav-inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_model-overview__filternav-inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_model-overview__filternav-inner,
        html[dir="rtl"] .vans_model-overview__filternav-inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_model-overview__filternav-inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_model-overview__filternav-inner,
        html[dir="rtl"] .vans_model-overview__filternav-inner {
          margin: 0 auto; } }
  @media only screen and (min-width: 0) {
    .vans_model-overview__filternav {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-left: 6px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-right: 6px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_model-overview__filternav {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-left: 6px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-right: 6px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_model-overview__filternav {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_model-overview__filternav {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_model-overview__filternav {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_model-overview__filternav {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_model-overview__filternav {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__filternav {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__filternav {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_model-overview__filternav,
  html[dir="rtl"] .vans_model-overview__filternav {
    padding-top: 18px; }
  html:not([dir="rtl"]) .vans_model-overview__filternav,
  html[dir="rtl"] .vans_model-overview__filternav {
    padding-bottom: 18px; }
  .vans_model-overview__filternav-wrapper-container {
    display: flex;
    justify-content: space-between; }
  .vans_model-overview__filternav-wrapper-container--no-categories {
    display: flex;
    justify-content: flex-end; }
  .vans_model-overview__filternav-title {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer;
    display: block; }
    :lang(ko) .vans_model-overview__filternav-title {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    @media only screen and (min-width: 1024px) {
      .vans_model-overview__filternav-title {
        display: none; } }
  .vans_model-overview__filternav-flyout-container {
    background: #fff; }
    .js .vans_model-overview__filternav-flyout-container {
      visibility: hidden;
      transform: scale3d(1, 0, 1);
      transform-origin: top center;
      transition-property: transform;
      transition-duration: 0.4s;
      transition-delay: 0.3s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
      .js .vans_model-overview__filternav-flyout-container .vans_model-overview__filternav-item-inner {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
        transition: opacity, transform;
        transition-duration: 0.3s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
        @media only screen and (min-width: 768px) {
          .js .vans_model-overview__filternav-flyout-container .vans_model-overview__filternav-item-inner {
            transform: translate3d(0, -20px, 0); } }
      .js .vans_model-overview__filternav-flyout-container.-open {
        visibility: visible;
        transform: scale3d(1, 1, 1);
        transition-delay: 0s; }
        .js .vans_model-overview__filternav-flyout-container.-open .vans_model-overview__filternav-item-inner {
          transform: translate3d(0, 0, 0);
          transition-delay: 0.4s;
          opacity: 1; }
    .js .vans_model-overview__filternav-flyout-container {
      position: absolute;
      width: 100%;
      max-width: 1920px;
      height: auto;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
    html:not([dir="rtl"]) .vans_model-overview__filternav-flyout-container,
    html[dir="rtl"] .vans_model-overview__filternav-flyout-container {
      border: 0; }
    html:not([dir="rtl"]) .vans_model-overview__filternav-flyout-container,
    html[dir="rtl"] .vans_model-overview__filternav-flyout-container {
      border-bottom: 1px solid #ddd; }
    html:not([dir="rtl"]) .vans_model-overview__filternav-flyout-container,
    html[dir="rtl"] .vans_model-overview__filternav-flyout-container {
      margin-bottom: 18px; }
    html:not([dir="rtl"]) .vans_model-overview__filternav-flyout-container,
    html[dir="rtl"] .vans_model-overview__filternav-flyout-container {
      padding-bottom: 37px; }
    @media only screen and (min-width: 1024px) {
      .vans_model-overview__filternav-flyout-container {
        display: none; } }
  .vans_model-overview__filternav-item-container {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .vans_model-overview__filternav-item-container {
        display: flex; } }
  .vans_model-overview__filternav-item-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_model-overview__filternav-item-wrapper,
      html[dir="rtl"] .vans_model-overview__filternav-item-wrapper {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_model-overview__filternav-item-wrapper,
      html[dir="rtl"] .vans_model-overview__filternav-item-wrapper {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_model-overview__filternav-item-wrapper,
      html[dir="rtl"] .vans_model-overview__filternav-item-wrapper {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_model-overview__filternav-item-wrapper,
      html[dir="rtl"] .vans_model-overview__filternav-item-wrapper {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-overview__filternav-item-wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_model-overview__filternav-item-wrapper,
        html[dir="rtl"] .vans_model-overview__filternav-item-wrapper {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_model-overview__filternav-item-wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_model-overview__filternav-item-wrapper,
        html[dir="rtl"] .vans_model-overview__filternav-item-wrapper {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_model-overview__filternav-item-wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_model-overview__filternav-item-wrapper,
        html[dir="rtl"] .vans_model-overview__filternav-item-wrapper {
          margin: 0 auto; } }
    html:not([dir="rtl"]) .vans_model-overview__filternav-item-wrapper,
    html[dir="rtl"] .vans_model-overview__filternav-item-wrapper {
      border: 0; }
    html:not([dir="rtl"]) .vans_model-overview__filternav-item-wrapper,
    html[dir="rtl"] .vans_model-overview__filternav-item-wrapper {
      border-bottom: 1px solid #ddd; }
  .vans_model-overview__filternav-item {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    :lang(ko) .vans_model-overview__filternav-item {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_model-overview__filternav-item:hover, .vans_model-overview__filternav-item.-active, .vans_model-overview__filternav-item.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_model-overview__filternav-item,
    html[dir="rtl"] .vans_model-overview__filternav-item {
      border: 0; }
    html:not([dir="rtl"]) .vans_model-overview__filternav-item,
    html[dir="rtl"] .vans_model-overview__filternav-item {
      border-top: 1px solid #ddd; }
    html:not([dir="rtl"]) .vans_model-overview__filternav-item,
    html[dir="rtl"] .vans_model-overview__filternav-item {
      padding: 18px 25px; }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_model-overview__filternav-item,
      html[dir="rtl"] .vans_model-overview__filternav-item {
        border: 0; }
      html:not([dir="rtl"]) .vans_model-overview__filternav-item,
      html[dir="rtl"] .vans_model-overview__filternav-item {
        padding: 0; }
      .vans_model-overview__filternav-item::after {
        content: '|';
        color: #999; }
        html:not([dir="rtl"]) .vans_model-overview__filternav-item::after,
        html[dir="rtl"] .vans_model-overview__filternav-item::after {
          padding: 0 14px; }
      .vans_model-overview__filternav-item:last-of-type::after {
        content: none; } }
  .vans_model-overview__views-switch-container {
    display: flex;
    position: relative; }
  .vans_model-overview__views-switch {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    :lang(ko) .vans_model-overview__views-switch {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_model-overview__views-switch:hover, .vans_model-overview__views-switch.-active, .vans_model-overview__views-switch.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_model-overview__views-switch:last-child {
      margin-left: 18px; }
    html[dir="rtl"] .vans_model-overview__views-switch:last-child {
      margin-right: 18px; }
  .vans_model-overview__views-switch-label {
    display: none; }
    html:not([dir="rtl"]) .vans_model-overview__views-switch-label {
      padding-left: 6px; }
    html[dir="rtl"] .vans_model-overview__views-switch-label {
      padding-right: 6px; }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__views-switch-label {
        display: inline; } }
  .vans_model-overview__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_model-overview__inner,
      html[dir="rtl"] .vans_model-overview__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_model-overview__inner,
      html[dir="rtl"] .vans_model-overview__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_model-overview__inner,
      html[dir="rtl"] .vans_model-overview__inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_model-overview__inner,
      html[dir="rtl"] .vans_model-overview__inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-overview__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_model-overview__inner,
        html[dir="rtl"] .vans_model-overview__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_model-overview__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_model-overview__inner,
        html[dir="rtl"] .vans_model-overview__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_model-overview__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_model-overview__inner,
        html[dir="rtl"] .vans_model-overview__inner {
          margin: 0 auto; } }
    html:not([dir="rtl"]) .vans_model-overview__inner,
    html[dir="rtl"] .vans_model-overview__inner {
      padding-top: 0.5em; }
    @media only screen and (min-width: 0) {
      .vans_model-overview__inner {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__inner {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-overview__inner {
        font-size: 33px;
        line-height: 33px; } }
    .vans_model-overview__inner.-build-out .vans_model-overview__baseballcard,
    .vans_model-overview__inner.-build-out .vans_model-overview__section-headline {
      opacity: 1;
      animation: vans_slideDown 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s forwards; }
    .vans_model-overview__inner.-build-out.-build-out-view .vans_model-overview__modelnav-item-wrapper {
      opacity: 1;
      animation: vans_slideDown 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(1),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(1),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(1) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 150ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(2),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(2),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(2) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(3),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(3),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(3) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 450ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(4),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(4),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(4) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(5),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(5),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(5) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 750ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(6),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(6),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(6) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(7),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(7),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(7) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1050ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(8),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(8),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(8) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(9),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(9),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(9) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1350ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(10),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(10),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(10) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1500ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(11),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(11),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(11) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1650ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(12),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(12),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(12) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1800ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(13),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(13),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(13) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1950ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(14),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(14),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(14) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 2100ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(15),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(15),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(15) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 2250ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(16),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(16),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(16) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 2400ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(17),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(17),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(17) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 2550ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(18),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(18),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(18) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 2700ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(19),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(19),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(19) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 2850ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(20),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(20),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(20) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3000ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(21),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(21),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(21) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3150ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(22),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(22),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(22) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3300ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(23),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(23),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(23) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3450ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(24),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(24),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(24) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3600ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(25),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(25),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(25) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3750ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(26),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(26),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(26) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3900ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(27),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(27),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(27) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 4050ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(28),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(28),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(28) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 4200ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(29),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(29),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(29) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 4350ms forwards; }
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__section-headline:nth-of-type(30),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__baseballcard:nth-of-type(30),
    .vans_model-overview__inner:not(.-build-out) .vans_model-overview__modelnav-item-wrapper:nth-of-type(30) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 4500ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(1) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 150ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(2) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(3) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 450ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(4) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(5) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 750ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(6) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(7) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1050ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(8) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(9) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1350ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(10) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1500ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(11) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1650ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(12) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1800ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(13) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1950ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(14) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 2100ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(15) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 2250ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(16) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 2400ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(17) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 2550ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(18) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 2700ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(19) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 2850ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(20) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3000ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(21) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3150ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(22) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3300ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(23) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3450ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(24) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3600ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(25) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3750ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(26) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 3900ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(27) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 4050ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(28) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 4200ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(29) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 4350ms forwards; }
    .vans_model-overview__inner .vans_model-overview__modelnav-item-wrapper:nth-of-type(30) {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 4500ms forwards; }
  .vans_model-overview__modelnav-wrapper {
    display: none; }
    @media only screen and (min-width: 1024px) {
      .vans_model-overview__modelnav-wrapper {
        z-index: 3;
        display: block;
        position: relative; } }
  @media only screen and (min-width: 1024px) and (min-width: 1024px) {
    .vans_model-overview__modelnav-wrapper {
      flex: 0 0 auto;
      width: 33.33333%; }
      html:not([dir="rtl"]) .vans_model-overview__modelnav-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__modelnav-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__modelnav-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__modelnav-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1280px) {
    .vans_model-overview__modelnav-wrapper {
      flex: 0 0 auto;
      width: 33.33333%; }
      html:not([dir="rtl"]) .vans_model-overview__modelnav-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__modelnav-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__modelnav-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__modelnav-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1440px) {
    .vans_model-overview__modelnav-wrapper {
      flex: 0 0 auto;
      width: 33.33333%; }
      html:not([dir="rtl"]) .vans_model-overview__modelnav-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__modelnav-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__modelnav-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__modelnav-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1921px) {
    .vans_model-overview__modelnav-wrapper {
      flex: 0 0 auto;
      width: 33.33333%; }
      html:not([dir="rtl"]) .vans_model-overview__modelnav-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__modelnav-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__modelnav-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__modelnav-wrapper {
        padding-left: 12px; } }
  .vans_model-overview__modelnav-item-category {
    display: none; }
    .vans_model-overview__modelnav-item-category.-active {
      display: block; }
    html:not([dir="rtl"]) .vans_model-overview__modelnav-item-category,
    html[dir="rtl"] .vans_model-overview__modelnav-item-category {
      padding-bottom: 1.5em; }
    @media only screen and (min-width: 0) {
      .vans_model-overview__modelnav-item-category {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__modelnav-item-category {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-overview__modelnav-item-category {
        font-size: 33px;
        line-height: 33px; } }
  html:not([dir="rtl"]) .vans_model-overview__modelnav-item-wrapper,
  html[dir="rtl"] .vans_model-overview__modelnav-item-wrapper {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_model-overview__modelnav-item-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_model-overview__modelnav-item-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_model-overview__modelnav-item-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_model-overview__modelnav-item-wrapper:last-child,
  html[dir="rtl"] .vans_model-overview__modelnav-item-wrapper:last-child {
    padding-bottom: 25px; }
  .vans_model-overview__modelnav-item {
    font-family: CorporateACondensedRegular, sans-serif;
    color: #999; }
    :lang(ko) .vans_model-overview__modelnav-item {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_model-overview__modelnav-item {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__modelnav-item {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-overview__modelnav-item {
        font-size: 40px;
        line-height: 40px; } }
    .vans_model-overview__modelnav-item.-active, .vans_model-overview__modelnav-item.-filtered {
      color: #333; }
  .vans_model-overview__container {
    opacity: 0;
    position: absolute; }
    @media only screen and (min-width: 0) {
      .vans_model-overview__container {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-left: 6px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-right: 6px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_model-overview__container {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-left: 6px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-right: 6px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__container {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-left: 12px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-right: 12px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_model-overview__container {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-left: 12px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-right: 12px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-overview__container {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-left: 12px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-right: 12px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_model-overview__container {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-left: 12px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-right: 12px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_model-overview__container {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-left: 12px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_model-overview__container {
          padding-right: 12px; }
        html[dir="rtl"] .vans_model-overview__container {
          padding-left: 12px; } }
    .vans_model-overview__container.-active {
      opacity: 1;
      position: relative;
      z-index: 1; }
  html:not([dir="rtl"]) .vans_model-overview__section-headline-wrapper,
  html[dir="rtl"] .vans_model-overview__section-headline-wrapper {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_model-overview__section-headline-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_model-overview__section-headline-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_model-overview__section-headline-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 1024px) {
    .vans_model-overview__section-headline-wrapper {
      display: none; } }
  .vans_model-overview__section-headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_model-overview__section-headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_model-overview__section-headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__section-headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-overview__section-headline {
        font-size: 40px;
        line-height: 40px; } }
  .vans_model-overview__baseballcard-container {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    transition: transform 0.6s cubic-bezier(0, 0, 0.58, 1); }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-left: -6px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-right: -6px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-right: -6px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-left: -6px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-left: -6px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-right: -6px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-right: -6px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-left: -6px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-left: -12px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-left: -12px; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-left: -12px; } }
    @media only screen and (min-width: 1440px) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-left: -12px; } }
    @media only screen and (min-width: 1921px) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-container {
        margin-left: -12px; } }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__baseballcard-container {
        flex-wrap: wrap;
        overflow: visible;
        transition: none; } }
    html:not([dir="rtl"]) .vans_model-overview__baseballcard-container,
    html[dir="rtl"] .vans_model-overview__baseballcard-container {
      padding-bottom: 1.5em; }
    @media only screen and (min-width: 0) {
      .vans_model-overview__baseballcard-container {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__baseballcard-container {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-overview__baseballcard-container {
        font-size: 33px;
        line-height: 33px; } }
    .vans_model-overview__baseballcard-container.-draggable {
      overflow: visible;
      user-select: none; }
      html.-hover .vans_model-overview__baseballcard-container.-draggable:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab;
        cursor: grab;
        cursor: url("assets/cursors/drag.cur"), auto; }
      html.-hover .vans_model-overview__baseballcard-container.-draggable:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
        cursor: grabbing;
        cursor: url("assets/cursors/dragging.cur"), auto; }
      body.-ie .vans_model-overview__baseballcard-container.-draggable:hover,
      body.-ie .vans_model-overview__baseballcard-container.-draggable:active {
        cursor: move; }
      .vans_model-overview__baseballcard-container.-draggable.-dragging {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
        cursor: grabbing;
        transition: none;
        user-select: none; }
      .vans_model-overview__baseballcard-container.-draggable .vans_image__image {
        pointer-events: none;
        user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none; }
  .vans_model-overview__baseballcard {
    min-width: calc(224px + 24px + 6px);
    display: none;
    display: flex; }
    html:not([dir="rtl"]) .vans_model-overview__baseballcard {
      padding-right: 24px; }
    html[dir="rtl"] .vans_model-overview__baseballcard {
      padding-left: 24px; }
    html:not([dir="rtl"]) .vans_model-overview__baseballcard {
      padding-left: 6px; }
    html[dir="rtl"] .vans_model-overview__baseballcard {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_model-overview__baseballcard,
    html[dir="rtl"] .vans_model-overview__baseballcard {
      padding-top: 1em; }
    @media only screen and (min-width: 0) {
      .vans_model-overview__baseballcard {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__baseballcard {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-overview__baseballcard {
        font-size: 33px;
        line-height: 33px; } }
    @media only screen and (min-width: 480px) {
      .vans_model-overview__baseballcard {
        min-width: 0; } }
  @media only screen and (min-width: 480px) and (min-width: 480px) {
    .vans_model-overview__baseballcard {
      flex: 0 0 auto;
      width: 75%; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard {
        padding-left: 6px; }
      html[dir="rtl"] .vans_model-overview__baseballcard {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard {
        padding-right: 6px; }
      html[dir="rtl"] .vans_model-overview__baseballcard {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) and (min-width: 768px) {
    .vans_model-overview__baseballcard {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard {
        padding-left: 12px; } }
  @media only screen and (min-width: 480px) and (min-width: 1024px) {
    .vans_model-overview__baseballcard {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard {
        padding-left: 12px; } }
  @media only screen and (min-width: 480px) and (min-width: 1280px) {
    .vans_model-overview__baseballcard {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard {
        padding-left: 12px; } }
  @media only screen and (min-width: 480px) and (min-width: 1440px) {
    .vans_model-overview__baseballcard {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard {
        padding-left: 12px; } }
  @media only screen and (min-width: 480px) and (min-width: 1921px) {
    .vans_model-overview__baseballcard {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard {
        padding-left: 12px; } }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__baseballcard {
        overflow: hidden; }
        html:not([dir="rtl"]) .vans_model-overview__baseballcard {
          margin-right: 0; }
        html[dir="rtl"] .vans_model-overview__baseballcard {
          margin-left: 0; }
        html.-hover .vans_model-overview__baseballcard:hover {
          cursor: pointer; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard,
      html[dir="rtl"] .vans_model-overview__baseballcard {
        padding-bottom: 31px; } }
    @media only screen and (min-width: 768px) {
      html.-hover .vans_model-overview__baseballcard:hover .vans_image {
        transform: scale(1.05); } }
  .vans_model-overview__baseballcard-wrapper {
    display: inline-block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-wrapper,
      html[dir="rtl"] .vans_model-overview__baseballcard-wrapper {
        padding-bottom: 25px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-wrapper,
      html[dir="rtl"] .vans_model-overview__baseballcard-wrapper {
        border: 0; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-wrapper,
      html[dir="rtl"] .vans_model-overview__baseballcard-wrapper {
        border-bottom: 1px solid #ddd; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-wrapper,
      html[dir="rtl"] .vans_model-overview__baseballcard-wrapper {
        padding-bottom: 31px; } }
  .vans_model-overview__baseballcard-image, .vans_model-overview__baseballcard-image--overview {
    align-items: flex-end;
    display: flex;
    position: relative; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-image, html:not([dir="rtl"]) .vans_model-overview__baseballcard-image--overview {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-image, html[dir="rtl"] .vans_model-overview__baseballcard-image--overview {
        padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-image, html:not([dir="rtl"]) .vans_model-overview__baseballcard-image--overview {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-image, html[dir="rtl"] .vans_model-overview__baseballcard-image--overview {
        padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-image, html:not([dir="rtl"]) .vans_model-overview__baseballcard-image--overview {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-image, html[dir="rtl"] .vans_model-overview__baseballcard-image--overview {
        padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-image, html:not([dir="rtl"]) .vans_model-overview__baseballcard-image--overview {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-image, html[dir="rtl"] .vans_model-overview__baseballcard-image--overview {
        padding-left: 12px; } }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__baseballcard-image, .vans_model-overview__baseballcard-image--overview {
        justify-content: center;
        position: static;
        width: calc(50% + 1px); }
        html:not([dir="rtl"]) .vans_model-overview__baseballcard-image, html:not([dir="rtl"]) .vans_model-overview__baseballcard-image--overview {
          float: left; }
        html[dir="rtl"] .vans_model-overview__baseballcard-image, html[dir="rtl"] .vans_model-overview__baseballcard-image--overview {
          float: right; } }
    .vans_model-overview__baseballcard-image .vans_image, .vans_model-overview__baseballcard-image--overview .vans_image {
      top: 0;
      position: absolute;
      transform: scale(0.9);
      transform-origin: 0 100%; }
      @media only screen and (min-width: 480px) {
        .vans_model-overview__baseballcard-image .vans_image, .vans_model-overview__baseballcard-image--overview .vans_image {
          position: relative;
          transform: none;
          transform-origin: 50% 50%; } }
      @media only screen and (min-width: 768px) {
        .vans_model-overview__baseballcard-image .vans_image, .vans_model-overview__baseballcard-image--overview .vans_image {
          transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); } }
    .vans_model-overview__baseballcard-image--overview {
      display: none;
      justify-content: flex-start; }
  @media only screen and (min-width: 768px) {
    .vans_model-overview__baseballcard-info {
      padding-start: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-info {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-info {
        padding-right: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_model-overview__baseballcard-info {
      padding-start: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-info {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-info {
        padding-right: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_model-overview__baseballcard-info {
      padding-start: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-info {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-info {
        padding-right: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_model-overview__baseballcard-info {
      padding-start: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-info {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__baseballcard-info {
        padding-right: 12px; } }
  html:not([dir="rtl"]) .vans_model-overview__baseballcard-info,
  html[dir="rtl"] .vans_model-overview__baseballcard-info {
    padding-top: 12px; }
  @media only screen and (min-width: 768px) {
    .vans_model-overview__baseballcard-info {
      width: calc(50% - 1px); }
      html:not([dir="rtl"]) .vans_model-overview__baseballcard-info {
        float: right; }
      html[dir="rtl"] .vans_model-overview__baseballcard-info {
        float: left; } }
  html:not([dir="rtl"]) .vans_model-overview__baseballcard-details,
  html[dir="rtl"] .vans_model-overview__baseballcard-details {
    padding-top: 25px; }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_model-overview__baseballcard-details,
    html[dir="rtl"] .vans_model-overview__baseballcard-details {
      padding-top: 31px; } }
  html:not([dir="rtl"]) .vans_model-overview__baseballcard-details > *:first-child,
  html[dir="rtl"] .vans_model-overview__baseballcard-details > *:first-child {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_model-overview__baseballcard-detail,
  html[dir="rtl"] .vans_model-overview__baseballcard-detail {
    padding-top: 18px; }
  @media only screen and (min-width: 768px) {
    .vans_model-overview__baseballcard-detail {
      display: flex;
      justify-content: space-between; } }
  .vans_model-overview__baseballcard-name {
    letter-spacing: 0.5px;
    font-family: CorporateSDemi, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_model-overview__baseballcard-name {
        font-size: 16px;
        line-height: 21px; } }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__baseballcard-name {
        font-size: 20px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-overview__baseballcard-name {
        font-size: 22px;
        line-height: 29px; } }
    :lang(ko) .vans_model-overview__baseballcard-name {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__baseballcard-name {
        font-family: CorporateSRegular, -apple-system, sans-serif; }
        :lang(ko) .vans_model-overview__baseballcard-name {
          font-family: MBKCorporateSRegular, sans-serif; } }
  .vans_model-overview__baseballcard-price, .vans_model-overview__baseballcard-label {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_model-overview__baseballcard-price, :lang(ko) .vans_model-overview__baseballcard-label {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  .vans_model-overview__baseballcard-value {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_model-overview__baseballcard-value {
      font-family: MBKCorporateSRegular, sans-serif; }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_model-overview__baseballcard-price,
    html[dir="rtl"] .vans_model-overview__baseballcard-price {
      margin-top: 18px; } }
  .vans_model-overview__baseballcard-disclaimer {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999; }
    :lang(ko) .vans_model-overview__baseballcard-disclaimer {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_model-overview__buttons {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    flex-direction: column; }
    :lang(ko) .vans_model-overview__buttons {
      font-family: MBKCorporateSRegular, sans-serif; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_model-overview__buttons {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__buttons {
        padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_model-overview__buttons {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__buttons {
        padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_model-overview__buttons {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__buttons {
        padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      html:not([dir="rtl"]) .vans_model-overview__buttons {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__buttons {
        padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_model-overview__buttons,
    html[dir="rtl"] .vans_model-overview__buttons {
      padding-top: 18px; }
    html .vans_model-overview__buttons {
      text-align: center; }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__buttons {
        flex-direction: row;
        width: calc(50% + 1px); }
        html:not([dir="rtl"]) .vans_model-overview__buttons {
          float: left; }
        html[dir="rtl"] .vans_model-overview__buttons {
          float: right; } }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      .vans_model-overview__buttons {
        flex-direction: column; } }
  .vans_model-overview__primary-button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;
    height: 48px;
    color: #fff;
    background: #333; }
    html:not([dir="rtl"]) .vans_model-overview__primary-button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_model-overview__primary-button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_model-overview__primary-button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_model-overview__primary-button {
      padding-left: 20px; }
    .vans_model-overview__primary-button::after {
      border-color: transparent; }
    .vans_model-overview__primary-button::after { }
    .vans_model-overview__primary-button.-active::after,
    html.-hover .vans_model-overview__primary-button:active:hover::after, .vans_model-overview__primary-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_model-overview__primary-button.-disabled::after,
    html.-hover .vans_model-overview__primary-button.-disabled:hover::after,
    html.-hover .vans_model-overview__primary-button.-disabled:active:hover::after, .vans_model-overview__primary-button[disabled]::after,
    html.-hover .vans_model-overview__primary-button[disabled]:hover::after,
    html.-hover .vans_model-overview__primary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_model-overview__primary-button.-disabled::after,
    html.-hover .vans_model-overview__primary-button.-disabled:hover::after,
    html.-hover .vans_model-overview__primary-button.-disabled:active:hover::after, .vans_model-overview__primary-button[disabled]::after,
    html.-hover .vans_model-overview__primary-button[disabled]:hover::after,
    html.-hover .vans_model-overview__primary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_model-overview__primary-button.-disabled::after,
      html[dir="rtl"] .vans_model-overview__primary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__primary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__primary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__primary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_model-overview__primary-button[disabled]::after,
      html[dir="rtl"] .vans_model-overview__primary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__primary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__primary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__primary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__primary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_model-overview__primary-button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_model-overview__primary-button::after {
        right: 0; }
      html[dir="rtl"] .vans_model-overview__primary-button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_model-overview__primary-button::after {
        left: 0; }
      html[dir="rtl"] .vans_model-overview__primary-button::after {
        right: 0; }
    .vans_model-overview__primary-button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_model-overview__primary-button::before {
        right: 0; }
      html[dir="rtl"] .vans_model-overview__primary-button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_model-overview__primary-button::before {
        left: 0; }
      html[dir="rtl"] .vans_model-overview__primary-button::before {
        right: 0; }
    .vans_model-overview__primary-button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_model-overview__primary-button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_model-overview__primary-button,
    html[dir="rtl"] .vans_model-overview__primary-button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_model-overview__primary-button,
    html[dir="rtl"] .vans_model-overview__primary-button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_model-overview__primary-button,
    html[dir="rtl"] .vans_model-overview__primary-button {
      padding-bottom: 0; }
    .vans_model-overview__primary-button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_model-overview__primary-button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    html:not([dir="rtl"]) .vans_model-overview__primary-button {
      padding-left: 24px; }
    html[dir="rtl"] .vans_model-overview__primary-button {
      padding-right: 24px; }
    html:not([dir="rtl"]) .vans_model-overview__primary-button {
      padding-right: 24px; }
    html[dir="rtl"] .vans_model-overview__primary-button {
      padding-left: 24px; }
    .vans_model-overview__primary-button::after {
      border-color: transparent; }
    .vans_model-overview__primary-button::after { }
    .vans_model-overview__primary-button.-disabled::after,
    html.-hover .vans_model-overview__primary-button.-disabled:hover::after,
    html.-hover .vans_model-overview__primary-button.-disabled:active:hover::after, .vans_model-overview__primary-button[disabled]::after,
    html.-hover .vans_model-overview__primary-button[disabled]:hover::after,
    html.-hover .vans_model-overview__primary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_model-overview__primary-button.-disabled::after,
    html.-hover .vans_model-overview__primary-button.-disabled:hover::after,
    html.-hover .vans_model-overview__primary-button.-disabled:active:hover::after, .vans_model-overview__primary-button[disabled]::after,
    html.-hover .vans_model-overview__primary-button[disabled]:hover::after,
    html.-hover .vans_model-overview__primary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_model-overview__primary-button.-disabled::after,
      html[dir="rtl"] .vans_model-overview__primary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__primary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__primary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__primary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_model-overview__primary-button[disabled]::after,
      html[dir="rtl"] .vans_model-overview__primary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__primary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__primary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__primary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__primary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_model-overview__primary-button::after {
      border-color: transparent; }
    .vans_model-overview__primary-button::after { }
    html.-hover .vans_model-overview__primary-button:hover {
      background: #242424; }
    .vans_model-overview__primary-button:focus {
      background: #242424; }
    .vans_model-overview__primary-button.-active,
    html.-hover .vans_model-overview__primary-button:active:hover, .vans_model-overview__primary-button:active:focus {
      color: #fff;
      background: #242424; }
      .vans_model-overview__primary-button.-active::after,
      html.-hover .vans_model-overview__primary-button:active:hover::after, .vans_model-overview__primary-button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_model-overview__primary-button.-disabled,
    html.-hover .vans_model-overview__primary-button.-disabled:hover,
    html.-hover .vans_model-overview__primary-button.-disabled:active:hover, .vans_model-overview__primary-button[disabled],
    html.-hover .vans_model-overview__primary-button[disabled]:hover,
    html.-hover .vans_model-overview__primary-button[disabled]:active:hover {
      background-color: #333; }
      .vans_model-overview__primary-button.-disabled::after,
      html.-hover .vans_model-overview__primary-button.-disabled:hover::after,
      html.-hover .vans_model-overview__primary-button.-disabled:active:hover::after, .vans_model-overview__primary-button[disabled]::after,
      html.-hover .vans_model-overview__primary-button[disabled]:hover::after,
      html.-hover .vans_model-overview__primary-button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_model-overview__primary-button.-disabled::after,
      html.-hover .vans_model-overview__primary-button.-disabled:hover::after,
      html.-hover .vans_model-overview__primary-button.-disabled:active:hover::after, .vans_model-overview__primary-button[disabled]::after,
      html.-hover .vans_model-overview__primary-button[disabled]:hover::after,
      html.-hover .vans_model-overview__primary-button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_model-overview__primary-button.-disabled::after,
        html[dir="rtl"] .vans_model-overview__primary-button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_model-overview__primary-button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_model-overview__primary-button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_model-overview__primary-button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_model-overview__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_model-overview__primary-button[disabled]::after,
        html[dir="rtl"] .vans_model-overview__primary-button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_model-overview__primary-button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_model-overview__primary-button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_model-overview__primary-button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_model-overview__primary-button[disabled]:active:hover::after {
          border-width: 1px; }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__primary-button {
        width: 50%; } }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      .vans_model-overview__primary-button {
        flex-direction: column;
        width: 100%; } }
  .vans_model-overview__secondary-button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;
    height: 48px;
    color: #333;
    background: #ececec; }
    html:not([dir="rtl"]) .vans_model-overview__secondary-button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_model-overview__secondary-button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_model-overview__secondary-button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_model-overview__secondary-button {
      padding-left: 20px; }
    .vans_model-overview__secondary-button::after {
      border-color: transparent; }
    .vans_model-overview__secondary-button::after { }
    .vans_model-overview__secondary-button.-active::after,
    html.-hover .vans_model-overview__secondary-button:active:hover::after, .vans_model-overview__secondary-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_model-overview__secondary-button.-disabled::after,
    html.-hover .vans_model-overview__secondary-button.-disabled:hover::after,
    html.-hover .vans_model-overview__secondary-button.-disabled:active:hover::after, .vans_model-overview__secondary-button[disabled]::after,
    html.-hover .vans_model-overview__secondary-button[disabled]:hover::after,
    html.-hover .vans_model-overview__secondary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_model-overview__secondary-button.-disabled::after,
    html.-hover .vans_model-overview__secondary-button.-disabled:hover::after,
    html.-hover .vans_model-overview__secondary-button.-disabled:active:hover::after, .vans_model-overview__secondary-button[disabled]::after,
    html.-hover .vans_model-overview__secondary-button[disabled]:hover::after,
    html.-hover .vans_model-overview__secondary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_model-overview__secondary-button.-disabled::after,
      html[dir="rtl"] .vans_model-overview__secondary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__secondary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__secondary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_model-overview__secondary-button[disabled]::after,
      html[dir="rtl"] .vans_model-overview__secondary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__secondary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__secondary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__secondary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_model-overview__secondary-button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_model-overview__secondary-button::after {
        right: 0; }
      html[dir="rtl"] .vans_model-overview__secondary-button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_model-overview__secondary-button::after {
        left: 0; }
      html[dir="rtl"] .vans_model-overview__secondary-button::after {
        right: 0; }
    .vans_model-overview__secondary-button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_model-overview__secondary-button::before {
        right: 0; }
      html[dir="rtl"] .vans_model-overview__secondary-button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_model-overview__secondary-button::before {
        left: 0; }
      html[dir="rtl"] .vans_model-overview__secondary-button::before {
        right: 0; }
    .vans_model-overview__secondary-button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_model-overview__secondary-button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_model-overview__secondary-button,
    html[dir="rtl"] .vans_model-overview__secondary-button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_model-overview__secondary-button,
    html[dir="rtl"] .vans_model-overview__secondary-button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_model-overview__secondary-button,
    html[dir="rtl"] .vans_model-overview__secondary-button {
      padding-bottom: 0; }
    .vans_model-overview__secondary-button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_model-overview__secondary-button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    html:not([dir="rtl"]) .vans_model-overview__secondary-button {
      padding-left: 24px; }
    html[dir="rtl"] .vans_model-overview__secondary-button {
      padding-right: 24px; }
    html:not([dir="rtl"]) .vans_model-overview__secondary-button {
      padding-right: 24px; }
    html[dir="rtl"] .vans_model-overview__secondary-button {
      padding-left: 24px; }
    .vans_model-overview__secondary-button::after {
      border-color: transparent; }
    .vans_model-overview__secondary-button::after { }
    .vans_model-overview__secondary-button.-disabled::after,
    html.-hover .vans_model-overview__secondary-button.-disabled:hover::after,
    html.-hover .vans_model-overview__secondary-button.-disabled:active:hover::after, .vans_model-overview__secondary-button[disabled]::after,
    html.-hover .vans_model-overview__secondary-button[disabled]:hover::after,
    html.-hover .vans_model-overview__secondary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_model-overview__secondary-button.-disabled::after,
    html.-hover .vans_model-overview__secondary-button.-disabled:hover::after,
    html.-hover .vans_model-overview__secondary-button.-disabled:active:hover::after, .vans_model-overview__secondary-button[disabled]::after,
    html.-hover .vans_model-overview__secondary-button[disabled]:hover::after,
    html.-hover .vans_model-overview__secondary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_model-overview__secondary-button.-disabled::after,
      html[dir="rtl"] .vans_model-overview__secondary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__secondary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__secondary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_model-overview__secondary-button[disabled]::after,
      html[dir="rtl"] .vans_model-overview__secondary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__secondary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-overview__secondary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-overview__secondary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_model-overview__secondary-button::after {
      border-color: transparent; }
    .vans_model-overview__secondary-button::after { }
    html.-hover .vans_model-overview__secondary-button:hover {
      background: #d9d9d9; }
    .vans_model-overview__secondary-button:focus {
      background: #d9d9d9; }
    .vans_model-overview__secondary-button.-active,
    html.-hover .vans_model-overview__secondary-button:active:hover, .vans_model-overview__secondary-button:active:focus {
      color: #333;
      background: #d9d9d9; }
      .vans_model-overview__secondary-button.-active::after,
      html.-hover .vans_model-overview__secondary-button:active:hover::after, .vans_model-overview__secondary-button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_model-overview__secondary-button.-disabled,
    html.-hover .vans_model-overview__secondary-button.-disabled:hover,
    html.-hover .vans_model-overview__secondary-button.-disabled:active:hover, .vans_model-overview__secondary-button[disabled],
    html.-hover .vans_model-overview__secondary-button[disabled]:hover,
    html.-hover .vans_model-overview__secondary-button[disabled]:active:hover {
      background-color: #ececec; }
      .vans_model-overview__secondary-button.-disabled::after,
      html.-hover .vans_model-overview__secondary-button.-disabled:hover::after,
      html.-hover .vans_model-overview__secondary-button.-disabled:active:hover::after, .vans_model-overview__secondary-button[disabled]::after,
      html.-hover .vans_model-overview__secondary-button[disabled]:hover::after,
      html.-hover .vans_model-overview__secondary-button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_model-overview__secondary-button.-disabled::after,
      html.-hover .vans_model-overview__secondary-button.-disabled:hover::after,
      html.-hover .vans_model-overview__secondary-button.-disabled:active:hover::after, .vans_model-overview__secondary-button[disabled]::after,
      html.-hover .vans_model-overview__secondary-button[disabled]:hover::after,
      html.-hover .vans_model-overview__secondary-button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_model-overview__secondary-button.-disabled::after,
        html[dir="rtl"] .vans_model-overview__secondary-button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_model-overview__secondary-button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_model-overview__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_model-overview__secondary-button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_model-overview__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_model-overview__secondary-button[disabled]::after,
        html[dir="rtl"] .vans_model-overview__secondary-button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_model-overview__secondary-button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_model-overview__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_model-overview__secondary-button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_model-overview__secondary-button[disabled]:active:hover::after {
          border-width: 1px; }
    html:not([dir="rtl"]) .vans_model-overview__secondary-button,
    html[dir="rtl"] .vans_model-overview__secondary-button {
      margin-top: 9px; }
    @media only screen and (min-width: 768px) {
      .vans_model-overview__secondary-button {
        width: 50%; }
        html:not([dir="rtl"]) .vans_model-overview__secondary-button,
        html[dir="rtl"] .vans_model-overview__secondary-button {
          margin-top: 0; }
        html:not([dir="rtl"]) .vans_model-overview__secondary-button {
          margin-left: 9px; }
        html[dir="rtl"] .vans_model-overview__secondary-button {
          margin-right: 9px; } }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      .vans_model-overview__secondary-button {
        flex-direction: column;
        width: 100%; }
        html:not([dir="rtl"]) .vans_model-overview__secondary-button,
        html[dir="rtl"] .vans_model-overview__secondary-button {
          margin-top: 9px; }
        html:not([dir="rtl"]) .vans_model-overview__secondary-button {
          margin-left: 0; }
        html[dir="rtl"] .vans_model-overview__secondary-button {
          margin-right: 0; } }
  @media only screen and (min-width: 0) {
    .vans_model-overview__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_model-overview__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_model-overview__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_model-overview__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_model-overview__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_model-overview__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_model-overview__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__disclaimer {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_model-overview__disclaimer,
  html[dir="rtl"] .vans_model-overview__disclaimer {
    padding-bottom: 1.5em; }
  @media only screen and (min-width: 0) {
    .vans_model-overview__disclaimer {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_model-overview__disclaimer {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_model-overview__disclaimer {
      font-size: 33px;
      line-height: 33px; } }

.vans_model-overview__inner.-overview .vans_model-overview__modelnav-wrapper {
  display: none; }

@media only screen and (min-width: 0) {
  .vans_model-overview__inner.-overview .vans_model-overview__container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_model-overview__inner.-overview .vans_model-overview__container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_model-overview__inner.-overview .vans_model-overview__container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_model-overview__inner.-overview .vans_model-overview__container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_model-overview__inner.-overview .vans_model-overview__container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_model-overview__inner.-overview .vans_model-overview__container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_model-overview__inner.-overview .vans_model-overview__container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__container {
      padding-left: 12px; } }

.vans_model-overview__inner.-overview .vans_model-overview__section-headline-wrapper {
  display: block; }

@media only screen and (min-width: 768px) {
  .vans_model-overview__inner.-overview .vans_model-overview__baseballcard-container {
    align-items: flex-end; } }

.vans_model-overview__inner.-overview .vans_model-overview__baseballcard-container.-initialized {
  align-items: flex-start; }

@media only screen and (min-width: 768px) {
  .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
    display: flex;
    flex-direction: column; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-left: 12px; } }
  @media only screen and (min-width: 768px) and (min-width: 1024px) {
    .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
      flex: 0 0 auto;
      width: 33.33333%; }
      html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-left: 12px; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-left: 12px; } }
  @media only screen and (min-width: 768px) and (min-width: 1440px) {
    .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-left: 12px; } }
  @media only screen and (min-width: 768px) and (min-width: 1921px) {
    .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
        padding-left: 12px; } }

html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard,
html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
  border: 0; }

html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard,
html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard {
  padding-bottom: 0; }

html.-hover .vans_model-overview__inner.-overview .vans_model-overview__baseballcard:hover .vans_model-overview__baseballcard-name {
  color: #00adef; }

html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard-wrapper,
html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard-wrapper {
  border: 0; }

.vans_model-overview__inner.-overview .vans_model-overview__baseballcard-image, .vans_model-overview__inner.-overview .vans_model-overview__baseballcard-image--overview,
.vans_model-overview__inner.-overview .vans_model-overview__baseballcard-info {
  width: 100%; }

.vans_model-overview__inner.-overview .vans_model-overview__baseballcard-image, .vans_model-overview__inner.-overview .vans_model-overview__baseballcard-image--overview,
.vans_model-overview__inner.-overview .vans_model-overview__baseballcard-details,
.vans_model-overview__inner.-overview .vans_model-overview__buttons {
  display: none; }

.vans_model-overview__inner.-overview .vans_model-overview__baseballcard-image, .vans_model-overview__inner.-overview .vans_model-overview__baseballcard-image--overview {
  display: none; }
  .vans_model-overview__inner.-overview .vans_model-overview__baseballcard-image--overview {
    display: flex; }

.vans_model-overview__inner.-overview .vans_model-overview__baseballcard-name {
  font-family: CorporateSDemi, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard-name {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }

.vans_model-overview__inner.-overview .vans_model-overview__baseballcard-price {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard-price {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_model-overview__inner.-overview .vans_model-overview__baseballcard-price,
  html[dir="rtl"] .vans_model-overview__inner.-overview .vans_model-overview__baseballcard-price {
    margin-top: 0; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_model-carousel {
  width: 100%;
  overflow: hidden; }
  .vans_model-carousel, [class*="vans_theme-"] .vans_model-carousel, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel, .vans_theme-light .vans_model-carousel, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel {
    color: #333; }
  .vans_theme-dark .vans_model-carousel, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel {
    color: #fff; }
  html:not([dir="rtl"]) .vans_model-carousel,
  html[dir="rtl"] .vans_model-carousel {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_model-carousel,
  html[dir="rtl"] .vans_model-carousel {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_model-carousel {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_model-carousel {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_model-carousel {
      font-size: 33px;
      line-height: 33px; } }
  .vans_model-carousel__gradient, [class*="vans_theme-"] .vans_model-carousel__gradient, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__gradient, .vans_theme-light .vans_model-carousel__gradient, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__gradient, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__gradient {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0, #f4f4f4 40%, white 48%); }
  .vans_theme-dark .vans_model-carousel__gradient, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__gradient, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__gradient {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0) 48%); }
  html:not([dir="rtl"]) .vans_model-carousel__gradient,
  html[dir="rtl"] .vans_model-carousel__gradient {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_model-carousel__gradient {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_model-carousel__gradient {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_model-carousel__gradient {
      font-size: 33px;
      line-height: 33px; } }
  .vans_model-carousel__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_model-carousel__inner,
      html[dir="rtl"] .vans_model-carousel__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_model-carousel__inner,
      html[dir="rtl"] .vans_model-carousel__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_model-carousel__inner,
      html[dir="rtl"] .vans_model-carousel__inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_model-carousel__inner,
      html[dir="rtl"] .vans_model-carousel__inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-carousel__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_model-carousel__inner,
        html[dir="rtl"] .vans_model-carousel__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_model-carousel__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_model-carousel__inner,
        html[dir="rtl"] .vans_model-carousel__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_model-carousel__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_model-carousel__inner,
        html[dir="rtl"] .vans_model-carousel__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 768px) {
      .vans_model-carousel__inner--full {
        display: flex;
        position: relative;
        flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    html:not([dir="rtl"]) .vans_model-carousel__inner--full,
    html[dir="rtl"] .vans_model-carousel__inner--full {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_model-carousel__inner--full,
    html[dir="rtl"] .vans_model-carousel__inner--full {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_model-carousel__inner--full,
    html[dir="rtl"] .vans_model-carousel__inner--full {
      margin: 0 32px; } }
  @media only screen and (min-width: 768px) and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_model-carousel__inner--full,
    html[dir="rtl"] .vans_model-carousel__inner--full {
      margin: 0 44px; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .vans_model-carousel__inner--full {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_model-carousel__inner--full,
      html[dir="rtl"] .vans_model-carousel__inner--full {
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1440px) {
    .vans_model-carousel__inner--full {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_model-carousel__inner--full,
      html[dir="rtl"] .vans_model-carousel__inner--full {
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1921px) {
    .vans_model-carousel__inner--full {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_model-carousel__inner--full,
      html[dir="rtl"] .vans_model-carousel__inner--full {
        margin: 0 auto; } }
    @media only screen and (min-width: 768px) {
        html.-hover .vans_model-carousel__inner--full:hover .vans_gallery__controls:not(.-single) {
          animation: vans_blendin 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
        .vans_model-carousel__inner--full none {
          transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_model-carousel__inner--full .vans_gallery__controls {
          animation: vans_blendout 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
        .vans_model-carousel__inner--full none {
          opacity: 0;
          transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s; }
          .vans_model-carousel__inner--full none.-active {
            opacity: 1; } }
  @media only screen and (min-width: 0) {
    .vans_model-carousel__headline-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_model-carousel__headline-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_model-carousel__headline-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_model-carousel__headline-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_model-carousel__headline-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1440px) {
    .vans_model-carousel__headline-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1921px) {
    .vans_model-carousel__headline-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__headline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__headline-wrapper {
        padding-left: 12px; } }
  .vans_model-carousel__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_model-carousel__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_model-carousel__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_model-carousel__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-carousel__headline {
        font-size: 40px;
        line-height: 40px; } }
  @media only screen and (min-width: 0) {
    .vans_model-carousel__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_model-carousel__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_model-carousel__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_model-carousel__disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_model-carousel__disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1440px) {
    .vans_model-carousel__disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1921px) {
    .vans_model-carousel__disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 768px) {
    .vans_model-carousel__stage {
      flex: 0 0 auto;
      width: 75%; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__stage {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        margin-left: 12.5% !important; }
      html[dir="rtl"] .vans_model-carousel__stage {
        margin-right: 12.5% !important; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        margin-right: calc((1 - 0.125 - 0.75 ) * 100%) !important; }
      html[dir="rtl"] .vans_model-carousel__stage {
        margin-left: calc((1 - 0.125 - 0.75 ) * 100%) !important; } }
  @media only screen and (min-width: 1024px) {
    .vans_model-carousel__stage {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__stage {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_model-carousel__stage {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_model-carousel__stage {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_model-carousel__stage {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__stage {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_model-carousel__stage {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_model-carousel__stage {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1440px) {
    .vans_model-carousel__stage {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__stage {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_model-carousel__stage {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_model-carousel__stage {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1921px) {
    .vans_model-carousel__stage {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__stage {
        padding-left: 12px; } }
  .vans_model-carousel__stage .vans_gallery {
    overflow: visible; }
    .vans_model-carousel__stage .vans_gallery .vans_image {
      opacity: 1; }
    .vans_model-carousel__stage .vans_gallery .vans_gallery__page {
      opacity: 1;
      position: relative;
      overflow: hidden; }
      .vans_model-carousel__stage .vans_gallery .vans_gallery__page::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_model-carousel__stage .vans_gallery .vans_gallery__page::before,
        html[dir="rtl"] .vans_model-carousel__stage .vans_gallery .vans_gallery__page::before {
          padding-bottom: 50%; }
      .vans_model-carousel__stage .vans_gallery .vans_gallery__page > .vans_image {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_model-carousel__stage .vans_gallery .vans_gallery__page > .vans_image {
          left: 0; }
        html[dir="rtl"] .vans_model-carousel__stage .vans_gallery .vans_gallery__page > .vans_image {
          right: 0; }
        html:not([dir="rtl"]) .vans_model-carousel__stage .vans_gallery .vans_gallery__page > .vans_image {
          right: 0; }
        html[dir="rtl"] .vans_model-carousel__stage .vans_gallery .vans_gallery__page > .vans_image {
          left: 0; }
      @media only screen and (min-width: 768px) {
        html:not([dir="rtl"]) .vans_model-carousel__stage .vans_gallery .vans_gallery__page {
          margin-left: calc(calc(100%) * -1 / 6); }
        html[dir="rtl"] .vans_model-carousel__stage .vans_gallery .vans_gallery__page {
          margin-right: calc(calc(100%) * -1 / 6); } }
      @media only screen and (min-width: 1024px) {
        html:not([dir="rtl"]) .vans_model-carousel__stage .vans_gallery .vans_gallery__page {
          margin-left: calc(calc(100%) * -1 / 8); }
        html[dir="rtl"] .vans_model-carousel__stage .vans_gallery .vans_gallery__page {
          margin-right: calc(calc(100%) * -1 / 8); } }
      html:not([dir="rtl"]) .vans_model-carousel__stage .vans_gallery .vans_gallery__page:first-child {
        margin-left: 0; }
      html[dir="rtl"] .vans_model-carousel__stage .vans_gallery .vans_gallery__page:first-child {
        margin-right: 0; }
      html:not([dir="rtl"]) .vans_model-carousel__stage .vans_gallery .vans_gallery__page:last-child {
        margin-right: 0; }
      html[dir="rtl"] .vans_model-carousel__stage .vans_gallery .vans_gallery__page:last-child {
        margin-left: 0; }
    @media only screen and (min-width: 768px) {
      .vans_model-carousel__stage .vans_gallery__controls, .vans_model-carousel__stage .vans_gallery__pagination {
        display: none; } }
  @media only screen and (min-width: 0) {
    .vans_model-carousel__model-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_model-carousel__model-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_model-carousel__model-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_model-carousel__model-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_model-carousel__model-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_model-carousel__model-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_model-carousel__model-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_model-carousel__model-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_model-carousel__model-wrapper {
        padding-left: 12px; } }
  .vans_model-carousel__model-container {
    position: relative;
    width: 100%; }
  .vans_model-carousel__model-elements {
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    animation: vans_blendout cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards; }
    .vans_model-carousel__model-elements.-active {
      visibility: visible;
      animation: vans_blendin 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards; }
  .vans_model-carousel__model-headline {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_model-carousel__model-headline {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    html:not([dir="rtl"]) .vans_model-carousel__model-headline,
    html[dir="rtl"] .vans_model-carousel__model-headline {
      margin-top: 18px; }
  .vans_model-carousel__model-description, .vans_model-carousel__model-price-information {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_model-carousel__model-description, :lang(ko) .vans_model-carousel__model-price-information {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_model-carousel__model-description,
    html[dir="rtl"] .vans_model-carousel__model-description, html:not([dir="rtl"]) .vans_model-carousel__model-price-information,
    html[dir="rtl"] .vans_model-carousel__model-price-information {
      margin-top: 18px; }
  .vans_model-carousel__button-container {
    display: inline-block;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_model-carousel__button-container {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_model-carousel__button-container,
    html[dir="rtl"] .vans_model-carousel__button-container {
      margin-top: 40px; }
    @media only screen and (min-width: 480px) {
      .vans_model-carousel__button-container {
        display: inline-block;
        flex-flow: nowrap; } }
  .vans_model-carousel__primary-button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;
    height: 48px;
    width: 100%; }
    html:not([dir="rtl"]) .vans_model-carousel__primary-button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_model-carousel__primary-button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_model-carousel__primary-button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_model-carousel__primary-button {
      padding-left: 20px; }
    .vans_model-carousel__primary-button::after {
      border-color: transparent; }
    .vans_model-carousel__primary-button::after { }
    .vans_model-carousel__primary-button.-active::after,
    html.-hover .vans_model-carousel__primary-button:active:hover::after, .vans_model-carousel__primary-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_model-carousel__primary-button.-disabled::after,
    html.-hover .vans_model-carousel__primary-button.-disabled:hover::after,
    html.-hover .vans_model-carousel__primary-button.-disabled:active:hover::after, .vans_model-carousel__primary-button[disabled]::after,
    html.-hover .vans_model-carousel__primary-button[disabled]:hover::after,
    html.-hover .vans_model-carousel__primary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_model-carousel__primary-button.-disabled::after,
    html.-hover .vans_model-carousel__primary-button.-disabled:hover::after,
    html.-hover .vans_model-carousel__primary-button.-disabled:active:hover::after, .vans_model-carousel__primary-button[disabled]::after,
    html.-hover .vans_model-carousel__primary-button[disabled]:hover::after,
    html.-hover .vans_model-carousel__primary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_model-carousel__primary-button.-disabled::after,
      html[dir="rtl"] .vans_model-carousel__primary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__primary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__primary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__primary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_model-carousel__primary-button[disabled]::after,
      html[dir="rtl"] .vans_model-carousel__primary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__primary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__primary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__primary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__primary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_model-carousel__primary-button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_model-carousel__primary-button::after {
        right: 0; }
      html[dir="rtl"] .vans_model-carousel__primary-button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_model-carousel__primary-button::after {
        left: 0; }
      html[dir="rtl"] .vans_model-carousel__primary-button::after {
        right: 0; }
    .vans_model-carousel__primary-button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_model-carousel__primary-button::before {
        right: 0; }
      html[dir="rtl"] .vans_model-carousel__primary-button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_model-carousel__primary-button::before {
        left: 0; }
      html[dir="rtl"] .vans_model-carousel__primary-button::before {
        right: 0; }
    .vans_model-carousel__primary-button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_model-carousel__primary-button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_model-carousel__primary-button,
    html[dir="rtl"] .vans_model-carousel__primary-button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_model-carousel__primary-button,
    html[dir="rtl"] .vans_model-carousel__primary-button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_model-carousel__primary-button,
    html[dir="rtl"] .vans_model-carousel__primary-button {
      padding-bottom: 0; }
    .vans_model-carousel__primary-button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_model-carousel__primary-button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    html:not([dir="rtl"]) .vans_model-carousel__primary-button {
      padding-left: 24px; }
    html[dir="rtl"] .vans_model-carousel__primary-button {
      padding-right: 24px; }
    html:not([dir="rtl"]) .vans_model-carousel__primary-button {
      padding-right: 24px; }
    html[dir="rtl"] .vans_model-carousel__primary-button {
      padding-left: 24px; }
    .vans_model-carousel__primary-button::after {
      border-color: transparent; }
    .vans_model-carousel__primary-button::after { }
    .vans_model-carousel__primary-button.-disabled::after,
    html.-hover .vans_model-carousel__primary-button.-disabled:hover::after,
    html.-hover .vans_model-carousel__primary-button.-disabled:active:hover::after, .vans_model-carousel__primary-button[disabled]::after,
    html.-hover .vans_model-carousel__primary-button[disabled]:hover::after,
    html.-hover .vans_model-carousel__primary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_model-carousel__primary-button.-disabled::after,
    html.-hover .vans_model-carousel__primary-button.-disabled:hover::after,
    html.-hover .vans_model-carousel__primary-button.-disabled:active:hover::after, .vans_model-carousel__primary-button[disabled]::after,
    html.-hover .vans_model-carousel__primary-button[disabled]:hover::after,
    html.-hover .vans_model-carousel__primary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_model-carousel__primary-button.-disabled::after,
      html[dir="rtl"] .vans_model-carousel__primary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__primary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__primary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__primary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_model-carousel__primary-button[disabled]::after,
      html[dir="rtl"] .vans_model-carousel__primary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__primary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__primary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__primary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__primary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_model-carousel__primary-button, [class*="vans_theme-"] .vans_model-carousel__primary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button, .vans_theme-light .vans_model-carousel__primary-button, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button {
      color: #fff;
      background: #333; }
      .vans_model-carousel__primary-button::after, [class*="vans_theme-"] .vans_model-carousel__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button::after, .vans_theme-light .vans_model-carousel__primary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button::after {
        border-color: transparent; }
      .vans_model-carousel__primary-button::after, [class*="vans_theme-"] .vans_model-carousel__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button::after, .vans_theme-light .vans_model-carousel__primary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button::after { }
      html.-hover .vans_model-carousel__primary-button:hover, html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button:hover, html.-hover .vans_theme-light .vans_model-carousel__primary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button:hover {
        background: #242424; }
      .vans_model-carousel__primary-button:focus, [class*="vans_theme-"] .vans_model-carousel__primary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button:focus, .vans_theme-light .vans_model-carousel__primary-button:focus, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button:focus {
        background: #242424; }
      .vans_model-carousel__primary-button.-active,
      html.-hover .vans_model-carousel__primary-button:active:hover, .vans_model-carousel__primary-button:active:focus, [class*="vans_theme-"] .vans_model-carousel__primary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button:active:hover, [class*="vans_theme-"] .vans_model-carousel__primary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button:active:focus, .vans_theme-light .vans_model-carousel__primary-button.-active,
      html.-hover .vans_theme-light .vans_model-carousel__primary-button:active:hover, .vans_theme-light .vans_model-carousel__primary-button:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button:active:focus {
        color: #fff;
        background: #242424; }
        .vans_model-carousel__primary-button.-active::after,
        html.-hover .vans_model-carousel__primary-button:active:hover::after, .vans_model-carousel__primary-button:active:focus::after, [class*="vans_theme-"] .vans_model-carousel__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button:active:hover::after, [class*="vans_theme-"] .vans_model-carousel__primary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button:active:focus::after, .vans_theme-light .vans_model-carousel__primary-button.-active::after,
        html.-hover .vans_theme-light .vans_model-carousel__primary-button:active:hover::after, .vans_theme-light .vans_model-carousel__primary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_model-carousel__primary-button.-disabled,
      html.-hover .vans_model-carousel__primary-button.-disabled:hover,
      html.-hover .vans_model-carousel__primary-button.-disabled:active:hover, .vans_model-carousel__primary-button[disabled],
      html.-hover .vans_model-carousel__primary-button[disabled]:hover,
      html.-hover .vans_model-carousel__primary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:active:hover, .vans_theme-light .vans_model-carousel__primary-button.-disabled,
      html.-hover .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover,
      html.-hover .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover, .vans_theme-light .vans_model-carousel__primary-button[disabled],
      html.-hover .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover,
      html.-hover .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover {
        background-color: #333; }
        .vans_model-carousel__primary-button.-disabled::after,
        html.-hover .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover .vans_model-carousel__primary-button.-disabled:active:hover::after, .vans_model-carousel__primary-button[disabled]::after,
        html.-hover .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover .vans_model-carousel__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:active:hover::after, .vans_theme-light .vans_model-carousel__primary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover::after, .vans_theme-light .vans_model-carousel__primary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_model-carousel__primary-button.-disabled::after,
        html.-hover .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover .vans_model-carousel__primary-button.-disabled:active:hover::after, .vans_model-carousel__primary-button[disabled]::after,
        html.-hover .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover .vans_model-carousel__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:active:hover::after, .vans_theme-light .vans_model-carousel__primary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover::after, .vans_theme-light .vans_model-carousel__primary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_model-carousel__primary-button.-disabled::after,
          html[dir="rtl"] .vans_model-carousel__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_model-carousel__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_model-carousel__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_model-carousel__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_model-carousel__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_model-carousel__primary-button[disabled]::after,
          html[dir="rtl"] .vans_model-carousel__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_model-carousel__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_model-carousel__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_model-carousel__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_model-carousel__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_model-carousel__primary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-light .vans_model-carousel__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_model-carousel__primary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-light .vans_model-carousel__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__primary-button[disabled]:active:hover::after {
            border-width: 1px; }
    .vans_theme-dark .vans_model-carousel__primary-button, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button {
      color: #333;
      background: #ececec; }
      .vans_theme-dark .vans_model-carousel__primary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button::after {
        border-color: transparent; }
      .vans_theme-dark .vans_model-carousel__primary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button::after { }
      html.-hover .vans_theme-dark .vans_model-carousel__primary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button:hover {
        background: #d9d9d9; }
      .vans_theme-dark .vans_model-carousel__primary-button:focus, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button:focus {
        background: #d9d9d9; }
      .vans_theme-dark .vans_model-carousel__primary-button.-active,
      html.-hover .vans_theme-dark .vans_model-carousel__primary-button:active:hover, .vans_theme-dark .vans_model-carousel__primary-button:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button:active:focus {
        color: #333;
        background: #d9d9d9; }
        .vans_theme-dark .vans_model-carousel__primary-button.-active::after,
        html.-hover .vans_theme-dark .vans_model-carousel__primary-button:active:hover::after, .vans_theme-dark .vans_model-carousel__primary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_model-carousel__primary-button.-disabled,
      html.-hover .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover,
      html.-hover .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover, .vans_theme-dark .vans_model-carousel__primary-button[disabled],
      html.-hover .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover,
      html.-hover .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover {
        background-color: #ececec; }
        .vans_theme-dark .vans_model-carousel__primary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover::after, .vans_theme-dark .vans_model-carousel__primary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_model-carousel__primary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover::after, .vans_theme-dark .vans_model-carousel__primary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_theme-dark .vans_model-carousel__primary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_model-carousel__primary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__primary-button[disabled]:active:hover::after {
            border-width: 1px; }
    html .vans_model-carousel__primary-button {
      text-align: center; }
    @media only screen and (min-width: 480px) {
      .vans_model-carousel__primary-button {
        width: auto; }
        html:not([dir="rtl"]) .vans_model-carousel__primary-button {
          margin-right: 12px; }
        html[dir="rtl"] .vans_model-carousel__primary-button {
          margin-left: 12px; } }
  .vans_model-carousel__secondary-button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;
    height: 48px;
    width: 100%; }
    html:not([dir="rtl"]) .vans_model-carousel__secondary-button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_model-carousel__secondary-button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_model-carousel__secondary-button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_model-carousel__secondary-button {
      padding-left: 20px; }
    .vans_model-carousel__secondary-button::after {
      border-color: transparent; }
    .vans_model-carousel__secondary-button::after { }
    .vans_model-carousel__secondary-button.-active::after,
    html.-hover .vans_model-carousel__secondary-button:active:hover::after, .vans_model-carousel__secondary-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_model-carousel__secondary-button.-disabled::after,
    html.-hover .vans_model-carousel__secondary-button.-disabled:hover::after,
    html.-hover .vans_model-carousel__secondary-button.-disabled:active:hover::after, .vans_model-carousel__secondary-button[disabled]::after,
    html.-hover .vans_model-carousel__secondary-button[disabled]:hover::after,
    html.-hover .vans_model-carousel__secondary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_model-carousel__secondary-button.-disabled::after,
    html.-hover .vans_model-carousel__secondary-button.-disabled:hover::after,
    html.-hover .vans_model-carousel__secondary-button.-disabled:active:hover::after, .vans_model-carousel__secondary-button[disabled]::after,
    html.-hover .vans_model-carousel__secondary-button[disabled]:hover::after,
    html.-hover .vans_model-carousel__secondary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_model-carousel__secondary-button.-disabled::after,
      html[dir="rtl"] .vans_model-carousel__secondary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__secondary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__secondary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_model-carousel__secondary-button[disabled]::after,
      html[dir="rtl"] .vans_model-carousel__secondary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__secondary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__secondary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__secondary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_model-carousel__secondary-button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_model-carousel__secondary-button::after {
        right: 0; }
      html[dir="rtl"] .vans_model-carousel__secondary-button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_model-carousel__secondary-button::after {
        left: 0; }
      html[dir="rtl"] .vans_model-carousel__secondary-button::after {
        right: 0; }
    .vans_model-carousel__secondary-button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_model-carousel__secondary-button::before {
        right: 0; }
      html[dir="rtl"] .vans_model-carousel__secondary-button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_model-carousel__secondary-button::before {
        left: 0; }
      html[dir="rtl"] .vans_model-carousel__secondary-button::before {
        right: 0; }
    .vans_model-carousel__secondary-button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_model-carousel__secondary-button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_model-carousel__secondary-button,
    html[dir="rtl"] .vans_model-carousel__secondary-button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_model-carousel__secondary-button,
    html[dir="rtl"] .vans_model-carousel__secondary-button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_model-carousel__secondary-button,
    html[dir="rtl"] .vans_model-carousel__secondary-button {
      padding-bottom: 0; }
    .vans_model-carousel__secondary-button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_model-carousel__secondary-button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    html:not([dir="rtl"]) .vans_model-carousel__secondary-button {
      padding-left: 24px; }
    html[dir="rtl"] .vans_model-carousel__secondary-button {
      padding-right: 24px; }
    html:not([dir="rtl"]) .vans_model-carousel__secondary-button {
      padding-right: 24px; }
    html[dir="rtl"] .vans_model-carousel__secondary-button {
      padding-left: 24px; }
    .vans_model-carousel__secondary-button::after {
      border-color: transparent; }
    .vans_model-carousel__secondary-button::after { }
    .vans_model-carousel__secondary-button.-disabled::after,
    html.-hover .vans_model-carousel__secondary-button.-disabled:hover::after,
    html.-hover .vans_model-carousel__secondary-button.-disabled:active:hover::after, .vans_model-carousel__secondary-button[disabled]::after,
    html.-hover .vans_model-carousel__secondary-button[disabled]:hover::after,
    html.-hover .vans_model-carousel__secondary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_model-carousel__secondary-button.-disabled::after,
    html.-hover .vans_model-carousel__secondary-button.-disabled:hover::after,
    html.-hover .vans_model-carousel__secondary-button.-disabled:active:hover::after, .vans_model-carousel__secondary-button[disabled]::after,
    html.-hover .vans_model-carousel__secondary-button[disabled]:hover::after,
    html.-hover .vans_model-carousel__secondary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_model-carousel__secondary-button.-disabled::after,
      html[dir="rtl"] .vans_model-carousel__secondary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__secondary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__secondary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_model-carousel__secondary-button[disabled]::after,
      html[dir="rtl"] .vans_model-carousel__secondary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__secondary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_model-carousel__secondary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_model-carousel__secondary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_model-carousel__secondary-button, [class*="vans_theme-"] .vans_model-carousel__secondary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button, .vans_theme-light .vans_model-carousel__secondary-button, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button {
      color: #333;
      background: #ececec; }
      .vans_model-carousel__secondary-button::after, [class*="vans_theme-"] .vans_model-carousel__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button::after, .vans_theme-light .vans_model-carousel__secondary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button::after {
        border-color: transparent; }
      .vans_model-carousel__secondary-button::after, [class*="vans_theme-"] .vans_model-carousel__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button::after, .vans_theme-light .vans_model-carousel__secondary-button::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button::after { }
      html.-hover .vans_model-carousel__secondary-button:hover, html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button:hover, html.-hover .vans_theme-light .vans_model-carousel__secondary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button:hover {
        background: #d9d9d9; }
      .vans_model-carousel__secondary-button:focus, [class*="vans_theme-"] .vans_model-carousel__secondary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button:focus, .vans_theme-light .vans_model-carousel__secondary-button:focus, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button:focus {
        background: #d9d9d9; }
      .vans_model-carousel__secondary-button.-active,
      html.-hover .vans_model-carousel__secondary-button:active:hover, .vans_model-carousel__secondary-button:active:focus, [class*="vans_theme-"] .vans_model-carousel__secondary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button:active:hover, [class*="vans_theme-"] .vans_model-carousel__secondary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button:active:focus, .vans_theme-light .vans_model-carousel__secondary-button.-active,
      html.-hover .vans_theme-light .vans_model-carousel__secondary-button:active:hover, .vans_theme-light .vans_model-carousel__secondary-button:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button:active:focus {
        color: #333;
        background: #d9d9d9; }
        .vans_model-carousel__secondary-button.-active::after,
        html.-hover .vans_model-carousel__secondary-button:active:hover::after, .vans_model-carousel__secondary-button:active:focus::after, [class*="vans_theme-"] .vans_model-carousel__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button:active:hover::after, [class*="vans_theme-"] .vans_model-carousel__secondary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button:active:focus::after, .vans_theme-light .vans_model-carousel__secondary-button.-active::after,
        html.-hover .vans_theme-light .vans_model-carousel__secondary-button:active:hover::after, .vans_theme-light .vans_model-carousel__secondary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_model-carousel__secondary-button.-disabled,
      html.-hover .vans_model-carousel__secondary-button.-disabled:hover,
      html.-hover .vans_model-carousel__secondary-button.-disabled:active:hover, .vans_model-carousel__secondary-button[disabled],
      html.-hover .vans_model-carousel__secondary-button[disabled]:hover,
      html.-hover .vans_model-carousel__secondary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:active:hover, .vans_theme-light .vans_model-carousel__secondary-button.-disabled,
      html.-hover .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover,
      html.-hover .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover, .vans_theme-light .vans_model-carousel__secondary-button[disabled],
      html.-hover .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover,
      html.-hover .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover {
        background-color: #ececec; }
        .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover .vans_model-carousel__secondary-button.-disabled:active:hover::after, .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover .vans_model-carousel__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:active:hover::after, .vans_theme-light .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover::after, .vans_theme-light .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover .vans_model-carousel__secondary-button.-disabled:active:hover::after, .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover .vans_model-carousel__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:active:hover::after, .vans_theme-light .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover::after, .vans_theme-light .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_model-carousel__secondary-button.-disabled::after,
          html[dir="rtl"] .vans_model-carousel__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_model-carousel__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_model-carousel__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_model-carousel__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_model-carousel__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_model-carousel__secondary-button[disabled]::after,
          html[dir="rtl"] .vans_model-carousel__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_model-carousel__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_model-carousel__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_model-carousel__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_model-carousel__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_model-carousel__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_model-carousel__secondary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_model-carousel__secondary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_model-carousel__secondary-button[disabled]:active:hover::after {
            border-width: 1px; }
    .vans_theme-dark .vans_model-carousel__secondary-button, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button {
      color: #fff;
      background: #333; }
      .vans_theme-dark .vans_model-carousel__secondary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button::after {
        border-color: transparent; }
      .vans_theme-dark .vans_model-carousel__secondary-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button::after { }
      html.-hover .vans_theme-dark .vans_model-carousel__secondary-button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button:hover {
        background: #242424; }
      .vans_theme-dark .vans_model-carousel__secondary-button:focus, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button:focus {
        background: #242424; }
      .vans_theme-dark .vans_model-carousel__secondary-button.-active,
      html.-hover .vans_theme-dark .vans_model-carousel__secondary-button:active:hover, .vans_theme-dark .vans_model-carousel__secondary-button:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-active,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-active,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button:active:focus {
        color: #fff;
        background: #242424; }
        .vans_theme-dark .vans_model-carousel__secondary-button.-active::after,
        html.-hover .vans_theme-dark .vans_model-carousel__secondary-button:active:hover::after, .vans_theme-dark .vans_model-carousel__secondary-button:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-active::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_model-carousel__secondary-button.-disabled,
      html.-hover .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover,
      html.-hover .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover, .vans_theme-dark .vans_model-carousel__secondary-button[disabled],
      html.-hover .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover,
      html.-hover .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover {
        background-color: #333; }
        .vans_theme-dark .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover::after, .vans_theme-dark .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover::after, .vans_theme-dark .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_theme-dark .vans_model-carousel__secondary-button.-disabled::after,
          html[dir="rtl"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_model-carousel__secondary-button[disabled]::after,
          html[dir="rtl"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_model-carousel__secondary-button[disabled]:active:hover::after {
            border-width: 1px; }
    html .vans_model-carousel__secondary-button {
      text-align: center; }
    html:not([dir="rtl"]) .vans_model-carousel__secondary-button,
    html[dir="rtl"] .vans_model-carousel__secondary-button {
      margin-top: 12px; }
    @media only screen and (min-width: 480px) {
      .vans_model-carousel__secondary-button {
        width: auto; }
        html:not([dir="rtl"]) .vans_model-carousel__secondary-button,
        html[dir="rtl"] .vans_model-carousel__secondary-button {
          margin-top: 0; } }
  @media only screen and (min-width: 768px) {
    .vans_model-carousel .vans_gallery__controls {
      opacity: 0; }
      html:not([dir="rtl"]) .vans_model-carousel .vans_gallery__controls-prev {
        margin-left: -15%; }
      html[dir="rtl"] .vans_model-carousel .vans_gallery__controls-prev {
        margin-right: -15%; }
      html:not([dir="rtl"]) .vans_model-carousel .vans_gallery__controls-next {
        margin-right: -15%; }
      html[dir="rtl"] .vans_model-carousel .vans_gallery__controls-next {
        margin-left: -15%; } }
  .vans_model-carousel--detail-view {
    width: 100%; }
    .vans_model-carousel--detail-view .vans_gallery {
      overflow: hidden; }
      .vans_model-carousel--detail-view .vans_gallery__page {
        position: relative;
        overflow: hidden; }
        .vans_model-carousel--detail-view .vans_gallery__page::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_gallery__page::before,
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_gallery__page::before {
            padding-bottom: 56.25%; }
        .vans_model-carousel--detail-view .vans_gallery__page > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_gallery__page > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_gallery__page > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_gallery__page > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_gallery__page > .vans_image {
            left: 0; }
      @media only screen and (min-width: 1024px) {
        .vans_model-carousel--detail-view .vans_gallery__pagination {
          position: relative; } }
      @media only screen and (min-width: 768px) {
        .vans_model-carousel--detail-view .vans_gallery__controls {
          width: 96%; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_gallery__controls {
            margin-left: 2%; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_gallery__controls {
            margin-right: 2%; } }
    @media only screen and (min-width: 1024px) {
      .vans_model-carousel--detail-view .vans_model-carousel__image-inner {
        display: flex;
        position: relative;
        flex-wrap: wrap; } }
  @media only screen and (min-width: 1024px) and (min-width: 0) {
    html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__image-inner,
    html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__image-inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 1024px) and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__image-inner,
    html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__image-inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 1024px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__image-inner,
    html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__image-inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__image-inner,
    html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__image-inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1280px) {
    .vans_model-carousel--detail-view .vans_model-carousel__image-inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__image-inner,
      html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__image-inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) and (min-width: 1440px) {
    .vans_model-carousel--detail-view .vans_model-carousel__image-inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__image-inner,
      html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__image-inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) and (min-width: 1921px) {
    .vans_model-carousel--detail-view .vans_model-carousel__image-inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__image-inner,
      html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__image-inner {
        margin: 0 auto; } }
    @media only screen and (min-width: 1024px) {
      .vans_model-carousel--detail-view .vans_model-carousel__model-image {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-left: 12px; }
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-right: 12px; }
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-carousel--detail-view .vans_model-carousel__model-image {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-left: 12px; }
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-right: 12px; }
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_model-carousel--detail-view .vans_model-carousel__model-image {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-left: 12px; }
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-right: 12px; }
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_model-carousel--detail-view .vans_model-carousel__model-image {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-left: 12px; }
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-right: 12px; }
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-image {
          padding-left: 12px; } }
    .vans_model-carousel--detail-view .vans_model-carousel__expander-inner {
      display: flex;
      position: relative;
      flex-wrap: wrap;
      height: auto;
      position: relative;
      transition: height 0s;
      transition-delay: 0.3s; }
      @media only screen and (min-width: 0) {
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__expander-inner,
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__expander-inner {
          margin: 0 18px; } }
      @media only screen and (min-width: 480px) {
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__expander-inner,
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__expander-inner {
          margin: 0 18px; } }
      @media only screen and (min-width: 768px) {
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__expander-inner,
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__expander-inner {
          margin: 0 32px; } }
      @media only screen and (min-width: 1024px) {
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__expander-inner,
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__expander-inner {
          margin: 0 44px; } }
      @media only screen and (min-width: 1280px) {
        .vans_model-carousel--detail-view .vans_model-carousel__expander-inner {
          width: 1188px; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__expander-inner,
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__expander-inner {
            margin: 0 auto; } }
      @media only screen and (min-width: 1440px) {
        .vans_model-carousel--detail-view .vans_model-carousel__expander-inner {
          width: 1188px; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__expander-inner,
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__expander-inner {
            margin: 0 auto; } }
      @media only screen and (min-width: 1921px) {
        .vans_model-carousel--detail-view .vans_model-carousel__expander-inner {
          width: 1188px; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__expander-inner,
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__expander-inner {
            margin: 0 auto; } }
    .vans_model-carousel--detail-view .vans_model-carousel__model {
      position: relative;
      transition: opacity 0.3s; }
      @media only screen and (min-width: 0) {
        .vans_model-carousel--detail-view .vans_model-carousel__model {
          flex: 0 0 auto;
          width: 100%; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 6px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 6px; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 6px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 6px; } }
      @media only screen and (min-width: 480px) {
        .vans_model-carousel--detail-view .vans_model-carousel__model {
          flex: 0 0 auto;
          width: 100%; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 6px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 6px; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 6px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 6px; } }
      @media only screen and (min-width: 768px) {
        .vans_model-carousel--detail-view .vans_model-carousel__model {
          flex: 0 0 auto;
          width: 100%; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 12px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 12px; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 12px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 12px; } }
      @media only screen and (min-width: 1024px) {
        .vans_model-carousel--detail-view .vans_model-carousel__model {
          flex: 0 0 auto;
          width: 66.66667%; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 12px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 12px; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 12px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 12px; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            margin-left: 16.66667% !important; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            margin-right: 16.66667% !important; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
      @media only screen and (min-width: 1280px) {
        .vans_model-carousel--detail-view .vans_model-carousel__model {
          flex: 0 0 auto;
          width: 66.66667%; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 12px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 12px; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 12px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 12px; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            margin-left: 16.66667% !important; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            margin-right: 16.66667% !important; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
      @media only screen and (min-width: 1440px) {
        .vans_model-carousel--detail-view .vans_model-carousel__model {
          flex: 0 0 auto;
          width: 66.66667%; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 12px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 12px; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 12px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 12px; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            margin-left: 16.66667% !important; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            margin-right: 16.66667% !important; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
      @media only screen and (min-width: 1921px) {
        .vans_model-carousel--detail-view .vans_model-carousel__model {
          flex: 0 0 auto;
          width: 66.66667%; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 12px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 12px; }
          html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-right: 12px; }
          html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
            padding-left: 12px; } }
      html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model,
      html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model {
        padding-bottom: 20px; }
    html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-area-headline-wrapper,
    html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-area-headline-wrapper {
      margin-top: 1.5em; }
    html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-area-headline-wrapper,
    html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-area-headline-wrapper {
      margin-bottom: 1em; }
    @media only screen and (min-width: 0) {
      .vans_model-carousel--detail-view .vans_model-carousel__model-area-headline-wrapper {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_model-carousel--detail-view .vans_model-carousel__model-area-headline-wrapper {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_model-carousel--detail-view .vans_model-carousel__model-area-headline-wrapper {
        font-size: 33px;
        line-height: 33px; } }
    .vans_model-carousel--detail-view .vans_model-carousel__model-area-headline {
      font-family: CorporateACondensedRegular, sans-serif; }
      :lang(ko) .vans_model-carousel--detail-view .vans_model-carousel__model-area-headline {
        font-family: MBKCorporateARegular, sans-serif; }
      @media only screen and (min-width: 0) {
        .vans_model-carousel--detail-view .vans_model-carousel__model-area-headline {
          font-size: 28px;
          line-height: 28px; } }
      @media only screen and (min-width: 768px) {
        .vans_model-carousel--detail-view .vans_model-carousel__model-area-headline {
          font-size: 36px;
          line-height: 36px; } }
      @media only screen and (min-width: 1280px) {
        .vans_model-carousel--detail-view .vans_model-carousel__model-area-headline {
          font-size: 40px;
          line-height: 40px; } }
    .vans_model-carousel--detail-view .vans_model-carousel__model-area-sub-headline {
      font-family: CorporateSDemi, sans-serif;
      font-size: 16px;
      line-height: 21px; }
      :lang(ko) .vans_model-carousel--detail-view .vans_model-carousel__model-area-sub-headline {
        font-family: MBKCorporateSRegular, sans-serif;
        font-weight: bold; }
    .vans_model-carousel--detail-view .vans_model-carousel__model-area-long-description {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px; }
      :lang(ko) .vans_model-carousel--detail-view .vans_model-carousel__model-area-long-description {
        font-family: MBKCorporateSRegular, sans-serif; }
      html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-area-long-description,
      html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-area-long-description {
        margin-top: 18px; }
    html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block,
    html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block {
      margin-top: 37px; }
    .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > h2 {
      font-family: CorporateSDemi, sans-serif;
      font-size: 16px;
      line-height: 21px; }
      :lang(ko) .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > h2 {
        font-family: MBKCorporateSRegular, sans-serif;
        font-weight: bold; }
      .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > h2::after {
        content: '';
        display: block;
        position: relative;
        width: 100%;
        height: 1px; }
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > h2::after,
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > h2::after {
          margin-top: 18px; }
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > h2::after,
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > h2::after {
          margin-bottom: 18px; }
    .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > p {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px; }
      :lang(ko) .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > p {
        font-family: MBKCorporateSRegular, sans-serif; }
      .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > p::after {
        content: '';
        display: block;
        position: relative;
        width: 100%;
        height: 1px; }
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > p::after,
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > p::after {
          margin-top: 18px; }
        html:not([dir="rtl"]) .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > p::after,
        html[dir="rtl"] .vans_model-carousel--detail-view .vans_model-carousel__model-area-rte-block > p::after {
          margin-bottom: 18px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
html.aem-AuthorLayer-Edit div.vans_expanding-detail,
html.aem-AuthorLayer-Edit div.vans_expanding-detail__expander {
  position: relative; }

html.aem-AuthorLayer-Preview div.expandingdetail {
  height: 800px !important;
  max-height: 800px !important; }

html div.expandingdetail {
  display: block;
  position: relative; }
  html div.expandingdetail:not(.cq-Editable-dom) {
    height: 100vh; }

.vans_modal, .vans_modal--fullscreen {
  position: relative;
  width: 100%;
  z-index: 16; }
  html:not([dir="rtl"]) .vans_modal, html:not([dir="rtl"]) .vans_modal--fullscreen,
  html[dir="rtl"] .vans_modal,
  html[dir="rtl"] .vans_modal--fullscreen {
    padding-top: 1em; }
  html:not([dir="rtl"]) .vans_modal, html:not([dir="rtl"]) .vans_modal--fullscreen,
  html[dir="rtl"] .vans_modal,
  html[dir="rtl"] .vans_modal--fullscreen {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_modal, .vans_modal--fullscreen {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_modal, .vans_modal--fullscreen {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_modal, .vans_modal--fullscreen {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 0) and (max-width: 1023px) {
    html:not([dir="rtl"]) .vans_modal, html:not([dir="rtl"]) .vans_modal--fullscreen,
    html[dir="rtl"] .vans_modal,
    html[dir="rtl"] .vans_modal--fullscreen {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_modal, html:not([dir="rtl"]) .vans_modal--fullscreen,
    html[dir="rtl"] .vans_modal,
    html[dir="rtl"] .vans_modal--fullscreen {
      padding-bottom: 0; } }
  .vans_modal.-slide-up .vans_modal__backdrop.-closing, .-slide-up.vans_modal--fullscreen .vans_modal__backdrop.-closing {
    opacity: 1;
    animation: vans_blendout 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards; }
  .vans_modal.-slide-up .vans_modal__wrapper.-closing, .-slide-up.vans_modal--fullscreen .vans_modal__wrapper.-closing {
    opacity: 1;
    animation: vans_blendout 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_modalMoveOut 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
  .vans_modal.-slide-up .vans_modal__backdrop.-opening, .-slide-up.vans_modal--fullscreen .vans_modal__backdrop.-opening {
    opacity: 0;
    animation: vans_blendin 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards; }
  .vans_modal.-slide-up .vans_modal__wrapper.-opening, .-slide-up.vans_modal--fullscreen .vans_modal__wrapper.-opening {
    opacity: 0;
    animation: vans_blendin 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards, vans_modalMoveUp 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards; }
  .vans_modal.-blend-in .vans_modal__backdrop.-closing, .-blend-in.vans_modal--fullscreen .vans_modal__backdrop.-closing {
    opacity: 1;
    animation: vans_blendout 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards; }
  .vans_modal.-blend-in .vans_modal__wrapper.-closing, .-blend-in.vans_modal--fullscreen .vans_modal__wrapper.-closing {
    opacity: 1;
    animation: vans_blendout 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
  .vans_modal.-blend-in .vans_modal__backdrop.-opening, .-blend-in.vans_modal--fullscreen .vans_modal__backdrop.-opening {
    opacity: 0;
    animation: vans_blendin 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards; }
  .vans_modal.-blend-in .vans_modal__wrapper.-opening, .-blend-in.vans_modal--fullscreen .vans_modal__wrapper.-opening {
    opacity: 0;
    animation: vans_blendin 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s forwards, vans_zoomin_modal 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s forwards; }
  .vans_modal.-blend-in .vans_modal__backdrop, .-blend-in.vans_modal--fullscreen .vans_modal__backdrop {
    opacity: 1;
    background: #000; }
  html:not([dir="rtl"]) .vans_modal--fullscreen,
  html[dir="rtl"] .vans_modal--fullscreen {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_modal--fullscreen,
  html[dir="rtl"] .vans_modal--fullscreen {
    padding-bottom: 0; }
  .vans_modal--fullscreen .vans_modal__wrapper {
    width: 100%;
    background-color: white;
    min-height: 100vh; }
    html:not([dir="rtl"]) .vans_modal--fullscreen .vans_modal__wrapper {
      margin-left: 0; }
    html[dir="rtl"] .vans_modal--fullscreen .vans_modal__wrapper {
      margin-right: 0; }
    html:not([dir="rtl"]) .vans_modal--fullscreen .vans_modal__wrapper {
      margin-right: 0; }
    html[dir="rtl"] .vans_modal--fullscreen .vans_modal__wrapper {
      margin-left: 0; }
  html:not([dir="rtl"]) .vans_modal--fullscreen .vans_modal__body {
    margin-left: auto; }
  html[dir="rtl"] .vans_modal--fullscreen .vans_modal__body {
    margin-right: auto; }
  html:not([dir="rtl"]) .vans_modal--fullscreen .vans_modal__body {
    margin-right: auto; }
  html[dir="rtl"] .vans_modal--fullscreen .vans_modal__body {
    margin-left: auto; }
  .vans_modal--fullscreen .vans_modal__loader-container {
    height: 100vh; }
  .vans_modal--fullscreen .vans_modal__header.-sticky {
    width: auto; }
    html:not([dir="rtl"]) .vans_modal--fullscreen .vans_modal__header.-sticky {
      margin-left: 0; }
    html[dir="rtl"] .vans_modal--fullscreen .vans_modal__header.-sticky {
      margin-right: 0; }
    html:not([dir="rtl"]) .vans_modal--fullscreen .vans_modal__header.-sticky {
      margin-right: 0; }
    html[dir="rtl"] .vans_modal--fullscreen .vans_modal__header.-sticky {
      margin-left: 0; }
    html:not([dir="rtl"]) .vans_modal--fullscreen .vans_modal__header.-sticky {
      left: inherit; }
    html[dir="rtl"] .vans_modal--fullscreen .vans_modal__header.-sticky {
      right: inherit; }
  .vans_modal--popup {
    z-index: 16;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 48px 0; }
    @media only screen and (min-width: 768px) {
      .vans_modal--popup {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        width: 100%;
        padding: 104px 0; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    html:not([dir="rtl"]) .vans_modal--popup,
    html[dir="rtl"] .vans_modal--popup {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_modal--popup,
    html[dir="rtl"] .vans_modal--popup {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_modal--popup,
    html[dir="rtl"] .vans_modal--popup {
      margin: 0 32px; } }
  @media only screen and (min-width: 768px) and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_modal--popup,
    html[dir="rtl"] .vans_modal--popup {
      margin: 0 44px; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .vans_modal--popup {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_modal--popup,
      html[dir="rtl"] .vans_modal--popup {
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1440px) {
    .vans_modal--popup {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_modal--popup,
      html[dir="rtl"] .vans_modal--popup {
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1921px) {
    .vans_modal--popup {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_modal--popup,
      html[dir="rtl"] .vans_modal--popup {
        margin: 0 auto; } }
    .vans_modal--popup.-slide-up .vans_modal__backdrop.-closing {
      opacity: 1;
      animation: vans_blendout 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards; }
    .vans_modal--popup.-slide-up .vans_modal__wrapper.-closing {
      opacity: 1;
      animation: vans_blendout 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_modalMoveOut 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
    .vans_modal--popup.-slide-up .vans_modal__backdrop.-opening {
      opacity: 0;
      animation: vans_blendin 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards; }
    .vans_modal--popup.-slide-up .vans_modal__wrapper.-opening {
      opacity: 0;
      animation: vans_blendin 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards, vans_modalMoveUp 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards; }
    .vans_modal--popup .vans_modal__backdrop {
      background: rgba(0, 0, 0, 0.7);
      min-height: auto; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky {
        margin-left: 32px; }
      html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky {
        margin-right: 32px; }
      html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky {
        margin-right: 32px; }
      html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky {
        margin-left: 32px; } }
    .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container,
    .vans_modal--popup .vans_modal__wrapper {
      width: 100%; }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container,
  .vans_modal--popup .vans_modal__wrapper {
    flex: 0 0 auto;
    width: 75%; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      margin-left: 12.5% !important; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      margin-right: 12.5% !important; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      margin-right: calc((1 - 0.125 - 0.75 ) * 100%) !important; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      margin-left: calc((1 - 0.125 - 0.75 ) * 100%) !important; } }

@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container,
  .vans_modal--popup .vans_modal__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container,
  .vans_modal--popup .vans_modal__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container,
  .vans_modal--popup .vans_modal__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 768px) and (min-width: 1921px) {
  .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container,
  .vans_modal--popup .vans_modal__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html:not([dir="rtl"]) .vans_modal--popup .vans_modal__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_modal--popup .vans_modal__header.-sticky .vans_modal__header-container, html[dir="rtl"] .vans_modal--popup .vans_modal__wrapper {
      padding-left: 12px; } }
    .vans_modal--popup .vans_modal__container {
      width: 100%;
      position: relative; }
    .vans_modal--popup .vans_modal__body {
      margin: 0 !important; }
  .vans_modal__backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: white;
    min-height: 100vh; }
    html:not([dir="rtl"]) .vans_modal__backdrop {
      right: 0; }
    html[dir="rtl"] .vans_modal__backdrop {
      left: 0; }
    html:not([dir="rtl"]) .vans_modal__backdrop {
      left: 0; }
    html[dir="rtl"] .vans_modal__backdrop {
      right: 0; }
    @media only screen and (min-width: 1024px) {
      .vans_modal__backdrop {
        background: rgba(0, 0, 0, 0.7); } }
  .vans_modal__header.-sticky, .vans_modal__wrapper {
    position: relative;
    overflow: hidden; }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_modal__header.-sticky, html:not([dir="rtl"]) .vans_modal__wrapper {
        margin-left: 44px; }
      html[dir="rtl"] .vans_modal__header.-sticky, html[dir="rtl"] .vans_modal__wrapper {
        margin-right: 44px; }
      html:not([dir="rtl"]) .vans_modal__header.-sticky, html:not([dir="rtl"]) .vans_modal__wrapper {
        margin-right: 44px; }
      html[dir="rtl"] .vans_modal__header.-sticky, html[dir="rtl"] .vans_modal__wrapper {
        margin-left: 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_modal__header.-sticky, .vans_modal__wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_modal__header.-sticky, html:not([dir="rtl"]) .vans_modal__wrapper {
          margin-left: auto; }
        html[dir="rtl"] .vans_modal__header.-sticky, html[dir="rtl"] .vans_modal__wrapper {
          margin-right: auto; }
        html:not([dir="rtl"]) .vans_modal__header.-sticky, html:not([dir="rtl"]) .vans_modal__wrapper {
          margin-right: auto; }
        html[dir="rtl"] .vans_modal__header.-sticky, html[dir="rtl"] .vans_modal__wrapper {
          margin-left: auto; } }
  .vans_modal__header {
    z-index: 17;
    overflow: hidden;
    position: absolute;
    top: 0; }
    html:not([dir="rtl"]) .vans_modal__header {
      left: 0; }
    html[dir="rtl"] .vans_modal__header {
      right: 0; }
    html:not([dir="rtl"]) .vans_modal__header {
      right: 0; }
    html[dir="rtl"] .vans_modal__header {
      left: 0; }
    .vans_modal__header.-sticky {
      position: fixed; }
  .vans_modal__close-button, [class*="vans_theme-"] .vans_modal__close-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_modal__close-button, .vans_theme-light .vans_modal__close-button, [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button {
    width: 40px;
    height: 40px;
    background: #ececec;
    color: #333;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_modal__close-button, html [class*="vans_theme-"] .vans_modal__close-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_modal__close-button, html .vans_theme-light .vans_modal__close-button, html [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button {
      text-align: center; }
    .vans_modal__close-button.-disabled,
    html.-hover .vans_modal__close-button.-disabled:hover, [class*="vans_theme-"] .vans_modal__close-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_modal__close-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_modal__close-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_modal__close-button.-disabled:hover, .vans_theme-light .vans_modal__close-button.-disabled,
    html.-hover .vans_theme-light .vans_modal__close-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button.-disabled:hover {
      cursor: auto;
      background: #f4f4f4;
      color: #a8a8a8; }
    html.-hover .vans_modal__close-button:hover, .vans_modal__close-button:active,
    .vans_modal__close-button .-active, html.-hover [class*="vans_theme-"] .vans_modal__close-button:hover, [class*="vans_theme-"] .vans_modal__close-button:active,
    [class*="vans_theme-"] .vans_modal__close-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_modal__close-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_modal__close-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_modal__close-button .-active, html.-hover .vans_theme-light .vans_modal__close-button:hover, .vans_theme-light .vans_modal__close-button:active,
    .vans_theme-light .vans_modal__close-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button:hover, [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button:active,
    [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_modal__close-button .-active {
      background: #d9d9d9; }
  .vans_theme-dark .vans_modal__close-button, [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_theme-dark .vans_modal__close-button, html [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button {
      text-align: center; }
    .vans_theme-dark .vans_modal__close-button.-disabled,
    html.-hover .vans_theme-dark .vans_modal__close-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button.-disabled:hover {
      cursor: auto;
      background: #5c5c5c;
      color: #8d8d8d; }
    html.-hover .vans_theme-dark .vans_modal__close-button:hover, .vans_theme-dark .vans_modal__close-button:active,
    .vans_theme-dark .vans_modal__close-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button:hover, [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button:active,
    [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button .-active {
      background: #242424; }
    .vans_theme-dark .vans_modal__close-button.-disabled,
    html.-hover .vans_theme-dark .vans_modal__close-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_modal__close-button.-disabled:hover {
      opacity: 0.6; }
  html:not([dir="rtl"]) .vans_modal__close-button {
    float: right; }
  html[dir="rtl"] .vans_modal__close-button {
    float: left; }
  .vans_modal__close-button.-hidden {
    opacity: 0; }
  .vans_modal__close-button.-fade-in {
    opacity: 1;
    transition: opacity 300ms 300ms cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_modal__body {
      margin-left: -44px; }
    html[dir="rtl"] .vans_modal__body {
      margin-right: -44px; }
    html:not([dir="rtl"]) .vans_modal__body {
      margin-right: -44px; }
    html[dir="rtl"] .vans_modal__body {
      margin-left: -44px; } }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_modal__body {
      margin-left: 0; }
    html[dir="rtl"] .vans_modal__body {
      margin-right: 0; }
    html:not([dir="rtl"]) .vans_modal__body {
      margin-right: 0; }
    html[dir="rtl"] .vans_modal__body {
      margin-left: 0; } }
  .vans_modal__loader-container {
    position: relative;
    background: white;
    height: 300px; }
  .vans_modal__footer {
    background-color: #fff; }
    html:not([dir="rtl"]) .vans_modal__footer,
    html[dir="rtl"] .vans_modal__footer {
      padding: 10px; }
  @media only screen and (min-width: 0) {
    .vans_modal__footerwrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_modal__footerwrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_modal__footerwrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_modal__footerwrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_modal__footerwrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_modal__footerwrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_modal__footerwrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_modal__footerwrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_modal__footerwrapper {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_modal__footerwrapper,
  html[dir="rtl"] .vans_modal__footerwrapper {
    padding-bottom: 40px; }
  .vans_modal.-hide, .-hide.vans_modal--fullscreen {
    display: none; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_message, [class*="vans_theme-"] .vans_message, [class*="vans_theme-"] [class*="vans_theme-"] .vans_message, .vans_theme-light .vans_message, [class*="vans_theme-"] .vans_theme-light .vans_message, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_message {
  color: #333; }

.vans_theme-dark .vans_message, [class*="vans_theme-"] .vans_theme-dark .vans_message, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_message {
  color: #fff; }

.vans_message__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_message__inner,
    html[dir="rtl"] .vans_message__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_message__inner,
    html[dir="rtl"] .vans_message__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_message__inner,
    html[dir="rtl"] .vans_message__inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_message__inner,
    html[dir="rtl"] .vans_message__inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_message__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_message__inner,
      html[dir="rtl"] .vans_message__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_message__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_message__inner,
      html[dir="rtl"] .vans_message__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_message__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_message__inner,
      html[dir="rtl"] .vans_message__inner {
        margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_message__inner,
  html[dir="rtl"] .vans_message__inner {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_message__inner,
  html[dir="rtl"] .vans_message__inner {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_message__inner {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_message__inner {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_message__inner {
      font-size: 33px;
      line-height: 33px; } }

@media only screen and (min-width: 0) {
  .vans_message__container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_message__container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_message__container {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_message__container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_message__container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_message__container {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_message__container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_message__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_message__container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_message__container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_message__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_message__container {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_message__container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_message__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_message__container {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_message__container {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_message__container {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_message__container {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_message__container {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_message__container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_message__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_message__container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_message__container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_message__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_message__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_message__container {
      padding-left: 12px; } }

.vans_message__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_message__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_message__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_message__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_message__headline {
      font-size: 40px;
      line-height: 40px; } }

html:not([dir="rtl"]) .vans_message__content,
html[dir="rtl"] .vans_message__content {
  margin-top: 1.5em; }

@media only screen and (min-width: 0) {
  .vans_message__content {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_message__content {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_message__content {
    font-size: 33px;
    line-height: 33px; } }

.vans_message__rte-block {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_message__rte-block {
    font-family: MBKCorporateSRegular, sans-serif; }

html:not([dir="rtl"]) .vans_message__buttons,
html[dir="rtl"] .vans_message__buttons {
  margin-top: 28px; }

html:not([dir="rtl"]) .vans_message__buttons,
html[dir="rtl"] .vans_message__buttons {
  padding-bottom: 16px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_media-gallery {
  overflow: hidden; }
  .vans_media-gallery, [class*="vans_theme-"] .vans_media-gallery, [class*="vans_theme-"] [class*="vans_theme-"] .vans_media-gallery, .vans_theme-light .vans_media-gallery, [class*="vans_theme-"] .vans_theme-light .vans_media-gallery, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_media-gallery {
    color: #333; }
  .vans_theme-dark .vans_media-gallery, [class*="vans_theme-"] .vans_theme-dark .vans_media-gallery, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_media-gallery {
    color: #fff; }
  html:not([dir="rtl"]) .vans_media-gallery,
  html[dir="rtl"] .vans_media-gallery {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_media-gallery,
  html[dir="rtl"] .vans_media-gallery {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_media-gallery {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_media-gallery {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_media-gallery {
      font-size: 33px;
      line-height: 33px; } }
  .vans_media-gallery__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_media-gallery__inner,
      html[dir="rtl"] .vans_media-gallery__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_media-gallery__inner,
      html[dir="rtl"] .vans_media-gallery__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_media-gallery__inner,
      html[dir="rtl"] .vans_media-gallery__inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_media-gallery__inner,
      html[dir="rtl"] .vans_media-gallery__inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_media-gallery__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_media-gallery__inner,
        html[dir="rtl"] .vans_media-gallery__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_media-gallery__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_media-gallery__inner,
        html[dir="rtl"] .vans_media-gallery__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_media-gallery__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_media-gallery__inner,
        html[dir="rtl"] .vans_media-gallery__inner {
          margin: 0 auto; } }
  @media only screen and (min-width: 0) {
    .vans_media-gallery__wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_media-gallery__wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_media-gallery__wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_media-gallery__wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_media-gallery__wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_media-gallery__wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_media-gallery__wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__wrapper {
        padding-left: 12px; } }
  .vans_media-gallery__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_media-gallery__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_media-gallery__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_media-gallery__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_media-gallery__headline {
        font-size: 40px;
        line-height: 40px; } }
  html:not([dir="rtl"]) .vans_media-gallery__copy,
  html[dir="rtl"] .vans_media-gallery__copy {
    padding-top: 0.8em; }
  @media only screen and (min-width: 0) {
    .vans_media-gallery__copy {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_media-gallery__copy {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_media-gallery__copy {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_media-gallery__copy,
  html[dir="rtl"] .vans_media-gallery__copy {
    padding-bottom: 18px; }
  @media only screen and (min-width: 0) {
    .vans_media-gallery__gallery {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-left: 6px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-right: 6px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_media-gallery__gallery {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-left: 6px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-right: 6px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_media-gallery__gallery {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_media-gallery__gallery {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_media-gallery__gallery {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_media-gallery__gallery {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_media-gallery__gallery {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__gallery {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_media-gallery__gallery,
  html[dir="rtl"] .vans_media-gallery__gallery {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_media-gallery__gallery {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_media-gallery__gallery {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_media-gallery__gallery {
      font-size: 33px;
      line-height: 33px; } }
  .vans_media-gallery__gallery .vans_gallery {
    overflow: visible; }
    .vans_media-gallery__gallery .vans_gallery__page {
      position: relative;
      overflow: hidden;
      opacity: 1 !important;
      overflow: visible; }
      .vans_media-gallery__gallery .vans_gallery__page::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_media-gallery__gallery .vans_gallery__page::before,
        html[dir="rtl"] .vans_media-gallery__gallery .vans_gallery__page::before {
          padding-bottom: 75%; }
      .vans_media-gallery__gallery .vans_gallery__page > .vans_media-gallery__grid-container {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_media-gallery__gallery .vans_gallery__page > .vans_media-gallery__grid-container {
          left: 0; }
        html[dir="rtl"] .vans_media-gallery__gallery .vans_gallery__page > .vans_media-gallery__grid-container {
          right: 0; }
        html:not([dir="rtl"]) .vans_media-gallery__gallery .vans_gallery__page > .vans_media-gallery__grid-container {
          right: 0; }
        html[dir="rtl"] .vans_media-gallery__gallery .vans_gallery__page > .vans_media-gallery__grid-container {
          left: 0; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery .vans_gallery__page,
      html[dir="rtl"] .vans_media-gallery__gallery .vans_gallery__page {
        margin: 0 6px; }
      @media only screen and (min-width: 768px) {
        html:not([dir="rtl"]) .vans_media-gallery__gallery .vans_gallery__page,
        html[dir="rtl"] .vans_media-gallery__gallery .vans_gallery__page {
          margin: 0 12px; } }
      html:not([dir="rtl"]) .vans_media-gallery__gallery .vans_gallery__page:first-child {
        margin-left: 0; }
      html[dir="rtl"] .vans_media-gallery__gallery .vans_gallery__page:first-child {
        margin-right: 0; }
      html:not([dir="rtl"]) .vans_media-gallery__gallery .vans_gallery__page:last-child {
        margin-right: 0; }
      html[dir="rtl"] .vans_media-gallery__gallery .vans_gallery__page:last-child {
        margin-left: 0; }
    .vans_media-gallery__gallery .vans_gallery__controls--bottom {
      opacity: 0;
      transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_media-gallery__gallery .vans_gallery__controls--bottom.-active {
        animation: vans_blendin 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
  .vans_media-gallery__grid-container {
    display: flex;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-left: -6px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-right: -6px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-right: -6px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-left: -6px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-left: -6px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-right: -6px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-right: -6px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-left: -6px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-left: -12px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-left: -12px; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-left: -12px; } }
    @media only screen and (min-width: 1440px) {
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-left: -12px; } }
    @media only screen and (min-width: 1921px) {
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_media-gallery__grid-container {
        margin-left: -12px; } }
    .vans_media-gallery__grid-container.-animate {
      animation: vans_slideLeft-80 1.3s 0s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
      transform: translate3d(0, 0, 0); }
    html[dir="rtl"] .vans_media-gallery__grid-container.-animate {
      animation: vans_slideRight-80 1.3s 0s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
  .vans_media-gallery__items-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 50%; }
    @media only screen and (min-width: 0) {
      .vans_media-gallery__items-wrapper:first-child {
        padding-bottom: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_media-gallery__items-wrapper:first-child {
        padding-bottom: 12px; } }
    @media only screen and (min-width: 0) {
      .vans_media-gallery__items-wrapper:last-child {
        padding-top: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_media-gallery__items-wrapper:last-child {
        padding-top: 12px; } }
  @media only screen and (min-width: 0) {
    .vans_media-gallery__grid-40 {
      flex: 0 0 auto;
      width: 37.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-left: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-right: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_media-gallery__grid-40 {
      flex: 0 0 auto;
      width: 37.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-left: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-right: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_media-gallery__grid-40 {
      flex: 0 0 auto;
      width: 37.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_media-gallery__grid-40 {
      flex: 0 0 auto;
      width: 37.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_media-gallery__grid-40 {
      flex: 0 0 auto;
      width: 37.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_media-gallery__grid-40 {
      flex: 0 0 auto;
      width: 37.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_media-gallery__grid-40 {
      flex: 0 0 auto;
      width: 37.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-40 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-40 {
        padding-left: 12px; } }
  @media only screen and (min-width: 0) {
    .vans_media-gallery__grid-50 {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-left: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-right: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_media-gallery__grid-50 {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-left: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-right: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_media-gallery__grid-50 {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_media-gallery__grid-50 {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_media-gallery__grid-50 {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_media-gallery__grid-50 {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_media-gallery__grid-50 {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-50 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-50 {
        padding-left: 12px; } }
  @media only screen and (min-width: 0) {
    .vans_media-gallery__grid-60 {
      flex: 0 0 auto;
      width: 62.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-left: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-right: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_media-gallery__grid-60 {
      flex: 0 0 auto;
      width: 62.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-left: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-right: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_media-gallery__grid-60 {
      flex: 0 0 auto;
      width: 62.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_media-gallery__grid-60 {
      flex: 0 0 auto;
      width: 62.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_media-gallery__grid-60 {
      flex: 0 0 auto;
      width: 62.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_media-gallery__grid-60 {
      flex: 0 0 auto;
      width: 62.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_media-gallery__grid-60 {
      flex: 0 0 auto;
      width: 62.5%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-60 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-60 {
        padding-left: 12px; } }
  @media only screen and (min-width: 0) {
    .vans_media-gallery__grid-100 {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-left: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-right: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_media-gallery__grid-100 {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-left: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-right: 6px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_media-gallery__grid-100 {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_media-gallery__grid-100 {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_media-gallery__grid-100 {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_media-gallery__grid-100 {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_media-gallery__grid-100 {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-left: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_media-gallery__grid-100 {
        padding-right: 12px; }
      html[dir="rtl"] .vans_media-gallery__grid-100 {
        padding-left: 12px; } }
  .vans_media-gallery__item-container {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative; }
    .vans_media-gallery__item-container.-animate1 {
      transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      animation: vans_blendin 0.8s 0ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideLeft-20 0.8s 0ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
      html[dir="rtl"] .vans_media-gallery__item-container.-animate1 {
        animation: vans_blendin 0.8s 0ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideRight-20 0.8s 0ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
    .vans_media-gallery__item-container.-animate2 {
      transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      animation: vans_blendin 0.8s 100ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideLeft-20 0.8s 100ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
      html[dir="rtl"] .vans_media-gallery__item-container.-animate2 {
        animation: vans_blendin 0.8s 100ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideRight-20 0.8s 100ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
    .vans_media-gallery__item-container.-animate3 {
      transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      animation: vans_blendin 0.8s 200ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideLeft-20 0.8s 200ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
      html[dir="rtl"] .vans_media-gallery__item-container.-animate3 {
        animation: vans_blendin 0.8s 200ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideRight-20 0.8s 200ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
    .vans_media-gallery__item-container.-animate4 {
      transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      animation: vans_blendin 0.8s 300ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideLeft-20 0.8s 300ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
      html[dir="rtl"] .vans_media-gallery__item-container.-animate4 {
        animation: vans_blendin 0.8s 300ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideRight-20 0.8s 300ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
    .vans_media-gallery__item-container.-animate5 {
      transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      animation: vans_blendin 0.8s 400ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideLeft-20 0.8s 400ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
      html[dir="rtl"] .vans_media-gallery__item-container.-animate5 {
        animation: vans_blendin 0.8s 400ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideRight-20 0.8s 400ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
    .vans_media-gallery__item-container.-animate6 {
      transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      animation: vans_blendin 0.8s 500ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideLeft-20 0.8s 500ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
      html[dir="rtl"] .vans_media-gallery__item-container.-animate6 {
        animation: vans_blendin 0.8s 500ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideRight-20 0.8s 500ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
    .vans_media-gallery__item-container.-animate7 {
      transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      animation: vans_blendin 0.8s 600ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideLeft-20 0.8s 600ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
      html[dir="rtl"] .vans_media-gallery__item-container.-animate7 {
        animation: vans_blendin 0.8s 600ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideRight-20 0.8s 600ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
    .vans_media-gallery__item-container.-animate8 {
      transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
      animation: vans_blendin 0.8s 700ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideLeft-20 0.8s 700ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
      html[dir="rtl"] .vans_media-gallery__item-container.-animate8 {
        animation: vans_blendin 0.8s 700ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_slideRight-20 0.8s 700ms cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
    .vans_media-gallery__item-container.-visible {
      opacity: 1; }
    @media only screen and (min-width: 1024px) {
      .vans_media-gallery__item-container .vans_image {
        transition: transform 0.3s; }
      html.-hover .vans_media-gallery__item-container:hover .vans_image {
        transform: scale(1.04); } }
  .vans_media-gallery__video-button {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    position: absolute; }
    :lang(ko) .vans_media-gallery__video-button {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_media-gallery__video-button,
    html[dir="rtl"] .vans_media-gallery__video-button {
      top: -4px; }
    html:not([dir="rtl"]) .vans_media-gallery__video-button {
      right: 4px; }
    html[dir="rtl"] .vans_media-gallery__video-button {
      left: 4px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_media-gallery__video-button,
      html[dir="rtl"] .vans_media-gallery__video-button {
        top: 0; }
      html:not([dir="rtl"]) .vans_media-gallery__video-button {
        right: 8px; }
      html[dir="rtl"] .vans_media-gallery__video-button {
        left: 8px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_profile {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_profile,
    html[dir="rtl"] .vans_profile {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_profile,
    html[dir="rtl"] .vans_profile {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_profile,
    html[dir="rtl"] .vans_profile {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_profile,
    html[dir="rtl"] .vans_profile {
      margin: 0 44px; }
    html:not([dir="rtl"]) .vans_profile {
      padding-left: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_profile {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html:not([dir="rtl"]) .vans_profile {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_profile {
      padding-left: calc(0.16667 * (100% - 88px)); } }
  @media only screen and (min-width: 1280px) {
    .vans_profile {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_profile,
      html[dir="rtl"] .vans_profile {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_profile {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_profile {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_profile {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_profile {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1440px) {
    .vans_profile {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_profile,
      html[dir="rtl"] .vans_profile {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_profile {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_profile {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_profile {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_profile {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1921px) {
    .vans_profile {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_profile,
      html[dir="rtl"] .vans_profile {
        margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_profile,
  html[dir="rtl"] .vans_profile {
    padding-bottom: 1.5em; }
  @media only screen and (min-width: 0) {
    .vans_profile {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_profile {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_profile {
      font-size: 33px;
      line-height: 33px; } }
  .vans_profile__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline; }
    @media only screen and (min-width: 0) {
      .vans_profile__header {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-left: 6px; }
        html[dir="rtl"] .vans_profile__header {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-right: 6px; }
        html[dir="rtl"] .vans_profile__header {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_profile__header {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-left: 6px; }
        html[dir="rtl"] .vans_profile__header {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-right: 6px; }
        html[dir="rtl"] .vans_profile__header {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_profile__header {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__header {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__header {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_profile__header {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__header {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__header {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_profile__header {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__header {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__header {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_profile__header {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__header {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__header {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_profile__header {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__header {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__header {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__header {
          padding-left: 12px; } }
  .vans_profile__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_profile__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_profile__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_profile__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_profile__headline {
        font-size: 40px;
        line-height: 40px; } }
    .vans_profile__headline-wrapper {
      width: 75%;
      flex-grow: 1;
      margin-right: 12px; }
      html:not([dir="rtl"]) .vans_profile__headline-wrapper,
      html[dir="rtl"] .vans_profile__headline-wrapper {
        margin-top: 1.5em; }
      @media only screen and (min-width: 0) {
        .vans_profile__headline-wrapper {
          font-size: 18px;
          line-height: 18px; } }
      @media only screen and (min-width: 768px) {
        .vans_profile__headline-wrapper {
          font-size: 26px;
          line-height: 26px; } }
      @media only screen and (min-width: 1280px) {
        .vans_profile__headline-wrapper {
          font-size: 33px;
          line-height: 33px; } }
  .vans_profile__edit-button {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    :lang(ko) .vans_profile__edit-button {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_profile__edit-button:hover, .vans_profile__edit-button.-active, .vans_profile__edit-button.-open {
      color: #00adef; }
    .vans_profile__edit-button-wrapper {
      display: block; }
      html:not([dir="rtl"]) .vans_profile__edit-button-wrapper,
      html[dir="rtl"] .vans_profile__edit-button-wrapper {
        margin-top: 1em; }
      @media only screen and (min-width: 0) {
        .vans_profile__edit-button-wrapper {
          font-size: 18px;
          line-height: 18px; } }
      @media only screen and (min-width: 768px) {
        .vans_profile__edit-button-wrapper {
          font-size: 26px;
          line-height: 26px; } }
      @media only screen and (min-width: 1280px) {
        .vans_profile__edit-button-wrapper {
          font-size: 33px;
          line-height: 33px; } }
    .vans_profile__edit-button-text {
      padding-left: 9px; }
  .vans_profile__loading {
    height: 100vh; }
    .vans_profile__loading::after {
      z-index: 5;
      content: "";
      position: absolute;
      top: 50%;
      width: 2rem;
      height: 2rem;
      background: url("assets/loader/loading_animation_circle.svg");
      background-size: cover;
      animation: load 1s infinite linear, fade-in 1.5s; }
      html:not([dir="rtl"]) .vans_profile__loading::after {
        left: 50%; }
      html[dir="rtl"] .vans_profile__loading::after {
        right: 50%; }
      html:not([dir="rtl"]) .vans_profile__loading::after {
        margin: -1rem 0 0 -1rem; }
      html[dir="rtl"] .vans_profile__loading::after {
        margin: -1rem -1rem 0 0; }
      @media only screen and (min-width: 768px) {
        .vans_profile__loading::after {
          width: 2.75rem;
          height: 2.75rem; }
          html:not([dir="rtl"]) .vans_profile__loading::after {
            margin: -1.375rem 0 0 -1.375rem; }
          html[dir="rtl"] .vans_profile__loading::after {
            margin: -1.375rem -1.375rem 0 0; } }
  .vans_profile__lockedwrapper > .vans_ic-73-lock-closed-s {
    color: #ccc; }
    html:not([dir="rtl"]) .vans_profile__lockedwrapper > .vans_ic-73-lock-closed-s {
      margin-left: 9px; }
    html[dir="rtl"] .vans_profile__lockedwrapper > .vans_ic-73-lock-closed-s {
      margin-right: 9px; }
  .vans_profile__viewtable-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    html:not([dir="rtl"]) .vans_profile__viewtable-row:first-child .vans_profile__viewtable-label,
    html[dir="rtl"] .vans_profile__viewtable-row:first-child .vans_profile__viewtable-label {
      margin-top: 0; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_profile__viewtable-row:first-child .vans_profile__viewtable-value,
      html[dir="rtl"] .vans_profile__viewtable-row:first-child .vans_profile__viewtable-value {
        margin-top: 0; } }
  .vans_profile__viewtable-label {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999; }
    @media only screen and (min-width: 0) {
      .vans_profile__viewtable-label {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-left: 6px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-right: 6px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_profile__viewtable-label {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-left: 6px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-right: 6px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_profile__viewtable-label {
        flex: 0 0 auto;
        width: 37.5%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_profile__viewtable-label {
        flex: 0 0 auto;
        width: 37.5%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_profile__viewtable-label {
        flex: 0 0 auto;
        width: 37.5%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_profile__viewtable-label {
        flex: 0 0 auto;
        width: 37.5%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_profile__viewtable-label {
        flex: 0 0 auto;
        width: 37.5%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-label {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-label {
          padding-left: 12px; } }
    :lang(ko) .vans_profile__viewtable-label {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_profile__viewtable-label,
    html[dir="rtl"] .vans_profile__viewtable-label {
      margin-top: 25px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_profile__viewtable-label,
      html[dir="rtl"] .vans_profile__viewtable-label {
        margin-top: 18px; } }
  .vans_profile__viewtable-value {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 0) {
      .vans_profile__viewtable-value {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-left: 6px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-right: 6px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_profile__viewtable-value {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-left: 6px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-right: 6px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_profile__viewtable-value {
        flex: 0 0 auto;
        width: 62.5%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_profile__viewtable-value {
        flex: 0 0 auto;
        width: 62.5%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_profile__viewtable-value {
        flex: 0 0 auto;
        width: 62.5%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_profile__viewtable-value {
        flex: 0 0 auto;
        width: 62.5%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_profile__viewtable-value {
        flex: 0 0 auto;
        width: 62.5%; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__viewtable-value {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__viewtable-value {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_profile__viewtable-value,
    html[dir="rtl"] .vans_profile__viewtable-value {
      margin-top: 12px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_profile__viewtable-value,
      html[dir="rtl"] .vans_profile__viewtable-value {
        margin-top: 18px; } }
  .vans_profile__locked-data-note {
    display: flex;
    flex-direction: column; }
    .vans_profile__locked-data-note-link {
      color: inherit;
      text-decoration: underline;
      cursor: pointer;
      text-decoration: none; }
      html.-hover .vans_profile__locked-data-note-link:hover, .vans_profile__locked-data-note-link.-active, .vans_profile__locked-data-note-link.-open {
        color: #00adef; }
      html:not([dir="rtl"]) .vans_profile__locked-data-note-link,
      html[dir="rtl"] .vans_profile__locked-data-note-link {
        margin-top: 18px; }
    html:not([dir="rtl"]) .vans_profile__locked-data-note-intro,
    html[dir="rtl"] .vans_profile__locked-data-note-intro {
      margin-top: 18px; }
  .vans_profile__viewmode_addressblock {
    display: flex;
    flex-direction: column; }
    .vans_profile__viewmode_addressblock-field {
      margin-top: 12px; }
      .vans_profile__viewmode_addressblock-field:first-child {
        margin-top: 0; }
  .vans_profile__deletesection {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 0) {
      .vans_profile__deletesection {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-left: 6px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-right: 6px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_profile__deletesection {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-left: 6px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-right: 6px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_profile__deletesection {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_profile__deletesection {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_profile__deletesection {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_profile__deletesection {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_profile__deletesection {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-left: 12px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_profile__deletesection {
          padding-right: 12px; }
        html[dir="rtl"] .vans_profile__deletesection {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_profile__deletesection,
    html[dir="rtl"] .vans_profile__deletesection {
      padding-top: 1.5em; }
    @media only screen and (min-width: 0) {
      .vans_profile__deletesection {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_profile__deletesection {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_profile__deletesection {
        font-size: 33px;
        line-height: 33px; } }
    .vans_profile__deletesection-headline {
      font-family: CorporateSDemi, sans-serif;
      font-size: 16px;
      line-height: 21px; }
      :lang(ko) .vans_profile__deletesection-headline {
        font-family: MBKCorporateSRegular, sans-serif;
        font-weight: bold; }
    .vans_profile__deletesection-copy {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      margin-top: 18px; }
      :lang(ko) .vans_profile__deletesection-copy {
        font-family: MBKCorporateSRegular, sans-serif; }
    .vans_profile__deletesection-link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      color: inherit;
      text-decoration: underline;
      cursor: pointer;
      text-decoration: none;
      margin-top: 18px; }
      :lang(ko) .vans_profile__deletesection-link {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_profile__deletesection-link:hover, .vans_profile__deletesection-link.-active, .vans_profile__deletesection-link.-open {
        color: #00adef; }
    .vans_profile__deletesection-address {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      margin-top: 31px; }
      :lang(ko) .vans_profile__deletesection-address {
        font-family: MBKCorporateSRegular, sans-serif; }
      html:not([dir="rtl"]) .vans_profile__deletesection-address > *:first-child,
      html[dir="rtl"] .vans_profile__deletesection-address > *:first-child {
        margin-top: 0; }
      .vans_profile__deletesection-address h3,
      .vans_profile__deletesection-address h4,
      .vans_profile__deletesection-address h5 {
        font-family: CorporateSDemi, sans-serif;
        font-size: 16px;
        line-height: 21px; }
        :lang(ko) .vans_profile__deletesection-address h3, :lang(ko)
        .vans_profile__deletesection-address h4, :lang(ko)
        .vans_profile__deletesection-address h5 {
          font-family: MBKCorporateSRegular, sans-serif;
          font-weight: bold; }
        html:not([dir="rtl"]) .vans_profile__deletesection-address h3,
        html[dir="rtl"] .vans_profile__deletesection-address h3, html:not([dir="rtl"])
        .vans_profile__deletesection-address h4,
        html[dir="rtl"]
        .vans_profile__deletesection-address h4, html:not([dir="rtl"])
        .vans_profile__deletesection-address h5,
        html[dir="rtl"]
        .vans_profile__deletesection-address h5 {
          margin-top: 31px; }
      html:not([dir="rtl"]) .vans_profile__deletesection-address p,
      html[dir="rtl"] .vans_profile__deletesection-address p {
        margin-top: 18px; }
      .vans_profile__deletesection-address a {
        color: inherit;
        text-decoration: underline;
        cursor: pointer;
        word-break: break-word; }
        html.-hover .vans_profile__deletesection-address a:hover, .vans_profile__deletesection-address a.-active, .vans_profile__deletesection-address a.-open {
          color: #00adef; }
      .vans_profile__deletesection-address ul,
      .vans_profile__deletesection-address ol {
        list-style: disc; }
        html:not([dir="rtl"]) .vans_profile__deletesection-address ul,
        html[dir="rtl"] .vans_profile__deletesection-address ul, html:not([dir="rtl"])
        .vans_profile__deletesection-address ol,
        html[dir="rtl"]
        .vans_profile__deletesection-address ol {
          margin-top: 25px; }
        html:not([dir="rtl"]) .vans_profile__deletesection-address ul, html:not([dir="rtl"]) .vans_profile__deletesection-address ol {
          padding-left: 24px; }
        html[dir="rtl"] .vans_profile__deletesection-address ul, html[dir="rtl"] .vans_profile__deletesection-address ol {
          padding-right: 24px; }
      .vans_profile__deletesection-address ul {
        list-style: disc; }
      .vans_profile__deletesection-address ol {
        list-style: decimal; }
      .vans_profile__deletesection-address li {
        font-family: CorporateSRegular, -apple-system, sans-serif;
        font-size: 16px;
        line-height: 21px; }
        :lang(ko) .vans_profile__deletesection-address li {
          font-family: MBKCorporateSRegular, sans-serif; }
        html:not([dir="rtl"]) .vans_profile__deletesection-address li,
        html[dir="rtl"] .vans_profile__deletesection-address li {
          margin-top: 12px; }
        html:not([dir="rtl"]) .vans_profile__deletesection-address li:first-of-type,
        html[dir="rtl"] .vans_profile__deletesection-address li:first-of-type {
          margin-top: 0; }
        .vans_profile__deletesection-address li a {
          color: inherit;
          text-decoration: underline;
          cursor: pointer; }
          html.-hover .vans_profile__deletesection-address li a:hover, .vans_profile__deletesection-address li a.-active, .vans_profile__deletesection-address li a.-open {
            color: #00adef; }
      html:not([dir="rtl"]) .vans_profile__deletesection-address li > ul,
      html[dir="rtl"] .vans_profile__deletesection-address li > ul, html:not([dir="rtl"])
      .vans_profile__deletesection-address li > ol,
      html[dir="rtl"]
      .vans_profile__deletesection-address li > ol {
        margin-top: 18px; }
      html:not([dir="rtl"]) .vans_profile__deletesection-address li > ul,
      html[dir="rtl"] .vans_profile__deletesection-address li > ul, html:not([dir="rtl"])
      .vans_profile__deletesection-address li > ol,
      html[dir="rtl"]
      .vans_profile__deletesection-address li > ol {
        padding-bottom: 6px; }
      html:not([dir="rtl"]) .vans_profile__deletesection-address li > ul, html:not([dir="rtl"]) .vans_profile__deletesection-address li > ol {
        padding-left: 32px; }
      html[dir="rtl"] .vans_profile__deletesection-address li > ul, html[dir="rtl"] .vans_profile__deletesection-address li > ol {
        padding-right: 32px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.vans_link__link {
  display: block;
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #333;
  cursor: pointer; }
  .vans_link__link, [class*="vans_theme-"] .vans_link__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_link__link, .vans_theme-light .vans_link__link, [class*="vans_theme-"] .vans_theme-light .vans_link__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_link__link {
    color: #333; }
  .vans_theme-dark .vans_link__link, [class*="vans_theme-"] .vans_theme-dark .vans_link__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_link__link {
    color: #fff; }
  :lang(ko) .vans_link__link {
    font-family: MBKCorporateSRegular, sans-serif; }
  html.-hover .vans_link__link:hover, .vans_link__link.-active, .vans_link__link.-open {
    color: #00adef; }
  html:not([dir="rtl"]) .vans_link__link,
  html[dir="rtl"] .vans_link__link {
    margin-top: 18px; }
  html:not([dir="rtl"]) .vans_link__link + .vans_link__link,
  html[dir="rtl"] .vans_link__link + .vans_link__link {
    margin-top: 12px; }

html:not([dir="rtl"]) .vans_link__link-text {
  padding-left: 8px; }

html[dir="rtl"] .vans_link__link-text {
  padding-right: 8px; }

html:not([dir="rtl"]) .vans_link + .vans_link .vans_link__link,
html[dir="rtl"] .vans_link + .vans_link .vans_link__link {
  margin-top: 12px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_lightbox {
  width: 100%;
  min-height: 100vh;
  overflow: hidden; }
  .vans_lightbox, [class*="vans_theme-"] .vans_lightbox, [class*="vans_theme-"] [class*="vans_theme-"] .vans_lightbox, .vans_theme-light .vans_lightbox, [class*="vans_theme-"] .vans_theme-light .vans_lightbox, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_lightbox {
    color: #333; }
  .vans_theme-dark .vans_lightbox, [class*="vans_theme-"] .vans_theme-dark .vans_lightbox, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_lightbox {
    color: #fff; }
  .vans_lightbox .vans_gallery {
    position: fixed;
    top: 0;
    width: 100%; }
    html:not([dir="rtl"]) .vans_lightbox .vans_gallery {
      left: 0; }
    html[dir="rtl"] .vans_lightbox .vans_gallery {
      right: 0; }
    .vans_lightbox .vans_gallery__pagination.vans_gallery__pagination, .vans_lightbox .vans_gallery__pagination--with-number.vans_gallery__pagination--with-number {
      bottom: 104px;
      margin-bottom: 16px; }
      @media only screen and (min-width: 768px) {
        .vans_lightbox .vans_gallery__pagination.vans_gallery__pagination, .vans_lightbox .vans_gallery__pagination--with-number.vans_gallery__pagination--with-number {
          bottom: 96px; } }
      @media only screen and (min-width: 1280px) {
        .vans_lightbox .vans_gallery__pagination.vans_gallery__pagination, .vans_lightbox .vans_gallery__pagination--with-number.vans_gallery__pagination--with-number {
          bottom: 112px; } }
    .vans_lightbox .vans_gallery__page, .vans_lightbox .vans_gallery__page--infinite {
      height: 100vh; }
      .vans_lightbox .vans_gallery__page, [class*="vans_theme-"] .vans_lightbox .vans_gallery__page, [class*="vans_theme-"] [class*="vans_theme-"] .vans_lightbox .vans_gallery__page, .vans_lightbox .vans_gallery__page--infinite, [class*="vans_theme-"] .vans_lightbox .vans_gallery__page--infinite, [class*="vans_theme-"] [class*="vans_theme-"] .vans_lightbox .vans_gallery__page--infinite, .vans_theme-light .vans_lightbox .vans_gallery__page, [class*="vans_theme-"] .vans_theme-light .vans_lightbox .vans_gallery__page, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_lightbox .vans_gallery__page, .vans_theme-light .vans_lightbox .vans_gallery__page--infinite, [class*="vans_theme-"] .vans_theme-light .vans_lightbox .vans_gallery__page--infinite, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_lightbox .vans_gallery__page--infinite {
        opacity: 0.2; }
        .vans_lightbox .vans_gallery__page.-active, [class*="vans_theme-"] .vans_lightbox .vans_gallery__page.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_lightbox .vans_gallery__page.-active, .vans_lightbox .vans_gallery__page--infinite.-active, [class*="vans_theme-"] .vans_lightbox .vans_gallery__page--infinite.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_lightbox .vans_gallery__page--infinite.-active, .vans_theme-light .vans_lightbox .vans_gallery__page.-active, [class*="vans_theme-"] .vans_theme-light .vans_lightbox .vans_gallery__page.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_lightbox .vans_gallery__page.-active, .vans_theme-light .vans_lightbox .vans_gallery__page--infinite.-active, [class*="vans_theme-"] .vans_theme-light .vans_lightbox .vans_gallery__page--infinite.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_lightbox .vans_gallery__page--infinite.-active {
          opacity: 1; }
      .vans_lightbox .vans_gallery__page:first-child, .vans_lightbox .vans_gallery__page--infinite:first-child {
        margin: 0; }
    .vans_lightbox .vans_gallery__video {
      display: flex;
      align-items: center;
      justify-content: center;
      height: calc(100vh - 104px); }
      @media only screen and (min-width: 768px) {
        .vans_lightbox .vans_gallery__video {
          height: calc(100vh - 96px); } }
      @media only screen and (min-width: 1280px) {
        .vans_lightbox .vans_gallery__video {
          height: calc(100vh - 112px); } }
      .vans_lightbox .vans_gallery__video .vans_youtube-iframe {
        width: 100%;
        max-height: 100%; }
    .vans_lightbox .vans_gallery__pagination, .vans_lightbox .vans_gallery__pagination--with-number {
      opacity: 0;
      visibility: hidden; }
      @media only screen and (min-width: 768px) {
        .vans_lightbox .vans_gallery__pagination, .vans_lightbox .vans_gallery__pagination--with-number {
          opacity: 1;
          visibility: visible;
          transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); } }
    html.-hover .vans_lightbox .vans_gallery:hover .vans_gallery__controls.vans_gallery__controls:not(.-single) {
      animation: none; }
    .vans_lightbox .vans_gallery .vans_gallery__controls.-hidden:not(.-single) {
      animation: none; }
    .vans_lightbox .vans_gallery__controls.vans_gallery__controls {
      animation: none; }
    .vans_lightbox .vans_gallery__controls {
      animation: none;
      opacity: 1;
      visibility: visible;
      transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
      @media only screen and (min-width: 0) {
        .vans_lightbox .vans_gallery__controls {
          display: flex; } }
  .vans_lightbox__items-container {
    position: relative;
    margin-top: calc(100vh - 104px);
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .vans_lightbox__items-container {
        margin-top: calc(100vh - 96px); } }
    @media only screen and (min-width: 1280px) {
      .vans_lightbox__items-container {
        margin-top: calc(100vh - 112px); } }
  .vans_lightbox__items-container-inner {
    min-height: 104px;
    height: 100%;
    cursor: pointer;
    transition: translate 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    background: rgba(31, 31, 31, 0.8); }
    @media only screen and (min-width: 768px) {
      .vans_lightbox__items-container-inner {
        min-height: 96px; } }
    @media only screen and (min-width: 1280px) {
      .vans_lightbox__items-container-inner {
        min-height: 112px; } }
    html:not([dir="rtl"]) .vans_lightbox__items-container-inner,
    html[dir="rtl"] .vans_lightbox__items-container-inner {
      padding-bottom: 1em; }
    html:not([dir="rtl"]) .vans_lightbox__items-container-inner,
    html[dir="rtl"] .vans_lightbox__items-container-inner {
      padding-top: 1em; }
    @media only screen and (min-width: 0) {
      .vans_lightbox__items-container-inner {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_lightbox__items-container-inner {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_lightbox__items-container-inner {
        font-size: 33px;
        line-height: 33px; } }
    .vans_lightbox__items-container-inner.-disabled {
      cursor: initial; }
    .vans_lightbox__items-container-inner.-show-text {
      background: #1f1f1f; }
    .vans_lightbox__items-container-inner.-hidden {
      opacity: 0; }
    .vans_lightbox__items-container-inner.-display-none {
      display: none; }
  .vans_lightbox__scroll-indicator {
    position: absolute;
    top: 104px;
    height: 0;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .vans_lightbox__scroll-indicator {
        top: 96px; } }
    @media only screen and (min-width: 1280px) {
      .vans_lightbox__scroll-indicator {
        top: 112px; } }
    html:not([dir="rtl"]) .vans_lightbox__scroll-indicator {
      left: 0; }
    html[dir="rtl"] .vans_lightbox__scroll-indicator {
      right: 0; }
  @media only screen and (min-width: 768px) {
    .vans_lightbox__items {
      display: flex;
      position: relative;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    html:not([dir="rtl"]) .vans_lightbox__items,
    html[dir="rtl"] .vans_lightbox__items {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_lightbox__items,
    html[dir="rtl"] .vans_lightbox__items {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_lightbox__items,
    html[dir="rtl"] .vans_lightbox__items {
      margin: 0 32px; } }
  @media only screen and (min-width: 768px) and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_lightbox__items,
    html[dir="rtl"] .vans_lightbox__items {
      margin: 0 44px; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .vans_lightbox__items {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_lightbox__items,
      html[dir="rtl"] .vans_lightbox__items {
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1440px) {
    .vans_lightbox__items {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_lightbox__items,
      html[dir="rtl"] .vans_lightbox__items {
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1921px) {
    .vans_lightbox__items {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_lightbox__items,
      html[dir="rtl"] .vans_lightbox__items {
        margin: 0 auto; } }
  .vans_lightbox__items-inner {
    position: relative;
    transition: height 0.2s 0.2s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      margin-left: 18px; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      margin-right: 18px; }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      margin-right: 48px; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      margin-left: 48px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_lightbox__items-inner {
        margin-left: 0; }
      html[dir="rtl"] .vans_lightbox__items-inner {
        margin-right: 0; }
      html:not([dir="rtl"]) .vans_lightbox__items-inner {
        margin-right: 0; }
      html[dir="rtl"] .vans_lightbox__items-inner {
        margin-left: 0; } }

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .vans_lightbox__items-inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      padding-left: 12px; } }

@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .vans_lightbox__items-inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      padding-left: 12px; } }

@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .vans_lightbox__items-inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .vans_lightbox__items-inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      padding-left: 12px; } }

@media only screen and (min-width: 768px) and (min-width: 1921px) {
  .vans_lightbox__items-inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_lightbox__items-inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_lightbox__items-inner {
      padding-left: 12px; } }
  .js .vans_lightbox__item {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0; }
    .js .vans_lightbox__item.-active {
      transition-property: opacity;
      transition-duration: 0s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0s;
      opacity: 1;
      visibility: visible;
      position: static; }
    .js .vans_lightbox__item.-fromLeft {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
      animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards, move-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards;
      visibility: visible;
      position: static; }
    .js .vans_lightbox__item.-fromRight {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
      animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards, move-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards;
      visibility: visible;
      position: static; }
    .js .vans_lightbox__item.-toLeft {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
      visibility: visible; }
    .js .vans_lightbox__item.-toRight {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
      visibility: visible; }
  .vans_lightbox__item-caption > * {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff; }
    :lang(ko) .vans_lightbox__item-caption > * {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_lightbox__gradient {
    position: fixed;
    width: 100vw;
    height: 18px;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_lightbox__gradient {
      left: 0; }
    html[dir="rtl"] .vans_lightbox__gradient {
      right: 0; }
    .vans_lightbox__gradient, [class*="vans_theme-"] .vans_lightbox__gradient, [class*="vans_theme-"] [class*="vans_theme-"] .vans_lightbox__gradient, .vans_theme-light .vans_lightbox__gradient, [class*="vans_theme-"] .vans_theme-light .vans_lightbox__gradient, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_lightbox__gradient {
      background: linear-gradient(0deg, #1f1f1f, rgba(31, 31, 31, 0) 100%); }
    .vans_theme-dark .vans_lightbox__gradient, [class*="vans_theme-"] .vans_theme-dark .vans_lightbox__gradient, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_lightbox__gradient {
      background: linear-gradient(0deg, #1f1f1f, rgba(31, 31, 31, 0) 100%); }
  .vans_lightbox__expander-toggle {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    display: block;
    position: absolute;
    top: 0; }
    html .vans_lightbox__expander-toggle {
      text-align: center; }
    .vans_lightbox__expander-toggle.-disabled,
    html.-hover .vans_lightbox__expander-toggle.-disabled:hover {
      cursor: auto;
      background: #5c5c5c;
      color: #8d8d8d; }
    html.-hover .vans_lightbox__expander-toggle:hover, .vans_lightbox__expander-toggle:active,
    .vans_lightbox__expander-toggle .-active {
      background: #242424; }
    .vans_lightbox__expander-toggle.-disabled,
    html.-hover .vans_lightbox__expander-toggle.-disabled:hover {
      opacity: 0.6; }
    html:not([dir="rtl"]) .vans_lightbox__expander-toggle {
      right: 0; }
    html[dir="rtl"] .vans_lightbox__expander-toggle {
      left: 0; }
    .vans_lightbox__expander-toggle.-fixed {
      position: fixed;
      top: 48px;
      bottom: auto; }
    .vans_lightbox__expander-toggle.-disabled {
      display: none; }
  .vans_lightbox__expander-toggle-icon {
    display: inline-block;
    transform: rotateZ(-180deg);
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_lightbox__expander-toggle-icon.-show-text {
      transform: rotateZ(0deg); }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_inventory {
  font-size: 16px;
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_inventory,
    html[dir="rtl"] .vans_inventory {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_inventory,
    html[dir="rtl"] .vans_inventory {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_inventory,
    html[dir="rtl"] .vans_inventory {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_inventory,
    html[dir="rtl"] .vans_inventory {
      margin: 0 44px; }
    html:not([dir="rtl"]) .vans_inventory {
      padding-left: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_inventory {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html:not([dir="rtl"]) .vans_inventory {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_inventory {
      padding-left: calc(0.16667 * (100% - 88px)); } }
  @media only screen and (min-width: 1280px) {
    .vans_inventory {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_inventory,
      html[dir="rtl"] .vans_inventory {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_inventory {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_inventory {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_inventory {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_inventory {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1440px) {
    .vans_inventory {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_inventory,
      html[dir="rtl"] .vans_inventory {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_inventory {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_inventory {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_inventory {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_inventory {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1921px) {
    .vans_inventory {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_inventory,
      html[dir="rtl"] .vans_inventory {
        margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_inventory,
  html[dir="rtl"] .vans_inventory {
    padding-bottom: 1.5em; }
  @media only screen and (min-width: 0) {
    .vans_inventory {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_inventory {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_inventory {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 0) {
    .vans_inventory__top-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-left: 6px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-right: 6px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_inventory__top-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-left: 6px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-right: 6px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_inventory__top-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_inventory__top-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_inventory__top-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_inventory__top-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_inventory__top-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__top-bar {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__top-bar {
        padding-left: 12px; } }
  @media only screen and (min-width: 0) {
    .vans_inventory__filter {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-left: 6px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-right: 6px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_inventory__filter {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-left: 6px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-right: 6px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_inventory__filter {
      flex: 0 0 auto;
      width: 37.5%; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_inventory__filter {
      flex: 0 0 auto;
      width: 37.5%; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_inventory__filter {
      flex: 0 0 auto;
      width: 37.5%; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_inventory__filter {
      flex: 0 0 auto;
      width: 37.5%; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_inventory__filter {
      flex: 0 0 auto;
      width: 37.5%; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__filter {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__filter {
        padding-left: 12px; } }
  .vans_inventory__filter-panel {
    overflow: hidden; }
  @media only screen and (min-width: 0) {
    .vans_inventory__cards {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-left: 6px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-right: 6px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_inventory__cards {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-left: 6px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-right: 6px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_inventory__cards {
      flex: 0 0 auto;
      width: 62.5%; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_inventory__cards {
      flex: 0 0 auto;
      width: 62.5%; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_inventory__cards {
      flex: 0 0 auto;
      width: 62.5%; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_inventory__cards {
      flex: 0 0 auto;
      width: 62.5%; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_inventory__cards {
      flex: 0 0 auto;
      width: 62.5%; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-left: 12px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_inventory__cards {
        padding-right: 12px; }
      html[dir="rtl"] .vans_inventory__cards {
        padding-left: 12px; } }
  .vans_inventory__legend-text {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_inventory__legend-text {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_inventory__legend-text {
        font-size: 24px;
        line-height: 24px; } }
    @media only screen and (min-width: 768px) {
      .vans_inventory__legend-text {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 1280px) {
      .vans_inventory__legend-text {
        font-size: 32px;
        line-height: 32px; } }
  .vans_inventory__card {
    padding: 10px;
    margin-top: 20px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3), 0 0 1px 1px rgba(0, 0, 0, 0.05);
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_inventory__card {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_inventory__loader {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 12.5rem; }
    .vans_inventory__loader::after {
      z-index: 5;
      content: "";
      position: absolute;
      top: 50%;
      width: 2rem;
      height: 2rem;
      background: url("assets/loader/loading_animation_circle.svg");
      background-size: cover;
      animation: load 1s infinite linear, fade-in 1.5s; }
      html:not([dir="rtl"]) .vans_inventory__loader::after {
        left: 50%; }
      html[dir="rtl"] .vans_inventory__loader::after {
        right: 50%; }
      html:not([dir="rtl"]) .vans_inventory__loader::after {
        margin: -1rem 0 0 -1rem; }
      html[dir="rtl"] .vans_inventory__loader::after {
        margin: -1rem -1rem 0 0; }
      @media only screen and (min-width: 768px) {
        .vans_inventory__loader::after {
          width: 2.75rem;
          height: 2.75rem; }
          html:not([dir="rtl"]) .vans_inventory__loader::after {
            margin: -1.375rem 0 0 -1.375rem; }
          html[dir="rtl"] .vans_inventory__loader::after {
            margin: -1.375rem -1.375rem 0 0; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0.4; }
  100% {
    transform: scale(0.9);
    opacity: 0; } }

@keyframes pulse2 {
  0% {
    transform: scale(0);
    opacity: 0.5; }
  10% {
    transform: scale(0);
    opacity: 0.6; }
  100% {
    transform: scale(0.7);
    opacity: 0; } }

.vans_input {
  min-width: 100px;
  position: relative;
  display: block;
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  .vans_input__label {
    font-size: 1em;
    display: block; }
    html:not([dir="rtl"]) .vans_input__label,
    html[dir="rtl"] .vans_input__label {
      margin-bottom: 9px; }
    .vans_input__label.-disabled {
      color: #999; }
  .vans_input_invalid .vans_input__label {
    color: #9f0002; }
  .vans_input__error {
    color: #9f0002;
    display: block; }
    html:not([dir="rtl"]) .vans_input__error,
    html[dir="rtl"] .vans_input__error {
      padding-top: 9px; }
  .vans_input__info {
    display: block;
    color: #999; }
    html:not([dir="rtl"]) .vans_input__info,
    html[dir="rtl"] .vans_input__info {
      padding-top: 6px; }
  .vans_input__value input {
    height: 40px;
    font-size: inherit; }
    html:not([dir="rtl"]) .vans_input__value input {
      padding-left: 1em; }
    html[dir="rtl"] .vans_input__value input {
      padding-right: 1em; }
    html:not([dir="rtl"]) .vans_input__value input {
      padding-right: 1em; }
    html[dir="rtl"] .vans_input__value input {
      padding-left: 1em; }
  .vans_input__value input + span,
  .vans_input__value textarea + span {
    border-radius: 0 0 0 0; }
    .vans_input__value input + span::after,
    .vans_input__value textarea + span::after {
      border-color: #999;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_input__value input + span::after,
      html[dir="rtl"] .vans_input__value input + span::after, html:not([dir="rtl"])
      .vans_input__value textarea + span::after,
      html[dir="rtl"]
      .vans_input__value textarea + span::after {
        border-width: 1px; }
    .vans_input__value input + span::before,
    .vans_input__value textarea + span::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_input__value input + span::after,
    .vans_input__value textarea + span::after {
      border-radius: 0 0 0 0; }
  html.-hover .vans_input__value:hover input + span::after,
  html.-hover .vans_input__value:hover textarea + span::after {
    border-color: #00adef;
    border-style: solid; }
    html:not([dir="rtl"]) html.-hover .vans_input__value:hover input + span::after,
    html[dir="rtl"] html.-hover .vans_input__value:hover input + span::after, html:not([dir="rtl"])
    html.-hover .vans_input__value:hover textarea + span::after,
    html[dir="rtl"]
    html.-hover .vans_input__value:hover textarea + span::after {
      border-width: 1px; }
  html.-hover .vans_input__value:active input + span::after,
  .vans_input__value input:focus + span::after,
  .vans_input__value textarea:focus + span::after {
    border-color: #00adef;
    border-style: solid; }
    html:not([dir="rtl"]) html.-hover .vans_input__value:active input + span::after,
    html[dir="rtl"] html.-hover .vans_input__value:active input + span::after, html:not([dir="rtl"])
    .vans_input__value input:focus + span::after,
    html[dir="rtl"]
    .vans_input__value input:focus + span::after, html:not([dir="rtl"])
    .vans_input__value textarea:focus + span::after,
    html[dir="rtl"]
    .vans_input__value textarea:focus + span::after {
      border-width: 1px; }
  html.-hover .vans_input__value:active input + span::after,
  .vans_input__value input:focus + span::after,
  .vans_input__value textarea:focus + span::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_input__value_invalid:active input + span,
  .vans_input__value_invalid input + span,
  html.-hover .vans_input__value_invalid:hover input + span,
  .vans_input__value_invalid input:focus + span,
  .vans_input__value_invalid textarea + span,
  html.-hover .vans_input__value_invalid:hover textarea + span,
  .vans_input__value_invalid textarea:focus + span {
    z-index: 3; }
    .vans_input__value_invalid:active input + span::after,
    .vans_input__value_invalid input + span::after,
    html.-hover .vans_input__value_invalid:hover input + span::after,
    .vans_input__value_invalid input:focus + span::after,
    .vans_input__value_invalid textarea + span::after,
    html.-hover .vans_input__value_invalid:hover textarea + span::after,
    .vans_input__value_invalid textarea:focus + span::after {
      border-color: #9f0002;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_input__value_invalid:active input + span::after,
      html[dir="rtl"] .vans_input__value_invalid:active input + span::after, html:not([dir="rtl"])
      .vans_input__value_invalid input + span::after,
      html[dir="rtl"]
      .vans_input__value_invalid input + span::after, html:not([dir="rtl"])
      html.-hover .vans_input__value_invalid:hover input + span::after,
      html[dir="rtl"]
      html.-hover .vans_input__value_invalid:hover input + span::after, html:not([dir="rtl"])
      .vans_input__value_invalid input:focus + span::after,
      html[dir="rtl"]
      .vans_input__value_invalid input:focus + span::after, html:not([dir="rtl"])
      .vans_input__value_invalid textarea + span::after,
      html[dir="rtl"]
      .vans_input__value_invalid textarea + span::after, html:not([dir="rtl"])
      html.-hover .vans_input__value_invalid:hover textarea + span::after,
      html[dir="rtl"]
      html.-hover .vans_input__value_invalid:hover textarea + span::after, html:not([dir="rtl"])
      .vans_input__value_invalid textarea:focus + span::after,
      html[dir="rtl"]
      .vans_input__value_invalid textarea:focus + span::after {
        border-width: 1px; }
    .vans_input__value_invalid:active input + span::after,
    .vans_input__value_invalid input + span::after,
    html.-hover .vans_input__value_invalid:hover input + span::after,
    .vans_input__value_invalid input:focus + span::after,
    .vans_input__value_invalid textarea + span::after,
    html.-hover .vans_input__value_invalid:hover textarea + span::after,
    .vans_input__value_invalid textarea:focus + span::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_input__value input::placeholder,
  .vans_input__value textarea::placeholder {
    color: #999; }
  .vans_input__value input[disabled]::placeholder,
  .vans_input__value textarea[disabled]::placeholder {
    color: #ccc; }
  .vans_input__value input[disabled] + span::after,
  .vans_input__value textarea[disabled] + span::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_input__value input[disabled] + span::after,
  .vans_input__value textarea[disabled] + span::after {
    border-color: #ccc;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_input__value input[disabled] + span::after,
    html[dir="rtl"] .vans_input__value input[disabled] + span::after, html:not([dir="rtl"])
    .vans_input__value textarea[disabled] + span::after,
    html[dir="rtl"]
    .vans_input__value textarea[disabled] + span::after {
      border-width: 1px; }
  .vans_input__value_invalid input::placeholder {
    color: #999; }
  .vans_input__value {
    display: block;
    position: relative;
    background-color: transparent; }
    .vans_input__value input,
    .vans_input__value textarea {
      width: 100%;
      box-sizing: border-box;
      background: transparent;
      position: relative;
      z-index: 1;
      outline: none;
      appearance: none;
      line-height: inherit;
      overflow: hidden; }
      html:not([dir="rtl"]) .vans_input__value input,
      html[dir="rtl"] .vans_input__value input, html:not([dir="rtl"])
      .vans_input__value textarea,
      html[dir="rtl"]
      .vans_input__value textarea {
        border: 0; }
      html:not([dir="rtl"]) .vans_input__value input,
      html[dir="rtl"] .vans_input__value input, html:not([dir="rtl"])
      .vans_input__value textarea,
      html[dir="rtl"]
      .vans_input__value textarea {
        margin: 0; }
      html:not([dir="rtl"]) .vans_input__value input,
      html[dir="rtl"] .vans_input__value input, html:not([dir="rtl"])
      .vans_input__value textarea,
      html[dir="rtl"]
      .vans_input__value textarea {
        padding-bottom: 0.5px; }
    .vans_input__value input + span,
    .vans_input__value textarea + span {
      position: absolute;
      top: 0;
      bottom: 0;
      pointer-events: none; }
      .vans_input__value input + span::after,
      .vans_input__value textarea + span::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_input__value input + span::after, html:not([dir="rtl"]) .vans_input__value textarea + span::after {
          right: 0; }
        html[dir="rtl"] .vans_input__value input + span::after, html[dir="rtl"] .vans_input__value textarea + span::after {
          left: 0; }
        html:not([dir="rtl"]) .vans_input__value input + span::after, html:not([dir="rtl"]) .vans_input__value textarea + span::after {
          left: 0; }
        html[dir="rtl"] .vans_input__value input + span::after, html[dir="rtl"] .vans_input__value textarea + span::after {
          right: 0; }
      .vans_input__value input + span::before,
      .vans_input__value textarea + span::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_input__value input + span::before, html:not([dir="rtl"]) .vans_input__value textarea + span::before {
          right: 0; }
        html[dir="rtl"] .vans_input__value input + span::before, html[dir="rtl"] .vans_input__value textarea + span::before {
          left: 0; }
        html:not([dir="rtl"]) .vans_input__value input + span::before, html:not([dir="rtl"]) .vans_input__value textarea + span::before {
          left: 0; }
        html[dir="rtl"] .vans_input__value input + span::before, html[dir="rtl"] .vans_input__value textarea + span::before {
          right: 0; }
      html:not([dir="rtl"]) .vans_input__value input + span, html:not([dir="rtl"]) .vans_input__value textarea + span {
        right: 0; }
      html[dir="rtl"] .vans_input__value input + span, html[dir="rtl"] .vans_input__value textarea + span {
        left: 0; }
      html:not([dir="rtl"]) .vans_input__value input + span, html:not([dir="rtl"]) .vans_input__value textarea + span {
        left: 0; }
      html[dir="rtl"] .vans_input__value input + span, html[dir="rtl"] .vans_input__value textarea + span {
        right: 0; }
    .vans_input__value input[disabled],
    .vans_input__value textarea[disabled] {
      color: #ccc;
      -webkit-text-fill-color: #ccc; }
    .vans_input__value textarea {
      max-width: 100%;
      width: 100% !important;
      display: block; }
      html:not([dir="rtl"]) .vans_input__value textarea,
      html[dir="rtl"] .vans_input__value textarea {
        padding: 13px 16px; }
      html:not([dir="rtl"]) .vans_input__value textarea,
      html[dir="rtl"] .vans_input__value textarea {
        margin: 0; }
      @media only screen and (min-width: 0) and (max-width: 767px) {
        .vans_input__value textarea {
          min-height: calc(102px + (16px * 2)); } }
      @media only screen and (min-width: 768px) and (max-width: 1279px) {
        .vans_input__value textarea {
          min-height: calc(123px + (16px * 2)); } }
      @media only screen and (min-width: 1280px) and (max-width: 1920px) {
        .vans_input__value textarea {
          min-height: calc(144px + (16px * 2)); } }
  :lang(ko) .vans_input {
    font-family: MBKCorporateSRegular, sans-serif; }
  .vans_input__value input, [class*="vans_theme-"] .vans_input__value input, [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value input, .vans_theme-light .vans_input__value input, [class*="vans_theme-"] .vans_theme-light .vans_input__value input, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value input {
    font-size: inherit; }
  .vans_input__value input + span,
  .vans_input__value textarea + span, [class*="vans_theme-"] .vans_input__value input + span,
  [class*="vans_theme-"] .vans_input__value textarea + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value input + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value textarea + span, .vans_theme-light .vans_input__value input + span,
  .vans_theme-light .vans_input__value textarea + span, [class*="vans_theme-"] .vans_theme-light .vans_input__value input + span,
  [class*="vans_theme-"] .vans_theme-light .vans_input__value textarea + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value input + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value textarea + span { }
    .vans_input__value input + span::after,
    .vans_input__value textarea + span::after, [class*="vans_theme-"] .vans_input__value input + span::after,
    [class*="vans_theme-"] .vans_input__value textarea + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value input + span::after,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value textarea + span::after, .vans_theme-light .vans_input__value input + span::after,
    .vans_theme-light .vans_input__value textarea + span::after, [class*="vans_theme-"] .vans_theme-light .vans_input__value input + span::after,
    [class*="vans_theme-"] .vans_theme-light .vans_input__value textarea + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value input + span::after,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value textarea + span::after { }
  .vans_input__value_invalid:active input + span,
  .vans_input__value_invalid input + span,
  html.-hover .vans_input__value_invalid:hover input + span,
  .vans_input__value_invalid input:focus + span,
  .vans_input__value_invalid textarea + span,
  html.-hover .vans_input__value_invalid:hover textarea + span,
  .vans_input__value_invalid textarea:focus + span, [class*="vans_theme-"] .vans_input__value_invalid:active input + span,
  [class*="vans_theme-"] .vans_input__value_invalid input + span,
  html.-hover [class*="vans_theme-"] .vans_input__value_invalid:hover input + span,
  [class*="vans_theme-"] .vans_input__value_invalid input:focus + span,
  [class*="vans_theme-"] .vans_input__value_invalid textarea + span,
  html.-hover [class*="vans_theme-"] .vans_input__value_invalid:hover textarea + span,
  [class*="vans_theme-"] .vans_input__value_invalid textarea:focus + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value_invalid:active input + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value_invalid input + span,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value_invalid:hover input + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value_invalid input:focus + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value_invalid textarea + span,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value_invalid:hover textarea + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value_invalid textarea:focus + span, .vans_theme-light .vans_input__value_invalid:active input + span,
  .vans_theme-light .vans_input__value_invalid input + span,
  html.-hover .vans_theme-light .vans_input__value_invalid:hover input + span,
  .vans_theme-light .vans_input__value_invalid input:focus + span,
  .vans_theme-light .vans_input__value_invalid textarea + span,
  html.-hover .vans_theme-light .vans_input__value_invalid:hover textarea + span,
  .vans_theme-light .vans_input__value_invalid textarea:focus + span, [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid:active input + span,
  [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid input + span,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid:hover input + span,
  [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid input:focus + span,
  [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid textarea + span,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid:hover textarea + span,
  [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid textarea:focus + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid:active input + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid input + span,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid:hover input + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid input:focus + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid textarea + span,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid:hover textarea + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value_invalid textarea:focus + span {
    z-index: 3; }
  .vans_input__value input[disabled]::placeholder,
  .vans_input__value textarea[disabled]::placeholder, [class*="vans_theme-"] .vans_input__value input[disabled]::placeholder,
  [class*="vans_theme-"] .vans_input__value textarea[disabled]::placeholder, [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value input[disabled]::placeholder,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value textarea[disabled]::placeholder, .vans_theme-light .vans_input__value input[disabled]::placeholder,
  .vans_theme-light .vans_input__value textarea[disabled]::placeholder, [class*="vans_theme-"] .vans_theme-light .vans_input__value input[disabled]::placeholder,
  [class*="vans_theme-"] .vans_theme-light .vans_input__value textarea[disabled]::placeholder, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value input[disabled]::placeholder,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value textarea[disabled]::placeholder {
    color: #ccc; }
  .vans_input__value input[disabled] + span::after,
  .vans_input__value textarea[disabled] + span::after, [class*="vans_theme-"] .vans_input__value input[disabled] + span::after,
  [class*="vans_theme-"] .vans_input__value textarea[disabled] + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value input[disabled] + span::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value textarea[disabled] + span::after, .vans_theme-light .vans_input__value input[disabled] + span::after,
  .vans_theme-light .vans_input__value textarea[disabled] + span::after, [class*="vans_theme-"] .vans_theme-light .vans_input__value input[disabled] + span::after,
  [class*="vans_theme-"] .vans_theme-light .vans_input__value textarea[disabled] + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value input[disabled] + span::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value textarea[disabled] + span::after {
    border-color: #ccc; }
  .vans_theme-dark .vans_input__value input, [class*="vans_theme-"] .vans_theme-dark .vans_input__value input, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value input {
    font-size: inherit; }
  .vans_theme-dark .vans_input__value input + span,
  .vans_theme-dark .vans_input__value textarea + span, [class*="vans_theme-"] .vans_theme-dark .vans_input__value input + span,
  [class*="vans_theme-"] .vans_theme-dark .vans_input__value textarea + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value input + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value textarea + span { }
    .vans_theme-dark .vans_input__value input + span::after,
    .vans_theme-dark .vans_input__value textarea + span::after, [class*="vans_theme-"] .vans_theme-dark .vans_input__value input + span::after,
    [class*="vans_theme-"] .vans_theme-dark .vans_input__value textarea + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value input + span::after,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value textarea + span::after { }
  .vans_theme-dark .vans_input__value_invalid:active input + span,
  .vans_theme-dark .vans_input__value_invalid input + span,
  html.-hover .vans_theme-dark .vans_input__value_invalid:hover input + span,
  .vans_theme-dark .vans_input__value_invalid input:focus + span,
  .vans_theme-dark .vans_input__value_invalid textarea + span,
  html.-hover .vans_theme-dark .vans_input__value_invalid:hover textarea + span,
  .vans_theme-dark .vans_input__value_invalid textarea:focus + span, [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid:active input + span,
  [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid input + span,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid:hover input + span,
  [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid input:focus + span,
  [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid textarea + span,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid:hover textarea + span,
  [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid textarea:focus + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid:active input + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid input + span,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid:hover input + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid input:focus + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid textarea + span,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid:hover textarea + span,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value_invalid textarea:focus + span {
    z-index: 3; }
  .vans_theme-dark .vans_input__value input[disabled]::placeholder,
  .vans_theme-dark .vans_input__value textarea[disabled]::placeholder, [class*="vans_theme-"] .vans_theme-dark .vans_input__value input[disabled]::placeholder,
  [class*="vans_theme-"] .vans_theme-dark .vans_input__value textarea[disabled]::placeholder, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value input[disabled]::placeholder,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value textarea[disabled]::placeholder {
    color: #5c5c5c; }
  .vans_theme-dark .vans_input__value input[disabled] + span::after,
  .vans_theme-dark .vans_input__value textarea[disabled] + span::after, [class*="vans_theme-"] .vans_theme-dark .vans_input__value input[disabled] + span::after,
  [class*="vans_theme-"] .vans_theme-dark .vans_input__value textarea[disabled] + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value input[disabled] + span::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value textarea[disabled] + span::after {
    border-color: #5c5c5c; }
  .vans_input__label {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_input__label {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    .vans_input__label.-disabled, [class*="vans_theme-"] .vans_input__label.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__label.-disabled, .vans_theme-light .vans_input__label.-disabled, [class*="vans_theme-"] .vans_theme-light .vans_input__label.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__label.-disabled {
      color: #ccc; }
    .vans_theme-dark .vans_input__label.-disabled, [class*="vans_theme-"] .vans_theme-dark .vans_input__label.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__label.-disabled {
      color: #5c5c5c; }
  .vans_input_invalid .vans_input__label, [class*="vans_theme-"] .vans_input_invalid .vans_input__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_input_invalid .vans_input__label, .vans_theme-light .vans_input_invalid .vans_input__label, [class*="vans_theme-"] .vans_theme-light .vans_input_invalid .vans_input__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input_invalid .vans_input__label {
    color: #9f0002; }
  .vans_theme-dark .vans_input_invalid .vans_input__label, [class*="vans_theme-"] .vans_theme-dark .vans_input_invalid .vans_input__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input_invalid .vans_input__label {
    color: #fff; }
  .vans_input__error {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px; }
    :lang(ko) .vans_input__error {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_theme-dark .vans_input__error, [class*="vans_theme-"] .vans_theme-dark .vans_input__error, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__error {
      color: #fff; }
      .vans_theme-dark .vans_input__error > span, [class*="vans_theme-"] .vans_theme-dark .vans_input__error > span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__error > span {
        background: #9f0002;
        padding: 6px;
        display: inline-block; }
  .vans_input__icon {
    color: #333;
    position: absolute;
    top: 0;
    line-height: 40px;
    width: 40px; }
    html:not([dir="rtl"]) .vans_input__icon {
      right: 0; }
    html[dir="rtl"] .vans_input__icon {
      left: 0; }
    html .vans_input__icon {
      text-align: center; }
    .vans_input__icon.-clickable {
      position: relative;
      display: block;
      font-size: 16px;
      line-height: 40px;
      height: 40px;
      border-radius: 0 0 0 0;
      appearance: none;
      position: relative;
      outline: none;
      white-space: nowrap;
      max-width: 100%;
      color: inherit;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      text-overflow: ellipsis;
      z-index: 3;
      display: inline-block;
      position: absolute; }
      .vans_input__icon.-clickable__label {
        font-size: 1em;
        display: block; }
        html:not([dir="rtl"]) .vans_input__icon.-clickable__label,
        html[dir="rtl"] .vans_input__icon.-clickable__label {
          margin-bottom: 9px; }
        .vans_input__icon.-clickable__label.-disabled {
          color: #999; }
      .vans_input__icon.-clickable_invalid .vans_input__icon.-clickable__label {
        color: #9f0002; }
      .vans_input__icon.-clickable__error {
        color: #9f0002;
        display: block; }
        html:not([dir="rtl"]) .vans_input__icon.-clickable__error,
        html[dir="rtl"] .vans_input__icon.-clickable__error {
          padding-top: 9px; }
      .vans_input__icon.-clickable__info {
        display: block;
        color: #999; }
        html:not([dir="rtl"]) .vans_input__icon.-clickable__info,
        html[dir="rtl"] .vans_input__icon.-clickable__info {
          padding-top: 6px; }
      html:not([dir="rtl"]) .vans_input__icon.-clickable {
        padding-left: 20px; }
      html[dir="rtl"] .vans_input__icon.-clickable {
        padding-right: 20px; }
      html:not([dir="rtl"]) .vans_input__icon.-clickable {
        padding-right: 20px; }
      html[dir="rtl"] .vans_input__icon.-clickable {
        padding-left: 20px; }
      .vans_input__icon.-clickable::after {
        border-color: transparent; }
      .vans_input__icon.-clickable::after { }
      .vans_input__icon.-clickable.-active::after,
      html.-hover .vans_input__icon.-clickable:active:hover::after, .vans_input__icon.-clickable:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_input__icon.-clickable.-disabled::after,
      html.-hover .vans_input__icon.-clickable.-disabled:hover::after,
      html.-hover .vans_input__icon.-clickable.-disabled:active:hover::after, .vans_input__icon.-clickable[disabled]::after,
      html.-hover .vans_input__icon.-clickable[disabled]:hover::after,
      html.-hover .vans_input__icon.-clickable[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_input__icon.-clickable.-disabled::after,
      html.-hover .vans_input__icon.-clickable.-disabled:hover::after,
      html.-hover .vans_input__icon.-clickable.-disabled:active:hover::after, .vans_input__icon.-clickable[disabled]::after,
      html.-hover .vans_input__icon.-clickable[disabled]:hover::after,
      html.-hover .vans_input__icon.-clickable[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_input__icon.-clickable.-disabled::after,
        html[dir="rtl"] .vans_input__icon.-clickable.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_input__icon.-clickable.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_input__icon.-clickable.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_input__icon.-clickable.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_input__icon.-clickable.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_input__icon.-clickable[disabled]::after,
        html[dir="rtl"] .vans_input__icon.-clickable[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_input__icon.-clickable[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_input__icon.-clickable[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_input__icon.-clickable[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_input__icon.-clickable[disabled]:active:hover::after {
          border-width: 1px; }
      .vans_input__icon.-clickable::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_input__icon.-clickable::after {
          right: 0; }
        html[dir="rtl"] .vans_input__icon.-clickable::after {
          left: 0; }
        html:not([dir="rtl"]) .vans_input__icon.-clickable::after {
          left: 0; }
        html[dir="rtl"] .vans_input__icon.-clickable::after {
          right: 0; }
      .vans_input__icon.-clickable::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_input__icon.-clickable::before {
          right: 0; }
        html[dir="rtl"] .vans_input__icon.-clickable::before {
          left: 0; }
        html:not([dir="rtl"]) .vans_input__icon.-clickable::before {
          left: 0; }
        html[dir="rtl"] .vans_input__icon.-clickable::before {
          right: 0; }
      .vans_input__icon.-clickable::before {
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px; }
      .vans_input__icon.-clickable::after {
        border-radius: 0 0 0 0; }
      html:not([dir="rtl"]) .vans_input__icon.-clickable,
      html[dir="rtl"] .vans_input__icon.-clickable {
        margin: 0 0 auto; }
      html:not([dir="rtl"]) .vans_input__icon.-clickable,
      html[dir="rtl"] .vans_input__icon.-clickable {
        padding-top: 0; }
      html:not([dir="rtl"]) .vans_input__icon.-clickable,
      html[dir="rtl"] .vans_input__icon.-clickable {
        padding-bottom: 0; }
      .vans_input__icon.-clickable:focus {
        box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
        border-radius: 0.5px; }
      .vans_input__icon.-clickable__value {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: inline-block; }
      .vans_input__icon.-clickable::after {
        border-color: transparent; }
      .vans_input__icon.-clickable::after { }
      html.-hover .vans_input__icon.-clickable:hover {
        color: #00adef; }
      .vans_input__icon.-clickable:focus {
        color: #00adef; }
      .vans_input__icon.-clickable.-active,
      html.-hover .vans_input__icon.-clickable:active:hover, .vans_input__icon.-clickable:active:focus {
        color: #00adef; }
        .vans_input__icon.-clickable.-active::after,
        html.-hover .vans_input__icon.-clickable:active:hover::after, .vans_input__icon.-clickable:active:focus::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_input__icon.-clickable.-disabled::after,
      html.-hover .vans_input__icon.-clickable.-disabled:hover::after,
      html.-hover .vans_input__icon.-clickable.-disabled:active:hover::after, .vans_input__icon.-clickable[disabled]::after,
      html.-hover .vans_input__icon.-clickable[disabled]:hover::after,
      html.-hover .vans_input__icon.-clickable[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_input__icon.-clickable.-disabled::after,
      html.-hover .vans_input__icon.-clickable.-disabled:hover::after,
      html.-hover .vans_input__icon.-clickable.-disabled:active:hover::after, .vans_input__icon.-clickable[disabled]::after,
      html.-hover .vans_input__icon.-clickable[disabled]:hover::after,
      html.-hover .vans_input__icon.-clickable[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_input__icon.-clickable.-disabled::after,
        html[dir="rtl"] .vans_input__icon.-clickable.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_input__icon.-clickable.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_input__icon.-clickable.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_input__icon.-clickable.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_input__icon.-clickable.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_input__icon.-clickable[disabled]::after,
        html[dir="rtl"] .vans_input__icon.-clickable[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_input__icon.-clickable[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_input__icon.-clickable[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_input__icon.-clickable[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_input__icon.-clickable[disabled]:active:hover::after {
          border-width: 1px; }
      html:not([dir="rtl"]) .vans_input__icon.-clickable,
      html[dir="rtl"] .vans_input__icon.-clickable {
        padding: 0; }
      .vans_input__icon.-clickable:focus {
        box-shadow: none !important; }
    .vans_input__icon.-running {
      color: #00adef; }
      .vans_input__icon.-running::before {
        content: '';
        background: #00adef;
        border-radius: 100%;
        animation: pulse 1.5s infinite; }
      .vans_input__icon.-running::after {
        content: '';
        background: #00adef;
        transform: scale(0);
        border-radius: 100%;
        animation: pulse2 1.5s infinite; }
    .vans_input__icon.-disabled, [class*="vans_theme-"] .vans_input__icon.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__icon.-disabled, .vans_theme-light .vans_input__icon.-disabled, [class*="vans_theme-"] .vans_theme-light .vans_input__icon.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__icon.-disabled {
      color: #ccc; }
    .vans_theme-dark .vans_input__icon.-disabled, [class*="vans_theme-"] .vans_theme-dark .vans_input__icon.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__icon.-disabled {
      color: #5c5c5c; }
    .vans_input__icon.-error {
      color: #333 !important; }
  .vans_input__value input[disabled], [class*="vans_theme-"] .vans_input__value input[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value input[disabled], .vans_input__value textarea[disabled], [class*="vans_theme-"] .vans_input__value textarea[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_input__value textarea[disabled], .vans_theme-light .vans_input__value input[disabled], [class*="vans_theme-"] .vans_theme-light .vans_input__value input[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value input[disabled], .vans_theme-light .vans_input__value textarea[disabled], [class*="vans_theme-"] .vans_theme-light .vans_input__value textarea[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_input__value textarea[disabled] {
    color: #ccc;
    -webkit-text-fill-color: #ccc; }
  .vans_theme-dark .vans_input__value input[disabled], [class*="vans_theme-"] .vans_theme-dark .vans_input__value input[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value input[disabled], .vans_theme-dark .vans_input__value textarea[disabled], [class*="vans_theme-"] .vans_theme-dark .vans_input__value textarea[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_input__value textarea[disabled] {
    color: #5c5c5c;
    -webkit-text-fill-color: #5c5c5c; }
  html:not([dir="rtl"]) .vans_input__value_icon input {
    padding-right: 40px; }
  html[dir="rtl"] .vans_input__value_icon input {
    padding-left: 40px; }
  .vans_input__info {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px; }
    :lang(ko) .vans_input__info {
      font-family: MBKCorporateSRegular, sans-serif; }

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

input[type="search"]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute; }
  html:not([dir="rtl"]) input[type="search"]::-webkit-contacts-auto-fill-button {
    right: 0; }
  html[dir="rtl"] input[type="search"]::-webkit-contacts-auto-fill-button {
    left: 0; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_image-teaser, .vans_image-teaser--half {
  display: block;
  width: 100%; }
  html.-hover .vans_image-teaser:hover .vans_image-teaser__link, html.-hover .vans_image-teaser--half:hover .vans_image-teaser__link {
    color: #00adef; }
  .vans_image-teaser__container {
    position: relative; }
  .vans_image-teaser__image, .vans_image-teaser__image--gradient-20, .vans_image-teaser__image--gradient-40, .vans_image-teaser__image--gradient-60 {
    position: relative;
    overflow: hidden; }
    .vans_image-teaser__image::before, .vans_image-teaser__image--gradient-20::before, .vans_image-teaser__image--gradient-40::before, .vans_image-teaser__image--gradient-60::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_image-teaser__image::before, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-20::before, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-40::before, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-60::before,
      html[dir="rtl"] .vans_image-teaser__image::before,
      html[dir="rtl"] .vans_image-teaser__image--gradient-20::before,
      html[dir="rtl"] .vans_image-teaser__image--gradient-40::before,
      html[dir="rtl"] .vans_image-teaser__image--gradient-60::before {
        padding-bottom: 75%; }
    .vans_image-teaser__image > .vans_image, .vans_image-teaser__image--gradient-20 > .vans_image, .vans_image-teaser__image--gradient-40 > .vans_image, .vans_image-teaser__image--gradient-60 > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-60 > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser__image--gradient-60 > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-60 > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser__image--gradient-60 > .vans_image {
        left: 0; }
    @media only screen and (min-width: 480px) {
      .vans_image-teaser__image, .vans_image-teaser__image--gradient-20, .vans_image-teaser__image--gradient-40, .vans_image-teaser__image--gradient-60 {
        position: relative;
        overflow: hidden; }
        .vans_image-teaser__image::before, .vans_image-teaser__image--gradient-20::before, .vans_image-teaser__image--gradient-40::before, .vans_image-teaser__image--gradient-60::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_image-teaser__image::before, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-20::before, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-40::before, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-60::before,
          html[dir="rtl"] .vans_image-teaser__image::before,
          html[dir="rtl"] .vans_image-teaser__image--gradient-20::before,
          html[dir="rtl"] .vans_image-teaser__image--gradient-40::before,
          html[dir="rtl"] .vans_image-teaser__image--gradient-60::before {
            padding-bottom: 40%; }
        .vans_image-teaser__image > .vans_image, .vans_image-teaser__image--gradient-20 > .vans_image, .vans_image-teaser__image--gradient-40 > .vans_image, .vans_image-teaser__image--gradient-60 > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-60 > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser__image--gradient-60 > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser__image--gradient-60 > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser__image--gradient-60 > .vans_image {
            left: 0; } }
    .vans_image-teaser__image::after, .vans_image-teaser__image--gradient-20::after, .vans_image-teaser__image--gradient-40::after, .vans_image-teaser__image--gradient-60::after {
      content: '';
      position: absolute;
      bottom: 0;
      height: 70%;
      width: 100%; }
    .vans_image-teaser__image--gradient-20::after, [class*="vans_theme-"] .vans_image-teaser__image--gradient-20::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_image-teaser__image--gradient-20::after, .vans_theme-light .vans_image-teaser__image--gradient-20::after, [class*="vans_theme-"] .vans_theme-light .vans_image-teaser__image--gradient-20::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_image-teaser__image--gradient-20::after {
      background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 100%); }
    .vans_theme-dark .vans_image-teaser__image--gradient-20::after, [class*="vans_theme-"] .vans_theme-dark .vans_image-teaser__image--gradient-20::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_image-teaser__image--gradient-20::after {
      background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 100%); }
    .vans_image-teaser__image--gradient-40::after, [class*="vans_theme-"] .vans_image-teaser__image--gradient-40::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_image-teaser__image--gradient-40::after, .vans_theme-light .vans_image-teaser__image--gradient-40::after, [class*="vans_theme-"] .vans_theme-light .vans_image-teaser__image--gradient-40::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_image-teaser__image--gradient-40::after {
      background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 100%); }
    .vans_theme-dark .vans_image-teaser__image--gradient-40::after, [class*="vans_theme-"] .vans_theme-dark .vans_image-teaser__image--gradient-40::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_image-teaser__image--gradient-40::after {
      background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 100%); }
    .vans_image-teaser__image--gradient-60::after, [class*="vans_theme-"] .vans_image-teaser__image--gradient-60::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_image-teaser__image--gradient-60::after, .vans_theme-light .vans_image-teaser__image--gradient-60::after, [class*="vans_theme-"] .vans_theme-light .vans_image-teaser__image--gradient-60::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_image-teaser__image--gradient-60::after {
      background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%); }
    .vans_theme-dark .vans_image-teaser__image--gradient-60::after, [class*="vans_theme-"] .vans_theme-dark .vans_image-teaser__image--gradient-60::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_image-teaser__image--gradient-60::after {
      background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.6) 100%); }
    .vans_image-teaser__image .vans_image__image, .vans_image-teaser__image--gradient-20 .vans_image__image, .vans_image-teaser__image--gradient-40 .vans_image__image, .vans_image-teaser__image--gradient-60 .vans_image__image {
      height: 100%; }
  .vans_image-teaser__text-container {
    position: absolute;
    bottom: 24px; }
    html:not([dir="rtl"]) .vans_image-teaser__text-container {
      padding-right: 24px; }
    html[dir="rtl"] .vans_image-teaser__text-container {
      padding-left: 24px; }
    html:not([dir="rtl"]) .vans_image-teaser__text-container {
      left: 24px; }
    html[dir="rtl"] .vans_image-teaser__text-container {
      right: 24px; }
    @media only screen and (min-width: 1024px) and (max-width: 1279px) {
      html:not([dir="rtl"]) .vans_image-teaser__text-container {
        left: 16px; }
      html[dir="rtl"] .vans_image-teaser__text-container {
        right: 16px; }
      html:not([dir="rtl"]) .vans_image-teaser__text-container {
        padding-right: 16px; }
      html[dir="rtl"] .vans_image-teaser__text-container {
        padding-left: 16px; } }
    .vans_image-teaser__text-container, [class*="vans_theme-"] .vans_image-teaser__text-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_image-teaser__text-container, .vans_theme-light .vans_image-teaser__text-container, [class*="vans_theme-"] .vans_theme-light .vans_image-teaser__text-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_image-teaser__text-container {
      color: #fff; }
    .vans_theme-dark .vans_image-teaser__text-container, [class*="vans_theme-"] .vans_theme-dark .vans_image-teaser__text-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_image-teaser__text-container {
      color: #000; }
  .vans_image-teaser__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_image-teaser__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_image-teaser__headline {
        font-size: 24px;
        line-height: 24px; } }
    @media only screen and (min-width: 768px) {
      .vans_image-teaser__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 1280px) {
      .vans_image-teaser__headline {
        font-size: 32px;
        line-height: 32px; } }
  .vans_image-teaser__link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer;
    color: inherit;
    display: block; }
    :lang(ko) .vans_image-teaser__link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_image-teaser__link:hover, .vans_image-teaser__link.-active, .vans_image-teaser__link.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_image-teaser__link,
    html[dir="rtl"] .vans_image-teaser__link {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_image-teaser__link + .vans_image-teaser__link,
    html[dir="rtl"] .vans_image-teaser__link + .vans_image-teaser__link {
      margin-top: 12px; }

@media only screen and (min-width: 768px) {
  .vans_image-teaser--half {
    width: 50%; } }

.vans_image-teaser--half .vans_image-teaser__image, .vans_image-teaser--half .vans_image-teaser__image--gradient-20, .vans_image-teaser--half .vans_image-teaser__image--gradient-40, .vans_image-teaser--half .vans_image-teaser__image--gradient-60 {
  position: relative;
  overflow: hidden; }
  .vans_image-teaser--half .vans_image-teaser__image::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before {
    display: block;
    content: "";
    width: 100%; }
    html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before,
    html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image::before,
    html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before,
    html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before,
    html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before {
      padding-bottom: 75%; }
  .vans_image-teaser--half .vans_image-teaser__image > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
    position: absolute;
    top: 0;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
      left: 0; }
    html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
      right: 0; }
    html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
      right: 0; }
    html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
      left: 0; }
  @media only screen and (min-width: 480px) {
    .vans_image-teaser--half .vans_image-teaser__image, .vans_image-teaser--half .vans_image-teaser__image--gradient-20, .vans_image-teaser--half .vans_image-teaser__image--gradient-40, .vans_image-teaser--half .vans_image-teaser__image--gradient-60 {
      position: relative;
      overflow: hidden; }
      .vans_image-teaser--half .vans_image-teaser__image::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before {
          padding-bottom: 40%; }
      .vans_image-teaser--half .vans_image-teaser__image > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          left: 0; }
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          right: 0; }
        html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          right: 0; }
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          left: 0; } }
  @media only screen and (min-width: 768px) {
    .vans_image-teaser--half .vans_image-teaser__image, .vans_image-teaser--half .vans_image-teaser__image--gradient-20, .vans_image-teaser--half .vans_image-teaser__image--gradient-40, .vans_image-teaser--half .vans_image-teaser__image--gradient-60 {
      position: relative;
      overflow: hidden; }
      .vans_image-teaser--half .vans_image-teaser__image::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before {
          padding-bottom: 75%; }
      .vans_image-teaser--half .vans_image-teaser__image > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          left: 0; }
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          right: 0; }
        html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          right: 0; }
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          left: 0; } }
  @media only screen and (min-width: 1024px) {
    .vans_image-teaser--half .vans_image-teaser__image, .vans_image-teaser--half .vans_image-teaser__image--gradient-20, .vans_image-teaser--half .vans_image-teaser__image--gradient-40, .vans_image-teaser--half .vans_image-teaser__image--gradient-60 {
      position: relative;
      overflow: hidden; }
      .vans_image-teaser--half .vans_image-teaser__image::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before {
          padding-bottom: 100%; }
      .vans_image-teaser--half .vans_image-teaser__image > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          left: 0; }
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          right: 0; }
        html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          right: 0; }
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          left: 0; } }
  @media only screen and (min-width: 1280px) {
    .vans_image-teaser--half .vans_image-teaser__image, .vans_image-teaser--half .vans_image-teaser__image--gradient-20, .vans_image-teaser--half .vans_image-teaser__image--gradient-40, .vans_image-teaser--half .vans_image-teaser__image--gradient-60 {
      position: relative;
      overflow: hidden; }
      .vans_image-teaser--half .vans_image-teaser__image::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before, .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40::before,
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60::before {
          padding-bottom: 75%; }
      .vans_image-teaser--half .vans_image-teaser__image > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          left: 0; }
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          right: 0; }
        html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html:not([dir="rtl"]) .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          right: 0; }
        html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-20 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-40 > .vans_image, html[dir="rtl"] .vans_image-teaser--half .vans_image-teaser__image--gradient-60 > .vans_image {
          left: 0; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
html.js .vans_image.-loading::after {
  z-index: 5;
  content: "";
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 2rem;
  background: url("assets/loader/loading_animation_circle.svg");
  background-size: cover;
  animation: load 1s infinite linear, fade-in 1.5s; }
  html:not([dir="rtl"]).js .vans_image.-loading::after {
    left: 50%; }
  html[dir="rtl"].js .vans_image.-loading::after {
    right: 50%; }
  html:not([dir="rtl"]).js .vans_image.-loading::after {
    margin: -1rem 0 0 -1rem; }
  html[dir="rtl"].js .vans_image.-loading::after {
    margin: -1rem -1rem 0 0; }
  @media only screen and (min-width: 768px) {
    html.js .vans_image.-loading::after {
      width: 2.75rem;
      height: 2.75rem; }
      html:not([dir="rtl"]).js .vans_image.-loading::after {
        margin: -1.375rem 0 0 -1.375rem; }
      html[dir="rtl"].js .vans_image.-loading::after {
        margin: -1.375rem -1.375rem 0 0; } }

.vans_image {
  display: block;
  position: relative;
  overflow: hidden; }
  .vans_image__image {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s; }
    html:not([dir="rtl"]) .vans_image__image {
      left: 0; }
    html[dir="rtl"] .vans_image__image {
      right: 0; }
    .vans_image__image--noscript {
      position: relative;
      opacity: 1; }
  .vans_image.-loaded .vans_image__image {
    opacity: 1; }
  .vans_image.-error {
    height: 100%; }
    .vans_image.-error::after {
      content: normal !important; }
    .vans_image.-error .vans_image__image {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      background-color: #f4f4f4;
      color: #333;
      height: 100%;
      opacity: 1; }
      :lang(ko) .vans_image.-error .vans_image__image {
        font-family: MBKCorporateSRegular, sans-serif; }
      html:not([dir="rtl"]) .vans_image.-error .vans_image__image,
      html[dir="rtl"] .vans_image.-error .vans_image__image {
        padding: 1em; }
  .vans_image.-zoom-out {
    cursor: zoom-out; }
  .vans_image.-zoom-in {
    cursor: zoom-in; }
  .vans_image--resize-pillarbox {
    width: 100%;
    height: 100%; }
    .vans_image--resize-pillarbox .vans_image__image {
      width: auto;
      height: auto;
      min-width: calc(100% + 4px) !important;
      min-height: calc(100% + 4px) !important;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
      html:not([dir="rtl"]) .vans_image--resize-pillarbox .vans_image__image {
        left: 50%; }
      html[dir="rtl"] .vans_image--resize-pillarbox .vans_image__image {
        right: 50%; }
      html[dir="rtl"] .vans_image--resize-pillarbox .vans_image__image {
        transform: translate(50%, -50%); }
    .vans_image--resize-pillarbox.-resize-height .vans_image__image {
      min-width: 0 !important;
      min-height: 0 !important;
      max-height: calc(100% + 4px) !important; }
    .vans_image--resize-pillarbox.-resize-width .vans_image__image {
      min-width: 0 !important;
      min-height: 0 !important;
      max-width: calc(100% + 4px) !important; }
  @media only screen and (min-width: 0) {
    .vans_image[data-cropprofile-mask-mq1='4-79_2-39_4-79_2-39'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.39%" stop-opacity="1"/><stop offset="97.61%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="4.79" width="100" height="90.42" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="4.79%" stop-opacity="1"/><stop offset="95.21%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.39" y="0" width="95.22" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.39%" stop-opacity="1"/><stop offset="97.61%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="4.79" width="100" height="90.42" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="4.79%" stop-opacity="1"/><stop offset="95.21%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.39" y="0" width="95.22" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq1='5-25_2-10_5-25_2-10'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="5.25" width="100" height="89.5" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="5.25%" stop-opacity="1"/><stop offset="94.75%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="5.25" width="100" height="89.5" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="5.25%" stop-opacity="1"/><stop offset="94.75%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq1='0-00_1-72_2-91_1-72'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="1.72%" stop-opacity="1"/><stop offset="98.28%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="1.72" y="0" width="96.56" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="1.72%" stop-opacity="1"/><stop offset="98.28%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="1.72" y="0" width="96.56" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq1='0-00_3-84_2-91_3-84'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="3.84%" stop-opacity="1"/><stop offset="96.16%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="3.84" y="0" width="92.32" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="3.84%" stop-opacity="1"/><stop offset="96.16%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="3.84" y="0" width="92.32" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq1='0-00_2-88_0-00_2-88'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.88%" stop-opacity="1"/><stop offset="97.12%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.88" y="0" width="94.24" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.88%" stop-opacity="1"/><stop offset="97.12%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.88" y="0" width="94.24" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq1='0-00_2-10_0-00_2-10'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>'); } }
  @media only screen and (min-width: 480px) {
    .vans_image[data-cropprofile-mask-mq2='4-79_2-39_4-79_2-39'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.39%" stop-opacity="1"/><stop offset="97.61%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="4.79" width="100" height="90.42" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="4.79%" stop-opacity="1"/><stop offset="95.21%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.39" y="0" width="95.22" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.39%" stop-opacity="1"/><stop offset="97.61%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="4.79" width="100" height="90.42" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="4.79%" stop-opacity="1"/><stop offset="95.21%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.39" y="0" width="95.22" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq2='5-25_2-10_5-25_2-10'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="5.25" width="100" height="89.5" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="5.25%" stop-opacity="1"/><stop offset="94.75%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="5.25" width="100" height="89.5" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="5.25%" stop-opacity="1"/><stop offset="94.75%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq2='0-00_1-72_2-91_1-72'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="1.72%" stop-opacity="1"/><stop offset="98.28%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="1.72" y="0" width="96.56" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="1.72%" stop-opacity="1"/><stop offset="98.28%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="1.72" y="0" width="96.56" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq2='0-00_3-84_2-91_3-84'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="3.84%" stop-opacity="1"/><stop offset="96.16%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="3.84" y="0" width="92.32" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="3.84%" stop-opacity="1"/><stop offset="96.16%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="3.84" y="0" width="92.32" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq2='0-00_2-88_0-00_2-88'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.88%" stop-opacity="1"/><stop offset="97.12%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.88" y="0" width="94.24" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.88%" stop-opacity="1"/><stop offset="97.12%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.88" y="0" width="94.24" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq2='0-00_2-10_0-00_2-10'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>'); } }
  @media only screen and (min-width: 768px) {
    .vans_image[data-cropprofile-mask-mq3='4-79_2-39_4-79_2-39'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.39%" stop-opacity="1"/><stop offset="97.61%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="4.79" width="100" height="90.42" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="4.79%" stop-opacity="1"/><stop offset="95.21%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.39" y="0" width="95.22" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.39%" stop-opacity="1"/><stop offset="97.61%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="4.79" width="100" height="90.42" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="4.79%" stop-opacity="1"/><stop offset="95.21%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.39" y="0" width="95.22" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq3='5-25_2-10_5-25_2-10'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="5.25" width="100" height="89.5" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="5.25%" stop-opacity="1"/><stop offset="94.75%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="5.25" width="100" height="89.5" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="5.25%" stop-opacity="1"/><stop offset="94.75%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq3='0-00_1-72_2-91_1-72'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="1.72%" stop-opacity="1"/><stop offset="98.28%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="1.72" y="0" width="96.56" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="1.72%" stop-opacity="1"/><stop offset="98.28%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="1.72" y="0" width="96.56" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq3='0-00_3-84_2-91_3-84'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="3.84%" stop-opacity="1"/><stop offset="96.16%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="3.84" y="0" width="92.32" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="3.84%" stop-opacity="1"/><stop offset="96.16%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="3.84" y="0" width="92.32" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq3='0-00_2-88_0-00_2-88'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.88%" stop-opacity="1"/><stop offset="97.12%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.88" y="0" width="94.24" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.88%" stop-opacity="1"/><stop offset="97.12%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.88" y="0" width="94.24" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq3='0-00_2-10_0-00_2-10'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>'); } }
  @media only screen and (min-width: 1024px) {
    .vans_image[data-cropprofile-mask-mq4='4-79_2-39_4-79_2-39'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.39%" stop-opacity="1"/><stop offset="97.61%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="4.79" width="100" height="90.42" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="4.79%" stop-opacity="1"/><stop offset="95.21%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.39" y="0" width="95.22" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.39%" stop-opacity="1"/><stop offset="97.61%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="4.79" width="100" height="90.42" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="4.79%" stop-opacity="1"/><stop offset="95.21%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.39" y="0" width="95.22" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq4='5-25_2-10_5-25_2-10'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="5.25" width="100" height="89.5" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="5.25%" stop-opacity="1"/><stop offset="94.75%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="5.25" width="100" height="89.5" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="5.25%" stop-opacity="1"/><stop offset="94.75%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq4='0-00_1-72_2-91_1-72'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="1.72%" stop-opacity="1"/><stop offset="98.28%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="1.72" y="0" width="96.56" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="1.72%" stop-opacity="1"/><stop offset="98.28%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="1.72" y="0" width="96.56" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq4='0-00_3-84_2-91_3-84'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="3.84%" stop-opacity="1"/><stop offset="96.16%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="3.84" y="0" width="92.32" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="3.84%" stop-opacity="1"/><stop offset="96.16%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="3.84" y="0" width="92.32" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq4='0-00_2-88_0-00_2-88'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.88%" stop-opacity="1"/><stop offset="97.12%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.88" y="0" width="94.24" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.88%" stop-opacity="1"/><stop offset="97.12%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.88" y="0" width="94.24" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq4='0-00_2-10_0-00_2-10'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>'); } }
  @media only screen and (min-width: 1280px) {
    .vans_image[data-cropprofile-mask-mq5='4-79_2-39_4-79_2-39'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.39%" stop-opacity="1"/><stop offset="97.61%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="4.79" width="100" height="90.42" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="4.79%" stop-opacity="1"/><stop offset="95.21%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.39" y="0" width="95.22" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.39%" stop-opacity="1"/><stop offset="97.61%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="4.79" width="100" height="90.42" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="4.79%" stop-opacity="1"/><stop offset="95.21%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.39" y="0" width="95.22" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq5='5-25_2-10_5-25_2-10'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="5.25" width="100" height="89.5" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="5.25%" stop-opacity="1"/><stop offset="94.75%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="5.25" width="100" height="89.5" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="5.25%" stop-opacity="1"/><stop offset="94.75%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq5='0-00_1-72_2-91_1-72'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="1.72%" stop-opacity="1"/><stop offset="98.28%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="1.72" y="0" width="96.56" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="1.72%" stop-opacity="1"/><stop offset="98.28%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="1.72" y="0" width="96.56" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq5='0-00_3-84_2-91_3-84'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="3.84%" stop-opacity="1"/><stop offset="96.16%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="3.84" y="0" width="92.32" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="3.84%" stop-opacity="1"/><stop offset="96.16%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="3.84" y="0" width="92.32" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq5='0-00_2-88_0-00_2-88'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.88%" stop-opacity="1"/><stop offset="97.12%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.88" y="0" width="94.24" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.88%" stop-opacity="1"/><stop offset="97.12%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.88" y="0" width="94.24" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq5='0-00_2-10_0-00_2-10'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>'); } }
  @media only screen and (min-width: 1440px) {
    .vans_image[data-cropprofile-mask-mq6='4-79_2-39_4-79_2-39'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.39%" stop-opacity="1"/><stop offset="97.61%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="4.79" width="100" height="90.42" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="4.79%" stop-opacity="1"/><stop offset="95.21%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.39" y="0" width="95.22" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.39%" stop-opacity="1"/><stop offset="97.61%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="4.79" width="100" height="90.42" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="4.79%" stop-opacity="1"/><stop offset="95.21%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.39" y="0" width="95.22" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq6='5-25_2-10_5-25_2-10'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="5.25" width="100" height="89.5" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="5.25%" stop-opacity="1"/><stop offset="94.75%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="5.25" width="100" height="89.5" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="5.25%" stop-opacity="1"/><stop offset="94.75%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq6='0-00_1-72_2-91_1-72'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="1.72%" stop-opacity="1"/><stop offset="98.28%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="1.72" y="0" width="96.56" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="1.72%" stop-opacity="1"/><stop offset="98.28%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="1.72" y="0" width="96.56" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq6='0-00_3-84_2-91_3-84'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="3.84%" stop-opacity="1"/><stop offset="96.16%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="3.84" y="0" width="92.32" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="3.84%" stop-opacity="1"/><stop offset="96.16%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="97.09" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="97.09%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="3.84" y="0" width="92.32" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq6='0-00_2-88_0-00_2-88'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.88%" stop-opacity="1"/><stop offset="97.12%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.88" y="0" width="94.24" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.88%" stop-opacity="1"/><stop offset="97.12%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.88" y="0" width="94.24" height="100" fill="url%28%23gv%29" /></svg>'); }
    .vans_image[data-cropprofile-mask-mq6='0-00_2-10_0-00_2-10'] {
      mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>');
      mask-size: 100% 100%;
      -webkit-mask-box-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><linearGradient id="gh" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" stop-opacity="0"/><stop offset="2.1%" stop-opacity="1"/><stop offset="97.9%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="0" y="0" width="100" height="100" fill="url%28%23gh%29" /><linearGradient id="gv" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" stop-opacity="0"/><stop offset="0%" stop-opacity="1"/><stop offset="100%" stop-opacity="1"/><stop offset="100%" stop-opacity="0"/></linearGradient><rect x="2.1" y="0" width="95.8" height="100" fill="url%28%23gv%29" /></svg>'); } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_iframe, .vans_iframe--fullwidth {
  position: relative; }
  .vans_iframe__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    position: relative;
    min-height: 64px; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_iframe__inner,
      html[dir="rtl"] .vans_iframe__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_iframe__inner,
      html[dir="rtl"] .vans_iframe__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_iframe__inner,
      html[dir="rtl"] .vans_iframe__inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_iframe__inner,
      html[dir="rtl"] .vans_iframe__inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_iframe__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_iframe__inner,
        html[dir="rtl"] .vans_iframe__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_iframe__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_iframe__inner,
        html[dir="rtl"] .vans_iframe__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_iframe__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_iframe__inner,
        html[dir="rtl"] .vans_iframe__inner {
          margin: 0 auto; } }
  .vans_iframe.-loading::after, .-loading.vans_iframe--fullwidth::after {
    z-index: 5;
    content: "";
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 2rem;
    background: url("assets/loader/loading_animation_circle.svg");
    background-size: cover;
    animation: load 1s infinite linear, fade-in 1.5s; }
    html:not([dir="rtl"]) .vans_iframe.-loading::after, html:not([dir="rtl"]) .-loading.vans_iframe--fullwidth::after {
      left: 50%; }
    html[dir="rtl"] .vans_iframe.-loading::after, html[dir="rtl"] .-loading.vans_iframe--fullwidth::after {
      right: 50%; }
    html:not([dir="rtl"]) .vans_iframe.-loading::after, html:not([dir="rtl"]) .-loading.vans_iframe--fullwidth::after {
      margin: -1rem 0 0 -1rem; }
    html[dir="rtl"] .vans_iframe.-loading::after, html[dir="rtl"] .-loading.vans_iframe--fullwidth::after {
      margin: -1rem -1rem 0 0; }
    @media only screen and (min-width: 768px) {
      .vans_iframe.-loading::after, .-loading.vans_iframe--fullwidth::after {
        width: 2.75rem;
        height: 2.75rem; }
        html:not([dir="rtl"]) .vans_iframe.-loading::after, html:not([dir="rtl"]) .-loading.vans_iframe--fullwidth::after {
          margin: -1.375rem 0 0 -1.375rem; }
        html[dir="rtl"] .vans_iframe.-loading::after, html[dir="rtl"] .-loading.vans_iframe--fullwidth::after {
          margin: -1.375rem -1.375rem 0 0; } }
  .no-js .vans_iframe.-loading, .no-js .-loading.vans_iframe--fullwidth {
    opacity: 0; }
  .vans_iframe__iframe {
    width: 100%; }
    .no-js .vans_iframe__iframe:not(.vans_iframe__iframe--noscript) {
      display: none; }

.vans_iframe--fullwidth .vans_iframe__inner {
  width: 100%; }
  html:not([dir="rtl"]) .vans_iframe--fullwidth .vans_iframe__inner,
  html[dir="rtl"] .vans_iframe--fullwidth .vans_iframe__inner {
    margin: 0; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_ic-01-information-credits {
  position: relative;
  display: inline-block;
  width: 0.8125em; }
  .vans_ic-01-information-credits svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-01-information-credits svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-01-information-credits svg {
      right: 0; }
  .vans_ic-01-information-credits svg {
    width: 0.8125em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-01-information-credits.-block svg {
    position: static; }
  .vans_ic-01-information-credits.-display-block {
    display: block; }
    .vans_ic-01-information-credits.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-01-information-credits.-size--2x {
    width: 1.625em; }
    .vans_ic-01-information-credits.-size--2x svg {
      width: 1.625em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-01-information-credits.-size--2-6x {
    width: 2.1125em; }
    .vans_ic-01-information-credits.-size--2-6x svg {
      width: 2.1125em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-02-information {
  position: relative;
  display: inline-block;
  width: 0.5em; }
  .vans_ic-02-information svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-02-information svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-02-information svg {
      right: 0; }
  .vans_ic-02-information svg {
    width: 0.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-02-information.-block svg {
    position: static; }
  .vans_ic-02-information.-display-block {
    display: block; }
    .vans_ic-02-information.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-02-information.-size--2x {
    width: 1em; }
    .vans_ic-02-information.-size--2x svg {
      width: 1em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-02-information.-size--2-6x {
    width: 1.3em; }
    .vans_ic-02-information.-size--2-6x svg {
      width: 1.3em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-03-search {
  position: relative;
  display: inline-block;
  width: 0.875em; }
  .vans_ic-03-search svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-03-search svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-03-search svg {
      right: 0; }
  .vans_ic-03-search svg {
    width: 0.875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-03-search.-block svg {
    position: static; }
  .vans_ic-03-search.-display-block {
    display: block; }
    .vans_ic-03-search.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-03-search.-size--2x {
    width: 1.75em; }
    .vans_ic-03-search.-size--2x svg {
      width: 1.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-03-search.-size--2-6x {
    width: 2.275em; }
    .vans_ic-03-search.-size--2-6x svg {
      width: 2.275em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-04-menu {
  position: relative;
  display: inline-block;
  width: 1.125em; }
  .vans_ic-04-menu svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-04-menu svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-04-menu svg {
      right: 0; }
  .vans_ic-04-menu svg {
    width: 1.125em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-04-menu.-block svg {
    position: static; }
  .vans_ic-04-menu.-display-block {
    display: block; }
    .vans_ic-04-menu.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-04-menu.-size--2x {
    width: 2.25em; }
    .vans_ic-04-menu.-size--2x svg {
      width: 2.25em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-04-menu.-size--2-6x {
    width: 2.925em; }
    .vans_ic-04-menu.-size--2-6x svg {
      width: 2.925em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-05-vans {
  position: relative;
  display: inline-block;
  width: 1.6875em; }
  .vans_ic-05-vans svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-05-vans svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-05-vans svg {
      right: 0; }
  .vans_ic-05-vans svg {
    width: 1.6875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-05-vans.-block svg {
    position: static; }
  .vans_ic-05-vans.-display-block {
    display: block; }
    .vans_ic-05-vans.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-05-vans.-size--2x {
    width: 3.375em; }
    .vans_ic-05-vans.-size--2x svg {
      width: 3.375em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-05-vans.-size--2-6x {
    width: 4.3875em; }
    .vans_ic-05-vans.-size--2-6x svg {
      width: 4.3875em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-06-vans-config {
  position: relative;
  display: inline-block;
  width: 2em; }
  .vans_ic-06-vans-config svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-06-vans-config svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-06-vans-config svg {
      right: 0; }
  .vans_ic-06-vans-config svg {
    width: 2em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-06-vans-config.-block svg {
    position: static; }
  .vans_ic-06-vans-config.-display-block {
    display: block; }
    .vans_ic-06-vans-config.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-06-vans-config.-size--2x {
    width: 4em; }
    .vans_ic-06-vans-config.-size--2x svg {
      width: 4em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-06-vans-config.-size--2-6x {
    width: 5.2em; }
    .vans_ic-06-vans-config.-size--2-6x svg {
      width: 5.2em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-07-testdrive {
  position: relative;
  display: inline-block;
  width: 1.5em; }
  .vans_ic-07-testdrive svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-07-testdrive svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-07-testdrive svg {
      right: 0; }
  .vans_ic-07-testdrive svg {
    width: 1.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-07-testdrive.-block svg {
    position: static; }
  .vans_ic-07-testdrive.-display-block {
    display: block; }
    .vans_ic-07-testdrive.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-07-testdrive.-size--2x {
    width: 3em; }
    .vans_ic-07-testdrive.-size--2x svg {
      width: 3em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-07-testdrive.-size--2-6x {
    width: 3.9em; }
    .vans_ic-07-testdrive.-size--2-6x svg {
      width: 3.9em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-08-mb-location {
  position: relative;
  display: inline-block;
  width: 1.125em; }
  .vans_ic-08-mb-location svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-08-mb-location svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-08-mb-location svg {
      right: 0; }
  .vans_ic-08-mb-location svg {
    width: 1.125em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-08-mb-location.-block svg {
    position: static; }
  .vans_ic-08-mb-location.-display-block {
    display: block; }
    .vans_ic-08-mb-location.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-08-mb-location.-size--2x {
    width: 2.25em; }
    .vans_ic-08-mb-location.-size--2x svg {
      width: 2.25em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-08-mb-location.-size--2-6x {
    width: 2.925em; }
    .vans_ic-08-mb-location.-size--2-6x svg {
      width: 2.925em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-10-vans-used {
  position: relative;
  display: inline-block;
  width: 1.6875em; }
  .vans_ic-10-vans-used svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-10-vans-used svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-10-vans-used svg {
      right: 0; }
  .vans_ic-10-vans-used svg {
    width: 1.6875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-10-vans-used.-block svg {
    position: static; }
  .vans_ic-10-vans-used.-display-block {
    display: block; }
    .vans_ic-10-vans-used.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-10-vans-used.-size--2x {
    width: 3.375em; }
    .vans_ic-10-vans-used.-size--2x svg {
      width: 3.375em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-10-vans-used.-size--2-6x {
    width: 4.3875em; }
    .vans_ic-10-vans-used.-size--2-6x svg {
      width: 4.3875em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-11-arrow-down {
  position: relative;
  display: inline-block;
  width: 0.875em; }
  .vans_ic-11-arrow-down svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-11-arrow-down svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-11-arrow-down svg {
      right: 0; }
  .vans_ic-11-arrow-down svg {
    width: 0.875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-11-arrow-down.-block svg {
    position: static; }
  .vans_ic-11-arrow-down.-display-block {
    display: block; }
    .vans_ic-11-arrow-down.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-11-arrow-down.-size--2x {
    width: 1.75em; }
    .vans_ic-11-arrow-down.-size--2x svg {
      width: 1.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-11-arrow-down.-size--2-6x {
    width: 2.275em; }
    .vans_ic-11-arrow-down.-size--2-6x svg {
      width: 2.275em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-12-arrow-up {
  position: relative;
  display: inline-block;
  width: 0.875em; }
  .vans_ic-12-arrow-up svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-12-arrow-up svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-12-arrow-up svg {
      right: 0; }
  .vans_ic-12-arrow-up svg {
    width: 0.875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-12-arrow-up.-block svg {
    position: static; }
  .vans_ic-12-arrow-up.-display-block {
    display: block; }
    .vans_ic-12-arrow-up.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-12-arrow-up.-size--2x {
    width: 1.75em; }
    .vans_ic-12-arrow-up.-size--2x svg {
      width: 1.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-12-arrow-up.-size--2-6x {
    width: 2.275em; }
    .vans_ic-12-arrow-up.-size--2-6x svg {
      width: 2.275em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-13-social-facebook {
  position: relative;
  display: inline-block;
  width: 1.375em; }
  .vans_ic-13-social-facebook svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-13-social-facebook svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-13-social-facebook svg {
      right: 0; }
  .vans_ic-13-social-facebook svg {
    width: 1.375em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-13-social-facebook.-block svg {
    position: static; }
  .vans_ic-13-social-facebook.-display-block {
    display: block; }
    .vans_ic-13-social-facebook.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-13-social-facebook.-size--2x {
    width: 2.75em; }
    .vans_ic-13-social-facebook.-size--2x svg {
      width: 2.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-13-social-facebook.-size--2-6x {
    width: 3.575em; }
    .vans_ic-13-social-facebook.-size--2-6x svg {
      width: 3.575em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-14-social-youtube {
  position: relative;
  display: inline-block;
  width: 2em; }
  .vans_ic-14-social-youtube svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-14-social-youtube svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-14-social-youtube svg {
      right: 0; }
  .vans_ic-14-social-youtube svg {
    width: 2em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-14-social-youtube.-block svg {
    position: static; }
  .vans_ic-14-social-youtube.-display-block {
    display: block; }
    .vans_ic-14-social-youtube.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-14-social-youtube.-size--2x {
    width: 4em; }
    .vans_ic-14-social-youtube.-size--2x svg {
      width: 4em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-14-social-youtube.-size--2-6x {
    width: 5.2em; }
    .vans_ic-14-social-youtube.-size--2-6x svg {
      width: 5.2em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-15-social-twitter {
  position: relative;
  display: inline-block;
  width: 1.625em; }
  .vans_ic-15-social-twitter svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-15-social-twitter svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-15-social-twitter svg {
      right: 0; }
  .vans_ic-15-social-twitter svg {
    width: 1.625em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-15-social-twitter.-block svg {
    position: static; }
  .vans_ic-15-social-twitter.-display-block {
    display: block; }
    .vans_ic-15-social-twitter.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-15-social-twitter.-size--2x {
    width: 3.25em; }
    .vans_ic-15-social-twitter.-size--2x svg {
      width: 3.25em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-15-social-twitter.-size--2-6x {
    width: 4.225em; }
    .vans_ic-15-social-twitter.-size--2-6x svg {
      width: 4.225em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-16-social-instagram {
  position: relative;
  display: inline-block;
  width: 1.375em; }
  .vans_ic-16-social-instagram svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-16-social-instagram svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-16-social-instagram svg {
      right: 0; }
  .vans_ic-16-social-instagram svg {
    width: 1.375em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-16-social-instagram.-block svg {
    position: static; }
  .vans_ic-16-social-instagram.-display-block {
    display: block; }
    .vans_ic-16-social-instagram.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-16-social-instagram.-size--2x {
    width: 2.75em; }
    .vans_ic-16-social-instagram.-size--2x svg {
      width: 2.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-16-social-instagram.-size--2-6x {
    width: 3.575em; }
    .vans_ic-16-social-instagram.-size--2-6x svg {
      width: 3.575em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-17-social-linkedin {
  position: relative;
  display: inline-block;
  width: 1.375em; }
  .vans_ic-17-social-linkedin svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-17-social-linkedin svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-17-social-linkedin svg {
      right: 0; }
  .vans_ic-17-social-linkedin svg {
    width: 1.375em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-17-social-linkedin.-block svg {
    position: static; }
  .vans_ic-17-social-linkedin.-display-block {
    display: block; }
    .vans_ic-17-social-linkedin.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-17-social-linkedin.-size--2x {
    width: 2.75em; }
    .vans_ic-17-social-linkedin.-size--2x svg {
      width: 2.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-17-social-linkedin.-size--2-6x {
    width: 3.575em; }
    .vans_ic-17-social-linkedin.-size--2-6x svg {
      width: 3.575em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-18-social-xing {
  position: relative;
  display: inline-block;
  width: 1.1875em; }
  .vans_ic-18-social-xing svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-18-social-xing svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-18-social-xing svg {
      right: 0; }
  .vans_ic-18-social-xing svg {
    width: 1.1875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-18-social-xing.-block svg {
    position: static; }
  .vans_ic-18-social-xing.-display-block {
    display: block; }
    .vans_ic-18-social-xing.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-18-social-xing.-size--2x {
    width: 2.375em; }
    .vans_ic-18-social-xing.-size--2x svg {
      width: 2.375em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-18-social-xing.-size--2-6x {
    width: 3.0875em; }
    .vans_ic-18-social-xing.-size--2-6x svg {
      width: 3.0875em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-19-social-pinterest {
  position: relative;
  display: inline-block;
  width: 1.375em; }
  .vans_ic-19-social-pinterest svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-19-social-pinterest svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-19-social-pinterest svg {
      right: 0; }
  .vans_ic-19-social-pinterest svg {
    width: 1.375em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-19-social-pinterest.-block svg {
    position: static; }
  .vans_ic-19-social-pinterest.-display-block {
    display: block; }
    .vans_ic-19-social-pinterest.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-19-social-pinterest.-size--2x {
    width: 2.75em; }
    .vans_ic-19-social-pinterest.-size--2x svg {
      width: 2.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-19-social-pinterest.-size--2-6x {
    width: 3.575em; }
    .vans_ic-19-social-pinterest.-size--2-6x svg {
      width: 3.575em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-20-social-google {
  position: relative;
  display: inline-block;
  width: 1.5em; }
  .vans_ic-20-social-google svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-20-social-google svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-20-social-google svg {
      right: 0; }
  .vans_ic-20-social-google svg {
    width: 1.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-20-social-google.-block svg {
    position: static; }
  .vans_ic-20-social-google.-display-block {
    display: block; }
    .vans_ic-20-social-google.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-20-social-google.-size--2x {
    width: 3em; }
    .vans_ic-20-social-google.-size--2x svg {
      width: 3em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-20-social-google.-size--2-6x {
    width: 3.9em; }
    .vans_ic-20-social-google.-size--2-6x svg {
      width: 3.9em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-21-share {
  position: relative;
  display: inline-block;
  width: 1.1875em; }
  .vans_ic-21-share svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-21-share svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-21-share svg {
      right: 0; }
  .vans_ic-21-share svg {
    width: 1.1875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-21-share.-block svg {
    position: static; }
  .vans_ic-21-share.-display-block {
    display: block; }
    .vans_ic-21-share.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-21-share.-size--2x {
    width: 2.375em; }
    .vans_ic-21-share.-size--2x svg {
      width: 2.375em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-21-share.-size--2-6x {
    width: 3.0875em; }
    .vans_ic-21-share.-size--2-6x svg {
      width: 3.0875em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-22-arrow-right {
  position: relative;
  display: inline-block;
  width: 0.3125em; }
  .vans_ic-22-arrow-right svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-22-arrow-right svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-22-arrow-right svg {
      right: 0; }
    html[dir="rtl"] .vans_ic-22-arrow-right svg {
      transform: rotateY(180deg); }
  .vans_ic-22-arrow-right svg {
    width: 0.3125em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-22-arrow-right.-block svg {
    position: static; }
  .vans_ic-22-arrow-right.-display-block {
    display: block; }
    .vans_ic-22-arrow-right.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-22-arrow-right.-size--2x {
    width: 0.625em; }
    .vans_ic-22-arrow-right.-size--2x svg {
      width: 0.625em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-22-arrow-right.-size--2-6x {
    width: 0.8125em; }
    .vans_ic-22-arrow-right.-size--2-6x svg {
      width: 0.8125em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-22-arrow-right-2 {
  position: relative;
  display: inline-block;
  width: 0.625em; }
  .vans_ic-22-arrow-right-2 svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-22-arrow-right-2 svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-22-arrow-right-2 svg {
      right: 0; }
    html[dir="rtl"] .vans_ic-22-arrow-right-2 svg {
      transform: rotateY(180deg); }
  .vans_ic-22-arrow-right-2 svg {
    width: 0.625em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-22-arrow-right-2.-block svg {
    position: static; }
  .vans_ic-22-arrow-right-2.-display-block {
    display: block; }
    .vans_ic-22-arrow-right-2.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-22-arrow-right-2.-size--2x {
    width: 1.25em; }
    .vans_ic-22-arrow-right-2.-size--2x svg {
      width: 1.25em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-22-arrow-right-2.-size--2-6x {
    width: 1.625em; }
    .vans_ic-22-arrow-right-2.-size--2-6x svg {
      width: 1.625em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-23-arrow-left {
  position: relative;
  display: inline-block;
  width: 0.3125em; }
  .vans_ic-23-arrow-left svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-23-arrow-left svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-23-arrow-left svg {
      right: 0; }
    html[dir="rtl"] .vans_ic-23-arrow-left svg {
      transform: rotateY(180deg); }
  .vans_ic-23-arrow-left svg {
    width: 0.3125em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-23-arrow-left.-block svg {
    position: static; }
  .vans_ic-23-arrow-left.-display-block {
    display: block; }
    .vans_ic-23-arrow-left.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-23-arrow-left.-size--2x {
    width: 0.625em; }
    .vans_ic-23-arrow-left.-size--2x svg {
      width: 0.625em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-23-arrow-left.-size--2-6x {
    width: 0.8125em; }
    .vans_ic-23-arrow-left.-size--2-6x svg {
      width: 0.8125em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-23-arrow-left-2 {
  position: relative;
  display: inline-block;
  width: 0.625em; }
  .vans_ic-23-arrow-left-2 svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-23-arrow-left-2 svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-23-arrow-left-2 svg {
      right: 0; }
    html[dir="rtl"] .vans_ic-23-arrow-left-2 svg {
      transform: rotateY(180deg); }
  .vans_ic-23-arrow-left-2 svg {
    width: 0.625em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-23-arrow-left-2.-block svg {
    position: static; }
  .vans_ic-23-arrow-left-2.-display-block {
    display: block; }
    .vans_ic-23-arrow-left-2.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-23-arrow-left-2.-size--2x {
    width: 1.25em; }
    .vans_ic-23-arrow-left-2.-size--2x svg {
      width: 1.25em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-23-arrow-left-2.-size--2-6x {
    width: 1.625em; }
    .vans_ic-23-arrow-left-2.-size--2-6x svg {
      width: 1.625em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-24-close {
  position: relative;
  display: inline-block;
  width: 0.75em; }
  .vans_ic-24-close svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-24-close svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-24-close svg {
      right: 0; }
  .vans_ic-24-close svg {
    width: 0.75em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-24-close.-block svg {
    position: static; }
  .vans_ic-24-close.-display-block {
    display: block; }
    .vans_ic-24-close.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-24-close.-size--2x {
    width: 1.5em; }
    .vans_ic-24-close.-size--2x svg {
      width: 1.5em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-24-close.-size--2-6x {
    width: 1.95em; }
    .vans_ic-24-close.-size--2-6x svg {
      width: 1.95em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-25-plus {
  position: relative;
  display: inline-block;
  width: 0.875em; }
  .vans_ic-25-plus svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-25-plus svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-25-plus svg {
      right: 0; }
  .vans_ic-25-plus svg {
    width: 0.875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-25-plus.-block svg {
    position: static; }
  .vans_ic-25-plus.-display-block {
    display: block; }
    .vans_ic-25-plus.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-25-plus.-size--2x {
    width: 1.75em; }
    .vans_ic-25-plus.-size--2x svg {
      width: 1.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-25-plus.-size--2-6x {
    width: 2.275em; }
    .vans_ic-25-plus.-size--2-6x svg {
      width: 2.275em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-27-contact {
  position: relative;
  display: inline-block;
  width: 1.3125em; }
  .vans_ic-27-contact svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-27-contact svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-27-contact svg {
      right: 0; }
  .vans_ic-27-contact svg {
    width: 1.3125em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-27-contact.-block svg {
    position: static; }
  .vans_ic-27-contact.-display-block {
    display: block; }
    .vans_ic-27-contact.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-27-contact.-size--2x {
    width: 2.625em; }
    .vans_ic-27-contact.-size--2x svg {
      width: 2.625em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-27-contact.-size--2-6x {
    width: 3.4125em; }
    .vans_ic-27-contact.-size--2-6x svg {
      width: 3.4125em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-28-brochures {
  position: relative;
  display: inline-block;
  width: 1.0625em; }
  .vans_ic-28-brochures svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-28-brochures svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-28-brochures svg {
      right: 0; }
  .vans_ic-28-brochures svg {
    width: 1.0625em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-28-brochures.-block svg {
    position: static; }
  .vans_ic-28-brochures.-display-block {
    display: block; }
    .vans_ic-28-brochures.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-28-brochures.-size--2x {
    width: 2.125em; }
    .vans_ic-28-brochures.-size--2x svg {
      width: 2.125em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-28-brochures.-size--2-6x {
    width: 2.7625em; }
    .vans_ic-28-brochures.-size--2-6x svg {
      width: 2.7625em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-29-calculator {
  position: relative;
  display: inline-block;
  width: 1em; }
  .vans_ic-29-calculator svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-29-calculator svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-29-calculator svg {
      right: 0; }
  .vans_ic-29-calculator svg {
    width: 1em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-29-calculator.-block svg {
    position: static; }
  .vans_ic-29-calculator.-display-block {
    display: block; }
    .vans_ic-29-calculator.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-29-calculator.-size--2x {
    width: 2em; }
    .vans_ic-29-calculator.-size--2x svg {
      width: 2em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-29-calculator.-size--2-6x {
    width: 2.6em; }
    .vans_ic-29-calculator.-size--2-6x svg {
      width: 2.6em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-30-download {
  position: relative;
  display: inline-block;
  width: 2em; }
  .vans_ic-30-download svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-30-download svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-30-download svg {
      right: 0; }
  .vans_ic-30-download svg {
    width: 2em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-30-download.-block svg {
    position: static; }
  .vans_ic-30-download.-display-block {
    display: block; }
    .vans_ic-30-download.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-30-download.-size--2x {
    width: 4em; }
    .vans_ic-30-download.-size--2x svg {
      width: 4em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-30-download.-size--2-6x {
    width: 5.2em; }
    .vans_ic-30-download.-size--2-6x svg {
      width: 5.2em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-31-sound-on {
  position: relative;
  display: inline-block;
  width: 1.9375em; }
  .vans_ic-31-sound-on svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-31-sound-on svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-31-sound-on svg {
      right: 0; }
  .vans_ic-31-sound-on svg {
    width: 1.9375em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-31-sound-on.-block svg {
    position: static; }
  .vans_ic-31-sound-on.-display-block {
    display: block; }
    .vans_ic-31-sound-on.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-31-sound-on.-size--2x {
    width: 3.875em; }
    .vans_ic-31-sound-on.-size--2x svg {
      width: 3.875em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-31-sound-on.-size--2-6x {
    width: 5.0375em; }
    .vans_ic-31-sound-on.-size--2-6x svg {
      width: 5.0375em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-32-sound-off {
  position: relative;
  display: inline-block;
  width: 1.9375em; }
  .vans_ic-32-sound-off svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-32-sound-off svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-32-sound-off svg {
      right: 0; }
  .vans_ic-32-sound-off svg {
    width: 1.9375em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-32-sound-off.-block svg {
    position: static; }
  .vans_ic-32-sound-off.-display-block {
    display: block; }
    .vans_ic-32-sound-off.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-32-sound-off.-size--2x {
    width: 3.875em; }
    .vans_ic-32-sound-off.-size--2x svg {
      width: 3.875em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-32-sound-off.-size--2-6x {
    width: 5.0375em; }
    .vans_ic-32-sound-off.-size--2-6x svg {
      width: 5.0375em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-33-toggle-overview {
  position: relative;
  display: inline-block;
  width: 1em; }
  .vans_ic-33-toggle-overview svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-33-toggle-overview svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-33-toggle-overview svg {
      right: 0; }
  .vans_ic-33-toggle-overview svg {
    width: 1em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-33-toggle-overview.-block svg {
    position: static; }
  .vans_ic-33-toggle-overview.-display-block {
    display: block; }
    .vans_ic-33-toggle-overview.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-33-toggle-overview.-size--2x {
    width: 2em; }
    .vans_ic-33-toggle-overview.-size--2x svg {
      width: 2em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-33-toggle-overview.-size--2-6x {
    width: 2.6em; }
    .vans_ic-33-toggle-overview.-size--2-6x svg {
      width: 2.6em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-34-toggle-detail {
  position: relative;
  display: inline-block;
  width: 1em; }
  .vans_ic-34-toggle-detail svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-34-toggle-detail svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-34-toggle-detail svg {
      right: 0; }
    html[dir="rtl"] .vans_ic-34-toggle-detail svg {
      transform: rotateY(180deg); }
  .vans_ic-34-toggle-detail svg {
    width: 1em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-34-toggle-detail.-block svg {
    position: static; }
  .vans_ic-34-toggle-detail.-display-block {
    display: block; }
    .vans_ic-34-toggle-detail.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-34-toggle-detail.-size--2x {
    width: 2em; }
    .vans_ic-34-toggle-detail.-size--2x svg {
      width: 2em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-34-toggle-detail.-size--2-6x {
    width: 2.6em; }
    .vans_ic-34-toggle-detail.-size--2-6x svg {
      width: 2.6em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-35-chat {
  position: relative;
  display: inline-block;
  width: 1.75em; }
  .vans_ic-35-chat svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-35-chat svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-35-chat svg {
      right: 0; }
  .vans_ic-35-chat svg {
    width: 1.75em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-35-chat.-block svg {
    position: static; }
  .vans_ic-35-chat.-display-block {
    display: block; }
    .vans_ic-35-chat.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-35-chat.-size--2x {
    width: 3.5em; }
    .vans_ic-35-chat.-size--2x svg {
      width: 3.5em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-35-chat.-size--2-6x {
    width: 4.55em; }
    .vans_ic-35-chat.-size--2-6x svg {
      width: 4.55em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-36-social-vk {
  position: relative;
  display: inline-block;
  width: 2em; }
  .vans_ic-36-social-vk svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-36-social-vk svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-36-social-vk svg {
      right: 0; }
  .vans_ic-36-social-vk svg {
    width: 2em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-36-social-vk.-block svg {
    position: static; }
  .vans_ic-36-social-vk.-display-block {
    display: block; }
    .vans_ic-36-social-vk.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-36-social-vk.-size--2x {
    width: 4em; }
    .vans_ic-36-social-vk.-size--2x svg {
      width: 4em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-36-social-vk.-size--2-6x {
    width: 5.2em; }
    .vans_ic-36-social-vk.-size--2-6x svg {
      width: 5.2em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-37-calendar {
  position: relative;
  display: inline-block;
  width: 0.875em; }
  .vans_ic-37-calendar svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-37-calendar svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-37-calendar svg {
      right: 0; }
  .vans_ic-37-calendar svg {
    width: 0.875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-37-calendar.-block svg {
    position: static; }
  .vans_ic-37-calendar.-display-block {
    display: block; }
    .vans_ic-37-calendar.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-37-calendar.-size--2x {
    width: 1.75em; }
    .vans_ic-37-calendar.-size--2x svg {
      width: 1.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-37-calendar.-size--2-6x {
    width: 2.275em; }
    .vans_ic-37-calendar.-size--2-6x svg {
      width: 2.275em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-38-checkmark {
  position: relative;
  display: inline-block;
  width: 0.875em; }
  .vans_ic-38-checkmark svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-38-checkmark svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-38-checkmark svg {
      right: 0; }
  .vans_ic-38-checkmark svg {
    width: 0.875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-38-checkmark.-block svg {
    position: static; }
  .vans_ic-38-checkmark.-display-block {
    display: block; }
    .vans_ic-38-checkmark.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-38-checkmark.-size--2x {
    width: 1.75em; }
    .vans_ic-38-checkmark.-size--2x svg {
      width: 1.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-38-checkmark.-size--2-6x {
    width: 2.275em; }
    .vans_ic-38-checkmark.-size--2-6x svg {
      width: 2.275em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-39-error {
  position: relative;
  display: inline-block;
  width: 0.3125em; }
  .vans_ic-39-error svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-39-error svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-39-error svg {
      right: 0; }
  .vans_ic-39-error svg {
    width: 0.3125em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-39-error.-block svg {
    position: static; }
  .vans_ic-39-error.-display-block {
    display: block; }
    .vans_ic-39-error.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-39-error.-size--2x {
    width: 0.625em; }
    .vans_ic-39-error.-size--2x svg {
      width: 0.625em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-39-error.-size--2-6x {
    width: 0.8125em; }
    .vans_ic-39-error.-size--2-6x svg {
      width: 0.8125em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-42-locate-me {
  position: relative;
  display: inline-block;
  width: 1em; }
  .vans_ic-42-locate-me svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-42-locate-me svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-42-locate-me svg {
      right: 0; }
  .vans_ic-42-locate-me svg {
    width: 1em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-42-locate-me.-block svg {
    position: static; }
  .vans_ic-42-locate-me.-display-block {
    display: block; }
    .vans_ic-42-locate-me.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-42-locate-me.-size--2x {
    width: 2em; }
    .vans_ic-42-locate-me.-size--2x svg {
      width: 2em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-42-locate-me.-size--2-6x {
    width: 2.6em; }
    .vans_ic-42-locate-me.-size--2-6x svg {
      width: 2.6em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-43-call {
  position: relative;
  display: inline-block;
  width: 0.9375em; }
  .vans_ic-43-call svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-43-call svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-43-call svg {
      right: 0; }
  .vans_ic-43-call svg {
    width: 0.9375em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-43-call.-block svg {
    position: static; }
  .vans_ic-43-call.-display-block {
    display: block; }
    .vans_ic-43-call.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-43-call.-size--2x {
    width: 1.875em; }
    .vans_ic-43-call.-size--2x svg {
      width: 1.875em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-43-call.-size--2-6x {
    width: 2.4375em; }
    .vans_ic-43-call.-size--2-6x svg {
      width: 2.4375em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-44-notification-info {
  position: relative;
  display: inline-block;
  width: 1.5em; }
  .vans_ic-44-notification-info svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-44-notification-info svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-44-notification-info svg {
      right: 0; }
  .vans_ic-44-notification-info svg {
    width: 1.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-44-notification-info.-block svg {
    position: static; }
  .vans_ic-44-notification-info.-display-block {
    display: block; }
    .vans_ic-44-notification-info.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-44-notification-info.-size--2x {
    width: 3em; }
    .vans_ic-44-notification-info.-size--2x svg {
      width: 3em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-44-notification-info.-size--2-6x {
    width: 3.9em; }
    .vans_ic-44-notification-info.-size--2-6x svg {
      width: 3.9em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-45-notification-success {
  position: relative;
  display: inline-block;
  width: 1.5em; }
  .vans_ic-45-notification-success svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-45-notification-success svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-45-notification-success svg {
      right: 0; }
  .vans_ic-45-notification-success svg {
    width: 1.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-45-notification-success.-block svg {
    position: static; }
  .vans_ic-45-notification-success.-display-block {
    display: block; }
    .vans_ic-45-notification-success.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-45-notification-success.-size--2x {
    width: 3em; }
    .vans_ic-45-notification-success.-size--2x svg {
      width: 3em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-45-notification-success.-size--2-6x {
    width: 3.9em; }
    .vans_ic-45-notification-success.-size--2-6x svg {
      width: 3.9em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-46-notification-warning {
  position: relative;
  display: inline-block;
  width: 1.5em; }
  .vans_ic-46-notification-warning svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-46-notification-warning svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-46-notification-warning svg {
      right: 0; }
  .vans_ic-46-notification-warning svg {
    width: 1.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-46-notification-warning.-block svg {
    position: static; }
  .vans_ic-46-notification-warning.-display-block {
    display: block; }
    .vans_ic-46-notification-warning.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-46-notification-warning.-size--2x {
    width: 3em; }
    .vans_ic-46-notification-warning.-size--2x svg {
      width: 3em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-46-notification-warning.-size--2-6x {
    width: 3.9em; }
    .vans_ic-46-notification-warning.-size--2-6x svg {
      width: 3.9em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-47-notification-error {
  position: relative;
  display: inline-block;
  width: 1.5em; }
  .vans_ic-47-notification-error svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-47-notification-error svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-47-notification-error svg {
      right: 0; }
  .vans_ic-47-notification-error svg {
    width: 1.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-47-notification-error.-block svg {
    position: static; }
  .vans_ic-47-notification-error.-display-block {
    display: block; }
    .vans_ic-47-notification-error.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-47-notification-error.-size--2x {
    width: 3em; }
    .vans_ic-47-notification-error.-size--2x svg {
      width: 3em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-47-notification-error.-size--2-6x {
    width: 3.9em; }
    .vans_ic-47-notification-error.-size--2-6x svg {
      width: 3.9em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-49-video {
  position: relative;
  display: inline-block;
  width: 1.5em; }
  .vans_ic-49-video svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-49-video svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-49-video svg {
      right: 0; }
  .vans_ic-49-video svg {
    width: 1.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-49-video.-block svg {
    position: static; }
  .vans_ic-49-video.-display-block {
    display: block; }
    .vans_ic-49-video.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-49-video.-size--2x {
    width: 3em; }
    .vans_ic-49-video.-size--2x svg {
      width: 3em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-49-video.-size--2-6x {
    width: 3.9em; }
    .vans_ic-49-video.-size--2-6x svg {
      width: 3.9em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-51-expand {
  position: relative;
  display: inline-block;
  width: 1.5em; }
  .vans_ic-51-expand svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-51-expand svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-51-expand svg {
      right: 0; }
  .vans_ic-51-expand svg {
    width: 1.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-51-expand.-block svg {
    position: static; }
  .vans_ic-51-expand.-display-block {
    display: block; }
    .vans_ic-51-expand.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-51-expand.-size--2x {
    width: 3em; }
    .vans_ic-51-expand.-size--2x svg {
      width: 3em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-51-expand.-size--2-6x {
    width: 3.9em; }
    .vans_ic-51-expand.-size--2-6x svg {
      width: 3.9em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-56-close-xs {
  position: relative;
  display: inline-block;
  width: 0.5em; }
  .vans_ic-56-close-xs svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-56-close-xs svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-56-close-xs svg {
      right: 0; }
  .vans_ic-56-close-xs svg {
    width: 0.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-56-close-xs.-block svg {
    position: static; }
  .vans_ic-56-close-xs.-display-block {
    display: block; }
    .vans_ic-56-close-xs.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-56-close-xs.-size--2x {
    width: 1em; }
    .vans_ic-56-close-xs.-size--2x svg {
      width: 1em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-56-close-xs.-size--2-6x {
    width: 1.3em; }
    .vans_ic-56-close-xs.-size--2-6x svg {
      width: 1.3em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-57-plus-xs {
  position: relative;
  display: inline-block;
  width: 0.5em; }
  .vans_ic-57-plus-xs svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-57-plus-xs svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-57-plus-xs svg {
      right: 0; }
  .vans_ic-57-plus-xs svg {
    width: 0.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-57-plus-xs.-block svg {
    position: static; }
  .vans_ic-57-plus-xs.-display-block {
    display: block; }
    .vans_ic-57-plus-xs.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-57-plus-xs.-size--2x {
    width: 1em; }
    .vans_ic-57-plus-xs.-size--2x svg {
      width: 1em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-57-plus-xs.-size--2-6x {
    width: 1.3em; }
    .vans_ic-57-plus-xs.-size--2-6x svg {
      width: 1.3em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-58-arrow-right-xs {
  position: relative;
  display: inline-block;
  width: 0.375em; }
  .vans_ic-58-arrow-right-xs svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-58-arrow-right-xs svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-58-arrow-right-xs svg {
      right: 0; }
  .vans_ic-58-arrow-right-xs svg {
    width: 0.375em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-58-arrow-right-xs.-block svg {
    position: static; }
  .vans_ic-58-arrow-right-xs.-display-block {
    display: block; }
    .vans_ic-58-arrow-right-xs.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-58-arrow-right-xs.-size--2x {
    width: 0.75em; }
    .vans_ic-58-arrow-right-xs.-size--2x svg {
      width: 0.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-58-arrow-right-xs.-size--2-6x {
    width: 0.975em; }
    .vans_ic-58-arrow-right-xs.-size--2-6x svg {
      width: 0.975em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-59-360 {
  position: relative;
  display: inline-block;
  width: 1.875em; }
  .vans_ic-59-360 svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-59-360 svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-59-360 svg {
      right: 0; }
  .vans_ic-59-360 svg {
    width: 1.875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-59-360.-block svg {
    position: static; }
  .vans_ic-59-360.-display-block {
    display: block; }
    .vans_ic-59-360.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-59-360.-size--2x {
    width: 3.75em; }
    .vans_ic-59-360.-size--2x svg {
      width: 3.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-59-360.-size--2-6x {
    width: 4.875em; }
    .vans_ic-59-360.-size--2-6x svg {
      width: 4.875em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-62-language {
  position: relative;
  display: inline-block;
  width: 1em; }
  .vans_ic-62-language svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-62-language svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-62-language svg {
      right: 0; }
  .vans_ic-62-language svg {
    width: 1em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-62-language.-block svg {
    position: static; }
  .vans_ic-62-language.-display-block {
    display: block; }
    .vans_ic-62-language.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-62-language.-size--2x {
    width: 2em; }
    .vans_ic-62-language.-size--2x svg {
      width: 2em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-62-language.-size--2-6x {
    width: 2.6em; }
    .vans_ic-62-language.-size--2-6x svg {
      width: 2.6em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-63-vr {
  position: relative;
  display: inline-block;
  width: 1.5em; }
  .vans_ic-63-vr svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-63-vr svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-63-vr svg {
      right: 0; }
  .vans_ic-63-vr svg {
    width: 1.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-63-vr.-block svg {
    position: static; }
  .vans_ic-63-vr.-display-block {
    display: block; }
    .vans_ic-63-vr.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-63-vr.-size--2x {
    width: 3em; }
    .vans_ic-63-vr.-size--2x svg {
      width: 3em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-63-vr.-size--2-6x {
    width: 3.9em; }
    .vans_ic-63-vr.-size--2-6x svg {
      width: 3.9em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-66-profile {
  position: relative;
  display: inline-block;
  width: 0.875em; }
  .vans_ic-66-profile svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-66-profile svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-66-profile svg {
      right: 0; }
  .vans_ic-66-profile svg {
    width: 0.875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-66-profile.-block svg {
    position: static; }
  .vans_ic-66-profile.-display-block {
    display: block; }
    .vans_ic-66-profile.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-66-profile.-size--2x {
    width: 1.75em; }
    .vans_ic-66-profile.-size--2x svg {
      width: 1.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-66-profile.-size--2-6x {
    width: 2.275em; }
    .vans_ic-66-profile.-size--2-6x svg {
      width: 2.275em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-67-profile-logged-in {
  position: relative;
  display: inline-block;
  width: 1.375em; }
  .vans_ic-67-profile-logged-in svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-67-profile-logged-in svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-67-profile-logged-in svg {
      right: 0; }
  .vans_ic-67-profile-logged-in svg {
    width: 1.375em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-67-profile-logged-in.-block svg {
    position: static; }
  .vans_ic-67-profile-logged-in.-display-block {
    display: block; }
    .vans_ic-67-profile-logged-in.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-67-profile-logged-in.-size--2x {
    width: 2.75em; }
    .vans_ic-67-profile-logged-in.-size--2x svg {
      width: 2.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-67-profile-logged-in.-size--2-6x {
    width: 3.575em; }
    .vans_ic-67-profile-logged-in.-size--2-6x svg {
      width: 3.575em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-68-company {
  position: relative;
  display: inline-block;
  width: 0.8125em; }
  .vans_ic-68-company svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-68-company svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-68-company svg {
      right: 0; }
  .vans_ic-68-company svg {
    width: 0.8125em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-68-company.-block svg {
    position: static; }
  .vans_ic-68-company.-display-block {
    display: block; }
    .vans_ic-68-company.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-68-company.-size--2x {
    width: 1.625em; }
    .vans_ic-68-company.-size--2x svg {
      width: 1.625em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-68-company.-size--2-6x {
    width: 2.1125em; }
    .vans_ic-68-company.-size--2-6x svg {
      width: 2.1125em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-69-profile-s {
  position: relative;
  display: inline-block;
  width: 0.8125em; }
  .vans_ic-69-profile-s svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-69-profile-s svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-69-profile-s svg {
      right: 0; }
  .vans_ic-69-profile-s svg {
    width: 0.8125em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-69-profile-s.-block svg {
    position: static; }
  .vans_ic-69-profile-s.-display-block {
    display: block; }
    .vans_ic-69-profile-s.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-69-profile-s.-size--2x {
    width: 1.625em; }
    .vans_ic-69-profile-s.-size--2x svg {
      width: 1.625em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-69-profile-s.-size--2-6x {
    width: 2.1125em; }
    .vans_ic-69-profile-s.-size--2-6x svg {
      width: 2.1125em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-70-vans-config-s {
  position: relative;
  display: inline-block;
  width: 1.1875em; }
  .vans_ic-70-vans-config-s svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-70-vans-config-s svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-70-vans-config-s svg {
      right: 0; }
  .vans_ic-70-vans-config-s svg {
    width: 1.1875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-70-vans-config-s.-block svg {
    position: static; }
  .vans_ic-70-vans-config-s.-display-block {
    display: block; }
    .vans_ic-70-vans-config-s.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-70-vans-config-s.-size--2x {
    width: 2.375em; }
    .vans_ic-70-vans-config-s.-size--2x svg {
      width: 2.375em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-70-vans-config-s.-size--2-6x {
    width: 3.0875em; }
    .vans_ic-70-vans-config-s.-size--2-6x svg {
      width: 3.0875em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-71-logout {
  position: relative;
  display: inline-block;
  width: 1.0625em; }
  .vans_ic-71-logout svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-71-logout svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-71-logout svg {
      right: 0; }
  .vans_ic-71-logout svg {
    width: 1.0625em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-71-logout.-block svg {
    position: static; }
  .vans_ic-71-logout.-display-block {
    display: block; }
    .vans_ic-71-logout.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-71-logout.-size--2x {
    width: 2.125em; }
    .vans_ic-71-logout.-size--2x svg {
      width: 2.125em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-71-logout.-size--2-6x {
    width: 2.7625em; }
    .vans_ic-71-logout.-size--2-6x svg {
      width: 2.7625em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-72-edit-xs {
  position: relative;
  display: inline-block;
  width: 0.5em; }
  .vans_ic-72-edit-xs svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-72-edit-xs svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-72-edit-xs svg {
      right: 0; }
  .vans_ic-72-edit-xs svg {
    width: 0.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-72-edit-xs.-block svg {
    position: static; }
  .vans_ic-72-edit-xs.-display-block {
    display: block; }
    .vans_ic-72-edit-xs.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-72-edit-xs.-size--2x {
    width: 1em; }
    .vans_ic-72-edit-xs.-size--2x svg {
      width: 1em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-72-edit-xs.-size--2-6x {
    width: 1.3em; }
    .vans_ic-72-edit-xs.-size--2-6x svg {
      width: 1.3em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-73-lock-closed-s {
  position: relative;
  display: inline-block;
  width: 0.6875em; }
  .vans_ic-73-lock-closed-s svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-73-lock-closed-s svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-73-lock-closed-s svg {
      right: 0; }
  .vans_ic-73-lock-closed-s svg {
    width: 0.6875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-73-lock-closed-s.-block svg {
    position: static; }
  .vans_ic-73-lock-closed-s.-display-block {
    display: block; }
    .vans_ic-73-lock-closed-s.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-73-lock-closed-s.-size--2x {
    width: 1.375em; }
    .vans_ic-73-lock-closed-s.-size--2x svg {
      width: 1.375em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-73-lock-closed-s.-size--2-6x {
    width: 1.7875em; }
    .vans_ic-73-lock-closed-s.-size--2-6x svg {
      width: 1.7875em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-74-lock-closed-xs {
  position: relative;
  display: inline-block;
  width: 0.5em; }
  .vans_ic-74-lock-closed-xs svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-74-lock-closed-xs svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-74-lock-closed-xs svg {
      right: 0; }
  .vans_ic-74-lock-closed-xs svg {
    width: 0.5em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-74-lock-closed-xs.-block svg {
    position: static; }
  .vans_ic-74-lock-closed-xs.-display-block {
    display: block; }
    .vans_ic-74-lock-closed-xs.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-74-lock-closed-xs.-size--2x {
    width: 1em; }
    .vans_ic-74-lock-closed-xs.-size--2x svg {
      width: 1em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-74-lock-closed-xs.-size--2-6x {
    width: 1.3em; }
    .vans_ic-74-lock-closed-xs.-size--2-6x svg {
      width: 1.3em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-75-calendar-m {
  position: relative;
  display: inline-block;
  width: 1.25em; }
  .vans_ic-75-calendar-m svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-75-calendar-m svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-75-calendar-m svg {
      right: 0; }
  .vans_ic-75-calendar-m svg {
    width: 1.25em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-75-calendar-m.-block svg {
    position: static; }
  .vans_ic-75-calendar-m.-display-block {
    display: block; }
    .vans_ic-75-calendar-m.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-75-calendar-m.-size--2x {
    width: 2.5em; }
    .vans_ic-75-calendar-m.-size--2x svg {
      width: 2.5em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-75-calendar-m.-size--2-6x {
    width: 3.25em; }
    .vans_ic-75-calendar-m.-size--2-6x svg {
      width: 3.25em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-76-two-finger-drag {
  position: relative;
  display: inline-block;
  width: 1.25em; }
  .vans_ic-76-two-finger-drag svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-76-two-finger-drag svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-76-two-finger-drag svg {
      right: 0; }
  .vans_ic-76-two-finger-drag svg {
    width: 1.25em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-76-two-finger-drag.-block svg {
    position: static; }
  .vans_ic-76-two-finger-drag.-display-block {
    display: block; }
    .vans_ic-76-two-finger-drag.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-76-two-finger-drag.-size--2x {
    width: 2.5em; }
    .vans_ic-76-two-finger-drag.-size--2x svg {
      width: 2.5em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-76-two-finger-drag.-size--2-6x {
    width: 3.25em; }
    .vans_ic-76-two-finger-drag.-size--2-6x svg {
      width: 3.25em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-77-product-advisor {
  position: relative;
  display: inline-block;
  width: 1.875em; }
  .vans_ic-77-product-advisor svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-77-product-advisor svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-77-product-advisor svg {
      right: 0; }
  .vans_ic-77-product-advisor svg {
    width: 1.875em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-77-product-advisor.-block svg {
    position: static; }
  .vans_ic-77-product-advisor.-display-block {
    display: block; }
    .vans_ic-77-product-advisor.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-77-product-advisor.-size--2x {
    width: 3.75em; }
    .vans_ic-77-product-advisor.-size--2x svg {
      width: 3.75em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-77-product-advisor.-size--2-6x {
    width: 4.875em; }
    .vans_ic-77-product-advisor.-size--2-6x svg {
      width: 4.875em;
      height: 5.2em;
      top: -2.975em; }

.vans_ic-TDRV-confirmation-vehicle {
  position: relative;
  display: inline-block;
  width: 2em; }
  .vans_ic-TDRV-confirmation-vehicle svg {
    fill: currentcolor;
    position: absolute; }
    html:not([dir="rtl"]) .vans_ic-TDRV-confirmation-vehicle svg {
      left: 0; }
    html[dir="rtl"] .vans_ic-TDRV-confirmation-vehicle svg {
      right: 0; }
  .vans_ic-TDRV-confirmation-vehicle svg {
    width: 2em;
    height: 2em;
    top: -1.375em; }
  .vans_ic-TDRV-confirmation-vehicle.-block svg {
    position: static; }
  .vans_ic-TDRV-confirmation-vehicle.-display-block {
    display: block; }
    .vans_ic-TDRV-confirmation-vehicle.-display-block svg {
      position: static;
      display: block; }
  .vans_ic-TDRV-confirmation-vehicle.-size--2x {
    width: 4em; }
    .vans_ic-TDRV-confirmation-vehicle.-size--2x svg {
      width: 4em;
      height: 4em;
      top: -2.375em; }
  .vans_ic-TDRV-confirmation-vehicle.-size--2-6x {
    width: 5.2em; }
    .vans_ic-TDRV-confirmation-vehicle.-size--2-6x svg {
      width: 5.2em;
      height: 5.2em;
      top: -2.975em; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_hotspot {
  /* Hotspot */
  /* Popup */
  /* Slider */
  /* Disclaimer */ }
  html:not([dir="rtl"]) .vans_hotspot,
  html[dir="rtl"] .vans_hotspot {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_hotspot,
  html[dir="rtl"] .vans_hotspot {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_hotspot {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_hotspot {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_hotspot {
      font-size: 33px;
      line-height: 33px; } }
  .vans_hotspot__header, .vans_hotspot__slider-container, .vans_hotspot__footer {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_hotspot__header,
      html[dir="rtl"] .vans_hotspot__header, html:not([dir="rtl"]) .vans_hotspot__slider-container,
      html[dir="rtl"] .vans_hotspot__slider-container, html:not([dir="rtl"]) .vans_hotspot__footer,
      html[dir="rtl"] .vans_hotspot__footer {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_hotspot__header,
      html[dir="rtl"] .vans_hotspot__header, html:not([dir="rtl"]) .vans_hotspot__slider-container,
      html[dir="rtl"] .vans_hotspot__slider-container, html:not([dir="rtl"]) .vans_hotspot__footer,
      html[dir="rtl"] .vans_hotspot__footer {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_hotspot__header,
      html[dir="rtl"] .vans_hotspot__header, html:not([dir="rtl"]) .vans_hotspot__slider-container,
      html[dir="rtl"] .vans_hotspot__slider-container, html:not([dir="rtl"]) .vans_hotspot__footer,
      html[dir="rtl"] .vans_hotspot__footer {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_hotspot__header,
      html[dir="rtl"] .vans_hotspot__header, html:not([dir="rtl"]) .vans_hotspot__slider-container,
      html[dir="rtl"] .vans_hotspot__slider-container, html:not([dir="rtl"]) .vans_hotspot__footer,
      html[dir="rtl"] .vans_hotspot__footer {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_hotspot__header, .vans_hotspot__slider-container, .vans_hotspot__footer {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_hotspot__header,
        html[dir="rtl"] .vans_hotspot__header, html:not([dir="rtl"]) .vans_hotspot__slider-container,
        html[dir="rtl"] .vans_hotspot__slider-container, html:not([dir="rtl"]) .vans_hotspot__footer,
        html[dir="rtl"] .vans_hotspot__footer {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_hotspot__header, .vans_hotspot__slider-container, .vans_hotspot__footer {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_hotspot__header,
        html[dir="rtl"] .vans_hotspot__header, html:not([dir="rtl"]) .vans_hotspot__slider-container,
        html[dir="rtl"] .vans_hotspot__slider-container, html:not([dir="rtl"]) .vans_hotspot__footer,
        html[dir="rtl"] .vans_hotspot__footer {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_hotspot__header, .vans_hotspot__slider-container, .vans_hotspot__footer {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_hotspot__header,
        html[dir="rtl"] .vans_hotspot__header, html:not([dir="rtl"]) .vans_hotspot__slider-container,
        html[dir="rtl"] .vans_hotspot__slider-container, html:not([dir="rtl"]) .vans_hotspot__footer,
        html[dir="rtl"] .vans_hotspot__footer {
          margin: 0 auto; } }
  .vans_hotspot__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_hotspot__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_hotspot__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_hotspot__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_hotspot__headline {
        font-size: 40px;
        line-height: 40px; } }
  @media only screen and (min-width: 0) {
    .vans_hotspot__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-left: 6px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-right: 6px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_hotspot__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-left: 6px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-right: 6px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_hotspot__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_hotspot__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_hotspot__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_hotspot__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_hotspot__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot__headline-container {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_hotspot__headline-container,
  html[dir="rtl"] .vans_hotspot__headline-container {
    margin-bottom: 0.8em; }
  @media only screen and (min-width: 0) {
    .vans_hotspot__headline-container {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_hotspot__headline-container {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_hotspot__headline-container {
      font-size: 33px;
      line-height: 33px; } }
  .vans_hotspot__copy {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 18px; }
    @media only screen and (min-width: 0) {
      .vans_hotspot__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-left: 6px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-right: 6px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_hotspot__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-left: 6px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-right: 6px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_hotspot__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_hotspot__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_hotspot__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_hotspot__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_hotspot__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot__copy {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot__copy {
          padding-left: 12px; } }
    :lang(ko) .vans_hotspot__copy {
      font-family: MBKCorporateSRegular, sans-serif; }
    @media only screen and (min-width: 768px) {
      .vans_hotspot__copy {
        margin: 0 0 25px; } }
  .vans_hotspot__main {
    position: relative;
    overflow: hidden; }
  .vans_hotspot__canvas {
    overflow-x: scroll; }
    @media only screen and (min-width: 0) and (max-width: 479px) {
      .vans_hotspot__canvas.-build-up {
        opacity: 0;
        animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards; } }
    html.-hover .vans_hotspot__canvas.-draggable:hover {
      cursor: -moz-grab;
      cursor: -webkit-grab;
      cursor: grab;
      cursor: url("assets/cursors/drag.cur"), auto; }
    html.-hover .vans_hotspot__canvas.-draggable:active {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing;
      cursor: url("assets/cursors/dragging.cur"), auto; }
    body.-ie .vans_hotspot__canvas.-draggable:hover,
    body.-ie .vans_hotspot__canvas.-draggable:active {
      cursor: move; }
    .vans_hotspot__canvas.-draggable.-dragging {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing;
      transition: none;
      user-select: none; }
    .vans_hotspot__canvas.-initialized {
      overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .vans_hotspot__canvas {
        /* TODO make mixin work with `.js &` selector */
        position: relative;
        overflow: hidden; }
        .vans_hotspot__canvas::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_hotspot__canvas::before,
          html[dir="rtl"] .vans_hotspot__canvas::before {
            padding-bottom: 56.25%; }
        .vans_hotspot__canvas > .vans_hotspot__image-container {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_hotspot__canvas > .vans_hotspot__image-container {
            left: 0; }
          html[dir="rtl"] .vans_hotspot__canvas > .vans_hotspot__image-container {
            right: 0; }
          html:not([dir="rtl"]) .vans_hotspot__canvas > .vans_hotspot__image-container {
            right: 0; }
          html[dir="rtl"] .vans_hotspot__canvas > .vans_hotspot__image-container {
            left: 0; } }
    @media only screen and (min-width: 1280px) {
      .vans_hotspot__canvas {
        /* TODO make mixin work with `.js &` selector */
        position: relative;
        overflow: hidden; }
        .vans_hotspot__canvas::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_hotspot__canvas::before,
          html[dir="rtl"] .vans_hotspot__canvas::before {
            padding-bottom: 40%; }
        .vans_hotspot__canvas > .vans_hotspot__image-container {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_hotspot__canvas > .vans_hotspot__image-container {
            left: 0; }
          html[dir="rtl"] .vans_hotspot__canvas > .vans_hotspot__image-container {
            right: 0; }
          html:not([dir="rtl"]) .vans_hotspot__canvas > .vans_hotspot__image-container {
            right: 0; }
          html[dir="rtl"] .vans_hotspot__canvas > .vans_hotspot__image-container {
            left: 0; } }
  .vans_hotspot__image-container {
    height: 72vh;
    /* as specified in spec */
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    width: 128vh;
    /* aspect ratio: 16:9 */ }
    .vans_hotspot__image-container.-animate {
      transition: transform 2s cubic-bezier(0.25, 0.1, 0.25, 1) 1s; }
    @media only screen and (min-width: 480px) {
      .vans_hotspot__image-container {
        height: auto;
        width: auto; } }
    @media only screen and (min-width: 768px) {
      .vans_hotspot__image-container {
        /* TODO make mixin work with `.js &` selector */
        position: relative;
        overflow: hidden;
        /* 16:9, scaled to 115% */
        padding-bottom: 64.6875%;
        width: 100%; }
        .vans_hotspot__image-container::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_hotspot__image-container::before,
          html[dir="rtl"] .vans_hotspot__image-container::before {
            padding-bottom: 56.25%; }
        .vans_hotspot__image-container > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_hotspot__image-container > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_hotspot__image-container > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_hotspot__image-container > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_hotspot__image-container > .vans_image {
            left: 0; }
        .vans_hotspot__image-container.-animate {
          transition: width 0.35s cubic-bezier(0.25, 0.1, 0.25, 1) 0.85s; }
        .vans_hotspot__image-container.-adjust-image-size {
          width: 115%; } }
    .vans_hotspot__image-container.-dragging {
      transition: none; }
    .vans_hotspot__image-container .vans_image__image {
      pointer-events: none;
      user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none; }
  .vans_hotspot__image-container_edit_mode {
    padding-bottom: 0%;
    width: 100%; }
  .vans_hotspot__hotspot, .vans_hotspot__hotspot-indicator, .vans_hotspot__hotspot-close {
    font-size: 16px;
    line-height: 1;
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_hotspot__hotspot.-clicked, .vans_hotspot__hotspot-indicator.-clicked, .vans_hotspot__hotspot-close.-clicked {
      opacity: 0; }
  .vans_hotspot__hotspot, .vans_hotspot__hotspot-indicator {
    /* TODO make mixin work with `.js &` selector */
    border-radius: 100%;
    box-sizing: content-box;
    height: 24px;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
    width: 24px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    .vans_hotspot__hotspot, [class*="vans_theme-"] .vans_hotspot__hotspot, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__hotspot, .vans_hotspot__hotspot-indicator, [class*="vans_theme-"] .vans_hotspot__hotspot-indicator, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__hotspot-indicator, .vans_theme-light .vans_hotspot__hotspot, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__hotspot, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__hotspot, .vans_theme-light .vans_hotspot__hotspot-indicator, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__hotspot-indicator, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__hotspot-indicator {
      color: #fff; }
    .vans_theme-dark .vans_hotspot__hotspot, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__hotspot, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__hotspot, .vans_theme-dark .vans_hotspot__hotspot-indicator, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__hotspot-indicator, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__hotspot-indicator {
      color: #000; }
    .vans_hotspot__hotspot::after, .vans_hotspot__hotspot::before, .vans_hotspot__hotspot-indicator::after, .vans_hotspot__hotspot-indicator::before {
      border-radius: 100%;
      bottom: -100%;
      content: "";
      display: block;
      left: -100%;
      margin: auto;
      position: absolute;
      right: -100%;
      top: -100%;
      z-index: -1; }
    .vans_hotspot__hotspot::after, .vans_hotspot__hotspot-indicator::after {
      height: inherit;
      transition: border-color 0.1s 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      width: inherit; }
    .vans_hotspot__hotspot::before, .vans_hotspot__hotspot-indicator::before {
      background: #00adef;
      height: 18px;
      width: 18px; }
    .-hover .vans_hotspot__hotspot:hover::after, .-hover .vans_hotspot__hotspot-indicator:hover::after {
      background: rgba(0, 136, 198, 0.32);
      border-color: transparent;
      height: 40px;
      transition-delay: 0s, 0s, 0s, 0s;
      width: 40px; }
    .js .vans_hotspot__hotspot, .js .vans_hotspot__hotspot-indicator {
      position: absolute; }
  .vans_hotspot__hotspot {
    /* center to coordinate system */
    transform: translate3d(-50%, -50%, 0);
    opacity: 0; }
    .vans_hotspot__hotspot.-visible {
      animation: vans_blendin 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
    .vans_hotspot__hotspot.-visible.-clicked {
      animation: vans_blendout 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
  .vans_hotspot__hotspot-close {
    /* mimic hotspot translation along y-axis */
    transform: translate3d(0, -50%, 0);
    position: absolute;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .vans_hotspot__hotspot-close::before {
      bottom: -10px;
      content: '';
      display: block;
      left: -10px;
      position: absolute;
      right: -10px;
      top: -10px; }
    .vans_hotspot__hotspot-close, [class*="vans_theme-"] .vans_hotspot__hotspot-close, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__hotspot-close, .vans_theme-light .vans_hotspot__hotspot-close, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__hotspot-close, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__hotspot-close {
      color: #fff; }
    .vans_theme-dark .vans_hotspot__hotspot-close, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__hotspot-close, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__hotspot-close {
      color: #000; }
    .vans_hotspot__hotspot-close, [class*="vans_theme-"] .vans_hotspot__hotspot-close, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__hotspot-close, .vans_theme-light .vans_hotspot__hotspot-close, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__hotspot-close, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__hotspot-close {
      background: #333; }
      .-hover .vans_hotspot__hotspot-close:hover, .-hover [class*="vans_theme-"] .vans_hotspot__hotspot-close:hover, .-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__hotspot-close:hover, .-hover .vans_theme-light .vans_hotspot__hotspot-close:hover, .-hover [class*="vans_theme-"] .vans_theme-light .vans_hotspot__hotspot-close:hover, .-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__hotspot-close:hover {
        background: #242424; }
    .vans_theme-dark .vans_hotspot__hotspot-close, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__hotspot-close, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__hotspot-close {
      background: #ececec; }
      .-hover .vans_theme-dark .vans_hotspot__hotspot-close:hover, .-hover [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__hotspot-close:hover, .-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__hotspot-close:hover {
        background: #d9d9d9; }
    .js .vans_hotspot__hotspot-close {
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_hotspot__hotspot-close.-active {
      opacity: 1;
      transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media only screen and (min-width: 1280px) {
      .js .vans_hotspot__hotspot-close {
        opacity: 1;
        transform: translate3d(0, -50%, 0) scale3d(0, 0, 1);
        transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_hotspot__hotspot-close.-active {
        transform: translate3d(0, -50%, 0) scale3d(1, 1, 1); } }
  .vans_hotspot__hotspot-indicator {
    cursor: pointer;
    display: none;
    /* match 100ms throttled positioning */
    transition: left 100ms linear, top 100ms linear; }
    @media only screen and (min-width: 768px) {
      .vans_hotspot__hotspot-indicator {
        display: flex; } }
    .vans_hotspot__hotspot-indicator.-disable-transitions {
      transition: none; }
    .vans_hotspot__hotspot-indicator.-top {
      transform: rotate3d(0, 0, 1, 270deg); }
    .vans_hotspot__hotspot-indicator.-bottom {
      transform: rotate3d(0, 0, 1, 90deg); }
    .vans_hotspot__hotspot-indicator.-right {
      transform: rotate3d(0, 0, 1, 0); }
    .vans_hotspot__hotspot-indicator.-left {
      transform: rotate3d(0, 0, 1, 180deg); }
  .js .vans_hotspot__hotspot-label {
    color: #fff;
    display: inline-block;
    left: 50%;
    margin: auto 0;
    padding: 0 25px;
    position: absolute;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50% 0;
    transition: transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    white-space: nowrap;
    /* note: !important is allowed in modifiers */ }
    .js .vans_hotspot__hotspot-label.-hover {
      transform: scale3d(1, 1, 1); }
    .js .vans_hotspot__hotspot-label.-open-to-left {
      transform: translate3d(-100%, 0, 0) scale3d(0, 1, 1);
      transform-origin: 100% 50% 0; }
      .js .vans_hotspot__hotspot-label.-open-to-left.-hover {
        transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1); }
    .js .vans_hotspot__hotspot-label.-disable-transitions {
      transition: none !important; }
  .vans_hotspot__hotspot-icon, .vans_hotspot__hotspot-close-icon {
    position: absolute; }
  .vans_hotspot__popup {
    position: absolute;
    width: 60vw;
    z-index: 10; }
    .vans_hotspot__popup .vans_rte-block__inner {
      max-height: calc(1em * 4 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 4) {
        .vans_hotspot__popup .vans_rte-block__inner {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; } }
      html:not([dir="rtl"]) .vans_hotspot__popup .vans_rte-block__inner,
      html[dir="rtl"] .vans_hotspot__popup .vans_rte-block__inner {
        margin-top: 6px; }
      .vans_hotspot__popup .vans_rte-block__inner, [class*="vans_theme-"] .vans_hotspot__popup .vans_rte-block__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__popup .vans_rte-block__inner, .vans_theme-light .vans_hotspot__popup .vans_rte-block__inner, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup .vans_rte-block__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup .vans_rte-block__inner {
        font-family: CorporateSRegular, -apple-system, sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #333; }
        :lang(ko) .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) .vans_theme-light .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup .vans_rte-block__inner {
          font-family: MBKCorporateSRegular, sans-serif; }
      .vans_theme-dark .vans_hotspot__popup .vans_rte-block__inner, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup .vans_rte-block__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup .vans_rte-block__inner {
        font-family: CorporateSRegular, -apple-system, sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #fff; }
        :lang(ko) .vans_theme-dark .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup .vans_rte-block__inner {
          font-family: MBKCorporateSRegular, sans-serif; }
      @media only screen and (min-width: 768px) {
        .vans_hotspot__popup .vans_rte-block__inner {
          max-height: calc(1em * 12 * 1.3);
          overflow: hidden; }
          @supports (-webkit-line-clamp: 12) {
            .vans_hotspot__popup .vans_rte-block__inner {
              /* stylelint-disable value-no-vendor-prefix  */
              display: -webkit-box;
              /* stylelint-enable */
              -webkit-line-clamp: 12;
              -webkit-box-orient: vertical; } } }
      @media only screen and (min-width: 1024px) {
        .vans_hotspot__popup .vans_rte-block__inner {
          max-height: calc(1em * 16 * 1.3);
          overflow: hidden; }
          @supports (-webkit-line-clamp: 16) {
            .vans_hotspot__popup .vans_rte-block__inner {
              /* stylelint-disable value-no-vendor-prefix  */
              display: -webkit-box;
              /* stylelint-enable */
              -webkit-line-clamp: 16;
              -webkit-box-orient: vertical; } }
          html:not([dir="rtl"]) .vans_hotspot__popup .vans_rte-block__inner,
          html[dir="rtl"] .vans_hotspot__popup .vans_rte-block__inner {
            margin-top: 18px; }
          .vans_hotspot__popup .vans_rte-block__inner, [class*="vans_theme-"] .vans_hotspot__popup .vans_rte-block__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__popup .vans_rte-block__inner, .vans_theme-light .vans_hotspot__popup .vans_rte-block__inner, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup .vans_rte-block__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup .vans_rte-block__inner {
            font-family: CorporateSRegular, -apple-system, sans-serif;
            font-size: 16px;
            line-height: 21px;
            color: #333; }
            :lang(ko) .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) .vans_theme-light .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup .vans_rte-block__inner {
              font-family: MBKCorporateSRegular, sans-serif; }
          .vans_theme-dark .vans_hotspot__popup .vans_rte-block__inner, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup .vans_rte-block__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup .vans_rte-block__inner {
            font-family: CorporateSRegular, -apple-system, sans-serif;
            font-size: 16px;
            line-height: 21px;
            color: #fff; }
            :lang(ko) .vans_theme-dark .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup .vans_rte-block__inner {
              font-family: MBKCorporateSRegular, sans-serif; } }
      @media only screen and (min-width: 1280px) {
        .vans_hotspot__popup .vans_rte-block__inner {
          max-height: calc(1em * 20 * 1.3);
          overflow: hidden; }
          @supports (-webkit-line-clamp: 20) {
            .vans_hotspot__popup .vans_rte-block__inner {
              /* stylelint-disable value-no-vendor-prefix  */
              display: -webkit-box;
              /* stylelint-enable */
              -webkit-line-clamp: 20;
              -webkit-box-orient: vertical; } } }
      @media only screen and (min-width: 1440px) {
        .vans_hotspot__popup .vans_rte-block__inner {
          max-height: calc(1em * 24 * 1.3);
          overflow: hidden; }
          @supports (-webkit-line-clamp: 24) {
            .vans_hotspot__popup .vans_rte-block__inner {
              /* stylelint-disable value-no-vendor-prefix  */
              display: -webkit-box;
              /* stylelint-enable */
              -webkit-line-clamp: 24;
              -webkit-box-orient: vertical; } } }
    .js .vans_hotspot__popup .vans_rte-block__inner,
    .js .vans_hotspot__popup .vans_hotspot__popup-headline,
    .js .vans_hotspot__popup .vans_hotspot__link {
      opacity: 0;
      transition: opacity 0.25s 0.05s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_hotspot__popup.-active .vans_rte-block__inner,
    .vans_hotspot__popup.-active .vans_hotspot__popup-headline,
    .vans_hotspot__popup.-active .vans_hotspot__link {
      opacity: 1;
      transition: opacity 0.25s 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media only screen and (min-width: 480px) {
      .vans_hotspot__popup {
        width: 43vw; } }
    @media only screen and (min-width: 1280px) {
      .vans_hotspot__popup {
        width: 32vw; }
        .js .vans_hotspot__popup .vans_rte-block__inner,
        .js .vans_hotspot__popup .vans_hotspot__popup-headline,
        .js .vans_hotspot__popup .vans_hotspot__link, .vans_hotspot__popup.-active .vans_rte-block__inner,
        .vans_hotspot__popup.-active .vans_hotspot__popup-headline,
        .vans_hotspot__popup.-active .vans_hotspot__link {
          transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); } }
  .vans_hotspot__popup-inner {
    padding: 20px; }
    .vans_hotspot__popup-inner, [class*="vans_theme-"] .vans_hotspot__popup-inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__popup-inner, .vans_theme-light .vans_hotspot__popup-inner, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-inner {
      background: rgba(255, 255, 255, 0.9); }
    .vans_theme-dark .vans_hotspot__popup-inner, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-inner {
      background: rgba(0, 0, 0, 0.6); }
    .js .vans_hotspot__popup-inner {
      transform: scale3d(0, 0, 1);
      transition: transform 0.25s 0.15s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .-active .vans_hotspot__popup-inner {
      transform: scale3d(1, 1, 1);
      transition: transform 0.25s 0.2s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media only screen and (min-width: 768px) {
      .vans_hotspot__popup-inner {
        padding: 24px; } }
    @media only screen and (min-width: 1280px) {
      .vans_hotspot__popup-inner {
        padding: 32px; }
        .js .vans_hotspot__popup-inner,
        .-active .vans_hotspot__popup-inner {
          transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); } }
  .vans_hotspot__popup-headline {
    max-height: calc(1em * 3 * 1.3);
    overflow: hidden; }
    @supports (-webkit-line-clamp: 3) {
      .vans_hotspot__popup-headline {
        /* stylelint-disable value-no-vendor-prefix  */
        display: -webkit-box;
        /* stylelint-enable */
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; } }
    .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__popup-headline, .vans_theme-light .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-headline {
      font-family: CorporateSBold, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #333; }
    .vans_theme-dark .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-headline {
      font-family: CorporateSBold, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #fff; }
    @media only screen and (min-width: 768px) {
      .vans_hotspot__popup-headline {
        max-height: calc(1em * 2 * 1.3);
        overflow: hidden; }
        @supports (-webkit-line-clamp: 2) {
          .vans_hotspot__popup-headline {
            /* stylelint-disable value-no-vendor-prefix  */
            display: -webkit-box;
            /* stylelint-enable */
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; } } }
    @media only screen and (min-width: 1024px) {
      .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__popup-headline, .vans_theme-light .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-headline {
        font-family: CorporateSRegular, -apple-system, sans-serif;
        color: #333; }
        :lang(ko) .vans_hotspot__popup-headline, :lang(ko) [class*="vans_theme-"] .vans_hotspot__popup-headline, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__popup-headline, :lang(ko) .vans_theme-light .vans_hotspot__popup-headline, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-headline, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-headline {
          font-family: MBKCorporateSRegular, sans-serif; } }
  @media only screen and (min-width: 1024px) and (min-width: 0) {
    .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__popup-headline, .vans_theme-light .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-headline {
      font-size: 18px;
      line-height: 23px; } }
  @media only screen and (min-width: 1024px) and (min-width: 768px) {
    .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__popup-headline, .vans_theme-light .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-headline {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1280px) {
    .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__popup-headline, .vans_theme-light .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__popup-headline {
      font-size: 22px;
      line-height: 29px; } }
    @media only screen and (min-width: 1024px) {
      .vans_theme-dark .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-headline {
        font-family: CorporateSRegular, -apple-system, sans-serif;
        color: #fff; }
        :lang(ko) .vans_theme-dark .vans_hotspot__popup-headline, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-headline, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-headline {
          font-family: MBKCorporateSRegular, sans-serif; } }
  @media only screen and (min-width: 1024px) and (min-width: 0) {
    .vans_theme-dark .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-headline {
      font-size: 18px;
      line-height: 23px; } }
  @media only screen and (min-width: 1024px) and (min-width: 768px) {
    .vans_theme-dark .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-headline {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1280px) {
    .vans_theme-dark .vans_hotspot__popup-headline, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__popup-headline {
      font-size: 22px;
      line-height: 29px; } }
  .vans_hotspot__link {
    max-height: calc(1em * 2 * 1.3);
    overflow: hidden; }
    @supports (-webkit-line-clamp: 2) {
      .vans_hotspot__link {
        /* stylelint-disable value-no-vendor-prefix  */
        display: -webkit-box;
        /* stylelint-enable */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; } }
    .vans_hotspot__link, [class*="vans_theme-"] .vans_hotspot__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, .vans_theme-light .vans_hotspot__link, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #333;
      cursor: pointer; }
      :lang(ko) .vans_hotspot__link, :lang(ko) [class*="vans_theme-"] .vans_hotspot__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, :lang(ko) .vans_theme-light .vans_hotspot__link, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_hotspot__link:hover, .vans_hotspot__link.-active, .vans_hotspot__link.-open, html.-hover [class*="vans_theme-"] .vans_hotspot__link:hover, [class*="vans_theme-"] .vans_hotspot__link.-active, [class*="vans_theme-"] .vans_hotspot__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link.-open, html.-hover .vans_theme-light .vans_hotspot__link:hover, .vans_theme-light .vans_hotspot__link.-active, .vans_theme-light .vans_hotspot__link.-open, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link:hover, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link.-active, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link.-open {
        color: #00adef; }
      html:not([dir="rtl"]) .vans_hotspot__link,
      html[dir="rtl"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link {
        margin-top: 18px; }
      html:not([dir="rtl"]) .vans_hotspot__link + .vans_hotspot__link,
      html[dir="rtl"] .vans_hotspot__link + .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link + .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link + .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link + .vans_hotspot__link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot__link + .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_hotspot__link, html:not([dir="rtl"]) .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) .vans_hotspot__link + .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] .vans_hotspot__link + .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link + .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link + .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link + .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot__link + .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link {
        margin-top: 12px; }
      html:not([dir="rtl"]) .vans_hotspot__link,
      html[dir="rtl"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link {
        margin-top: 15px; }
    .vans_theme-dark .vans_hotspot__link, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #fff;
      cursor: pointer; }
      :lang(ko) .vans_theme-dark .vans_hotspot__link, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_theme-dark .vans_hotspot__link:hover, .vans_theme-dark .vans_hotspot__link.-active, .vans_theme-dark .vans_hotspot__link.-open, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link:hover, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link.-active, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link.-open {
        color: #00adef; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link {
        margin-top: 18px; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot__link + .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] .vans_theme-dark .vans_hotspot__link + .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link {
        margin-top: 12px; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link {
        margin-top: 15px; }
    @media only screen and (min-width: 1024px) {
      .vans_hotspot__link, [class*="vans_theme-"] .vans_hotspot__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, .vans_theme-light .vans_hotspot__link, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link {
        font-family: CorporateSRegular, -apple-system, sans-serif;
        font-size: 16px;
        line-height: 21px;
        color: #333;
        cursor: pointer; }
        :lang(ko) .vans_hotspot__link, :lang(ko) [class*="vans_theme-"] .vans_hotspot__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, :lang(ko) .vans_theme-light .vans_hotspot__link, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link {
          font-family: MBKCorporateSRegular, sans-serif; }
        html.-hover .vans_hotspot__link:hover, .vans_hotspot__link.-active, .vans_hotspot__link.-open, html.-hover [class*="vans_theme-"] .vans_hotspot__link:hover, [class*="vans_theme-"] .vans_hotspot__link.-active, [class*="vans_theme-"] .vans_hotspot__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link.-open, html.-hover .vans_theme-light .vans_hotspot__link:hover, .vans_theme-light .vans_hotspot__link.-active, .vans_theme-light .vans_hotspot__link.-open, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link:hover, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link.-active, [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link.-open {
          color: #00adef; }
        html:not([dir="rtl"]) .vans_hotspot__link,
        html[dir="rtl"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link {
          margin-top: 18px; }
        html:not([dir="rtl"]) .vans_hotspot__link + .vans_hotspot__link,
        html[dir="rtl"] .vans_hotspot__link + .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link + .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link + .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link + .vans_hotspot__link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot__link + .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_hotspot__link, html:not([dir="rtl"]) .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link, html:not([dir="rtl"]) .vans_hotspot__link + .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] .vans_hotspot__link + .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link + .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link + .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link + .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot__link + .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot__link {
          margin-top: 12px; }
      .vans_theme-dark .vans_hotspot__link, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link {
        font-family: CorporateSRegular, -apple-system, sans-serif;
        font-size: 16px;
        line-height: 21px;
        color: #fff;
        cursor: pointer; }
        :lang(ko) .vans_theme-dark .vans_hotspot__link, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link {
          font-family: MBKCorporateSRegular, sans-serif; }
        html.-hover .vans_theme-dark .vans_hotspot__link:hover, .vans_theme-dark .vans_hotspot__link.-active, .vans_theme-dark .vans_hotspot__link.-open, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link:hover, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link.-active, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link.-open {
          color: #00adef; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot__link,
        html[dir="rtl"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link {
          margin-top: 18px; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot__link + .vans_theme-dark .vans_hotspot__link,
        html[dir="rtl"] .vans_theme-dark .vans_hotspot__link + .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + .vans_theme-dark .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + .vans_theme-dark .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
        html[dir="rtl"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
        html[dir="rtl"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot__link {
          margin-top: 12px; } }
  .vans_hotspot__slider-container {
    opacity: 0; }
    .vans_hotspot__slider-container.-visible {
      animation: hotspot-slider-build-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1), vans_blendin 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards; }
    @media only screen and (min-width: 480px) {
      .vans_hotspot__slider-container {
        display: none; } }
  .vans_hotspot__slider {
    margin: 12px 0; }
    @media only screen and (min-width: 0) {
      .vans_hotspot__slider {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-left: 6px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-right: 6px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_hotspot__slider {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-left: 6px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-right: 6px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_hotspot__slider {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_hotspot__slider {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_hotspot__slider {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_hotspot__slider {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_hotspot__slider {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot__slider {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot__slider {
          padding-left: 12px; } }
  @media only screen and (min-width: 0) {
    .vans_hotspot__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_hotspot__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_hotspot__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_hotspot__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_hotspot__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_hotspot__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_hotspot__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot__disclaimer {
        padding-left: 12px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.pnlm-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  cursor: default;
  width: 100%;
  height: 100%;
  font-family: Helvetica, "Nimbus Sans L", "Liberation Sans", Arial, sans-serif;
  background: #f4f4f4 url("../../../apps/vans/components/hotspot/clientlib/img/background.svg") repeat;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  line-height: 1.4;
  contain: content; }

.pnlm-container * {
  box-sizing: content-box; }

.pnlm-ui {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.pnlm-grab {
  cursor: grab;
  cursor: url("../../../apps/vans/components/hotspot/clientlib/img/grab.svg") 12 8, default; }

.pnlm-grabbing {
  cursor: grabbing;
  cursor: url("../../../apps/vans/components/hotspot/clientlib/img/grabbing.svg") 12 8, default;
  touch-action: none; }

.pnlm-sprite {
  background-image: url("../../../apps/vans/components/hotspot/clientlib/img/sprites.svg"); }

.pnlm-container:-moz-full-screen {
  height: 100% !important;
  width: 100% !important;
  position: static !important; }

.pnlm-container:-webkit-full-screen {
  height: 100% !important;
  width: 100% !important;
  position: static !important; }

.pnlm-container:-ms-fullscreen {
  height: 100% !important;
  width: 100% !important;
  position: static !important; }

.pnlm-container:fullscreen {
  height: 100% !important;
  width: 100% !important;
  position: static !important; }

.pnlm-render-container {
  cursor: inherit;
  /* Fix display bug in Safari 7 */
  position: absolute;
  height: 100%;
  width: 100%; }

.pnlm-controls {
  margin-top: 4px;
  background-color: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  cursor: pointer;
  z-index: 2;
  /* Fix Safari fullscreen bug */
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px); }

.pnlm-control:hover {
  background-color: #f8f8f8; }

.pnlm-controls-container {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 1; }

.pnlm-zoom-controls {
  width: 26px;
  height: 52px; }

.pnlm-zoom-in {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  border-radius: 3px 3px 0 0; }

.pnlm-zoom-out {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background-position: 0 -26px;
  border-top: 1px solid #ddd;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.pnlm-fullscreen-toggle-button, .pnlm-orientation-button, .pnlm-hot-spot-debug-indicator {
  width: 26px;
  height: 26px; }

.pnlm-hot-spot-debug-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 13px;
  display: none; }

.pnlm-orientation-button-inactive {
  background-position: 0 -156px; }

.pnlm-orientation-button-active {
  background-position: 0 -182px; }

.pnlm-fullscreen-toggle-button-inactive {
  background-position: 0 -52px; }

.pnlm-fullscreen-toggle-button-active {
  background-position: 0 -78px; }

.pnlm-panorama-info {
  position: absolute;
  bottom: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 3px 3px 0;
  padding-right: 10px;
  color: #fff;
  text-align: left;
  display: none;
  z-index: 2;
  /* Fix Safari fullscreen bug */
  -webkit-transform: translateZ(9999px);
  transform: translateZ(9999px); }

.pnlm-title-box {
  position: relative;
  font-size: 20px;
  display: table;
  padding-left: 5px;
  margin-bottom: 3px; }

.pnlm-author-box {
  position: relative;
  font-size: 12px;
  display: table;
  padding-left: 5px; }

.pnlm-load-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: none;
  color: #fff; }

.pnlm-load-box p {
  margin: 20px 0; }

.pnlm-lbox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  display: none; }

.pnlm-loading {
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-name: pnlm-mv;
  -webkit-animation-name: pnlm-mv;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  height: 10px;
  width: 10px;
  background-color: #fff;
  position: relative; }

@keyframes pnlm-mv {
  from {
    left: 0;
    top: 0; }
  25% {
    left: 10px;
    top: 0; }
  50% {
    left: 10px;
    top: 10px; }
  75% {
    left: 0;
    top: 10px; }
  to {
    left: 0;
    top: 0; } }

@-webkit-keyframes pnlm-mv {
  from {
    left: 0;
    top: 0; }
  25% {
    left: 10px;
    top: 0; }
  50% {
    left: 10px;
    top: 10px; }
  75% {
    left: 0;
    top: 10px; }
  to {
    left: 0;
    top: 0; } }

.pnlm-load-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 100px;
  margin: -50px 0 0 -100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  display: table;
  color: #fff;
  cursor: pointer; }

.pnlm-load-button:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.pnlm-load-button p {
  display: table-cell;
  vertical-align: middle; }

.pnlm-info-box {
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 150px;
  margin: -75px 0 0 -100px;
  background-color: #000;
  border-radius: 3px;
  display: table;
  text-align: center;
  color: #fff;
  table-layout: fixed; }

.pnlm-info-box a, .pnlm-author-box a {
  color: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.pnlm-info-box p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 5px; }

.pnlm-error-msg {
  display: none; }

.pnlm-about-msg {
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  padding: 5px 8px 5px 8px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  position: absolute;
  top: 50px;
  left: 50px;
  display: none;
  opacity: 0;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  z-index: 1; }

.pnlm-about-msg a:link, .pnlm-about-msg a:visited {
  color: #fff; }

.pnlm-about-msg a:hover, .pnlm-about-msg a:active {
  color: #eee; }

.pnlm-hotspot-base {
  position: absolute;
  visibility: hidden;
  cursor: default;
  vertical-align: middle;
  top: 0;
  z-index: 1; }

.pnlm-hotspot {
  height: 26px;
  width: 26px;
  border-radius: 13px; }

.pnlm-hotspot:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.pnlm-hotspot.pnlm-info {
  background-position: 0 -104px; }

.pnlm-hotspot.pnlm-scene {
  background-position: 0 -130px; }

div.pnlm-tooltip span {
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  max-width: 200px;
  padding: 5px 10px;
  margin-left: -220px;
  cursor: default; }

div.pnlm-tooltip:hover span {
  visibility: visible; }

div.pnlm-tooltip:hover span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%; }

.pnlm-compass {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 4px;
  bottom: 4px;
  border-radius: 25px;
  background-image: url("../../../apps/vans/components/hotspot/clientlib/img/compass.svg");
  cursor: default;
  display: none; }

.pnlm-world {
  position: absolute;
  left: 50%;
  top: 50%; }

.pnlm-face {
  position: absolute;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0; }

.pnlm-dragfix, .pnlm-preview-img {
  position: absolute;
  height: 100%;
  width: 100%; }

.pnlm-preview-img {
  background-size: cover;
  background-position: center; }

.pnlm-lbar {
  width: 150px;
  margin: 0 auto;
  border: #fff 1px solid;
  height: 6px; }

.pnlm-lbar-fill {
  background: #fff;
  height: 100%;
  width: 0; }

.pnlm-lmsg {
  font-size: 12px; }

.pnlm-fade-img {
  position: absolute;
  top: 0;
  left: 0; }

.pnlm-pointer {
  cursor: pointer; }

.vans_hotspot-360 {
  /* Pannellum styles */ }
  html:not([dir="rtl"]) .vans_hotspot-360,
  html[dir="rtl"] .vans_hotspot-360 {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_hotspot-360,
  html[dir="rtl"] .vans_hotspot-360 {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_hotspot-360 {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_hotspot-360 {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_hotspot-360 {
      font-size: 33px;
      line-height: 33px; } }
  .vans_hotspot-360__header, .vans_hotspot-360__footer {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_hotspot-360__header,
      html[dir="rtl"] .vans_hotspot-360__header, html:not([dir="rtl"]) .vans_hotspot-360__footer,
      html[dir="rtl"] .vans_hotspot-360__footer {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_hotspot-360__header,
      html[dir="rtl"] .vans_hotspot-360__header, html:not([dir="rtl"]) .vans_hotspot-360__footer,
      html[dir="rtl"] .vans_hotspot-360__footer {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_hotspot-360__header,
      html[dir="rtl"] .vans_hotspot-360__header, html:not([dir="rtl"]) .vans_hotspot-360__footer,
      html[dir="rtl"] .vans_hotspot-360__footer {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_hotspot-360__header,
      html[dir="rtl"] .vans_hotspot-360__header, html:not([dir="rtl"]) .vans_hotspot-360__footer,
      html[dir="rtl"] .vans_hotspot-360__footer {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_hotspot-360__header, .vans_hotspot-360__footer {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_hotspot-360__header,
        html[dir="rtl"] .vans_hotspot-360__header, html:not([dir="rtl"]) .vans_hotspot-360__footer,
        html[dir="rtl"] .vans_hotspot-360__footer {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_hotspot-360__header, .vans_hotspot-360__footer {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_hotspot-360__header,
        html[dir="rtl"] .vans_hotspot-360__header, html:not([dir="rtl"]) .vans_hotspot-360__footer,
        html[dir="rtl"] .vans_hotspot-360__footer {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_hotspot-360__header, .vans_hotspot-360__footer {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_hotspot-360__header,
        html[dir="rtl"] .vans_hotspot-360__header, html:not([dir="rtl"]) .vans_hotspot-360__footer,
        html[dir="rtl"] .vans_hotspot-360__footer {
          margin: 0 auto; } }
  @media only screen and (min-width: 0) {
    .vans_hotspot-360__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-left: 6px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-right: 6px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_hotspot-360__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-left: 6px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-right: 6px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_hotspot-360__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_hotspot-360__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_hotspot-360__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_hotspot-360__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_hotspot-360__headline-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot-360__headline-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot-360__headline-container {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_hotspot-360__headline-container,
  html[dir="rtl"] .vans_hotspot-360__headline-container {
    margin-bottom: 0.8em; }
  @media only screen and (min-width: 0) {
    .vans_hotspot-360__headline-container {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_hotspot-360__headline-container {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_hotspot-360__headline-container {
      font-size: 33px;
      line-height: 33px; } }
  .vans_hotspot-360__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_hotspot-360__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_hotspot-360__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_hotspot-360__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_hotspot-360__headline {
        font-size: 40px;
        line-height: 40px; } }
  .vans_hotspot-360__copy {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 18px; }
    @media only screen and (min-width: 0) {
      .vans_hotspot-360__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-left: 6px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-right: 6px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_hotspot-360__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-left: 6px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-right: 6px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_hotspot-360__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_hotspot-360__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_hotspot-360__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_hotspot-360__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_hotspot-360__copy {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-left: 12px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_hotspot-360__copy {
          padding-right: 12px; }
        html[dir="rtl"] .vans_hotspot-360__copy {
          padding-left: 12px; } }
    :lang(ko) .vans_hotspot-360__copy {
      font-family: MBKCorporateSRegular, sans-serif; }
    @media only screen and (min-width: 768px) {
      .vans_hotspot-360__copy {
        margin: 0 0 25px; } }
  @media only screen and (min-width: 480px) {
    .vans_hotspot-360__panorama-container {
      position: relative;
      overflow: hidden; }
      .vans_hotspot-360__panorama-container::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot-360__panorama-container::before,
        html[dir="rtl"] .vans_hotspot-360__panorama-container::before {
          padding-bottom: 56.25%; }
      .vans_hotspot-360__panorama-container > .vans_hotspot-360__panorama {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_hotspot-360__panorama-container > .vans_hotspot-360__panorama {
          left: 0; }
        html[dir="rtl"] .vans_hotspot-360__panorama-container > .vans_hotspot-360__panorama {
          right: 0; }
        html:not([dir="rtl"]) .vans_hotspot-360__panorama-container > .vans_hotspot-360__panorama {
          right: 0; }
        html[dir="rtl"] .vans_hotspot-360__panorama-container > .vans_hotspot-360__panorama {
          left: 0; } }
  @media only screen and (min-width: 1280px) {
    .vans_hotspot-360__panorama-container {
      position: relative;
      overflow: hidden; }
      .vans_hotspot-360__panorama-container::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_hotspot-360__panorama-container::before,
        html[dir="rtl"] .vans_hotspot-360__panorama-container::before {
          padding-bottom: 40%; }
      .vans_hotspot-360__panorama-container > .vans_hotspot-360__panorama {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_hotspot-360__panorama-container > .vans_hotspot-360__panorama {
          left: 0; }
        html[dir="rtl"] .vans_hotspot-360__panorama-container > .vans_hotspot-360__panorama {
          right: 0; }
        html:not([dir="rtl"]) .vans_hotspot-360__panorama-container > .vans_hotspot-360__panorama {
          right: 0; }
        html[dir="rtl"] .vans_hotspot-360__panorama-container > .vans_hotspot-360__panorama {
          left: 0; } }
  .vans_hotspot-360__panorama.vans_hotspot-360__panorama {
    background: none;
    height: 72vh;
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .vans_hotspot-360__panorama.vans_hotspot-360__panorama {
        height: 100%; } }
  .vans_hotspot-360__controls {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 4; }
  .vans_hotspot-360__scroll-helper, .vans_hotspot-360__loader {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 3; }
  .vans_hotspot-360__scroll-helper {
    font-family: CorporateACondensedRegular, sans-serif;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    width: 100%; }
    :lang(ko) .vans_hotspot-360__scroll-helper {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_hotspot-360__scroll-helper {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_hotspot-360__scroll-helper {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_hotspot-360__scroll-helper {
        font-size: 40px;
        line-height: 40px; } }
    .vans_hotspot-360__scroll-helper.-active {
      opacity: 1; }
    .vans_hotspot-360__scroll-helper .vans_ic-76-two-finger-drag {
      font-size: 60px;
      opacity: 0.8; }
  .vans_hotspot-360__loader {
    height: 0;
    width: 0; }
    .vans_hotspot-360__panorama.-loaded .vans_hotspot-360__loader {
      animation: vans_blendin 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
      height: 100%;
      width: 100%; }
    .vans_hotspot-360__panorama.-initialized .vans_hotspot-360__loader {
      animation: vans_blendout 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
  .vans_hotspot-360__loader-icon {
    font-size: 46.93333px;
    opacity: 0.6;
    color: #fff; }
  .vans_hotspot-360__button, .vans_hotspot-360__button--orientation {
    background: #333;
    color: #8d8d8d;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    width: 40px; }
    .vans_hotspot-360__button.-active, .-active.vans_hotspot-360__button--orientation {
      color: #00adef; }
  .vans_hotspot-360__button--orientation {
    display: none; }
    .vans_hotspot-360__button--orientation.-visible {
      display: block; }
  .vans_hotspot-360__button-label {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */ }
    html:not([dir="rtl"]) .vans_hotspot-360__button-label,
    html[dir="rtl"] .vans_hotspot-360__button-label {
      border: 0; }
    html:not([dir="rtl"]) .vans_hotspot-360__button-label,
    html[dir="rtl"] .vans_hotspot-360__button-label {
      margin: -1px; }
    html:not([dir="rtl"]) .vans_hotspot-360__button-label,
    html[dir="rtl"] .vans_hotspot-360__button-label {
      padding: 0; }
  .vans_hotspot-360__hotspot-container.vans_hotspot-360__hotspot-container {
    border-radius: 0;
    height: auto;
    width: auto; }
    .vans_hotspot-360__hotspot-container.vans_hotspot-360__hotspot-container.-active {
      z-index: 2; }
  .vans_hotspot-360__hotspot {
    border-radius: 100%;
    box-sizing: content-box;
    height: 24px;
    line-height: 1.5;
    padding: 10px;
    text-align: center;
    width: 24px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: vans_blendin 0.25s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
    cursor: pointer;
    font-size: 16px; }
    .vans_hotspot-360__hotspot, [class*="vans_theme-"] .vans_hotspot-360__hotspot, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__hotspot, .vans_theme-light .vans_hotspot-360__hotspot, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__hotspot, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__hotspot {
      color: #fff; }
    .vans_theme-dark .vans_hotspot-360__hotspot, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__hotspot, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__hotspot {
      color: #000; }
    .vans_hotspot-360__hotspot::after, .vans_hotspot-360__hotspot::before {
      border-radius: 100%;
      bottom: -100%;
      content: "";
      display: block;
      left: -100%;
      margin: auto;
      position: absolute;
      right: -100%;
      top: -100%;
      z-index: -1; }
    .vans_hotspot-360__hotspot::after {
      height: inherit;
      transition: border-color 0.1s 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), width 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      width: inherit; }
    .vans_hotspot-360__hotspot::before {
      background: #00adef;
      height: 18px;
      width: 18px; }
    .-hover .vans_hotspot-360__hotspot:hover::after {
      background: rgba(0, 136, 198, 0.32);
      border-color: transparent;
      height: 40px;
      transition-delay: 0s, 0s, 0s, 0s;
      width: 40px; }
    .vans_hotspot-360__hotspot.-hide {
      animation: vans_blendout 0.15s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
  .vans_hotspot-360__hotspot-label {
    color: #fff;
    display: inline-block;
    left: 50%;
    margin: auto 0;
    padding: 0 25px;
    position: absolute;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50% 0;
    transition: transform 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
    white-space: nowrap;
    /* note: !important is allowed in modifiers */ }
    .vans_hotspot-360__hotspot-label.-hover {
      transform: scale3d(1, 1, 1); }
    .vans_hotspot-360__hotspot-label.-open-to-left {
      transform: translate3d(-100%, 0, 0) scale3d(0, 1, 1);
      transform-origin: 100% 50% 0; }
      .vans_hotspot-360__hotspot-label.-open-to-left.-hover {
        transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1); }
    .vans_hotspot-360__hotspot-label.-disable-transitions {
      transition: none !important; }
  .vans_hotspot-360__popup.vans_hotspot-360__popup {
    box-sizing: border-box;
    display: none;
    padding: 20px;
    pointer-events: none;
    width: 75vw; }
    .vans_hotspot-360__popup.vans_hotspot-360__popup, [class*="vans_theme-"] .vans_hotspot-360__popup.vans_hotspot-360__popup, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup.vans_hotspot-360__popup, .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup {
      background: rgba(255, 255, 255, 0.9); }
    .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup {
      background: rgba(0, 0, 0, 0.6); }
    @media only screen and (min-width: 480px) {
      .vans_hotspot-360__popup.vans_hotspot-360__popup {
        width: 43vw; } }
    @media only screen and (min-width: 768px) {
      .vans_hotspot-360__popup.vans_hotspot-360__popup {
        padding: 24px; } }
    @media only screen and (min-width: 1280px) {
      .vans_hotspot-360__popup.vans_hotspot-360__popup {
        padding: 32px;
        width: 32vw; } }
    .vans_hotspot-360__popup.vans_hotspot-360__popup.-animate .vans_rte-block__inner,
    .vans_hotspot-360__popup.vans_hotspot-360__popup.-animate .vans_hotspot-360__popup-headline,
    .vans_hotspot-360__popup.vans_hotspot-360__popup.-animate .vans_hotspot-360__popup-link {
      opacity: 1; }
    .vans_hotspot-360__popup.vans_hotspot-360__popup.-active {
      display: block; }
    .vans_hotspot-360__popup.vans_hotspot-360__popup.-enable-transition {
      transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
      max-height: calc(1em * 4 * 1.3);
      overflow: hidden;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
      @supports (-webkit-line-clamp: 4) {
        .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; } }
      html:not([dir="rtl"]) .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner,
      html[dir="rtl"] .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
        margin-top: 6px; }
      .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, [class*="vans_theme-"] .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
        font-family: CorporateSRegular, -apple-system, sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #333; }
        :lang(ko) .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
          font-family: MBKCorporateSRegular, sans-serif; }
      .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
        font-family: CorporateSRegular, -apple-system, sans-serif;
        font-size: 14px;
        line-height: 18px;
        color: #fff; }
        :lang(ko) .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
          font-family: MBKCorporateSRegular, sans-serif; }
      @media only screen and (min-width: 480px) {
        .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
          max-height: calc(1em * 5 * 1.3);
          overflow: hidden; }
          @supports (-webkit-line-clamp: 5) {
            .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
              /* stylelint-disable value-no-vendor-prefix  */
              display: -webkit-box;
              /* stylelint-enable */
              -webkit-line-clamp: 5;
              -webkit-box-orient: vertical; } } }
      @media only screen and (min-width: 768px) {
        .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
          max-height: calc(1em * 10 * 1.3);
          overflow: hidden; }
          @supports (-webkit-line-clamp: 10) {
            .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
              /* stylelint-disable value-no-vendor-prefix  */
              display: -webkit-box;
              /* stylelint-enable */
              -webkit-line-clamp: 10;
              -webkit-box-orient: vertical; } } }
      @media only screen and (min-width: 1024px) {
        html:not([dir="rtl"]) .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner,
        html[dir="rtl"] .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
          margin-top: 18px; }
        .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, [class*="vans_theme-"] .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
          font-family: CorporateSRegular, -apple-system, sans-serif;
          font-size: 16px;
          line-height: 21px;
          color: #333; }
          :lang(ko) .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
            font-family: MBKCorporateSRegular, sans-serif; }
        .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
          font-family: CorporateSRegular, -apple-system, sans-serif;
          font-size: 16px;
          line-height: 21px;
          color: #fff; }
          :lang(ko) .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup.vans_hotspot-360__popup .vans_rte-block__inner {
            font-family: MBKCorporateSRegular, sans-serif; } }
  .vans_hotspot-360__popup-headline, .vans_hotspot-360__popup-link {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .vans_hotspot-360__popup-close, .vans_hotspot-360__popup-link {
    pointer-events: auto; }
  .vans_hotspot-360__popup-close {
    box-sizing: content-box;
    font-size: 16px;
    height: 24px;
    padding: 10px;
    position: absolute;
    width: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; }
    .vans_hotspot-360__popup-close, [class*="vans_theme-"] .vans_hotspot-360__popup-close, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-close, .vans_theme-light .vans_hotspot-360__popup-close, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-close, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-close {
      color: #fff; }
    .vans_theme-dark .vans_hotspot-360__popup-close, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-close, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-close {
      color: #000; }
    .vans_hotspot-360__popup-close::before, [class*="vans_theme-"] .vans_hotspot-360__popup-close::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-close::before, .vans_theme-light .vans_hotspot-360__popup-close::before, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-close::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-close::before {
      background: #333; }
    .-hover .vans_hotspot-360__popup-close:hover::before, .-hover [class*="vans_theme-"] .vans_hotspot-360__popup-close:hover::before, .-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-close:hover::before, .-hover .vans_theme-light .vans_hotspot-360__popup-close:hover::before, .-hover [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-close:hover::before, .-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-close:hover::before {
      background: #242424; }
    .vans_theme-dark .vans_hotspot-360__popup-close::before, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-close::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-close::before {
      background: #ececec; }
    .-hover .vans_theme-dark .vans_hotspot-360__popup-close:hover::before, .-hover [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-close:hover::before, .-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-close:hover::before {
      background: #d9d9d9; }
    .vans_hotspot-360__popup-close::before {
      border-radius: 100%;
      bottom: -100%;
      content: '';
      display: block;
      height: 24px;
      left: -100%;
      margin: auto;
      position: absolute;
      right: -100%;
      top: -100%;
      width: 24px; }
  .vans_hotspot-360__popup-headline {
    max-height: calc(1em * 3 * 1.3);
    overflow: hidden; }
    @supports (-webkit-line-clamp: 3) {
      .vans_hotspot-360__popup-headline {
        /* stylelint-disable value-no-vendor-prefix  */
        display: -webkit-box;
        /* stylelint-enable */
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; } }
    .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-headline, .vans_theme-light .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-headline {
      font-family: CorporateSBold, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #333; }
    .vans_theme-dark .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-headline {
      font-family: CorporateSBold, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #fff; }
    @media only screen and (min-width: 768px) {
      .vans_hotspot-360__popup-headline {
        max-height: calc(1em * 2 * 1.3);
        overflow: hidden; }
        @supports (-webkit-line-clamp: 2) {
          .vans_hotspot-360__popup-headline {
            /* stylelint-disable value-no-vendor-prefix  */
            display: -webkit-box;
            /* stylelint-enable */
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; } } }
    @media only screen and (min-width: 1024px) {
      .vans_hotspot-360__popup-headline {
        max-height: calc(1em * 3 * 1.3);
        overflow: hidden; }
        @supports (-webkit-line-clamp: 3) {
          .vans_hotspot-360__popup-headline {
            /* stylelint-disable value-no-vendor-prefix  */
            display: -webkit-box;
            /* stylelint-enable */
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical; } }
        .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-headline, .vans_theme-light .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-headline {
          font-family: CorporateSRegular, -apple-system, sans-serif;
          color: #333; }
          :lang(ko) .vans_hotspot-360__popup-headline, :lang(ko) [class*="vans_theme-"] .vans_hotspot-360__popup-headline, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-headline, :lang(ko) .vans_theme-light .vans_hotspot-360__popup-headline, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-headline, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-headline {
            font-family: MBKCorporateSRegular, sans-serif; } }
    @media only screen and (min-width: 1024px) and (min-width: 0) {
      .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-headline, .vans_theme-light .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-headline {
        font-size: 18px;
        line-height: 23px; } }
    @media only screen and (min-width: 1024px) and (min-width: 768px) {
      .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-headline, .vans_theme-light .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-headline {
        font-size: 20px;
        line-height: 26px; } }
    @media only screen and (min-width: 1024px) and (min-width: 1280px) {
      .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-headline, .vans_theme-light .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-headline {
        font-size: 22px;
        line-height: 29px; } }
    @media only screen and (min-width: 1024px) {
        .vans_theme-dark .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-headline {
          font-family: CorporateSRegular, -apple-system, sans-serif;
          color: #fff; }
          :lang(ko) .vans_theme-dark .vans_hotspot-360__popup-headline, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-headline, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-headline {
            font-family: MBKCorporateSRegular, sans-serif; } }
    @media only screen and (min-width: 1024px) and (min-width: 0) {
      .vans_theme-dark .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-headline {
        font-size: 18px;
        line-height: 23px; } }
    @media only screen and (min-width: 1024px) and (min-width: 768px) {
      .vans_theme-dark .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-headline {
        font-size: 20px;
        line-height: 26px; } }
    @media only screen and (min-width: 1024px) and (min-width: 1280px) {
      .vans_theme-dark .vans_hotspot-360__popup-headline, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-headline {
        font-size: 22px;
        line-height: 29px; } }
  .vans_hotspot-360__popup-link {
    max-height: calc(1em * 2 * 1.3);
    overflow: hidden; }
    @supports (-webkit-line-clamp: 2) {
      .vans_hotspot-360__popup-link {
        /* stylelint-disable value-no-vendor-prefix  */
        display: -webkit-box;
        /* stylelint-enable */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; } }
    .vans_hotspot-360__popup-link, [class*="vans_theme-"] .vans_hotspot-360__popup-link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, .vans_theme-light .vans_hotspot-360__popup-link, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #333;
      cursor: pointer; }
      :lang(ko) .vans_hotspot-360__popup-link, :lang(ko) [class*="vans_theme-"] .vans_hotspot-360__popup-link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, :lang(ko) .vans_theme-light .vans_hotspot-360__popup-link, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_hotspot-360__popup-link:hover, .vans_hotspot-360__popup-link.-active, .vans_hotspot-360__popup-link.-open, html.-hover [class*="vans_theme-"] .vans_hotspot-360__popup-link:hover, [class*="vans_theme-"] .vans_hotspot-360__popup-link.-active, [class*="vans_theme-"] .vans_hotspot-360__popup-link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link.-open, html.-hover .vans_theme-light .vans_hotspot-360__popup-link:hover, .vans_theme-light .vans_hotspot-360__popup-link.-active, .vans_theme-light .vans_hotspot-360__popup-link.-open, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link:hover, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link.-active, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link.-open {
        color: #00adef; }
      html:not([dir="rtl"]) .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link {
        margin-top: 18px; }
      html:not([dir="rtl"]) .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link {
        margin-top: 12px; }
      html:not([dir="rtl"]) .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link {
        margin-top: 15px; }
    .vans_theme-dark .vans_hotspot-360__popup-link, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #fff;
      cursor: pointer; }
      :lang(ko) .vans_theme-dark .vans_hotspot-360__popup-link, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_theme-dark .vans_hotspot-360__popup-link:hover, .vans_theme-dark .vans_hotspot-360__popup-link.-active, .vans_theme-dark .vans_hotspot-360__popup-link.-open, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link:hover, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link.-active, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link.-open {
        color: #00adef; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link {
        margin-top: 18px; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot-360__popup-link + .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_theme-dark .vans_hotspot-360__popup-link + .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link {
        margin-top: 12px; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link {
        margin-top: 15px; }
    @media only screen and (min-width: 1024px) {
      .vans_hotspot-360__popup-link, [class*="vans_theme-"] .vans_hotspot-360__popup-link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, .vans_theme-light .vans_hotspot-360__popup-link, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link {
        font-family: CorporateSRegular, -apple-system, sans-serif;
        font-size: 16px;
        line-height: 21px;
        color: #333;
        cursor: pointer; }
        :lang(ko) .vans_hotspot-360__popup-link, :lang(ko) [class*="vans_theme-"] .vans_hotspot-360__popup-link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, :lang(ko) .vans_theme-light .vans_hotspot-360__popup-link, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link {
          font-family: MBKCorporateSRegular, sans-serif; }
        html.-hover .vans_hotspot-360__popup-link:hover, .vans_hotspot-360__popup-link.-active, .vans_hotspot-360__popup-link.-open, html.-hover [class*="vans_theme-"] .vans_hotspot-360__popup-link:hover, [class*="vans_theme-"] .vans_hotspot-360__popup-link.-active, [class*="vans_theme-"] .vans_hotspot-360__popup-link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link.-open, html.-hover .vans_theme-light .vans_hotspot-360__popup-link:hover, .vans_theme-light .vans_hotspot-360__popup-link.-active, .vans_theme-light .vans_hotspot-360__popup-link.-open, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link:hover, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link.-active, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link.-open {
          color: #00adef; }
        html:not([dir="rtl"]) .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link {
          margin-top: 18px; }
        html:not([dir="rtl"]) .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360__popup-link {
          margin-top: 12px; }
      .vans_theme-dark .vans_hotspot-360__popup-link, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link {
        font-family: CorporateSRegular, -apple-system, sans-serif;
        font-size: 16px;
        line-height: 21px;
        color: #fff;
        cursor: pointer; }
        :lang(ko) .vans_theme-dark .vans_hotspot-360__popup-link, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link {
          font-family: MBKCorporateSRegular, sans-serif; }
        html.-hover .vans_theme-dark .vans_hotspot-360__popup-link:hover, .vans_theme-dark .vans_hotspot-360__popup-link.-active, .vans_theme-dark .vans_hotspot-360__popup-link.-open, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link:hover, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link.-active, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link.-open {
          color: #00adef; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link {
          margin-top: 18px; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot-360__popup-link + .vans_theme-dark .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_theme-dark .vans_hotspot-360__popup-link + .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + .vans_theme-dark .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + .vans_theme-dark .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
        html[dir="rtl"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360__popup-link {
          margin-top: 12px; } }
  @media only screen and (min-width: 0) {
    .vans_hotspot-360__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_hotspot-360__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_hotspot-360__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_hotspot-360__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_hotspot-360__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_hotspot-360__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_hotspot-360__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_hotspot-360__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_hotspot-360__disclaimer {
        padding-left: 12px; } }
  .vans_hotspot-360 .pnlm-grab {
    cursor: grab; }
  .vans_hotspot-360 .pnlm-grabbing {
    cursor: grabbing; }
  .vans_hotspot-360 .pnlm-sprite,
  .vans_hotspot-360 .pnlm-compass {
    background: none; }
  .vans_hotspot-360 .pnlm-load-box::after {
    z-index: 5;
    content: "";
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 2rem;
    background: url("assets/loader/loading_animation_circle.svg");
    background-size: cover;
    animation: load 1s infinite linear, fade-in 1.5s; }
    html:not([dir="rtl"]) .vans_hotspot-360 .pnlm-load-box::after {
      left: 50%; }
    html[dir="rtl"] .vans_hotspot-360 .pnlm-load-box::after {
      right: 50%; }
    html:not([dir="rtl"]) .vans_hotspot-360 .pnlm-load-box::after {
      margin: -1rem 0 0 -1rem; }
    html[dir="rtl"] .vans_hotspot-360 .pnlm-load-box::after {
      margin: -1rem -1rem 0 0; }
    @media only screen and (min-width: 768px) {
      .vans_hotspot-360 .pnlm-load-box::after {
        width: 2.75rem;
        height: 2.75rem; }
        html:not([dir="rtl"]) .vans_hotspot-360 .pnlm-load-box::after {
          margin: -1.375rem 0 0 -1.375rem; }
        html[dir="rtl"] .vans_hotspot-360 .pnlm-load-box::after {
          margin: -1.375rem -1.375rem 0 0; } }
  .vans_hotspot-360 .pnlm-load-box > p:first-child {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */ }
    html:not([dir="rtl"]) .vans_hotspot-360 .pnlm-load-box > p:first-child,
    html[dir="rtl"] .vans_hotspot-360 .pnlm-load-box > p:first-child {
      border: 0; }
    html:not([dir="rtl"]) .vans_hotspot-360 .pnlm-load-box > p:first-child,
    html[dir="rtl"] .vans_hotspot-360 .pnlm-load-box > p:first-child {
      margin: -1px; }
    html:not([dir="rtl"]) .vans_hotspot-360 .pnlm-load-box > p:first-child,
    html[dir="rtl"] .vans_hotspot-360 .pnlm-load-box > p:first-child {
      padding: 0; }
  .vans_hotspot-360 .pnlm-lbar,
  .vans_hotspot-360 .pnlm-lbar-fill,
  .vans_hotspot-360 .pnlm-loading {
    display: none; }
  .vans_hotspot-360 .pnlm-load-box,
  .vans_hotspot-360 .pnlm-info-box {
    background: none;
    border-radius: 0; }
  .vans_hotspot-360 .pnlm-load-box, [class*="vans_theme-"] .vans_hotspot-360 .pnlm-load-box, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-load-box, .vans_hotspot-360 .pnlm-info-box, [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box, .vans_hotspot-360 .pnlm-lmsg, [class*="vans_theme-"] .vans_hotspot-360 .pnlm-lmsg, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-lmsg, .vans_theme-light .vans_hotspot-360 .pnlm-load-box, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-load-box, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-load-box, .vans_theme-light .vans_hotspot-360 .pnlm-info-box, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box, .vans_theme-light .vans_hotspot-360 .pnlm-lmsg, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-lmsg, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-lmsg {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333; }
    :lang(ko) .vans_hotspot-360 .pnlm-load-box, :lang(ko) [class*="vans_theme-"] .vans_hotspot-360 .pnlm-load-box, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-load-box, :lang(ko) .vans_hotspot-360 .pnlm-info-box, :lang(ko) [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box, :lang(ko) .vans_hotspot-360 .pnlm-lmsg, :lang(ko) [class*="vans_theme-"] .vans_hotspot-360 .pnlm-lmsg, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-lmsg, :lang(ko) .vans_theme-light .vans_hotspot-360 .pnlm-load-box, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-load-box, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-load-box, :lang(ko) .vans_theme-light .vans_hotspot-360 .pnlm-info-box, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box, :lang(ko) .vans_theme-light .vans_hotspot-360 .pnlm-lmsg, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-lmsg, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-lmsg {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_theme-dark .vans_hotspot-360 .pnlm-load-box, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-load-box, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-load-box, .vans_theme-dark .vans_hotspot-360 .pnlm-info-box, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box, .vans_theme-dark .vans_hotspot-360 .pnlm-lmsg, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-lmsg, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-lmsg {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff; }
    :lang(ko) .vans_theme-dark .vans_hotspot-360 .pnlm-load-box, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-load-box, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-load-box, :lang(ko) .vans_theme-dark .vans_hotspot-360 .pnlm-info-box, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box, :lang(ko) .vans_theme-dark .vans_hotspot-360 .pnlm-lmsg, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-lmsg, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-lmsg {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_hotspot-360 .pnlm-info-box a, [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    :lang(ko) .vans_hotspot-360 .pnlm-info-box a, :lang(ko) [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, :lang(ko) .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_hotspot-360 .pnlm-info-box a:hover, .vans_hotspot-360 .pnlm-info-box a.-active, .vans_hotspot-360 .pnlm-info-box a.-open, html.-hover [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a:hover, [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a.-active, [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a.-open, html.-hover .vans_theme-light .vans_hotspot-360 .pnlm-info-box a:hover, .vans_theme-light .vans_hotspot-360 .pnlm-info-box a.-active, .vans_theme-light .vans_hotspot-360 .pnlm-info-box a.-open, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a:hover, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a.-active, [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_hotspot-360 .pnlm-info-box a + .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_hotspot-360 .pnlm-info-box a + .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_hotspot-360 .pnlm-info-box a + .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_hotspot-360 .pnlm-info-box a + .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_hotspot-360 .pnlm-info-box a {
      margin-top: 12px; }
  .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    cursor: pointer; }
    :lang(ko) .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a:hover, .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a.-active, .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a.-open, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a:hover, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a.-active, [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_hotspot-360 .pnlm-info-box a {
      margin-top: 12px; }
  .vans_hotspot-360 .pnlm-error-msg {
    text-align: left; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_highlights, [class*="vans_theme-"] .vans_highlights, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights, .vans_theme-light .vans_highlights, [class*="vans_theme-"] .vans_theme-light .vans_highlights, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights {
  color: #333; }

.vans_theme-dark .vans_highlights, [class*="vans_theme-"] .vans_theme-dark .vans_highlights, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights {
  color: #fff; }

html:not([dir="rtl"]) .vans_highlights,
html[dir="rtl"] .vans_highlights {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_highlights,
html[dir="rtl"] .vans_highlights {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_highlights {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_highlights {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_highlights {
    font-size: 33px;
    line-height: 33px; } }

.vans_highlights__wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_highlights__wrapper,
    html[dir="rtl"] .vans_highlights__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_highlights__wrapper,
    html[dir="rtl"] .vans_highlights__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_highlights__wrapper,
    html[dir="rtl"] .vans_highlights__wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_highlights__wrapper,
    html[dir="rtl"] .vans_highlights__wrapper {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_highlights__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_highlights__wrapper,
      html[dir="rtl"] .vans_highlights__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_highlights__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_highlights__wrapper,
      html[dir="rtl"] .vans_highlights__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_highlights__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_highlights__wrapper,
      html[dir="rtl"] .vans_highlights__wrapper {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_highlights__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_highlights__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_highlights__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_highlights__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_highlights__inner {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_highlights__inner {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_highlights__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_highlights__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_highlights__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_highlights__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_highlights__inner {
      padding-left: 12px; } }

.vans_highlights__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_highlights__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_highlights__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_highlights__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_highlights__headline {
      font-size: 40px;
      line-height: 40px; } }

html:not([dir="rtl"]) .vans_highlights__copy,
html[dir="rtl"] .vans_highlights__copy {
  padding-top: 0.8em; }

@media only screen and (min-width: 0) {
  .vans_highlights__copy {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_highlights__copy {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_highlights__copy {
    font-size: 33px;
    line-height: 33px; } }

html:not([dir="rtl"]) .vans_highlights__copy,
html[dir="rtl"] .vans_highlights__copy {
  padding-bottom: 18px; }

html:not([dir="rtl"]) .vans_highlights__tabs,
html[dir="rtl"] .vans_highlights__tabs {
  margin-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_highlights__tabs {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_highlights__tabs {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_highlights__tabs {
    font-size: 33px;
    line-height: 33px; } }

.vans_highlights__tabs .vans_dropdown-icon {
  position: absolute;
  right: 0;
  pointer-events: none; }
  html:not([dir="rtl"]) .vans_highlights__tabs .vans_dropdown-icon {
    padding-right: 16px; }
  html[dir="rtl"] .vans_highlights__tabs .vans_dropdown-icon {
    padding-left: 16px; }

@media only screen and (min-width: 1024px) {
  .vans_highlights__image-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap; } }
  @media only screen and (min-width: 1024px) and (min-width: 0) {
    html:not([dir="rtl"]) .vans_highlights__image-wrapper,
    html[dir="rtl"] .vans_highlights__image-wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 1024px) and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_highlights__image-wrapper,
    html[dir="rtl"] .vans_highlights__image-wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 1024px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_highlights__image-wrapper,
    html[dir="rtl"] .vans_highlights__image-wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_highlights__image-wrapper,
    html[dir="rtl"] .vans_highlights__image-wrapper {
      margin: 0 44px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1280px) {
    .vans_highlights__image-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_highlights__image-wrapper,
      html[dir="rtl"] .vans_highlights__image-wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) and (min-width: 1440px) {
    .vans_highlights__image-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_highlights__image-wrapper,
      html[dir="rtl"] .vans_highlights__image-wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) and (min-width: 1921px) {
    .vans_highlights__image-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_highlights__image-wrapper,
      html[dir="rtl"] .vans_highlights__image-wrapper {
        margin: 0 auto; } }

html:not([dir="rtl"]) .vans_highlights__image-wrapper,
html[dir="rtl"] .vans_highlights__image-wrapper {
  padding-top: 1em !important; }

@media only screen and (min-width: 0) {
  .vans_highlights__image-wrapper {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_highlights__image-wrapper {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_highlights__image-wrapper {
    font-size: 33px;
    line-height: 33px; } }

.vans_highlights__image-inner {
  position: relative;
  transition: height 0.3s 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media only screen and (min-width: 1024px) {
    .vans_highlights__image-inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_highlights__image-inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_highlights__image-inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_highlights__image-inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_highlights__image-inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_highlights__image-inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_highlights__image-inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_highlights__image-inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_highlights__image-inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_highlights__image-inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_highlights__image-inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_highlights__image-inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_highlights__image-inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_highlights__image-inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_highlights__image-inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_highlights__image-inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_highlights__image-inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_highlights__image-inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_highlights__image-inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_highlights__image-inner {
        padding-left: 12px; } }
  .vans_highlights__image-inner .vans_gallery {
    opacity: 0;
    position: absolute;
    transition: opacity 0.9s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_highlights__image-inner .vans_gallery.-active {
      opacity: 1;
      position: relative; }
    @media only screen and (min-width: 768px) {
      .vans_highlights__image-inner .vans_gallery__pagination {
        transform: translate3d(0, -54px, 0); } }
    @media only screen and (min-width: 1024px) {
      .vans_highlights__image-inner .vans_gallery__pagination {
        transform: translate3d(0, -64px, 0); } }
    .vans_highlights__image-inner .vans_gallery__page {
      position: relative;
      overflow: hidden; }
      .vans_highlights__image-inner .vans_gallery__page::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_highlights__image-inner .vans_gallery__page::before,
        html[dir="rtl"] .vans_highlights__image-inner .vans_gallery__page::before {
          padding-bottom: 56.25%; }
      .vans_highlights__image-inner .vans_gallery__page > .vans_image {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_highlights__image-inner .vans_gallery__page > .vans_image {
          left: 0; }
        html[dir="rtl"] .vans_highlights__image-inner .vans_gallery__page > .vans_image {
          right: 0; }
        html:not([dir="rtl"]) .vans_highlights__image-inner .vans_gallery__page > .vans_image {
          right: 0; }
        html[dir="rtl"] .vans_highlights__image-inner .vans_gallery__page > .vans_image {
          left: 0; }

.vans_highlights__content-wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_highlights__content-wrapper,
    html[dir="rtl"] .vans_highlights__content-wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_highlights__content-wrapper,
    html[dir="rtl"] .vans_highlights__content-wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_highlights__content-wrapper,
    html[dir="rtl"] .vans_highlights__content-wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_highlights__content-wrapper,
    html[dir="rtl"] .vans_highlights__content-wrapper {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_highlights__content-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_highlights__content-wrapper,
      html[dir="rtl"] .vans_highlights__content-wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_highlights__content-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_highlights__content-wrapper,
      html[dir="rtl"] .vans_highlights__content-wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_highlights__content-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_highlights__content-wrapper,
      html[dir="rtl"] .vans_highlights__content-wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_highlights__content-wrapper,
    html[dir="rtl"] .vans_highlights__content-wrapper {
      margin-top: -54px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_highlights__content-wrapper,
    html[dir="rtl"] .vans_highlights__content-wrapper {
      margin-top: -64px; } }

@media only screen and (min-width: 0) {
  .vans_highlights__content {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-left: 6px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-right: 6px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_highlights__content {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-left: 6px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-right: 6px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_highlights__content {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_highlights__content {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_highlights__content {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_highlights__content {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_highlights__content {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_highlights__content {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_highlights__content {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_highlights__content {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_highlights__content {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-left: 12px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_highlights__content {
      padding-right: 12px; }
    html[dir="rtl"] .vans_highlights__content {
      padding-left: 12px; } }

.vans_highlights__content-inner-wrapper {
  position: relative;
  transition: height 0.3s 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media only screen and (min-width: 768px) {
    .vans_highlights__content-inner-wrapper::before {
      content: '';
      height: 100%;
      position: absolute; }
      .vans_highlights__content-inner-wrapper::before, [class*="vans_theme-"] .vans_highlights__content-inner-wrapper::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__content-inner-wrapper::before, .vans_theme-light .vans_highlights__content-inner-wrapper::before, [class*="vans_theme-"] .vans_theme-light .vans_highlights__content-inner-wrapper::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__content-inner-wrapper::before {
        background: #fff; }
      .vans_theme-dark .vans_highlights__content-inner-wrapper::before, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__content-inner-wrapper::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__content-inner-wrapper::before {
        background: #000; }
      html:not([dir="rtl"]) .vans_highlights__content-inner-wrapper::before {
        left: -24px; }
      html[dir="rtl"] .vans_highlights__content-inner-wrapper::before {
        right: -24px; }
      html:not([dir="rtl"]) .vans_highlights__content-inner-wrapper::before {
        right: -24px; }
      html[dir="rtl"] .vans_highlights__content-inner-wrapper::before {
        left: -24px; } }

.js .vans_highlights__content-inner {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0; }
  .js .vans_highlights__content-inner.-active {
    transition-property: opacity;
    transition-duration: 0.1s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0.6s;
    opacity: 1;
    visibility: visible;
    position: static; }
  .js .vans_highlights__content-inner.-fromLeft {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
    visibility: visible;
    position: static; }
  .js .vans_highlights__content-inner.-fromRight {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
    visibility: visible;
    position: static; }
  .js .vans_highlights__content-inner.-toLeft {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
    visibility: visible; }
  .js .vans_highlights__content-inner.-toRight {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
    visibility: visible; }

html:not([dir="rtl"]) .vans_highlights__content-inner,
html[dir="rtl"] .vans_highlights__content-inner {
  padding-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_highlights__content-inner {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_highlights__content-inner {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_highlights__content-inner {
    font-size: 33px;
    line-height: 33px; } }

.vans_highlights__content-inner.-active {
  position: relative; }

.vans_highlights__subheadline {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  position: relative; }
  :lang(ko) .vans_highlights__subheadline {
    font-family: MBKCorporateSRegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_highlights__subheadline {
      font-size: 18px;
      line-height: 23px; } }
  @media only screen and (min-width: 768px) {
    .vans_highlights__subheadline {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_highlights__subheadline {
      font-size: 22px;
      line-height: 29px; } }

.vans_highlights__description-wrapper {
  transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
  overflow: hidden; }
  html:not([dir="rtl"]) .vans_highlights__description-wrapper,
  html[dir="rtl"] .vans_highlights__description-wrapper {
    padding-top: 12px; }
  .vans_highlights__description-wrapper.-is-expandable:not(.-open) .vans_highlights__description::after {
    bottom: 0;
    content: '';
    display: block;
    height: 1.3em;
    position: absolute;
    width: 100%; }
    .vans_highlights__description-wrapper.-is-expandable:not(.-open) .vans_highlights__description::after, [class*="vans_theme-"] .vans_highlights__description-wrapper.-is-expandable:not(.-open) .vans_highlights__description::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__description-wrapper.-is-expandable:not(.-open) .vans_highlights__description::after, .vans_theme-light .vans_highlights__description-wrapper.-is-expandable:not(.-open) .vans_highlights__description::after, [class*="vans_theme-"] .vans_theme-light .vans_highlights__description-wrapper.-is-expandable:not(.-open) .vans_highlights__description::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__description-wrapper.-is-expandable:not(.-open) .vans_highlights__description::after {
      background-image: linear-gradient(rgba(255, 255, 255, 0) 0, white 100%); }
    .vans_theme-dark .vans_highlights__description-wrapper.-is-expandable:not(.-open) .vans_highlights__description::after, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__description-wrapper.-is-expandable:not(.-open) .vans_highlights__description::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__description-wrapper.-is-expandable:not(.-open) .vans_highlights__description::after {
      background-image: linear-gradient(rgba(0, 0, 0, 0) 0, black 100%); }
    html:not([dir="rtl"]) .vans_highlights__description-wrapper.-is-expandable:not(.-open) .vans_highlights__description::after,
    html[dir="rtl"] .vans_highlights__description-wrapper.-is-expandable:not(.-open) .vans_highlights__description::after {
      margin-bottom: 40px; }
  html:not([dir="rtl"]) .vans_highlights__description-wrapper.-is-expandable,
  html[dir="rtl"] .vans_highlights__description-wrapper.-is-expandable {
    padding-bottom: 40px; }
  .vans_highlights__description-wrapper.-is-expandable .vans_highlights__show-more-button-wrapper {
    height: 40px; }

.vans_highlights__description {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_highlights__description {
    font-family: MBKCorporateSRegular, sans-serif; }
  .vans_highlights__description.-hidden {
    height: 333px; }
    html:not([dir="rtl"]) .vans_highlights__description.-hidden,
    html[dir="rtl"] .vans_highlights__description.-hidden {
      margin-bottom: 40px; }
  .vans_highlights__description.-threshold {
    height: 416px; }
  @media only screen and (min-width: 480px) {
    .vans_highlights__description.-hidden {
      height: 208px; }
    .vans_highlights__description.-threshold {
      height: 270px; } }
  @media only screen and (min-width: 768px) {
    .vans_highlights__description.-hidden {
      height: 146px; }
    .vans_highlights__description.-threshold {
      height: 187px; } }
  @media only screen and (min-width: 1280px) {
    .vans_highlights__description.-hidden {
      height: 125px; }
    .vans_highlights__description.-threshold {
      height: 166px; } }

.vans_highlights__show-more-button-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  height: 0; }
  .vans_highlights__show-more-button-wrapper, [class*="vans_theme-"] .vans_highlights__show-more-button-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button-wrapper, .vans_theme-light .vans_highlights__show-more-button-wrapper, [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button-wrapper {
    background: #fff; }
  .vans_theme-dark .vans_highlights__show-more-button-wrapper, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button-wrapper {
    background: #000; }
  html:not([dir="rtl"]) .vans_highlights__show-more-button-wrapper,
  html[dir="rtl"] .vans_highlights__show-more-button-wrapper {
    bottom: 0; }

.vans_highlights__show-more-button {
  position: relative;
  display: none; }
  .vans_highlights__show-more-button, [class*="vans_theme-"] .vans_highlights__show-more-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button, .vans_theme-light .vans_highlights__show-more-button, [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button {
    color: #333; }
  .vans_theme-dark .vans_highlights__show-more-button, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button {
    color: #fff; }
  .vans_highlights__show-more-button.-is-expandable, [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, .vans_theme-light .vans_highlights__show-more-button.-is-expandable, [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    :lang(ko) .vans_highlights__show-more-button.-is-expandable, :lang(ko) [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, :lang(ko) .vans_theme-light .vans_highlights__show-more-button.-is-expandable, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_highlights__show-more-button.-is-expandable:hover, .vans_highlights__show-more-button.-is-expandable.-active, .vans_highlights__show-more-button.-is-expandable.-open, html.-hover [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable:hover, [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable.-active, [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable.-open, html.-hover .vans_theme-light .vans_highlights__show-more-button.-is-expandable:hover, .vans_theme-light .vans_highlights__show-more-button.-is-expandable.-active, .vans_theme-light .vans_highlights__show-more-button.-is-expandable.-open, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable:hover, [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable.-active, [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_highlights__show-more-button.-is-expandable + .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_highlights__show-more-button.-is-expandable + .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_theme-light .vans_highlights__show-more-button.-is-expandable + .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_highlights__show-more-button.-is-expandable + .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_highlights__show-more-button.-is-expandable + .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_theme-light .vans_highlights__show-more-button.-is-expandable + .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__show-more-button.-is-expandable {
      margin-top: 12px; }
  .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    cursor: pointer; }
    :lang(ko) .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_theme-dark .vans_highlights__show-more-button.-is-expandable:hover, .vans_theme-dark .vans_highlights__show-more-button.-is-expandable.-active, .vans_theme-dark .vans_highlights__show-more-button.-is-expandable.-open, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable:hover, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable.-active, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + .vans_theme-dark .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + .vans_theme-dark .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + .vans_theme-dark .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__show-more-button.-is-expandable {
      margin-top: 12px; }
  .vans_highlights__show-more-button.-is-expandable {
    position: relative;
    display: block; }
  html:not([dir="rtl"]) .vans_highlights__show-more-button > .vans_ic-11-arrow-down {
    margin-right: 12px; }
  html[dir="rtl"] .vans_highlights__show-more-button > .vans_ic-11-arrow-down {
    margin-left: 12px; }

.vans_highlights__button {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 0 0;
  appearance: none;
  position: relative;
  outline: none;
  white-space: nowrap;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  text-align: center;
  width: 100%; }
  :lang(ko) .vans_highlights__button {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_highlights__button {
    padding-left: 20px; }
  html[dir="rtl"] .vans_highlights__button {
    padding-right: 20px; }
  html:not([dir="rtl"]) .vans_highlights__button {
    padding-right: 20px; }
  html[dir="rtl"] .vans_highlights__button {
    padding-left: 20px; }
  .vans_highlights__button::after {
    border-color: transparent; }
  .vans_highlights__button::after { }
  .vans_highlights__button.-active::after,
  html.-hover .vans_highlights__button:active:hover::after, .vans_highlights__button:active:focus::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_highlights__button.-disabled::after,
  html.-hover .vans_highlights__button.-disabled:hover::after,
  html.-hover .vans_highlights__button.-disabled:active:hover::after, .vans_highlights__button[disabled]::after,
  html.-hover .vans_highlights__button[disabled]:hover::after,
  html.-hover .vans_highlights__button[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_highlights__button.-disabled::after,
  html.-hover .vans_highlights__button.-disabled:hover::after,
  html.-hover .vans_highlights__button.-disabled:active:hover::after, .vans_highlights__button[disabled]::after,
  html.-hover .vans_highlights__button[disabled]:hover::after,
  html.-hover .vans_highlights__button[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_highlights__button.-disabled::after,
    html[dir="rtl"] .vans_highlights__button.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_highlights__button.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_highlights__button.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_highlights__button.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_highlights__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_highlights__button[disabled]::after,
    html[dir="rtl"] .vans_highlights__button[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_highlights__button[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_highlights__button[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_highlights__button[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_highlights__button[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_highlights__button::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_highlights__button::after {
      right: 0; }
    html[dir="rtl"] .vans_highlights__button::after {
      left: 0; }
    html:not([dir="rtl"]) .vans_highlights__button::after {
      left: 0; }
    html[dir="rtl"] .vans_highlights__button::after {
      right: 0; }
  .vans_highlights__button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_highlights__button::before {
      right: 0; }
    html[dir="rtl"] .vans_highlights__button::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_highlights__button::before {
      left: 0; }
    html[dir="rtl"] .vans_highlights__button::before {
      right: 0; }
  .vans_highlights__button::before {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
  .vans_highlights__button::after {
    border-radius: 0 0 0 0; }
  html:not([dir="rtl"]) .vans_highlights__button,
  html[dir="rtl"] .vans_highlights__button {
    margin: 0 0 auto; }
  html:not([dir="rtl"]) .vans_highlights__button,
  html[dir="rtl"] .vans_highlights__button {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_highlights__button,
  html[dir="rtl"] .vans_highlights__button {
    padding-bottom: 0; }
  .vans_highlights__button:focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
    border-radius: 0.5px; }
  .vans_highlights__button__value {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block; }
  .vans_highlights__button, [class*="vans_theme-"] .vans_highlights__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button, .vans_theme-light .vans_highlights__button, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button {
    color: #333;
    background: #ececec; }
    .vans_highlights__button::after, [class*="vans_theme-"] .vans_highlights__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button::after, .vans_theme-light .vans_highlights__button::after, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button::after {
      border-color: transparent; }
    .vans_highlights__button::after, [class*="vans_theme-"] .vans_highlights__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button::after, .vans_theme-light .vans_highlights__button::after, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button::after { }
    html.-hover .vans_highlights__button:hover, html.-hover [class*="vans_theme-"] .vans_highlights__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button:hover, html.-hover .vans_theme-light .vans_highlights__button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button:hover {
      background: #d9d9d9; }
    .vans_highlights__button:focus, [class*="vans_theme-"] .vans_highlights__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button:focus, .vans_theme-light .vans_highlights__button:focus, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button:focus {
      background: #d9d9d9; }
    .vans_highlights__button.-active,
    html.-hover .vans_highlights__button:active:hover, .vans_highlights__button:active:focus, [class*="vans_theme-"] .vans_highlights__button.-active,
    html.-hover [class*="vans_theme-"] .vans_highlights__button:active:hover, [class*="vans_theme-"] .vans_highlights__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button:active:focus, .vans_theme-light .vans_highlights__button.-active,
    html.-hover .vans_theme-light .vans_highlights__button:active:hover, .vans_theme-light .vans_highlights__button:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button:active:focus {
      color: #333;
      background: #d9d9d9; }
      .vans_highlights__button.-active::after,
      html.-hover .vans_highlights__button:active:hover::after, .vans_highlights__button:active:focus::after, [class*="vans_theme-"] .vans_highlights__button.-active::after,
      html.-hover [class*="vans_theme-"] .vans_highlights__button:active:hover::after, [class*="vans_theme-"] .vans_highlights__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button:active:focus::after, .vans_theme-light .vans_highlights__button.-active::after,
      html.-hover .vans_theme-light .vans_highlights__button:active:hover::after, .vans_theme-light .vans_highlights__button:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_highlights__button.-disabled,
    html.-hover .vans_highlights__button.-disabled:hover,
    html.-hover .vans_highlights__button.-disabled:active:hover, .vans_highlights__button[disabled],
    html.-hover .vans_highlights__button[disabled]:hover,
    html.-hover .vans_highlights__button[disabled]:active:hover, [class*="vans_theme-"] .vans_highlights__button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_highlights__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_highlights__button.-disabled:active:hover, [class*="vans_theme-"] .vans_highlights__button[disabled],
    html.-hover [class*="vans_theme-"] .vans_highlights__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_highlights__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]:active:hover, .vans_theme-light .vans_highlights__button.-disabled,
    html.-hover .vans_theme-light .vans_highlights__button.-disabled:hover,
    html.-hover .vans_theme-light .vans_highlights__button.-disabled:active:hover, .vans_theme-light .vans_highlights__button[disabled],
    html.-hover .vans_theme-light .vans_highlights__button[disabled]:hover,
    html.-hover .vans_theme-light .vans_highlights__button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:active:hover {
      background-color: #ececec; }
      .vans_highlights__button.-disabled::after,
      html.-hover .vans_highlights__button.-disabled:hover::after,
      html.-hover .vans_highlights__button.-disabled:active:hover::after, .vans_highlights__button[disabled]::after,
      html.-hover .vans_highlights__button[disabled]:hover::after,
      html.-hover .vans_highlights__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_highlights__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_highlights__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_highlights__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_highlights__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_highlights__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_highlights__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]:active:hover::after, .vans_theme-light .vans_highlights__button.-disabled::after,
      html.-hover .vans_theme-light .vans_highlights__button.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_highlights__button.-disabled:active:hover::after, .vans_theme-light .vans_highlights__button[disabled]::after,
      html.-hover .vans_theme-light .vans_highlights__button[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_highlights__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_highlights__button.-disabled::after,
      html.-hover .vans_highlights__button.-disabled:hover::after,
      html.-hover .vans_highlights__button.-disabled:active:hover::after, .vans_highlights__button[disabled]::after,
      html.-hover .vans_highlights__button[disabled]:hover::after,
      html.-hover .vans_highlights__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_highlights__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_highlights__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_highlights__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_highlights__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_highlights__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_highlights__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]:active:hover::after, .vans_theme-light .vans_highlights__button.-disabled::after,
      html.-hover .vans_theme-light .vans_highlights__button.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_highlights__button.-disabled:active:hover::after, .vans_theme-light .vans_highlights__button[disabled]::after,
      html.-hover .vans_theme-light .vans_highlights__button[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_highlights__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_highlights__button.-disabled::after,
        html[dir="rtl"] .vans_highlights__button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_highlights__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_highlights__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_highlights__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_highlights__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_highlights__button[disabled]::after,
        html[dir="rtl"] .vans_highlights__button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_highlights__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_highlights__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_highlights__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_highlights__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_highlights__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_highlights__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_highlights__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_highlights__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_highlights__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_highlights__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_highlights__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_highlights__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_highlights__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_highlights__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_highlights__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_highlights__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_highlights__button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_highlights__button.-disabled::after,
        html[dir="rtl"] .vans_theme-light .vans_highlights__button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_highlights__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_highlights__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_highlights__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_highlights__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_highlights__button[disabled]::after,
        html[dir="rtl"] .vans_theme-light .vans_highlights__button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_highlights__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_highlights__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_highlights__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_highlights__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_highlights__button[disabled]:active:hover::after {
          border-width: 1px; }
  .vans_theme-dark .vans_highlights__button, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button {
    color: #fff;
    background: #333; }
    .vans_theme-dark .vans_highlights__button::after, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button::after {
      border-color: transparent; }
    .vans_theme-dark .vans_highlights__button::after, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button::after { }
    html.-hover .vans_theme-dark .vans_highlights__button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button:hover {
      background: #242424; }
    .vans_theme-dark .vans_highlights__button:focus, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button:focus {
      background: #242424; }
    .vans_theme-dark .vans_highlights__button.-active,
    html.-hover .vans_theme-dark .vans_highlights__button:active:hover, .vans_theme-dark .vans_highlights__button:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button:active:focus {
      color: #fff;
      background: #242424; }
      .vans_theme-dark .vans_highlights__button.-active::after,
      html.-hover .vans_theme-dark .vans_highlights__button:active:hover::after, .vans_theme-dark .vans_highlights__button:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_highlights__button.-disabled,
    html.-hover .vans_theme-dark .vans_highlights__button.-disabled:hover,
    html.-hover .vans_theme-dark .vans_highlights__button.-disabled:active:hover, .vans_theme-dark .vans_highlights__button[disabled],
    html.-hover .vans_theme-dark .vans_highlights__button[disabled]:hover,
    html.-hover .vans_theme-dark .vans_highlights__button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:active:hover {
      background-color: #333; }
      .vans_theme-dark .vans_highlights__button.-disabled::after,
      html.-hover .vans_theme-dark .vans_highlights__button.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_highlights__button.-disabled:active:hover::after, .vans_theme-dark .vans_highlights__button[disabled]::after,
      html.-hover .vans_theme-dark .vans_highlights__button[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_highlights__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_highlights__button.-disabled::after,
      html.-hover .vans_theme-dark .vans_highlights__button.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_highlights__button.-disabled:active:hover::after, .vans_theme-dark .vans_highlights__button[disabled]::after,
      html.-hover .vans_theme-dark .vans_highlights__button[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_highlights__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_highlights__button.-disabled::after,
        html[dir="rtl"] .vans_theme-dark .vans_highlights__button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_highlights__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_highlights__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_highlights__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_highlights__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_highlights__button[disabled]::after,
        html[dir="rtl"] .vans_theme-dark .vans_highlights__button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_highlights__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_highlights__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_highlights__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_highlights__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_highlights__button[disabled]:active:hover::after {
          border-width: 1px; }
  html:not([dir="rtl"]) .vans_highlights__button,
  html[dir="rtl"] .vans_highlights__button {
    margin-top: 40px; }
  @media only screen and (min-width: 480px) {
    .vans_highlights__button {
      width: auto; } }

.vans_highlights__disclaimer-wrapper {
  position: relative; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_hero {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  overflow: hidden; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_hero,
    html[dir="rtl"] .vans_hero {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_hero,
    html[dir="rtl"] .vans_hero {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_hero,
    html[dir="rtl"] .vans_hero {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_hero,
    html[dir="rtl"] .vans_hero {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_hero {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_hero,
      html[dir="rtl"] .vans_hero {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_hero {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_hero,
      html[dir="rtl"] .vans_hero {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_hero {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_hero,
      html[dir="rtl"] .vans_hero {
        margin: 0 auto; } }
  .vans_hero__inner {
    width: 100%;
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s ease-out;
    transform: translateY(30%); }
    html:not([dir="rtl"]) .vans_hero__inner,
    html[dir="rtl"] .vans_hero__inner {
      margin-bottom: 32px; }
    @media only screen and (min-width: 1024px) {
      .vans_hero__inner {
        flex-direction: row;
        transform: translateX(30%); }
        .vans_hero__inner.-right {
          transform: translateX(-30%);
          flex-direction: row-reverse; } }
  .vans_hero__text {
    width: 100%;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    html:not([dir="rtl"]) .vans_hero__text,
    html[dir="rtl"] .vans_hero__text {
      padding: 1em; }
    :lang(ko) .vans_hero__text {
      font-family: MBKCorporateSRegular, sans-serif; }
    @media only screen and (min-width: 1024px) {
      .vans_hero__text {
        width: 40%; } }
    .vans_hero__text h1 {
      font-family: CorporateACondensedRegular, sans-serif; }
      :lang(ko) .vans_hero__text h1 {
        font-family: MBKCorporateARegular, sans-serif; }
      @media only screen and (min-width: 0) {
        .vans_hero__text h1 {
          font-size: 28px;
          line-height: 28px; } }
      @media only screen and (min-width: 768px) {
        .vans_hero__text h1 {
          font-size: 36px;
          line-height: 36px; } }
      @media only screen and (min-width: 1280px) {
        .vans_hero__text h1 {
          font-size: 40px;
          line-height: 40px; } }
      html:not([dir="rtl"]) .vans_hero__text h1,
      html[dir="rtl"] .vans_hero__text h1 {
        margin-bottom: 1em; }
  .vans_hero__image {
    width: 100%;
    position: relative;
    overflow: hidden; }
    .vans_hero__image::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_hero__image::before,
      html[dir="rtl"] .vans_hero__image::before {
        padding-bottom: 75%; }
    .vans_hero__image > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_hero__image > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_hero__image > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_hero__image > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_hero__image > .vans_image {
        left: 0; }
    @media only screen and (min-width: 1024px) {
      .vans_hero__image {
        position: relative;
        overflow: hidden;
        width: 60%; }
        .vans_hero__image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_hero__image::before,
          html[dir="rtl"] .vans_hero__image::before {
            padding-bottom: 56.33333%; }
        .vans_hero__image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_hero__image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_hero__image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_hero__image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_hero__image > .vans_image {
            left: 0; } }
  .vans_hero.-visible .vans_hero__inner {
    opacity: 1;
    transform: translateX(0); }
  .vans_hero.-snap .vans_hero__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    position: fixed;
    height: 200px;
    width: auto;
    top: 0; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_hero.-snap .vans_hero__inner,
      html[dir="rtl"] .vans_hero.-snap .vans_hero__inner {
        margin: 0 18px; }
      .vans_hero.-snap .vans_hero__inner > * {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_hero.-snap .vans_hero__inner > * {
          padding-left: 6px; }
        html[dir="rtl"] .vans_hero.-snap .vans_hero__inner > * {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_hero.-snap .vans_hero__inner > * {
          padding-right: 6px; }
        html[dir="rtl"] .vans_hero.-snap .vans_hero__inner > * {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_hero.-snap .vans_hero__inner,
      html[dir="rtl"] .vans_hero.-snap .vans_hero__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_hero.-snap .vans_hero__inner,
      html[dir="rtl"] .vans_hero.-snap .vans_hero__inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_hero.-snap .vans_hero__inner,
      html[dir="rtl"] .vans_hero.-snap .vans_hero__inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_hero.-snap .vans_hero__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_hero.-snap .vans_hero__inner,
        html[dir="rtl"] .vans_hero.-snap .vans_hero__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_hero.-snap .vans_hero__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_hero.-snap .vans_hero__inner,
        html[dir="rtl"] .vans_hero.-snap .vans_hero__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_hero.-snap .vans_hero__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_hero.-snap .vans_hero__inner,
        html[dir="rtl"] .vans_hero.-snap .vans_hero__inner {
          margin: 0 auto; } }
    html:not([dir="rtl"]) .vans_hero.-snap .vans_hero__inner,
    html[dir="rtl"] .vans_hero.-snap .vans_hero__inner {
      border: 2px solid red !important; }
    html:not([dir="rtl"]) .vans_hero.-snap .vans_hero__inner {
      left: 0; }
    html[dir="rtl"] .vans_hero.-snap .vans_hero__inner {
      right: 0; }
    html:not([dir="rtl"]) .vans_hero.-snap .vans_hero__inner {
      right: 0; }
    html[dir="rtl"] .vans_hero.-snap .vans_hero__inner {
      left: 0; }
    html:not([dir="rtl"]) .vans_hero.-snap .vans_hero__inner,
    html[dir="rtl"] .vans_hero.-snap .vans_hero__inner {
      margin: 0 auto; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_headline, [class*="vans_theme-"] .vans_headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_headline, .vans_theme-light .vans_headline, [class*="vans_theme-"] .vans_theme-light .vans_headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_headline {
  color: #333; }

.vans_theme-dark .vans_headline, [class*="vans_theme-"] .vans_theme-dark .vans_headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_headline {
  color: #fff; }

.vans_headline.-disabled {
  display: none; }

.vans_headline__container {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_headline__container,
    html[dir="rtl"] .vans_headline__container {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_headline__container,
    html[dir="rtl"] .vans_headline__container {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_headline__container,
    html[dir="rtl"] .vans_headline__container {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_headline__container,
    html[dir="rtl"] .vans_headline__container {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_headline__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_headline__container,
      html[dir="rtl"] .vans_headline__container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_headline__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_headline__container,
      html[dir="rtl"] .vans_headline__container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_headline__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_headline__container,
      html[dir="rtl"] .vans_headline__container {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_headline__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_headline__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_headline__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_headline__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_headline__inner {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_headline__inner {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_headline__inner {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_headline__inner {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_headline__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_headline__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_headline__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_headline__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_headline__inner {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_headline__inner,
html[dir="rtl"] .vans_headline__inner {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_headline__inner,
html[dir="rtl"] .vans_headline__inner {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_headline__inner {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_headline__inner {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_headline__inner {
    font-size: 33px;
    line-height: 33px; } }

.vans_headline__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_headline__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_headline__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_headline__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_headline__headline {
      font-size: 40px;
      line-height: 40px; } }

html:not([dir="rtl"]) .vans_headline__subheadline-wrapper,
html[dir="rtl"] .vans_headline__subheadline-wrapper {
  margin-top: 0.75em; }

@media only screen and (min-width: 0) {
  .vans_headline__subheadline-wrapper {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_headline__subheadline-wrapper {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_headline__subheadline-wrapper {
    font-size: 33px;
    line-height: 33px; } }

.vans_headline__subheadline {
  font-family: CorporateSRegular, -apple-system, sans-serif; }
  :lang(ko) .vans_headline__subheadline {
    font-family: MBKCorporateSRegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_headline__subheadline {
      font-size: 18px;
      line-height: 23px; } }
  @media only screen and (min-width: 768px) {
    .vans_headline__subheadline {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_headline__subheadline {
      font-size: 22px;
      line-height: 29px; } }

html:not([dir="rtl"]) .vans_headline__copy-wrapper,
html[dir="rtl"] .vans_headline__copy-wrapper {
  margin-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_headline__copy-wrapper {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_headline__copy-wrapper {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_headline__copy-wrapper {
    font-size: 33px;
    line-height: 33px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_header-stage__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_header-stage__inner,
    html[dir="rtl"] .vans_header-stage__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_header-stage__inner,
    html[dir="rtl"] .vans_header-stage__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_header-stage__inner,
    html[dir="rtl"] .vans_header-stage__inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_header-stage__inner,
    html[dir="rtl"] .vans_header-stage__inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_header-stage__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_header-stage__inner,
      html[dir="rtl"] .vans_header-stage__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_header-stage__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_header-stage__inner,
      html[dir="rtl"] .vans_header-stage__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_header-stage__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_header-stage__inner,
      html[dir="rtl"] .vans_header-stage__inner {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_header-stage__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_header-stage__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_header-stage__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_header-stage__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_header-stage__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_header-stage__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_header-stage__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_header-stage__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_header-stage__wrapper {
      padding-left: 12px; } }

.vans_header-stage__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_header-stage__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_header-stage__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 768px) {
    .vans_header-stage__headline {
      font-size: 45px;
      line-height: 45px; } }
  @media only screen and (min-width: 1280px) {
    .vans_header-stage__headline {
      font-size: 57px;
      line-height: 57px; } }

.vans_header-stage--default, [class*="vans_theme-"] .vans_header-stage--default, [class*="vans_theme-"] [class*="vans_theme-"] .vans_header-stage--default, .vans_theme-light .vans_header-stage--default, [class*="vans_theme-"] .vans_theme-light .vans_header-stage--default, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_header-stage--default {
  color: #333; }

.vans_theme-dark .vans_header-stage--default, [class*="vans_theme-"] .vans_theme-dark .vans_header-stage--default, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_header-stage--default {
  color: #fff; }

html:not([dir="rtl"]) .vans_header-stage--default,
html[dir="rtl"] .vans_header-stage--default {
  padding-top: 2.5em; }

html:not([dir="rtl"]) .vans_header-stage--default,
html[dir="rtl"] .vans_header-stage--default {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_header-stage--default {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_header-stage--default {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_header-stage--default {
    font-size: 33px;
    line-height: 33px; } }

.vans_header-stage--center, .vans_header-stage--image {
  position: relative;
  overflow: hidden; }
  .vans_header-stage--center::before, .vans_header-stage--image::before {
    display: block;
    content: "";
    width: 100%; }
    html:not([dir="rtl"]) .vans_header-stage--center::before, html:not([dir="rtl"]) .vans_header-stage--image::before,
    html[dir="rtl"] .vans_header-stage--center::before,
    html[dir="rtl"] .vans_header-stage--image::before {
      padding-bottom: 100%; }
  .vans_header-stage--center > .vans_header-stage__inner, .vans_header-stage--image > .vans_header-stage__inner {
    position: absolute;
    top: 0;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_header-stage--center > .vans_header-stage__inner, html:not([dir="rtl"]) .vans_header-stage--image > .vans_header-stage__inner {
      left: 0; }
    html[dir="rtl"] .vans_header-stage--center > .vans_header-stage__inner, html[dir="rtl"] .vans_header-stage--image > .vans_header-stage__inner {
      right: 0; }
    html:not([dir="rtl"]) .vans_header-stage--center > .vans_header-stage__inner, html:not([dir="rtl"]) .vans_header-stage--image > .vans_header-stage__inner {
      right: 0; }
    html[dir="rtl"] .vans_header-stage--center > .vans_header-stage__inner, html[dir="rtl"] .vans_header-stage--image > .vans_header-stage__inner {
      left: 0; }
  html:not([dir="rtl"]) .vans_header-stage--center, html:not([dir="rtl"]) .vans_header-stage--image,
  html[dir="rtl"] .vans_header-stage--center,
  html[dir="rtl"] .vans_header-stage--image {
    padding: 0; }
  @media only screen and (min-width: 480px) {
    .vans_header-stage--center, .vans_header-stage--image {
      position: relative;
      overflow: hidden; }
      .vans_header-stage--center::before, .vans_header-stage--image::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_header-stage--center::before, html:not([dir="rtl"]) .vans_header-stage--image::before,
        html[dir="rtl"] .vans_header-stage--center::before,
        html[dir="rtl"] .vans_header-stage--image::before {
          padding-bottom: 33.33333%; }
      .vans_header-stage--center > .vans_header-stage__inner, .vans_header-stage--image > .vans_header-stage__inner {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_header-stage--center > .vans_header-stage__inner, html:not([dir="rtl"]) .vans_header-stage--image > .vans_header-stage__inner {
          left: 0; }
        html[dir="rtl"] .vans_header-stage--center > .vans_header-stage__inner, html[dir="rtl"] .vans_header-stage--image > .vans_header-stage__inner {
          right: 0; }
        html:not([dir="rtl"]) .vans_header-stage--center > .vans_header-stage__inner, html:not([dir="rtl"]) .vans_header-stage--image > .vans_header-stage__inner {
          right: 0; }
        html[dir="rtl"] .vans_header-stage--center > .vans_header-stage__inner, html[dir="rtl"] .vans_header-stage--image > .vans_header-stage__inner {
          left: 0; } }
  .vans_header-stage--center, .vans_header-stage--image, [class*="vans_theme-"] .vans_header-stage--center, [class*="vans_theme-"] .vans_header-stage--image, [class*="vans_theme-"] [class*="vans_theme-"] .vans_header-stage--center, [class*="vans_theme-"] [class*="vans_theme-"] .vans_header-stage--image, .vans_theme-light .vans_header-stage--center, .vans_theme-light .vans_header-stage--image, [class*="vans_theme-"] .vans_theme-light .vans_header-stage--center, [class*="vans_theme-"] .vans_theme-light .vans_header-stage--image, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_header-stage--center, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_header-stage--image {
    background-color: #f8f8f8;
    color: #333; }
  .vans_theme-dark .vans_header-stage--center, .vans_theme-dark .vans_header-stage--image, [class*="vans_theme-"] .vans_theme-dark .vans_header-stage--center, [class*="vans_theme-"] .vans_theme-dark .vans_header-stage--image, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_header-stage--center, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_header-stage--image {
    background-color: #1f1f1f;
    color: #fff; }
  .vans_header-stage--center .vans_header-stage__inner, .vans_header-stage--image .vans_header-stage__inner {
    display: flex;
    align-items: center; }
  html .vans_header-stage--center .vans_header-stage__wrapper, html .vans_header-stage--image .vans_header-stage__wrapper {
    text-align: center; }

.vans_header-stage--image {
  color: #fff !important; }
  .vans_header-stage--image .vans_header-stage__image, .vans_header-stage--image .vans_header-stage__image--surface-20, .vans_header-stage--image .vans_header-stage__image--surface-40, .vans_header-stage--image .vans_header-stage__image--surface-60 {
    position: relative;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0; }
    .vans_header-stage--image .vans_header-stage__image::before, .vans_header-stage--image .vans_header-stage__image--surface-20::before, .vans_header-stage--image .vans_header-stage__image--surface-40::before, .vans_header-stage--image .vans_header-stage__image--surface-60::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image::before, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-20::before, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-40::before, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-60::before,
      html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image::before,
      html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-20::before,
      html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-40::before,
      html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-60::before {
        padding-bottom: 100%; }
    .vans_header-stage--image .vans_header-stage__image > .vans_image, .vans_header-stage--image .vans_header-stage__image--surface-20 > .vans_image, .vans_header-stage--image .vans_header-stage__image--surface-40 > .vans_image, .vans_header-stage--image .vans_header-stage__image--surface-60 > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image > .vans_image, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-20 > .vans_image, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-40 > .vans_image, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-60 > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image > .vans_image, html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-20 > .vans_image, html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-40 > .vans_image, html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-60 > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image > .vans_image, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-20 > .vans_image, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-40 > .vans_image, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-60 > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image > .vans_image, html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-20 > .vans_image, html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-40 > .vans_image, html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-60 > .vans_image {
        left: 0; }
    @media only screen and (min-width: 480px) {
      .vans_header-stage--image .vans_header-stage__image, .vans_header-stage--image .vans_header-stage__image--surface-20, .vans_header-stage--image .vans_header-stage__image--surface-40, .vans_header-stage--image .vans_header-stage__image--surface-60 {
        position: relative;
        overflow: hidden;
        position: absolute; }
        .vans_header-stage--image .vans_header-stage__image::before, .vans_header-stage--image .vans_header-stage__image--surface-20::before, .vans_header-stage--image .vans_header-stage__image--surface-40::before, .vans_header-stage--image .vans_header-stage__image--surface-60::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image::before, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-20::before, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-40::before, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-60::before,
          html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image::before,
          html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-20::before,
          html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-40::before,
          html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-60::before {
            padding-bottom: 33.33333%; }
        .vans_header-stage--image .vans_header-stage__image > .vans_image, .vans_header-stage--image .vans_header-stage__image--surface-20 > .vans_image, .vans_header-stage--image .vans_header-stage__image--surface-40 > .vans_image, .vans_header-stage--image .vans_header-stage__image--surface-60 > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image > .vans_image, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-20 > .vans_image, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-40 > .vans_image, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-60 > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image > .vans_image, html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-20 > .vans_image, html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-40 > .vans_image, html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-60 > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image > .vans_image, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-20 > .vans_image, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-40 > .vans_image, html:not([dir="rtl"]) .vans_header-stage--image .vans_header-stage__image--surface-60 > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image > .vans_image, html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-20 > .vans_image, html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-40 > .vans_image, html[dir="rtl"] .vans_header-stage--image .vans_header-stage__image--surface-60 > .vans_image {
            left: 0; } }
    .vans_header-stage--image .vans_header-stage__image::after, .vans_header-stage--image .vans_header-stage__image--surface-20::after, .vans_header-stage--image .vans_header-stage__image--surface-40::after, .vans_header-stage--image .vans_header-stage__image--surface-60::after {
      content: '';
      position: absolute;
      bottom: 0;
      height: 100%;
      width: 100%; }
    .vans_header-stage--image .vans_header-stage__image--surface-20::after {
      background: rgba(0, 0, 0, 0.2); }
    .vans_header-stage--image .vans_header-stage__image--surface-40::after {
      background: rgba(0, 0, 0, 0.4); }
    .vans_header-stage--image .vans_header-stage__image--surface-60::after {
      background: rgba(0, 0, 0, 0.6); }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_header {
  background-color: #000;
  color: #333; }
  .vans_header__container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_header__container,
      html[dir="rtl"] .vans_header__container {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_header__container,
      html[dir="rtl"] .vans_header__container {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_header__container,
      html[dir="rtl"] .vans_header__container {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_header__container,
      html[dir="rtl"] .vans_header__container {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_header__container {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_header__container,
        html[dir="rtl"] .vans_header__container {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_header__container {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_header__container,
        html[dir="rtl"] .vans_header__container {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_header__container {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_header__container,
        html[dir="rtl"] .vans_header__container {
          margin: 0 auto; } }
  @media only screen and (min-width: 0) {
    .vans_header__logo {
      flex: 0 0 auto;
      width: 75%; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-left: 6px; }
      html[dir="rtl"] .vans_header__logo {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-right: 6px; }
      html[dir="rtl"] .vans_header__logo {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_header__logo {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-left: 6px; }
      html[dir="rtl"] .vans_header__logo {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-right: 6px; }
      html[dir="rtl"] .vans_header__logo {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_header__logo {
      flex: 0 0 auto;
      width: 41.66667%; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-left: 12px; }
      html[dir="rtl"] .vans_header__logo {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-right: 12px; }
      html[dir="rtl"] .vans_header__logo {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_header__logo {
      flex: 0 0 auto;
      width: 33.33333%; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-left: 12px; }
      html[dir="rtl"] .vans_header__logo {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-right: 12px; }
      html[dir="rtl"] .vans_header__logo {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_header__logo {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-left: 12px; }
      html[dir="rtl"] .vans_header__logo {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-right: 12px; }
      html[dir="rtl"] .vans_header__logo {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_header__logo {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-left: 12px; }
      html[dir="rtl"] .vans_header__logo {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-right: 12px; }
      html[dir="rtl"] .vans_header__logo {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_header__logo {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-left: 12px; }
      html[dir="rtl"] .vans_header__logo {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_header__logo {
        padding-right: 12px; }
      html[dir="rtl"] .vans_header__logo {
        padding-left: 12px; } }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_header__logo,
    html[dir="rtl"] .vans_header__logo {
      padding-top: 12px; }
    html:not([dir="rtl"]) .vans_header__logo,
    html[dir="rtl"] .vans_header__logo {
      padding-bottom: 12px; }
    html:not([dir="rtl"]) .vans_header__logo {
      margin-left: -12px; }
    html[dir="rtl"] .vans_header__logo {
      margin-right: -12px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_header__logo,
    html[dir="rtl"] .vans_header__logo {
      padding-top: 24px; }
    html:not([dir="rtl"]) .vans_header__logo,
    html[dir="rtl"] .vans_header__logo {
      padding-bottom: 24px; }
    html:not([dir="rtl"]) .vans_header__logo {
      margin-left: -20px; }
    html[dir="rtl"] .vans_header__logo {
      margin-right: -20px; } }
  .vans_header__logo-link {
    display: inline-block;
    width: 100%; }
  .vans_header__logo-image {
    height: 40px; }
    @media only screen and (min-width: 768px) {
      .vans_header__logo-image {
        height: 64px;
        vertical-align: bottom; } }
  .vans_header__logo-claim {
    height: 24px; }
    html:not([dir="rtl"]) .vans_header__logo-claim {
      margin-left: 36px; }
    html[dir="rtl"] .vans_header__logo-claim {
      margin-right: 36px; }
    html:not([dir="rtl"]) .vans_header__logo-claim,
    html[dir="rtl"] .vans_header__logo-claim {
      margin-bottom: 3px; }
    @media only screen and (min-width: 768px) {
      .vans_header__logo-claim {
        height: 32px;
        vertical-align: bottom; }
        html:not([dir="rtl"]) .vans_header__logo-claim {
          margin-left: 60px; }
        html[dir="rtl"] .vans_header__logo-claim {
          margin-right: 60px; }
        html:not([dir="rtl"]) .vans_header__logo-claim,
        html[dir="rtl"] .vans_header__logo-claim {
          margin-bottom: 0; } }
  .vans_header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media only screen and (min-width: 0) {
      .vans_header__nav {
        flex: 0 0 auto;
        width: 25%; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-left: 6px; }
        html[dir="rtl"] .vans_header__nav {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-right: 6px; }
        html[dir="rtl"] .vans_header__nav {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_header__nav {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-left: 6px; }
        html[dir="rtl"] .vans_header__nav {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-right: 6px; }
        html[dir="rtl"] .vans_header__nav {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_header__nav {
        flex: 0 0 auto;
        width: 58.33333%; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-left: 12px; }
        html[dir="rtl"] .vans_header__nav {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-right: 12px; }
        html[dir="rtl"] .vans_header__nav {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_header__nav {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-left: 12px; }
        html[dir="rtl"] .vans_header__nav {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-right: 12px; }
        html[dir="rtl"] .vans_header__nav {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_header__nav {
        flex: 0 0 auto;
        width: 75%; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-left: 12px; }
        html[dir="rtl"] .vans_header__nav {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-right: 12px; }
        html[dir="rtl"] .vans_header__nav {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_header__nav {
        flex: 0 0 auto;
        width: 75%; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-left: 12px; }
        html[dir="rtl"] .vans_header__nav {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-right: 12px; }
        html[dir="rtl"] .vans_header__nav {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_header__nav {
        flex: 0 0 auto;
        width: 75%; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-left: 12px; }
        html[dir="rtl"] .vans_header__nav {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-right: 12px; }
        html[dir="rtl"] .vans_header__nav {
          padding-left: 12px; } }
    @media only screen and (min-width: 0) {
      .vans_header__nav {
        flex: 1 0 auto; }
        html:not([dir="rtl"]) .vans_header__nav,
        html[dir="rtl"] .vans_header__nav {
          padding-top: 12px; }
        html:not([dir="rtl"]) .vans_header__nav,
        html[dir="rtl"] .vans_header__nav {
          padding-bottom: 12px; }
        html:not([dir="rtl"]) .vans_header__nav {
          margin-right: -12px; }
        html[dir="rtl"] .vans_header__nav {
          margin-left: -12px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_header__nav {
        margin-right: 0; }
      html[dir="rtl"] .vans_header__nav {
        margin-left: 0; } }
    @media only screen and (min-width: 768px) {
      .vans_header__nav {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end; }
        html:not([dir="rtl"]) .vans_header__nav,
        html[dir="rtl"] .vans_header__nav {
          padding-top: 13px; }
        html:not([dir="rtl"]) .vans_header__nav,
        html[dir="rtl"] .vans_header__nav {
          padding-bottom: 24px; }
        html:not([dir="rtl"]) .vans_header__nav {
          padding-left: 0; }
        html[dir="rtl"] .vans_header__nav {
          padding-right: 0; } }
  .vans_header__meta-nav {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-end;
    max-width: 100%; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_header__meta-nav {
        margin-right: 0; }
      html[dir="rtl"] .vans_header__meta-nav {
        margin-left: 0; } }
  .vans_header__entry, .vans_header__entry--normal-grow {
    flex-grow: 0;
    flex-shrink: 0; }
    html:not([dir="rtl"]) .vans_header__entry, html:not([dir="rtl"]) .vans_header__entry--normal-grow {
      margin-right: 16px; }
    html[dir="rtl"] .vans_header__entry, html[dir="rtl"] .vans_header__entry--normal-grow {
      margin-left: 16px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_header__entry, html:not([dir="rtl"]) .vans_header__entry--normal-grow {
        margin-right: 32px; }
      html[dir="rtl"] .vans_header__entry, html[dir="rtl"] .vans_header__entry--normal-grow {
        margin-left: 32px; }
      html:not([dir="rtl"]) .vans_header__entry:last-child, html:not([dir="rtl"]) .vans_header__entry--normal-grow:last-child {
        margin-right: 0; }
      html[dir="rtl"] .vans_header__entry:last-child, html[dir="rtl"] .vans_header__entry--normal-grow:last-child {
        margin-left: 0; } }
  @media only screen and (min-width: 768px) {
    .vans_header__entry--normal-grow {
      flex: 1 1 auto;
      max-width: 100%;
      min-width: 0;
      width: 100%; } }
  .vans_header__entry .vans_country-switcher__icon {
    display: none; }
    @media only screen and (min-width: 768px) {
      .vans_header__entry .vans_country-switcher__icon {
        display: inline-block; } }
  .vans_header__entry .vans_country-switcher__link, .vans_header__entry-link, .vans_header__toggle-user-menu {
    display: inline-flex;
    align-items: center;
    color: #fff; }
    @media only screen and (min-width: 768px) {
      .vans_header__entry .vans_country-switcher__link, .vans_header__entry-link, .vans_header__toggle-user-menu {
        color: #999; } }
    html.-hover .vans_header__entry .vans_country-switcher__link:hover, html.-hover .vans_header__entry-link:hover, html.-hover .vans_header__toggle-user-menu:hover {
      color: #00adef; }
  @media only screen and (min-width: 768px) {
    .vans_header__entry-link--additional .vans_header__entry-text {
      display: inline-block; } }
  .vans_header__entry .vans_country-switcher__text, .vans_header__entry-text {
    display: none;
    white-space: nowrap;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    cursor: pointer; }
    html:not([dir="rtl"]) .vans_header__entry .vans_country-switcher__text, html:not([dir="rtl"]) .vans_header__entry-text {
      margin-left: 8px; }
    html[dir="rtl"] .vans_header__entry .vans_country-switcher__text, html[dir="rtl"] .vans_header__entry-text {
      margin-right: 8px; }
    :lang(ko) .vans_header__entry .vans_country-switcher__text, :lang(ko) .vans_header__entry-text {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_header__entry .vans_country-switcher__text:hover, html.-hover .vans_header__entry-text:hover {
      color: #00adef; }
    @media only screen and (min-width: 1024px) {
      .vans_header__entry .vans_country-switcher__text, .vans_header__entry-text {
        display: inline-block; } }
  @media only screen and (min-width: 768px) {
    .vans_header__entry-icon--legal {
      display: none; } }
  .vans_header__entry-icon--legal-text-icon {
    display: none; }
    @media only screen and (min-width: 768px) {
      .vans_header__entry-icon--legal-text-icon {
        display: inline-block; } }
  @media only screen and (min-width: 768px) {
    .vans_header__entry-icon--login {
      display: inline-block; } }
  .vans_header__country-switch {
    display: none; }
    @media only screen and (min-width: 768px) {
      .vans_header__country-switch {
        display: inline-flex; } }
  .vans_header__language-switch {
    display: none; }
    @media only screen and (min-width: 768px) {
      .vans_header__language-switch {
        display: inline-flex; } }
  .vans_header__languages {
    display: inline-flex;
    align-items: flex-start; }
  .vans_header__language-entry {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    position: relative; }
    :lang(ko) .vans_header__language-entry {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_header__language-entry {
      padding-left: 12px; }
    html[dir="rtl"] .vans_header__language-entry {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_header__language-entry {
      padding-right: 12px; }
    html[dir="rtl"] .vans_header__language-entry {
      padding-left: 12px; }
    .vans_header__language-entry::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      margin: auto;
      height: 1em;
      color: #5c5c5c; }
      html:not([dir="rtl"]) .vans_header__language-entry::before {
        right: 0; }
      html[dir="rtl"] .vans_header__language-entry::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_header__language-entry::before {
        left: 0; }
      html[dir="rtl"] .vans_header__language-entry::before {
        right: 0; }
      html:not([dir="rtl"]) .vans_header__language-entry::before {
        right: auto; }
      html[dir="rtl"] .vans_header__language-entry::before {
        left: auto; }
      html:not([dir="rtl"]) .vans_header__language-entry::before {
        border-left: 1px solid; }
      html[dir="rtl"] .vans_header__language-entry::before {
        border-right: 1px solid; }
    html:not([dir="rtl"]) .vans_header__language-entry:first-child {
      padding-left: 0; }
    html[dir="rtl"] .vans_header__language-entry:first-child {
      padding-right: 0; }
    .vans_header__language-entry:first-child::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      display: none; }
      html:not([dir="rtl"]) .vans_header__language-entry:first-child::before {
        right: 0; }
      html[dir="rtl"] .vans_header__language-entry:first-child::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_header__language-entry:first-child::before {
        left: 0; }
      html[dir="rtl"] .vans_header__language-entry:first-child::before {
        right: 0; }
    html:not([dir="rtl"]) .vans_header__language-entry:last-child {
      padding-right: 0; }
    html[dir="rtl"] .vans_header__language-entry:last-child {
      padding-left: 0; }
  .vans_header__language-link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    cursor: pointer;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #5c5c5c;
    display: block; }
    :lang(ko) .vans_header__language-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_header__language-link:hover {
      color: #00adef; }
    :lang(ko) .vans_header__language-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_header__language-link.-current {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #999; }
      :lang(ko) .vans_header__language-link.-current {
        font-family: MBKCorporateSRegular, sans-serif; }
    .vans_header__language-link abbr {
      text-decoration: inherit; }
  .vans_header__core-nav {
    display: flex;
    flex-flow: row nowrap;
    width: auto; }
    @media only screen and (min-width: 1024px) {
      .vans_header__core-nav {
        width: 100%;
        justify-content: flex-end; } }
  .vans_header__core-entries--short {
    display: none; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .vans_header__core-entries--short {
        display: inline-block; } }
  .vans_header__core-entries--long {
    display: none;
    overflow: hidden;
    height: 20px; }
    html:not([dir="rtl"]) .vans_header__core-entries--long {
      text-align: right; }
    html[dir="rtl"] .vans_header__core-entries--long {
      text-align: left; }
    @media only screen and (min-width: 1024px) {
      .vans_header__core-entries--long {
        display: inline-block; } }
  .vans_header__core-entry {
    display: inline-block;
    font-size: 16px;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    cursor: pointer; }
    html:not([dir="rtl"]) .vans_header__core-entry {
      margin-right: 25px; }
    html[dir="rtl"] .vans_header__core-entry {
      margin-left: 25px; }
    :lang(ko) .vans_header__core-entry {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_header__core-entry:hover, .vans_header__core-entry.-active, .vans_header__core-entry.-open {
      color: #00adef; }
  .vans_header__toggle {
    display: inline-block;
    font-size: 16px;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    cursor: pointer; }
    :lang(ko) .vans_header__toggle {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_header__toggle:hover, .vans_header__toggle.-active, .vans_header__toggle.-open {
      color: #00adef; }
  .vans_header__flyout {
    z-index: 12;
    background: #fff;
    top: 64px;
    max-height: calc(100% - 64px); }
    .js .vans_header__flyout {
      visibility: hidden;
      transform: scale3d(1, 0, 1);
      transform-origin: top center;
      transition-property: transform;
      transition-duration: 0.4s;
      transition-delay: 0.3s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
      .js .vans_header__flyout .vans_core-nav-flyout {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
        transition: opacity, transform;
        transition-duration: 0.3s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
        @media only screen and (min-width: 768px) {
          .js .vans_header__flyout .vans_core-nav-flyout {
            transform: translate3d(0, -20px, 0); } }
      .js .vans_header__flyout.-open {
        visibility: visible;
        transform: scale3d(1, 1, 1);
        transition-delay: 0s; }
        .js .vans_header__flyout.-open .vans_core-nav-flyout {
          transform: translate3d(0, 0, 0);
          transition-delay: 0.4s;
          opacity: 1; }
    .js .vans_header__flyout {
      position: absolute;
      width: 100%;
      max-width: 1920px;
      height: auto;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
    @media only screen and (min-width: 768px) {
      .vans_header__flyout {
        top: 112px;
        max-height: calc(100% - 112px); } }
  .vans_header__user-menu {
    z-index: 13;
    display: flex; }
    .js .vans_header__user-menu {
      visibility: hidden;
      transform: scale3d(1, 0, 1);
      transform-origin: top center;
      transition-property: transform;
      transition-duration: 0.4s;
      transition-delay: 0.3s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
      .js .vans_header__user-menu .vans_user-menu {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
        transition: opacity, transform;
        transition-duration: 0.3s;
        transition-delay: 0s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
        @media only screen and (min-width: 768px) {
          .js .vans_header__user-menu .vans_user-menu {
            transform: translate3d(0, -20px, 0); } }
      .js .vans_header__user-menu.-open {
        visibility: visible;
        transform: scale3d(1, 1, 1);
        transition-delay: 0s; }
        .js .vans_header__user-menu.-open .vans_user-menu {
          transform: translate3d(0, 0, 0);
          transition-delay: 0.4s;
          opacity: 1; }
    .js .vans_header__user-menu {
      position: absolute;
      width: 100vw;
      -webkit-overflow-scrolling: touch; }
      html:not([dir="rtl"]).js .vans_header__user-menu {
        right: 0; }
      html[dir="rtl"].js .vans_header__user-menu {
        left: 0; }
      @media only screen and (min-width: 768px) {
        .js .vans_header__user-menu {
          width: auto;
          top: 41px; }
          html:not([dir="rtl"]).js .vans_header__user-menu {
            right: 43px; }
          html[dir="rtl"].js .vans_header__user-menu {
            left: 43px; } }
      @media only screen and (min-width: 1024px) {
        html:not([dir="rtl"]).js .vans_header__user-menu {
          right: 59px; }
        html[dir="rtl"].js .vans_header__user-menu {
          left: 59px; } }
  .vans_header__toggle-user-menu {
    width: 100%; }
    .vans_header__toggle-user-menu .vans_header__entry-text {
      text-overflow: ellipsis;
      overflow: hidden; }
    .vans_header__toggle-user-menu.-active {
      color: #00adef; }
      .vans_header__toggle-user-menu.-active .vans_header__entry-text {
        color: #00adef; }
  @media only screen and (min-width: 768px) {
    .vans_header__hamburger-menu {
      display: none; } }
  .vans_header__dropdown-menu {
    display: none; }
    @media only screen and (min-width: 768px) {
      .vans_header__dropdown-menu {
        display: inline-block;
        white-space: nowrap; } }
  html:not([dir="rtl"]) .vans_header__dropdown-menu-title {
    margin-right: 8px; }
  html[dir="rtl"] .vans_header__dropdown-menu-title {
    margin-left: 8px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
pre {
  width: 100%;
  overflow: scroll; }
  html:not([dir="rtl"]) pre,
  html[dir="rtl"] pre {
    border: 1px solid red; }

.vans_grid-demo {
  width: 100%;
  color: black;
  background: white; }
  .vans_grid-demo__heading {
    width: 100%;
    font-family: CorporateACondensedRegular, sans-serif;
    color: #333; }
    html .vans_grid-demo__heading {
      text-align: center; }
    html:not([dir="rtl"]) .vans_grid-demo__heading,
    html[dir="rtl"] .vans_grid-demo__heading {
      margin-top: 50px; }
    :lang(ko) .vans_grid-demo__heading {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__heading {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__heading {
        font-size: 45px;
        line-height: 45px; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__heading {
        font-size: 57px;
        line-height: 57px; } }
  .vans_grid-demo__container-heading {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    color: #333; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__container-heading {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__container-heading {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__container-heading {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__container-heading {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__container-heading {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__container-heading {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__container-heading {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__container-heading {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__container-heading {
          padding-left: 12px; } }
    :lang(ko) .vans_grid-demo__container-heading {
      font-family: MBKCorporateSRegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__container-heading {
        font-size: 18px;
        line-height: 23px; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__container-heading {
        font-size: 20px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__container-heading {
        font-size: 22px;
        line-height: 29px; } }
    html:not([dir="rtl"]) .vans_grid-demo__container-heading,
    html[dir="rtl"] .vans_grid-demo__container-heading {
      border-bottom: 2px solid black; }
    html .vans_grid-demo__container-heading {
      text-align: center; }
    html:not([dir="rtl"]) .vans_grid-demo__container-heading,
    html[dir="rtl"] .vans_grid-demo__container-heading {
      padding: 10px; }
    html:not([dir="rtl"]) .vans_grid-demo__container-heading,
    html[dir="rtl"] .vans_grid-demo__container-heading {
      margin-bottom: 20px; }
  @media only screen and (min-width: 0) {
    .vans_grid-demo__markup-accordion {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-left: 6px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-right: 6px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_grid-demo__markup-accordion {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-left: 6px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-right: 6px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_grid-demo__markup-accordion {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-left: 12px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-right: 12px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_grid-demo__markup-accordion {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-left: 12px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-right: 12px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_grid-demo__markup-accordion {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-left: 12px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-right: 12px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_grid-demo__markup-accordion {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-left: 12px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-right: 12px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_grid-demo__markup-accordion {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-left: 12px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_grid-demo__markup-accordion {
        padding-right: 12px; }
      html[dir="rtl"] .vans_grid-demo__markup-accordion {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_grid-demo__markup-accordion,
  html[dir="rtl"] .vans_grid-demo__markup-accordion {
    margin-bottom: 20px; }
  html.-hover .vans_grid-demo__markup-accordion:hover {
    cursor: pointer; }
  .vans_grid-demo__markup-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #333;
    color: #00adef; }
    html:not([dir="rtl"]) .vans_grid-demo__markup-heading,
    html[dir="rtl"] .vans_grid-demo__markup-heading {
      padding: 10px; }
  .vans_grid-demo__markup-content {
    display: none; }
    html:not([dir="rtl"]) .vans_grid-demo__markup-content,
    html[dir="rtl"] .vans_grid-demo__markup-content {
      border: 1px solid #333; }
    .vans_grid-demo__markup-content.-active {
      display: block; }
  .vans_grid-demo__markup-copy {
    background: grey; }
    html:not([dir="rtl"]) .vans_grid-demo__markup-copy,
    html[dir="rtl"] .vans_grid-demo__markup-copy {
      padding: 10px; }
  .vans_grid-demo__content {
    width: 100%;
    height: 100%;
    background: #00adef; }
  .vans_grid-demo__container {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_grid-demo__container,
      html[dir="rtl"] .vans_grid-demo__container {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_grid-demo__container,
      html[dir="rtl"] .vans_grid-demo__container {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_grid-demo__container,
      html[dir="rtl"] .vans_grid-demo__container {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_grid-demo__container,
      html[dir="rtl"] .vans_grid-demo__container {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__container {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_grid-demo__container,
        html[dir="rtl"] .vans_grid-demo__container {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__container {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_grid-demo__container,
        html[dir="rtl"] .vans_grid-demo__container {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__container {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_grid-demo__container,
        html[dir="rtl"] .vans_grid-demo__container {
          margin: 0 auto; } }
  .vans_grid-demo__cell-1 {
    height: 80px; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__cell-1 {
        flex: 0 0 auto;
        width: 16.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__cell-1 {
        flex: 0 0 auto;
        width: 12.5%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__cell-1 {
        flex: 0 0 auto;
        width: 12.5%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__cell-1 {
        flex: 0 0 auto;
        width: 8.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__cell-1 {
        flex: 0 0 auto;
        width: 8.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__cell-1 {
        flex: 0 0 auto;
        width: 8.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__cell-1 {
        flex: 0 0 auto;
        width: 8.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-1 {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-1,
    html[dir="rtl"] .vans_grid-demo__cell-1 {
      margin-bottom: 15px; }
  .vans_grid-demo__cell-2 {
    height: 80px; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__cell-2 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__cell-2 {
        flex: 0 0 auto;
        width: 25%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__cell-2 {
        flex: 0 0 auto;
        width: 25%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__cell-2 {
        flex: 0 0 auto;
        width: 16.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__cell-2 {
        flex: 0 0 auto;
        width: 16.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__cell-2 {
        flex: 0 0 auto;
        width: 16.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__cell-2 {
        flex: 0 0 auto;
        width: 16.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-2 {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-2,
    html[dir="rtl"] .vans_grid-demo__cell-2 {
      margin-bottom: 15px; }
  .vans_grid-demo__cell-3 {
    height: 80px; }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__cell-3 {
        flex: 0 0 auto;
        width: 25%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-3 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-3 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-3 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-3 {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__cell-3 {
        flex: 0 0 auto;
        width: 25%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-3 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-3 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-3 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-3 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__cell-3 {
        flex: 0 0 auto;
        width: 25%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-3 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-3 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-3 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-3 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__cell-3 {
        flex: 0 0 auto;
        width: 25%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-3 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-3 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-3 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-3 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__cell-3 {
        flex: 0 0 auto;
        width: 25%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-3 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-3 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-3 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-3 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__cell-3 {
        flex: 0 0 auto;
        width: 25%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-3 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-3 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-3 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-3 {
          padding-left: 12px; } }
    @media only screen and (min-width: 0) and (max-width: 479px) {
      .vans_grid-demo__cell-3 {
        display: none; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-3,
    html[dir="rtl"] .vans_grid-demo__cell-3 {
      margin-bottom: 15px; }
  .vans_grid-demo__error-3 {
    width: 100%;
    display: none; }
    html .vans_grid-demo__error-3 {
      text-align: center; }
    @media only screen and (min-width: 0) and (max-width: 479px) {
      .vans_grid-demo__error-3 {
        display: inline-block; } }
  .vans_grid-demo__cell-4 {
    height: 80px; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__cell-4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__cell-4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__cell-4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__cell-4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__cell-4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__cell-4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__cell-4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-4 {
          padding-left: 12px; } }
    @media only screen and (min-width: 480px) and (max-width: 1023px) {
      .vans_grid-demo__cell-4 {
        display: none; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-4,
    html[dir="rtl"] .vans_grid-demo__cell-4 {
      margin-bottom: 15px; }
  .vans_grid-demo__error-4 {
    width: 100%;
    display: none; }
    html .vans_grid-demo__error-4 {
      text-align: center; }
    @media only screen and (min-width: 480px) and (max-width: 1023px) {
      .vans_grid-demo__error-4 {
        display: inline-block; } }
  .vans_grid-demo__cell-6 {
    height: 80px; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__cell-6 {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__cell-6 {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__cell-6 {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__cell-6 {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__cell-6 {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__cell-6 {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__cell-6 {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6 {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-6,
    html[dir="rtl"] .vans_grid-demo__cell-6 {
      margin-bottom: 15px; }
  .vans_grid-demo__cell-12 {
    height: 80px; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__cell-12 {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__cell-12 {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__cell-12 {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__cell-12 {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__cell-12 {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__cell-12 {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__cell-12 {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-12 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-12 {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-12,
    html[dir="rtl"] .vans_grid-demo__cell-12 {
      margin-bottom: 15px; }
  .vans_grid-demo__cell-w4 {
    height: 80px; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__cell-w4 {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__cell-w4 {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__cell-w4 {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__cell-w4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__cell-w4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__cell-w4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__cell-w4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4 {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-w4,
    html[dir="rtl"] .vans_grid-demo__cell-w4 {
      margin-bottom: 15px; }
  .vans_grid-demo__cell-w4-os1 {
    height: 80px; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__cell-w4-os1 {
        flex: 0 0 auto;
        width: 83.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-left: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          margin-left: 16.66667% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          margin-right: 16.66667% !important; } }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__cell-w4-os1 {
        flex: 0 0 auto;
        width: 87.5%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-left: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          margin-left: 12.5% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          margin-right: 12.5% !important; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__cell-w4-os1 {
        flex: 0 0 auto;
        width: 87.5%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          margin-left: 12.5% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          margin-right: 12.5% !important; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__cell-w4-os1 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          margin-left: 8.33333% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          margin-right: 8.33333% !important; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__cell-w4-os1 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          margin-left: 8.33333% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          margin-right: 8.33333% !important; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__cell-w4-os1 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          margin-left: 8.33333% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          margin-right: 8.33333% !important; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__cell-w4-os1 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os1,
    html[dir="rtl"] .vans_grid-demo__cell-w4-os1 {
      margin-bottom: 15px; }
  .vans_grid-demo__cell-w4-os2 {
    height: 80px; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__cell-w4-os2 {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-left: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          margin-left: 33.33333% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          margin-right: 33.33333% !important; } }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__cell-w4-os2 {
        flex: 0 0 auto;
        width: 75%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-left: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          margin-left: 25% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          margin-right: 25% !important; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__cell-w4-os2 {
        flex: 0 0 auto;
        width: 75%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          margin-left: 25% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          margin-right: 25% !important; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__cell-w4-os2 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          margin-left: 16.66667% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          margin-right: 16.66667% !important; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__cell-w4-os2 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          margin-left: 16.66667% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          margin-right: 16.66667% !important; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__cell-w4-os2 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          margin-left: 16.66667% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          margin-right: 16.66667% !important; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__cell-w4-os2 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os2,
    html[dir="rtl"] .vans_grid-demo__cell-w4-os2 {
      margin-bottom: 15px; }
  .vans_grid-demo__cell-w4-os4 {
    height: 80px; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__cell-w4-os4 {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__cell-w4-os4 {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__cell-w4-os4 {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__cell-w4-os4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          margin-left: 33.33333% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          margin-right: 33.33333% !important; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__cell-w4-os4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          margin-left: 33.33333% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          margin-right: 33.33333% !important; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__cell-w4-os4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          margin-left: 33.33333% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          margin-right: 33.33333% !important; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__cell-w4-os4 {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-w4-os4,
    html[dir="rtl"] .vans_grid-demo__cell-w4-os4 {
      margin-bottom: 15px; }
  .vans_grid-demo__cell-w5-os1 {
    height: 80px; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__cell-w5-os1 {
        flex: 0 0 auto;
        width: 83.33333%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-left: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          margin-left: 16.66667% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          margin-right: 16.66667% !important; } }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__cell-w5-os1 {
        flex: 0 0 auto;
        width: 87.5%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-left: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          margin-left: 12.5% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          margin-right: 12.5% !important; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__cell-w5-os1 {
        flex: 0 0 auto;
        width: 87.5%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          margin-left: 12.5% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          margin-right: 12.5% !important; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__cell-w5-os1 {
        flex: 0 0 auto;
        width: 41.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          margin-left: 8.33333% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          margin-right: 8.33333% !important; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__cell-w5-os1 {
        flex: 0 0 auto;
        width: 41.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          margin-left: 8.33333% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          margin-right: 8.33333% !important; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__cell-w5-os1 {
        flex: 0 0 auto;
        width: 41.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          margin-left: 8.33333% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          margin-right: 8.33333% !important; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__cell-w5-os1 {
        flex: 0 0 auto;
        width: 41.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-w5-os1,
    html[dir="rtl"] .vans_grid-demo__cell-w5-os1 {
      margin-bottom: 15px; }
  .vans_grid-demo__container-os1 {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_grid-demo__container-os1,
      html[dir="rtl"] .vans_grid-demo__container-os1 {
        margin: 0 18px; }
      html:not([dir="rtl"]) .vans_grid-demo__container-os1 {
        padding-left: calc(0.16667 * (100% - 36px)); }
      html[dir="rtl"] .vans_grid-demo__container-os1 {
        padding-right: calc(0.16667 * (100% - 36px)); }
      html:not([dir="rtl"]) .vans_grid-demo__container-os1 {
        padding-right: calc(0.16667 * (100% - 36px)); }
      html[dir="rtl"] .vans_grid-demo__container-os1 {
        padding-left: calc(0.16667 * (100% - 36px)); } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_grid-demo__container-os1,
      html[dir="rtl"] .vans_grid-demo__container-os1 {
        margin: 0 18px; }
      html:not([dir="rtl"]) .vans_grid-demo__container-os1 {
        padding-left: calc(0.125 * (100% - 36px)); }
      html[dir="rtl"] .vans_grid-demo__container-os1 {
        padding-right: calc(0.125 * (100% - 36px)); }
      html:not([dir="rtl"]) .vans_grid-demo__container-os1 {
        padding-right: calc(0.125 * (100% - 36px)); }
      html[dir="rtl"] .vans_grid-demo__container-os1 {
        padding-left: calc(0.125 * (100% - 36px)); } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_grid-demo__container-os1,
      html[dir="rtl"] .vans_grid-demo__container-os1 {
        margin: 0 32px; }
      html:not([dir="rtl"]) .vans_grid-demo__container-os1 {
        padding-left: calc(0.125 * (100% - 64px)); }
      html[dir="rtl"] .vans_grid-demo__container-os1 {
        padding-right: calc(0.125 * (100% - 64px)); }
      html:not([dir="rtl"]) .vans_grid-demo__container-os1 {
        padding-right: calc(0.125 * (100% - 64px)); }
      html[dir="rtl"] .vans_grid-demo__container-os1 {
        padding-left: calc(0.125 * (100% - 64px)); } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_grid-demo__container-os1,
      html[dir="rtl"] .vans_grid-demo__container-os1 {
        margin: 0 44px; }
      html:not([dir="rtl"]) .vans_grid-demo__container-os1 {
        padding-left: calc(0.08333 * (100% - 88px)); }
      html[dir="rtl"] .vans_grid-demo__container-os1 {
        padding-right: calc(0.08333 * (100% - 88px)); }
      html:not([dir="rtl"]) .vans_grid-demo__container-os1 {
        padding-right: calc(0.08333 * (100% - 88px)); }
      html[dir="rtl"] .vans_grid-demo__container-os1 {
        padding-left: calc(0.08333 * (100% - 88px)); } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__container-os1 {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_grid-demo__container-os1,
        html[dir="rtl"] .vans_grid-demo__container-os1 {
          margin: 0 auto; }
        html:not([dir="rtl"]) .vans_grid-demo__container-os1 {
          padding-left: calc(0.08333 * 1188px); }
        html[dir="rtl"] .vans_grid-demo__container-os1 {
          padding-right: calc(0.08333 * 1188px); }
        html:not([dir="rtl"]) .vans_grid-demo__container-os1 {
          padding-right: calc(0.08333 * 1188px); }
        html[dir="rtl"] .vans_grid-demo__container-os1 {
          padding-left: calc(0.08333 * 1188px); } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__container-os1 {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_grid-demo__container-os1,
        html[dir="rtl"] .vans_grid-demo__container-os1 {
          margin: 0 auto; }
        html:not([dir="rtl"]) .vans_grid-demo__container-os1 {
          padding-left: calc(0.08333 * 1188px); }
        html[dir="rtl"] .vans_grid-demo__container-os1 {
          padding-right: calc(0.08333 * 1188px); }
        html:not([dir="rtl"]) .vans_grid-demo__container-os1 {
          padding-right: calc(0.08333 * 1188px); }
        html[dir="rtl"] .vans_grid-demo__container-os1 {
          padding-left: calc(0.08333 * 1188px); } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__container-os1 {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_grid-demo__container-os1,
        html[dir="rtl"] .vans_grid-demo__container-os1 {
          margin: 0 auto; } }
  .vans_grid-demo__cell-6-compensating {
    height: 80px; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__cell-6-compensating {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__cell-6-compensating {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__cell-6-compensating {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__cell-6-compensating {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__cell-6-compensating {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__cell-6-compensating {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__cell-6-compensating {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-6-compensating,
    html[dir="rtl"] .vans_grid-demo__cell-6-compensating {
      margin-bottom: 15px; }
  .vans_grid-demo__container-full-width {
    width: 100%; }
  .vans_grid-demo__cell-full-width {
    width: 100%;
    height: 80px; }
    html:not([dir="rtl"]) .vans_grid-demo__cell-full-width,
    html[dir="rtl"] .vans_grid-demo__cell-full-width {
      margin-bottom: 15px; }
  .vans_grid-demo__cell-no-grid-os1 {
    height: 80px; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1 {
        margin-left: 24px; }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1 {
        margin-right: 24px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1 {
        margin-left: 24px; }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1 {
        margin-right: 24px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1 {
        margin-left: 44px; }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1 {
        margin-right: 44px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1 {
        margin-left: 56px; }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1 {
        margin-right: 56px; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1,
    html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1 {
      margin-bottom: 15px; }
  .vans_grid-demo__cell-no-grid-os1-both {
    height: 80px; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1-both {
        margin-left: 24px; }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1-both {
        margin-right: 24px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1-both {
        margin-left: 24px; }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1-both {
        margin-right: 24px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1-both {
        margin-left: 44px; }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1-both {
        margin-right: 44px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1-both {
        margin-left: 56px; }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1-both {
        margin-right: 56px; } }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1-both {
        margin-right: 24px; }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1-both {
        margin-left: 24px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1-both {
        margin-right: 24px; }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1-both {
        margin-left: 24px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1-both {
        margin-right: 44px; }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1-both {
        margin-left: 44px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1-both {
        margin-right: 56px; }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1-both {
        margin-left: 56px; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os1-both,
    html[dir="rtl"] .vans_grid-demo__cell-no-grid-os1-both {
      margin-bottom: 15px; }
  .vans_grid-demo__cell-no-grid-os6 {
    height: 80px; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os6 {
        margin-left: calc(3/6 * calc(100% - (2 * 24px)) + 24px + 6px); }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os6 {
        margin-right: calc(3/6 * calc(100% - (2 * 24px)) + 24px + 6px); } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os6 {
        margin-left: calc(4/8 * calc(100% - (2 * 24px)) + 24px + 6px); }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os6 {
        margin-right: calc(4/8 * calc(100% - (2 * 24px)) + 24px + 6px); } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os6 {
        margin-left: calc(4/8 * calc(100% - (2 * 44px)) + 44px + 12px); }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os6 {
        margin-right: calc(4/8 * calc(100% - (2 * 44px)) + 44px + 12px); } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os6 {
        margin-left: calc(6/12 * calc(100% - (2 * 56px)) + 56px + 12px); }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os6 {
        margin-right: calc(6/12 * calc(100% - (2 * 56px)) + 56px + 12px); } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os6 {
        margin-left: calc(6/12 * calc(100% - (2 * )) +  + 12px); }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os6 {
        margin-right: calc(6/12 * calc(100% - (2 * )) +  + 12px); } }
    @media only screen and (min-width: 1440px) {
      html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os6 {
        margin-left: calc(6/12 * calc(100% - (2 * )) +  + 12px); }
      html[dir="rtl"] .vans_grid-demo__cell-no-grid-os6 {
        margin-right: calc(6/12 * calc(100% - (2 * )) +  + 12px); } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-no-grid-os6,
    html[dir="rtl"] .vans_grid-demo__cell-no-grid-os6 {
      margin-bottom: 15px; }
  .vans_grid-demo__cell-w8-os2 {
    height: 80px; }
    @media only screen and (min-width: 0) {
      .vans_grid-demo__cell-w8-os2 {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-left: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          margin-left: 16.66667% !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          margin-right: 16.66667% !important; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
    @media only screen and (min-width: 480px) {
      .vans_grid-demo__cell-w8-os2 {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-left: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-right: 6px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_grid-demo__cell-w8-os2 {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_grid-demo__cell-w8-os2 {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_grid-demo__cell-w8-os2 {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_grid-demo__cell-w8-os2 {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_grid-demo__cell-w8-os2 {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-left: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2 {
          padding-right: 12px; }
        html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_grid-demo__cell-w8-os2,
    html[dir="rtl"] .vans_grid-demo__cell-w8-os2 {
      margin-bottom: 15px; }
  .vans_grid-demo__compensate-gutter {
    display: flex;
    background: rgba(60, 60, 60, 0.6); }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-left: -6px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-right: -6px; }
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-right: -6px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-left: -6px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-left: -6px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-right: -6px; }
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-right: -6px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-left: -6px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-left: -12px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-right: -12px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-left: -12px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-left: -12px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-right: -12px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-left: -12px; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-left: -12px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-right: -12px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-left: -12px; } }
    @media only screen and (min-width: 1440px) {
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-left: -12px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-right: -12px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-left: -12px; } }
    @media only screen and (min-width: 1921px) {
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-left: -12px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_grid-demo__compensate-gutter {
        margin-right: -12px; }
      html[dir="rtl"] .vans_grid-demo__compensate-gutter {
        margin-left: -12px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_global-market-cookie-layer {
  display: none; }
  .vans_global-market-cookie-layer__container {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_global-market-cookie-layer__container,
      html[dir="rtl"] .vans_global-market-cookie-layer__container {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_global-market-cookie-layer__container,
      html[dir="rtl"] .vans_global-market-cookie-layer__container {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_global-market-cookie-layer__container,
      html[dir="rtl"] .vans_global-market-cookie-layer__container {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_global-market-cookie-layer__container,
      html[dir="rtl"] .vans_global-market-cookie-layer__container {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_global-market-cookie-layer__container {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container,
        html[dir="rtl"] .vans_global-market-cookie-layer__container {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_global-market-cookie-layer__container {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container,
        html[dir="rtl"] .vans_global-market-cookie-layer__container {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_global-market-cookie-layer__container {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container,
        html[dir="rtl"] .vans_global-market-cookie-layer__container {
          margin: 0 auto; } }
    html:not([dir="rtl"]) .vans_global-market-cookie-layer__container,
    html[dir="rtl"] .vans_global-market-cookie-layer__container {
      padding-top: 1.5em; }
    html:not([dir="rtl"]) .vans_global-market-cookie-layer__container,
    html[dir="rtl"] .vans_global-market-cookie-layer__container {
      padding-bottom: 1em; }
    @media only screen and (min-width: 0) {
      .vans_global-market-cookie-layer__container {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_global-market-cookie-layer__container {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_global-market-cookie-layer__container {
        font-size: 33px;
        line-height: 33px; } }
    @media only screen and (min-width: 0) {
      .vans_global-market-cookie-layer__container__inner {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-left: 6px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-right: 6px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_global-market-cookie-layer__container__inner {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-left: 6px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-right: 6px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_global-market-cookie-layer__container__inner {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-left: 12px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-right: 12px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_global-market-cookie-layer__container__inner {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-left: 12px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-right: 12px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          margin-left: 16.66667% !important; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          margin-right: 16.66667% !important; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
    @media only screen and (min-width: 1280px) {
      .vans_global-market-cookie-layer__container__inner {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-left: 12px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-right: 12px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_global-market-cookie-layer__container__inner {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-left: 12px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-right: 12px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_global-market-cookie-layer__container__inner {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-left: 12px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_global-market-cookie-layer__container__inner {
          padding-right: 12px; }
        html[dir="rtl"] .vans_global-market-cookie-layer__container__inner {
          padding-left: 12px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_gallery {
  overflow: hidden;
  position: relative; }
  html.-hover .vans_gallery:hover .vans_gallery__controls:not(.-single) {
    animation: vans_blendin 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
  .vans_gallery .vans_gallery__container {
    transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .vans_gallery .vans_gallery__controls {
    animation: vans_blendout 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
  .vans_gallery .vans_gallery__page, .vans_gallery .vans_gallery__page--infinite {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s; }
    .vans_gallery .vans_gallery__page.-active, .vans_gallery .-active.vans_gallery__page--infinite {
      opacity: 1; }
  .vans_gallery .vans_gallery__container.-skip-animation {
    transition: none; }
    .vans_gallery .vans_gallery__container.-skip-animation .vans_gallery__page, .vans_gallery .vans_gallery__container.-skip-animation .vans_gallery__page--infinite {
      transition: none; }
  .vans_gallery, [class*="vans_theme-"] .vans_gallery, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery, .vans_theme-light .vans_gallery, [class*="vans_theme-"] .vans_theme-light .vans_gallery, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery {
    color: #333; }
  .vans_theme-dark .vans_gallery, [class*="vans_theme-"] .vans_theme-dark .vans_gallery, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery {
    color: #fff; }
  .vans_gallery__infiniteContainer {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translate3d(100%, 0, 0); }
    html:not([dir="rtl"]) .vans_gallery__infiniteContainer {
      left: 0; }
    html[dir="rtl"] .vans_gallery__infiniteContainer {
      right: 0; }
    .vans_gallery__infiniteContainer.-active {
      transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
      transform: translate3d(0, 0, 0); }
  .vans_gallery.-single .vans_gallery__container {
    cursor: auto !important; }
  .vans_gallery.-single .vans_gallery__pagination {
    display: none; }
  .vans_gallery.-single .vans_gallery__controls {
    display: none; }
  .vans_gallery.-single .vans_gallery__controls--bottom {
    display: none; }
  .vans_gallery__wrapper {
    position: relative; }
  .vans_gallery__container {
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-touch-action: none; }
    html.-hover .vans_gallery__container:hover {
      cursor: -moz-grab;
      cursor: -webkit-grab;
      cursor: grab;
      cursor: url("assets/cursors/drag.cur"), auto; }
    html.-hover .vans_gallery__container:active {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing;
      cursor: url("assets/cursors/dragging.cur"), auto; }
    body.-ie .vans_gallery__container:hover,
    body.-ie .vans_gallery__container:active {
      cursor: move; }
    .vans_gallery__container.-dragging {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing;
      transition: none;
      user-select: none; }
    .vans_gallery__container.-dragging {
      transition: none !important; }
      .vans_gallery__container.-dragging .vans_gallery__page-button {
        opacity: 0; }
    html.-hover .vans_gallery__container:hover .vans_gallery__controls {
      display: flex; }
  .vans_gallery__page, .vans_gallery__page--infinite {
    display: block;
    min-width: 100%;
    position: relative; }
    .vans_gallery__page .vans_image__image, .vans_gallery__page--infinite .vans_image__image {
      pointer-events: none;
      user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none; }
    .vans_gallery__page:not(.-active) .vans_gallery__page-button, .vans_gallery__page--infinite:not(.-active) .vans_gallery__page-button {
      opacity: 0;
      transition-delay: 0s;
      pointer-events: none; }
  .vans_gallery__page--infinite.vans_gallery__page--infinite.-prev {
    position: absolute; }
    html:not([dir="rtl"]) .vans_gallery__page--infinite.vans_gallery__page--infinite.-prev {
      right: 100%; }
    html[dir="rtl"] .vans_gallery__page--infinite.vans_gallery__page--infinite.-prev {
      left: 100%; }
    html:not([dir="rtl"]) .vans_gallery__page--infinite.vans_gallery__page--infinite.-prev + .-prev {
      right: 200%; }
    html[dir="rtl"] .vans_gallery__page--infinite.vans_gallery__page--infinite.-prev + .-prev {
      left: 200%; }
  .vans_gallery__page-button {
    position: absolute;
    top: 0;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_gallery__page-button {
      left: 0; }
    html[dir="rtl"] .vans_gallery__page-button {
      right: 0; }
    html:not([dir="rtl"]) .vans_gallery__page-button {
      right: 0; }
    html[dir="rtl"] .vans_gallery__page-button {
      left: 0; }
    html.-hover .vans_gallery__page-button:hover .vans_gallery__page-button-inner, html.-hover [class*="vans_theme-"] .vans_gallery__page-button:hover .vans_gallery__page-button-inner, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__page-button:hover .vans_gallery__page-button-inner, html.-hover .vans_theme-light .vans_gallery__page-button:hover .vans_gallery__page-button-inner, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button:hover .vans_gallery__page-button-inner, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button:hover .vans_gallery__page-button-inner {
      background: #d9d9d9; }
    html.-hover .vans_theme-dark .vans_gallery__page-button:hover .vans_gallery__page-button-inner, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button:hover .vans_gallery__page-button-inner, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button:hover .vans_gallery__page-button-inner {
      background: #242424; }
  .vans_gallery__page-button-inner {
    display: inline-block;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.2s;
    transition-delay: 0.5s; }
    html:not([dir="rtl"]) .vans_gallery__page-button-inner {
      right: 0; }
    html[dir="rtl"] .vans_gallery__page-button-inner {
      left: 0; }
    .vans_gallery__page-button-inner, [class*="vans_theme-"] .vans_gallery__page-button-inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__page-button-inner, .vans_theme-light .vans_gallery__page-button-inner, [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner {
      width: 40px;
      height: 40px;
      background: #ececec;
      color: #333;
      font-size: 1rem;
      cursor: pointer;
      font-size: 16px;
      line-height: 40px; }
      html .vans_gallery__page-button-inner, html [class*="vans_theme-"] .vans_gallery__page-button-inner, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__page-button-inner, html .vans_theme-light .vans_gallery__page-button-inner, html [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner {
        text-align: center; }
      .vans_gallery__page-button-inner.-disabled,
      html.-hover .vans_gallery__page-button-inner.-disabled:hover, [class*="vans_theme-"] .vans_gallery__page-button-inner.-disabled,
      html.-hover [class*="vans_theme-"] .vans_gallery__page-button-inner.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__page-button-inner.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__page-button-inner.-disabled:hover, .vans_theme-light .vans_gallery__page-button-inner.-disabled,
      html.-hover .vans_theme-light .vans_gallery__page-button-inner.-disabled:hover, [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner.-disabled:hover {
        cursor: auto;
        background: #f4f4f4;
        color: #a8a8a8; }
      html.-hover .vans_gallery__page-button-inner:hover, .vans_gallery__page-button-inner:active,
      .vans_gallery__page-button-inner .-active, html.-hover [class*="vans_theme-"] .vans_gallery__page-button-inner:hover, [class*="vans_theme-"] .vans_gallery__page-button-inner:active,
      [class*="vans_theme-"] .vans_gallery__page-button-inner .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__page-button-inner:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__page-button-inner:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__page-button-inner .-active, html.-hover .vans_theme-light .vans_gallery__page-button-inner:hover, .vans_theme-light .vans_gallery__page-button-inner:active,
      .vans_theme-light .vans_gallery__page-button-inner .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner:hover, [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner:active,
      [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__page-button-inner .-active {
        background: #d9d9d9; }
    .vans_theme-dark .vans_gallery__page-button-inner, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner {
      width: 40px;
      height: 40px;
      background: #333;
      color: #fff;
      font-size: 1rem;
      cursor: pointer;
      font-size: 16px;
      line-height: 40px; }
      html .vans_theme-dark .vans_gallery__page-button-inner, html [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner {
        text-align: center; }
      .vans_theme-dark .vans_gallery__page-button-inner.-disabled,
      html.-hover .vans_theme-dark .vans_gallery__page-button-inner.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner.-disabled:hover {
        cursor: auto;
        background: #5c5c5c;
        color: #8d8d8d; }
      html.-hover .vans_theme-dark .vans_gallery__page-button-inner:hover, .vans_theme-dark .vans_gallery__page-button-inner:active,
      .vans_theme-dark .vans_gallery__page-button-inner .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner:hover, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner:active,
      [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner .-active {
        background: #242424; }
      .vans_theme-dark .vans_gallery__page-button-inner.-disabled,
      html.-hover .vans_theme-dark .vans_gallery__page-button-inner.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__page-button-inner.-disabled:hover {
        opacity: 0.6; }
  .vans_gallery__pagination-container {
    background: transparent !important; }
  .vans_gallery__pagination {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_gallery__pagination,
    html[dir="rtl"] .vans_gallery__pagination {
      margin: 0 auto; }
    .vans_gallery__pagination.-hidden {
      opacity: 0; }
    .vans_gallery__pagination.-display-none {
      display: none; }
    @media only screen and (min-width: 768px) {
      .vans_gallery__pagination.-autoPlay .vans_gallery__pagination-item .vans_gallery__pagination-infinite {
        position: absolute;
        width: 1px;
        height: 3px;
        background-color: #00adef;
        transform: scaleX(0);
        transform-origin: left; }
        html:not([dir="rtl"]) .vans_gallery__pagination.-autoPlay .vans_gallery__pagination-item .vans_gallery__pagination-infinite {
          left: 0; }
        html[dir="rtl"] .vans_gallery__pagination.-autoPlay .vans_gallery__pagination-item .vans_gallery__pagination-infinite {
          right: 0; }
        html:not([dir="rtl"]) .vans_gallery__pagination.-autoPlay .vans_gallery__pagination-item .vans_gallery__pagination-infinite,
        html[dir="rtl"] .vans_gallery__pagination.-autoPlay .vans_gallery__pagination-item .vans_gallery__pagination-infinite {
          margin: 0 3px; }
      .vans_gallery__pagination.-autoPlay .vans_gallery__pagination-item.-active .vans_gallery__pagination-infinite {
        transition: transform;
        transition-duration: inherit;
        transition-timing-function: linear;
        transform: scaleX(64); }
        html[dir="rtl"] .vans_gallery__pagination.-autoPlay .vans_gallery__pagination-item.-active .vans_gallery__pagination-infinite {
          transform: scaleX(-64); } }
  .vans_gallery__pagination-item {
    display: inline-flex;
    position: relative;
    width: 16px;
    height: 28px;
    cursor: pointer;
    position: relative;
    transition: none; }
    .vans_gallery__pagination-item, [class*="vans_theme-"] .vans_gallery__pagination-item, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__pagination-item, .vans_theme-light .vans_gallery__pagination-item, [class*="vans_theme-"] .vans_theme-light .vans_gallery__pagination-item, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__pagination-item {
      color: #ccc; }
    .vans_theme-dark .vans_gallery__pagination-item, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__pagination-item, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__pagination-item {
      color: #fff; }
    html.-hover .vans_gallery__pagination-item:hover {
      color: #00adef; }
    .vans_gallery__pagination-item.-active {
      color: #00adef !important;
      cursor: auto; }
    @media only screen and (min-width: 768px) {
      .vans_gallery__pagination-item {
        width: auto;
        height: auto; }
        html:not([dir="rtl"]) .vans_gallery__pagination-item,
        html[dir="rtl"] .vans_gallery__pagination-item {
          padding: 12px 0; } }
  .vans_gallery__pagination-dot {
    display: inline-flex;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: currentColor; }
    html:not([dir="rtl"]) .vans_gallery__pagination-dot,
    html[dir="rtl"] .vans_gallery__pagination-dot {
      margin: auto; }
    @media only screen and (min-width: 768px) {
      .vans_gallery__pagination-dot {
        width: 64px;
        height: 3px;
        border-radius: 0; }
        html:not([dir="rtl"]) .vans_gallery__pagination-dot,
        html[dir="rtl"] .vans_gallery__pagination-dot {
          margin: 0 3px; } }
  .vans_gallery__pagination--with-number {
    position: absolute;
    bottom: 0;
    height: auto;
    display: flex;
    justify-content: center;
    visibility: visible; }
    html:not([dir="rtl"]) .vans_gallery__pagination--with-number {
      left: 40px; }
    html[dir="rtl"] .vans_gallery__pagination--with-number {
      right: 40px; }
    html:not([dir="rtl"]) .vans_gallery__pagination--with-number {
      right: 40px; }
    html[dir="rtl"] .vans_gallery__pagination--with-number {
      left: 40px; }
    .vans_gallery__pagination--with-number.-hidden {
      opacity: 0 !important; }
    .vans_gallery__pagination--with-number.-display-none {
      display: none; }
  .vans_gallery__pagination-number-wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    width: auto; }
    html:not([dir="rtl"]) .vans_gallery__pagination-number-wrapper,
    html[dir="rtl"] .vans_gallery__pagination-number-wrapper {
      padding-top: 5px; }
    html:not([dir="rtl"]) .vans_gallery__pagination-number-wrapper,
    html[dir="rtl"] .vans_gallery__pagination-number-wrapper {
      padding-bottom: 5px; }
    .vans_gallery__pagination-number-wrapper, [class*="vans_theme-"] .vans_gallery__pagination-number-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__pagination-number-wrapper, .vans_theme-light .vans_gallery__pagination-number-wrapper, [class*="vans_theme-"] .vans_theme-light .vans_gallery__pagination-number-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__pagination-number-wrapper {
      background-color: #ececec; }
    .vans_theme-dark .vans_gallery__pagination-number-wrapper, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__pagination-number-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__pagination-number-wrapper {
      background-color: #333; }
  .vans_gallery__pagination-number {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px;
    display: none; }
    :lang(ko) .vans_gallery__pagination-number {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    .vans_gallery__pagination-number, [class*="vans_theme-"] .vans_gallery__pagination-number, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__pagination-number, .vans_theme-light .vans_gallery__pagination-number, [class*="vans_theme-"] .vans_theme-light .vans_gallery__pagination-number, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__pagination-number {
      color: #333; }
    .vans_theme-dark .vans_gallery__pagination-number, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__pagination-number, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__pagination-number {
      color: #fff; }
    .vans_gallery__pagination-number.-active {
      display: inline-block; }
  .vans_gallery__pagination-number-last {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999; }
    :lang(ko) .vans_gallery__pagination-number-last {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_gallery__pagination-number-last,
    html[dir="rtl"] .vans_gallery__pagination-number-last {
      margin-bottom: 2px; }
    .vans_gallery__pagination-number-last::before {
      content: '/';
      position: relative;
      display: inline-block; }
      html:not([dir="rtl"]) .vans_gallery__pagination-number-last::before {
        margin-right: -3px; }
      html[dir="rtl"] .vans_gallery__pagination-number-last::before {
        margin-left: -3px; }
  .vans_gallery__controls {
    width: 100%;
    height: auto;
    position: absolute;
    top: calc(50% - 20px);
    display: none;
    justify-content: space-between;
    pointer-events: none;
    visibility: visible; }
    @media only screen and (min-width: 768px) {
      .vans_gallery__controls {
        display: flex; } }
    .vans_gallery__controls.-hidden {
      opacity: 0; }
    .vans_gallery__controls.-display-none {
      display: none; }
  .vans_gallery__controls--bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    html:not([dir="rtl"]) .vans_gallery__controls--bottom,
    html[dir="rtl"] .vans_gallery__controls--bottom {
      margin-top: 12px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_gallery__controls--bottom,
      html[dir="rtl"] .vans_gallery__controls--bottom {
        margin-top: 24px; } }
    html:not([dir="rtl"]) .vans_gallery__controls--bottom .vans_gallery__controls-prev {
      margin-right: 8px; }
    html[dir="rtl"] .vans_gallery__controls--bottom .vans_gallery__controls-prev {
      margin-left: 8px; }
    .vans_gallery__controls--bottom .vans_gallery__pagination--with-number {
      height: 40px; }
      html:not([dir="rtl"]) .vans_gallery__controls--bottom .vans_gallery__pagination--with-number {
        left: 0; }
      html[dir="rtl"] .vans_gallery__controls--bottom .vans_gallery__pagination--with-number {
        right: 0; }
      html:not([dir="rtl"]) .vans_gallery__controls--bottom .vans_gallery__pagination--with-number {
        right: inherit; }
      html[dir="rtl"] .vans_gallery__controls--bottom .vans_gallery__pagination--with-number {
        left: inherit; }
  .vans_gallery__controls-next, .vans_gallery__controls-prev {
    pointer-events: all; }
    .vans_gallery__controls-next, [class*="vans_theme-"] .vans_gallery__controls-next, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-next, .vans_gallery__controls-prev, [class*="vans_theme-"] .vans_gallery__controls-prev, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-prev, .vans_theme-light .vans_gallery__controls-next, [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next, .vans_theme-light .vans_gallery__controls-prev, [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev {
      width: 40px;
      height: 40px;
      background: #ececec;
      color: #333;
      font-size: 1rem;
      cursor: pointer;
      font-size: 16px;
      line-height: 40px; }
      html .vans_gallery__controls-next, html [class*="vans_theme-"] .vans_gallery__controls-next, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-next, html .vans_gallery__controls-prev, html [class*="vans_theme-"] .vans_gallery__controls-prev, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-prev, html .vans_theme-light .vans_gallery__controls-next, html [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next, html .vans_theme-light .vans_gallery__controls-prev, html [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev {
        text-align: center; }
      .vans_gallery__controls-next.-disabled,
      html.-hover .vans_gallery__controls-next.-disabled:hover, [class*="vans_theme-"] .vans_gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] .vans_gallery__controls-next.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-next.-disabled:hover, .vans_gallery__controls-prev.-disabled,
      html.-hover .vans_gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] .vans_gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] .vans_gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-prev.-disabled:hover, .vans_theme-light .vans_gallery__controls-next.-disabled,
      html.-hover .vans_theme-light .vans_gallery__controls-next.-disabled:hover, [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next.-disabled:hover, .vans_theme-light .vans_gallery__controls-prev.-disabled,
      html.-hover .vans_theme-light .vans_gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev.-disabled:hover {
        cursor: auto;
        background: #f4f4f4;
        color: #a8a8a8; }
      html.-hover .vans_gallery__controls-next:hover, .vans_gallery__controls-next:active,
      .vans_gallery__controls-next .-active, html.-hover [class*="vans_theme-"] .vans_gallery__controls-next:hover, [class*="vans_theme-"] .vans_gallery__controls-next:active,
      [class*="vans_theme-"] .vans_gallery__controls-next .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-next:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-next:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-next .-active, html.-hover .vans_gallery__controls-prev:hover, .vans_gallery__controls-prev:active,
      .vans_gallery__controls-prev .-active, html.-hover [class*="vans_theme-"] .vans_gallery__controls-prev:hover, [class*="vans_theme-"] .vans_gallery__controls-prev:active,
      [class*="vans_theme-"] .vans_gallery__controls-prev .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-prev:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-prev:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-prev .-active, html.-hover .vans_theme-light .vans_gallery__controls-next:hover, .vans_theme-light .vans_gallery__controls-next:active,
      .vans_theme-light .vans_gallery__controls-next .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next:hover, [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next:active,
      [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-next .-active, html.-hover .vans_theme-light .vans_gallery__controls-prev:hover, .vans_theme-light .vans_gallery__controls-prev:active,
      .vans_theme-light .vans_gallery__controls-prev .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev:hover, [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev:active,
      [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-prev .-active {
        background: #d9d9d9; }
    .vans_theme-dark .vans_gallery__controls-next, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next, .vans_theme-dark .vans_gallery__controls-prev, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev {
      width: 40px;
      height: 40px;
      background: #333;
      color: #fff;
      font-size: 1rem;
      cursor: pointer;
      font-size: 16px;
      line-height: 40px; }
      html .vans_theme-dark .vans_gallery__controls-next, html [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next, html .vans_theme-dark .vans_gallery__controls-prev, html [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev {
        text-align: center; }
      .vans_theme-dark .vans_gallery__controls-next.-disabled,
      html.-hover .vans_theme-dark .vans_gallery__controls-next.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next.-disabled:hover, .vans_theme-dark .vans_gallery__controls-prev.-disabled,
      html.-hover .vans_theme-dark .vans_gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev.-disabled:hover {
        cursor: auto;
        background: #5c5c5c;
        color: #8d8d8d; }
      html.-hover .vans_theme-dark .vans_gallery__controls-next:hover, .vans_theme-dark .vans_gallery__controls-next:active,
      .vans_theme-dark .vans_gallery__controls-next .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next:hover, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next:active,
      [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next .-active, html.-hover .vans_theme-dark .vans_gallery__controls-prev:hover, .vans_theme-dark .vans_gallery__controls-prev:active,
      .vans_theme-dark .vans_gallery__controls-prev .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev:hover, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev:active,
      [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev .-active {
        background: #242424; }
      .vans_theme-dark .vans_gallery__controls-next.-disabled,
      html.-hover .vans_theme-dark .vans_gallery__controls-next.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-next.-disabled:hover, .vans_theme-dark .vans_gallery__controls-prev.-disabled,
      html.-hover .vans_theme-dark .vans_gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-prev.-disabled:hover {
        opacity: 0.6; }
  .vans_gallery__controls-number-prev, .vans_gallery__controls-number-next {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-size: 13px;
    position: relative; }
    :lang(ko) .vans_gallery__controls-number-prev, :lang(ko) .vans_gallery__controls-number-next {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_gallery__controls-number-prev, html:not([dir="rtl"]) .vans_gallery__controls-number-next {
      padding-right: 5px; }
    html[dir="rtl"] .vans_gallery__controls-number-prev, html[dir="rtl"] .vans_gallery__controls-number-next {
      padding-left: 5px; }
    html:not([dir="rtl"]) .vans_gallery__controls-number-prev, html:not([dir="rtl"]) .vans_gallery__controls-number-next {
      padding-left: 5px; }
    html[dir="rtl"] .vans_gallery__controls-number-prev, html[dir="rtl"] .vans_gallery__controls-number-next {
      padding-right: 5px; }
    .vans_gallery__controls-number-prev, [class*="vans_theme-"] .vans_gallery__controls-number-prev, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-number-prev, .vans_gallery__controls-number-next, [class*="vans_theme-"] .vans_gallery__controls-number-next, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-number-next, .vans_theme-light .vans_gallery__controls-number-prev, [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-number-prev, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-number-prev, .vans_theme-light .vans_gallery__controls-number-next, [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-number-next, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-number-next {
      color: #333; }
    .vans_theme-dark .vans_gallery__controls-number-prev, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-number-prev, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-number-prev, .vans_theme-dark .vans_gallery__controls-number-next, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-number-next, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-number-next {
      color: #fff; }
    html.-hover .vans_gallery__controls-number-prev:hover, html.-hover .vans_gallery__controls-number-next:hover {
      cursor: pointer; }
    .vans_gallery__controls-number-prev.-disabled, [class*="vans_theme-"] .vans_gallery__controls-number-prev.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-number-prev.-disabled, .vans_gallery__controls-number-next.-disabled, [class*="vans_theme-"] .vans_gallery__controls-number-next.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_gallery__controls-number-next.-disabled, .vans_theme-light .vans_gallery__controls-number-prev.-disabled, [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-number-prev.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-number-prev.-disabled, .vans_theme-light .vans_gallery__controls-number-next.-disabled, [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-number-next.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_gallery__controls-number-next.-disabled {
      color: #a8a8a8; }
    .vans_theme-dark .vans_gallery__controls-number-prev.-disabled, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-number-prev.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-number-prev.-disabled, .vans_theme-dark .vans_gallery__controls-number-next.-disabled, [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-number-next.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_gallery__controls-number-next.-disabled {
      color: rgba(141, 141, 141, 0.6); }
  .vans_gallery__caption-container {
    position: relative; }
  .vans_gallery__caption {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    display: none; }
    :lang(ko) .vans_gallery__caption {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_gallery__caption,
    html[dir="rtl"] .vans_gallery__caption {
      margin-top: 12px; }
    .vans_gallery__caption.-active {
      display: block; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_form2 {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_form2,
    html[dir="rtl"] .vans_form2 {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_form2,
    html[dir="rtl"] .vans_form2 {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_form2,
    html[dir="rtl"] .vans_form2 {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_form2,
    html[dir="rtl"] .vans_form2 {
      margin: 0 44px; }
    html:not([dir="rtl"]) .vans_form2 {
      padding-left: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_form2 {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html:not([dir="rtl"]) .vans_form2 {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_form2 {
      padding-left: calc(0.16667 * (100% - 88px)); } }
  @media only screen and (min-width: 1280px) {
    .vans_form2 {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_form2,
      html[dir="rtl"] .vans_form2 {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_form2 {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_form2 {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_form2 {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_form2 {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1440px) {
    .vans_form2 {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_form2,
      html[dir="rtl"] .vans_form2 {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_form2 {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_form2 {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_form2 {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_form2 {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1921px) {
    .vans_form2 {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_form2,
      html[dir="rtl"] .vans_form2 {
        margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_form2,
  html[dir="rtl"] .vans_form2 {
    padding-bottom: 1.5em; }
  @media only screen and (min-width: 0) {
    .vans_form2 {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_form2 {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form2 {
      font-size: 33px;
      line-height: 33px; } }
  .vans_form2--in-grid {
    width: 100%; }
  .vans_form2__fieldset {
    width: 100%; }
    html:not([dir="rtl"]) .vans_form2__fieldset,
    html[dir="rtl"] .vans_form2__fieldset {
      padding-top: 1.5em; }
    @media only screen and (min-width: 0) {
      .vans_form2__fieldset {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_form2__fieldset {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_form2__fieldset {
        font-size: 33px;
        line-height: 33px; } }
  @media only screen and (min-width: 0) {
    .vans_form2__legend {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_form2__legend {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_form2__legend {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_form2__legend {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form2__legend {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_form2__legend {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_form2__legend {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__legend {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__legend {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_form2__legend,
  html[dir="rtl"] .vans_form2__legend {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_form2__legend {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_form2__legend {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form2__legend {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_form2__legend + .vans_form2__field-wrapper > *,
  html[dir="rtl"] .vans_form2__legend + .vans_form2__field-wrapper > * {
    margin-top: 0; }
  .vans_form2__legend-text {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_form2__legend-text {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_form2__legend-text {
        font-size: 24px;
        line-height: 24px; } }
    @media only screen and (min-width: 768px) {
      .vans_form2__legend-text {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 1280px) {
      .vans_form2__legend-text {
        font-size: 32px;
        line-height: 32px; } }
    .vans_form2__legend-text--small {
      font-family: CorporateSRegular, -apple-system, sans-serif; }
      :lang(ko) .vans_form2__legend-text--small {
        font-family: MBKCorporateSRegular, sans-serif; }
      @media only screen and (min-width: 0) {
        .vans_form2__legend-text--small {
          font-size: 18px;
          line-height: 23px; } }
      @media only screen and (min-width: 768px) {
        .vans_form2__legend-text--small {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 1280px) {
        .vans_form2__legend-text--small {
          font-size: 22px;
          line-height: 29px; } }
  html:not([dir="rtl"]) .vans_form2__copy-wrapper,
  html[dir="rtl"] .vans_form2__copy-wrapper {
    padding-top: 0.8em; }
  @media only screen and (min-width: 0) {
    .vans_form2__copy-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_form2__copy-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form2__copy-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  .vans_form2__copy {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_form2__copy {
      font-family: MBKCorporateSRegular, sans-serif; }
    @media only screen and (min-width: 768px) {
      .vans_form2__copy {
        padding-bottom: 18px; } }
  .vans_form2__field-container {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_form2__field-container {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_form2__field-container > *:first-child > *:first-child,
    html[dir="rtl"] .vans_form2__field-container > *:first-child > *:first-child {
      margin-top: 0; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_form2__field-container > *:first-child > *:nth-child(n),
      html[dir="rtl"] .vans_form2__field-container > *:first-child > *:nth-child(n) {
        margin-top: 0; } }
  .vans_form2__field-wrapper {
    display: flex;
    flex-wrap: wrap; }
    html:not([dir="rtl"]) .vans_form2__field-wrapper--rich-text > *:first-child,
    html[dir="rtl"] .vans_form2__field-wrapper--rich-text > *:first-child {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_form2__field-wrapper--rich-text + .vans_form2__field-wrapper--checkbox > *:first-child,
    html[dir="rtl"] .vans_form2__field-wrapper--rich-text + .vans_form2__field-wrapper--checkbox > *:first-child {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_form2__field-wrapper--checkbox > *:first-child,
    html[dir="rtl"] .vans_form2__field-wrapper--checkbox > *:first-child {
      margin-top: 12px; }
  @media only screen and (min-width: 0) {
    .vans_form2__field {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__field {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__field {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_form2__field {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__field {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__field {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_form2__field {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_form2__field {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form2__field {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_form2__field {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_form2__field {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_form2__field,
  html[dir="rtl"] .vans_form2__field {
    margin-top: 24px; }
  @media only screen and (min-width: 0) {
    .vans_form2__field--submit {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_form2__field--submit {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_form2__field--submit {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_form2__field--submit {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form2__field--submit {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_form2__field--submit {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_form2__field--submit {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--submit {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--submit {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_form2__field--submit,
  html[dir="rtl"] .vans_form2__field--submit {
    margin-top: 1.5em; }
  @media only screen and (min-width: 0) {
    .vans_form2__field--submit {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_form2__field--submit {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form2__field--submit {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_form2__field--submit {
    text-align: right; }
  html[dir="rtl"] .vans_form2__field--submit {
    text-align: left; }
  @media only screen and (min-width: 0) and (max-width: 479px) {
    .vans_form2__field--submit {
      display: flex;
      flex-direction: column-reverse; }
      html:not([dir="rtl"]) .vans_form2__field--submit .vans_button--secondary,
      html[dir="rtl"] .vans_form2__field--submit .vans_button--secondary {
        margin-top: 16px; } }
  .vans_form2__field--submit .vans_button--primary,
  .vans_form2__field--submit .vans_button--secondary {
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .vans_form2__field--submit .vans_button--primary,
      .vans_form2__field--submit .vans_button--secondary {
        width: auto; }
        html:not([dir="rtl"]) .vans_form2__field--submit .vans_button--primary, html:not([dir="rtl"]) .vans_form2__field--submit .vans_button--secondary {
          margin-left: 16px; }
        html[dir="rtl"] .vans_form2__field--submit .vans_button--primary, html[dir="rtl"] .vans_form2__field--submit .vans_button--secondary {
          margin-right: 16px; } }
  @media only screen and (min-width: 0) {
    .vans_form2__field--notification {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_form2__field--notification {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_form2__field--notification {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_form2__field--notification {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form2__field--notification {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_form2__field--notification {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_form2__field--notification {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--notification {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--notification {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_form2__field--notification,
  html[dir="rtl"] .vans_form2__field--notification {
    margin-top: 1.5em; }
  @media only screen and (min-width: 0) {
    .vans_form2__field--notification {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_form2__field--notification {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form2__field--notification {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 0) {
    .vans_form2__field--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_form2__field--half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_form2__field--half {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_form2__field--half {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form2__field--half {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_form2__field--half {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_form2__field--half {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__field--half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__field--half {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_form2__field--half,
  html[dir="rtl"] .vans_form2__field--half {
    margin-top: 24px; }
  @media only screen and (min-width: 0) {
    .vans_form2__fieldset-line-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_form2__fieldset-line-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_form2__fieldset-line-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_form2__fieldset-line-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form2__fieldset-line-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_form2__fieldset-line-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_form2__fieldset-line-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_form2__fieldset-line-wrapper,
  html[dir="rtl"] .vans_form2__fieldset-line-wrapper {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_form2__fieldset-line-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_form2__fieldset-line-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form2__fieldset-line-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_form2__fieldset-line,
  html[dir="rtl"] .vans_form2__fieldset-line, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_form2__fieldset-line,
  html[dir="rtl"] [class*="vans_theme-"] .vans_form2__fieldset-line, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_form2__fieldset-line,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_form2__fieldset-line, html:not([dir="rtl"]) .vans_theme-light .vans_form2__fieldset-line,
  html[dir="rtl"] .vans_theme-light .vans_form2__fieldset-line, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_form2__fieldset-line,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_form2__fieldset-line, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form2__fieldset-line,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form2__fieldset-line {
    border: 0; }
  html:not([dir="rtl"]) .vans_form2__fieldset-line,
  html[dir="rtl"] .vans_form2__fieldset-line, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_form2__fieldset-line,
  html[dir="rtl"] [class*="vans_theme-"] .vans_form2__fieldset-line, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_form2__fieldset-line,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_form2__fieldset-line, html:not([dir="rtl"]) .vans_theme-light .vans_form2__fieldset-line,
  html[dir="rtl"] .vans_theme-light .vans_form2__fieldset-line, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_form2__fieldset-line,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_form2__fieldset-line, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form2__fieldset-line,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form2__fieldset-line {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_form2__fieldset-line,
  html[dir="rtl"] .vans_theme-dark .vans_form2__fieldset-line, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_form2__fieldset-line,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_form2__fieldset-line, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form2__fieldset-line,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form2__fieldset-line {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_form2__fieldset-line,
  html[dir="rtl"] .vans_theme-dark .vans_form2__fieldset-line, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_form2__fieldset-line,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_form2__fieldset-line, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form2__fieldset-line,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form2__fieldset-line {
    border-bottom: 1px solid #666; }
  @media only screen and (min-width: 0) {
    .vans_form2__vehicle-image-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_form2__vehicle-image-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_form2__vehicle-image-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_form2__vehicle-image-wrapper {
      flex: 0 0 auto;
      width: 133.33333%; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        margin-left: -16.66667% !important; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        margin-right: -16.66667% !important; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        margin-right: calc((1 - -0.16667 - 1.33333 ) * 100%) !important; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        margin-left: calc((1 - -0.16667 - 1.33333 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_form2__vehicle-image-wrapper {
      flex: 0 0 auto;
      width: 133.33333%; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_form2__vehicle-image-wrapper {
      flex: 0 0 auto;
      width: 133.33333%; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_form2__vehicle-image-wrapper {
      flex: 0 0 auto;
      width: 133.33333%; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form2__vehicle-image-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form2__vehicle-image-wrapper {
        padding-left: 12px; } }
  .vans_theme-dark .vans_form2__vehicle-image-wrapper, [class*="vans_theme-"] .vans_theme-dark .vans_form2__vehicle-image-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form2__vehicle-image-wrapper {
    background-image: radial-gradient(ellipse 200% 80% at 50% 80%, rgba(255, 255, 255, 0.14) 0%, transparent 26%); }
  .vans_form2__vehicle-image {
    position: relative;
    max-width: 582px; }
    html:not([dir="rtl"]) .vans_form2__vehicle-image,
    html[dir="rtl"] .vans_form2__vehicle-image {
      margin: auto; }
    .vans_form2__vehicle-image div {
      width: 100%; }
  html:not([dir="rtl"]) .vans_form2__terms-and-condition--add-space-before,
  html[dir="rtl"] .vans_form2__terms-and-condition--add-space-before {
    margin-top: 18px; }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_form2__terms-and-condition--add-space-before,
    html[dir="rtl"] .vans_form2__terms-and-condition--add-space-before {
      margin-top: 37px; } }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_form2__terms-and-condition--add-space-before,
    html[dir="rtl"] .vans_form2__terms-and-condition--add-space-before {
      margin-top: 43px; } }
  .vans_form2__rich-text {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_form2__rich-text {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_form2__rich-text > *:first-child,
    html[dir="rtl"] .vans_form2__rich-text > *:first-child {
      margin-top: 0; }
    .vans_form2__rich-text h3,
    .vans_form2__rich-text h4,
    .vans_form2__rich-text h5 {
      font-family: CorporateSDemi, sans-serif;
      font-size: 16px;
      line-height: 21px; }
      :lang(ko) .vans_form2__rich-text h3, :lang(ko)
      .vans_form2__rich-text h4, :lang(ko)
      .vans_form2__rich-text h5 {
        font-family: MBKCorporateSRegular, sans-serif;
        font-weight: bold; }
      html:not([dir="rtl"]) .vans_form2__rich-text h3,
      html[dir="rtl"] .vans_form2__rich-text h3, html:not([dir="rtl"])
      .vans_form2__rich-text h4,
      html[dir="rtl"]
      .vans_form2__rich-text h4, html:not([dir="rtl"])
      .vans_form2__rich-text h5,
      html[dir="rtl"]
      .vans_form2__rich-text h5 {
        margin-top: 31px; }
    html:not([dir="rtl"]) .vans_form2__rich-text p,
    html[dir="rtl"] .vans_form2__rich-text p {
      margin-top: 18px; }
    .vans_form2__rich-text a {
      color: inherit;
      text-decoration: underline;
      cursor: pointer;
      word-break: break-word; }
      html.-hover .vans_form2__rich-text a:hover, .vans_form2__rich-text a.-active, .vans_form2__rich-text a.-open {
        color: #00adef; }
    .vans_form2__rich-text ul,
    .vans_form2__rich-text ol {
      list-style: disc; }
      html:not([dir="rtl"]) .vans_form2__rich-text ul,
      html[dir="rtl"] .vans_form2__rich-text ul, html:not([dir="rtl"])
      .vans_form2__rich-text ol,
      html[dir="rtl"]
      .vans_form2__rich-text ol {
        margin-top: 25px; }
      html:not([dir="rtl"]) .vans_form2__rich-text ul, html:not([dir="rtl"]) .vans_form2__rich-text ol {
        padding-left: 24px; }
      html[dir="rtl"] .vans_form2__rich-text ul, html[dir="rtl"] .vans_form2__rich-text ol {
        padding-right: 24px; }
    .vans_form2__rich-text ul {
      list-style: disc; }
    .vans_form2__rich-text ol {
      list-style: decimal; }
    .vans_form2__rich-text li {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px; }
      :lang(ko) .vans_form2__rich-text li {
        font-family: MBKCorporateSRegular, sans-serif; }
      html:not([dir="rtl"]) .vans_form2__rich-text li,
      html[dir="rtl"] .vans_form2__rich-text li {
        margin-top: 12px; }
      html:not([dir="rtl"]) .vans_form2__rich-text li:first-of-type,
      html[dir="rtl"] .vans_form2__rich-text li:first-of-type {
        margin-top: 0; }
      .vans_form2__rich-text li a {
        color: inherit;
        text-decoration: underline;
        cursor: pointer; }
        html.-hover .vans_form2__rich-text li a:hover, .vans_form2__rich-text li a.-active, .vans_form2__rich-text li a.-open {
          color: #00adef; }
    html:not([dir="rtl"]) .vans_form2__rich-text li > ul,
    html[dir="rtl"] .vans_form2__rich-text li > ul, html:not([dir="rtl"])
    .vans_form2__rich-text li > ol,
    html[dir="rtl"]
    .vans_form2__rich-text li > ol {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_form2__rich-text li > ul,
    html[dir="rtl"] .vans_form2__rich-text li > ul, html:not([dir="rtl"])
    .vans_form2__rich-text li > ol,
    html[dir="rtl"]
    .vans_form2__rich-text li > ol {
      padding-bottom: 6px; }
    html:not([dir="rtl"]) .vans_form2__rich-text li > ul, html:not([dir="rtl"]) .vans_form2__rich-text li > ol {
      padding-left: 32px; }
    html[dir="rtl"] .vans_form2__rich-text li > ul, html[dir="rtl"] .vans_form2__rich-text li > ol {
      padding-right: 32px; }
  .vans_form2__submit-button.-loading > .vans_form2__button-text {
    visibility: hidden; }
  .-loading .vans_form2__submit-button--loader::after {
    z-index: 5;
    content: "";
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 2rem;
    background: url("assets/loader/loading_animation_circle.svg");
    background-size: cover;
    animation: load 1s infinite linear, fade-in 1.5s; }
    html:not([dir="rtl"]) .-loading .vans_form2__submit-button--loader::after {
      left: 50%; }
    html[dir="rtl"] .-loading .vans_form2__submit-button--loader::after {
      right: 50%; }
    html:not([dir="rtl"]) .-loading .vans_form2__submit-button--loader::after {
      margin: -1rem 0 0 -1rem; }
    html[dir="rtl"] .-loading .vans_form2__submit-button--loader::after {
      margin: -1rem -1rem 0 0; }
    @media only screen and (min-width: 768px) {
      .-loading .vans_form2__submit-button--loader::after {
        width: 2.75rem;
        height: 2.75rem; }
        html:not([dir="rtl"]) .-loading .vans_form2__submit-button--loader::after {
          margin: -1.375rem 0 0 -1.375rem; }
        html[dir="rtl"] .-loading .vans_form2__submit-button--loader::after {
          margin: -1.375rem -1.375rem 0 0; } }
  .-loading .vans_form2__submit-button--loader::after {
    height: 16px;
    width: 16px; }
    html:not([dir="rtl"]) .-loading .vans_form2__submit-button--loader::after {
      margin: -0.5rem 0 0 -0.5rem; }
    html[dir="rtl"] .-loading .vans_form2__submit-button--loader::after {
      margin: -0.5rem -0.5rem 0 0; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_form-field {
  display: block;
  max-width: 100%; }
  html:not([dir="rtl"]) .vans_form-field,
  html[dir="rtl"] .vans_form-field {
    margin-bottom: 25px; }
  .vans_form-field__label {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    html:not([dir="rtl"]) .vans_form-field__label,
    html[dir="rtl"] .vans_form-field__label {
      margin-bottom: 9px; }
    :lang(ko) .vans_form-field__label {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  .vans_form-field__input {
    position: relative; }
    .vans_form-field__input input,
    .vans_form-field__input textarea {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      appearance: none;
      -webkit-appearance: none;
      border-radius: 0;
      width: 100%;
      display: block;
      box-sizing: border-box;
      /* For IE */ }
      :lang(ko) .vans_form-field__input input, :lang(ko)
      .vans_form-field__input textarea {
        font-family: MBKCorporateSRegular, sans-serif; }
      html:not([dir="rtl"]) .vans_form-field__input input, html:not([dir="rtl"]) .vans_form-field__input textarea {
        padding-left: 16px; }
      html[dir="rtl"] .vans_form-field__input input, html[dir="rtl"] .vans_form-field__input textarea {
        padding-right: 16px; }
      html:not([dir="rtl"]) .vans_form-field__input input,
      html[dir="rtl"] .vans_form-field__input input, html:not([dir="rtl"])
      .vans_form-field__input textarea,
      html[dir="rtl"]
      .vans_form-field__input textarea {
        border: 1px solid #999; }
      .vans_form-field__input input::-ms-expand,
      .vans_form-field__input textarea::-ms-expand {
        display: none; }
      .vans_form-field__input input, [class*="vans_theme-"] .vans_form-field__input input, [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__input input, .vans_form-field__input textarea, [class*="vans_theme-"] .vans_form-field__input textarea, [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__input textarea, .vans_theme-light .vans_form-field__input input, [class*="vans_theme-"] .vans_theme-light .vans_form-field__input input, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__input input, .vans_theme-light .vans_form-field__input textarea, [class*="vans_theme-"] .vans_theme-light .vans_form-field__input textarea, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__input textarea {
        color: #333; }
      .vans_theme-dark .vans_form-field__input input, [class*="vans_theme-"] .vans_theme-dark .vans_form-field__input input, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__input input, .vans_theme-dark .vans_form-field__input textarea, [class*="vans_theme-"] .vans_theme-dark .vans_form-field__input textarea, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__input textarea {
        color: #fff; }
      html.-hover .vans_form-field__input input:hover, .vans_form-field__input input:focus, html.-hover
      .vans_form-field__input textarea:hover,
      .vans_form-field__input textarea:focus {
        border-color: #00adef; }
    html:not([dir="rtl"]) .vans_form-field__input textarea,
    html[dir="rtl"] .vans_form-field__input textarea {
      padding-top: 9px; }
    html:not([dir="rtl"]) .vans_form-field__input textarea,
    html[dir="rtl"] .vans_form-field__input textarea {
      padding-bottom: 9px; }
    .vans_form-field__input input {
      line-height: 40px !important;
      height: 40px; }
  .vans_form-field__select {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    position: relative; }
    :lang(ko) .vans_form-field__select {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_form-field__select select + span {
      color: #333;
      border-radius: 0 0 0 0; }
      .vans_form-field__select select + span::before {
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px; }
      .vans_form-field__select select + span::after {
        border-radius: 0 0 0 0; }
    .vans_form-field__select select {
      color: #333; }
      html:not([dir="rtl"]) .vans_form-field__select select {
        padding-left: 16px; }
      html[dir="rtl"] .vans_form-field__select select {
        padding-right: 16px; }
      html:not([dir="rtl"]) .vans_form-field__select select {
        padding-right: 46px; }
      html[dir="rtl"] .vans_form-field__select select {
        padding-left: 46px; }
    .vans_form-field__select select:focus:not(.pressed) + span::before {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3); }
    html.-hover .vans_form-field__select select:active:hover,
    .vans_form-field__select select:active:focus {
      background: #ccc; }
      html.-hover .vans_form-field__select select:active:hover + span::after,
      .vans_form-field__select select:active:focus + span::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_form-field__select select[disabled] {
      color: #999; }
      html.-hover .vans_form-field__select select[disabled]:hover + span::after,
      html.-hover .vans_form-field__select select[disabled]:active:hover + span::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_form-field__select select[disabled] + * {
        color: #999; }
    .vans_form-field__select_invalid select + span::after {
      border-color: #9f0002;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_form-field__select_invalid select + span::after,
      html[dir="rtl"] .vans_form-field__select_invalid select + span::after {
        border-width: 1px; }
    .vans_form-field__select_invalid select:focus:not(.pressed) + span::before {
      box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
    .vans_form-field__select select {
      line-height: inherit;
      height: inherit;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      width: 100%;
      white-space: nowrap;
      position: absolute;
      top: 0;
      /* For IE */ }
      .vans_form-field__select select::-ms-expand {
        display: none; }
    .vans_form-field__select select + span {
      line-height: inherit;
      pointer-events: none;
      display: inline-block;
      width: 100%; }
      .vans_form-field__select select + span::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_form-field__select select + span::after {
          right: 0; }
        html[dir="rtl"] .vans_form-field__select select + span::after {
          left: 0; }
        html:not([dir="rtl"]) .vans_form-field__select select + span::after {
          left: 0; }
        html[dir="rtl"] .vans_form-field__select select + span::after {
          right: 0; }
      .vans_form-field__select select + span::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_form-field__select select + span::before {
          right: 0; }
        html[dir="rtl"] .vans_form-field__select select + span::before {
          left: 0; }
        html:not([dir="rtl"]) .vans_form-field__select select + span::before {
          left: 0; }
        html[dir="rtl"] .vans_form-field__select select + span::before {
          right: 0; }
      .vans_form-field__select select + span::after, .vans_form-field__select select + span::before {
        pointer-events: none; }
      html:not([dir="rtl"]) .vans_form-field__select select + span {
        padding-right: 16px; }
      html[dir="rtl"] .vans_form-field__select select + span {
        padding-left: 16px; }
      html:not([dir="rtl"]) .vans_form-field__select select + span {
        text-align: right; }
      html[dir="rtl"] .vans_form-field__select select + span {
        text-align: left; }
    .vans_form-field__select, [class*="vans_theme-"] .vans_form-field__select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select, .vans_theme-light .vans_form-field__select, [class*="vans_theme-"] .vans_theme-light .vans_form-field__select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select {
      line-height: 40px;
      height: 40px; }
      .vans_form-field__select select + span, [class*="vans_theme-"] .vans_form-field__select select + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select + span, .vans_theme-light .vans_form-field__select select + span, [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select + span {
        color: #333; }
        .vans_form-field__select select + span::after, [class*="vans_theme-"] .vans_form-field__select select + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select + span::after, .vans_theme-light .vans_form-field__select select + span::after, [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select + span::after { }
      .vans_form-field__select select, [class*="vans_theme-"] .vans_form-field__select select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select, .vans_theme-light .vans_form-field__select select, [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select {
        color: #333;
        background-color: #ececec; }
        html:not([dir="rtl"]) .vans_form-field__select select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_form-field__select select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select, html:not([dir="rtl"]) .vans_theme-light .vans_form-field__select select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select {
          padding-left: 16px; }
        html[dir="rtl"] .vans_form-field__select select, html[dir="rtl"] [class*="vans_theme-"] .vans_form-field__select select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select, html[dir="rtl"] .vans_theme-light .vans_form-field__select select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select {
          padding-right: 16px; }
        html:not([dir="rtl"]) .vans_form-field__select select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_form-field__select select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select, html:not([dir="rtl"]) .vans_theme-light .vans_form-field__select select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select {
          padding-right: 46px; }
        html[dir="rtl"] .vans_form-field__select select, html[dir="rtl"] [class*="vans_theme-"] .vans_form-field__select select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select, html[dir="rtl"] .vans_theme-light .vans_form-field__select select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select {
          padding-left: 46px; }
      .vans_form-field__select select:focus:not(.pressed), [class*="vans_theme-"] .vans_form-field__select select:focus:not(.pressed), [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select:focus:not(.pressed), .vans_theme-light .vans_form-field__select select:focus:not(.pressed), [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select:focus:not(.pressed), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select:focus:not(.pressed) {
        background-color: #d9d9d9; }
      html.-hover .vans_form-field__select select:hover, html.-hover [class*="vans_theme-"] .vans_form-field__select select:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select:hover, html.-hover .vans_theme-light .vans_form-field__select select:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select:hover {
        background-color: #d9d9d9; }
      html.-hover .vans_form-field__select select:active:hover,
      .vans_form-field__select select:active:focus, html.-hover [class*="vans_theme-"] .vans_form-field__select select:active:hover,
      [class*="vans_theme-"] .vans_form-field__select select:active:focus, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select:active:hover,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select:active:focus, html.-hover .vans_theme-light .vans_form-field__select select:active:hover,
      .vans_theme-light .vans_form-field__select select:active:focus, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select:active:hover,
      [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select:active:focus, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select:active:hover,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select:active:focus {
        background: #d9d9d9; }
        html.-hover .vans_form-field__select select:active:hover + span::after,
        .vans_form-field__select select:active:focus + span::after, html.-hover [class*="vans_theme-"] .vans_form-field__select select:active:hover + span::after,
        [class*="vans_theme-"] .vans_form-field__select select:active:focus + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select:active:hover + span::after,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select:active:focus + span::after, html.-hover .vans_theme-light .vans_form-field__select select:active:hover + span::after,
        .vans_theme-light .vans_form-field__select select:active:focus + span::after, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select:active:hover + span::after,
        [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select:active:focus + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select:active:hover + span::after,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select:active:focus + span::after {
          box-shadow: inset 0 0 4px transparent; }
      .vans_form-field__select select[disabled], [class*="vans_theme-"] .vans_form-field__select select[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select[disabled], .vans_theme-light .vans_form-field__select select[disabled], [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select[disabled] {
        color: #999;
        background-color: #ececec; }
        html.-hover .vans_form-field__select select[disabled]:hover,
        html.-hover .vans_form-field__select select[disabled]:active:hover, html.-hover [class*="vans_theme-"] .vans_form-field__select select[disabled]:hover,
        html.-hover [class*="vans_theme-"] .vans_form-field__select select[disabled]:active:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select[disabled]:hover,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select[disabled]:active:hover, html.-hover .vans_theme-light .vans_form-field__select select[disabled]:hover,
        html.-hover .vans_theme-light .vans_form-field__select select[disabled]:active:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select[disabled]:hover,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select[disabled]:active:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select[disabled]:hover,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select[disabled]:active:hover {
          background-color: #ececec; }
          html.-hover .vans_form-field__select select[disabled]:hover + span::after,
          html.-hover .vans_form-field__select select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] .vans_form-field__select select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] .vans_form-field__select select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select[disabled]:active:hover + span::after, html.-hover .vans_theme-light .vans_form-field__select select[disabled]:hover + span::after,
          html.-hover .vans_theme-light .vans_form-field__select select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select[disabled]:active:hover + span::after {
            box-shadow: inset 0 0 4px transparent; }
        .vans_form-field__select select[disabled] + *, [class*="vans_theme-"] .vans_form-field__select select[disabled] + *, [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select select[disabled] + *, .vans_theme-light .vans_form-field__select select[disabled] + *, [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select[disabled] + *, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select select[disabled] + * {
          color: #999; }
      .vans_form-field__select_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] .vans_form-field__select_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_form-field__select_invalid select:focus:not(.pressed) + span::before, .vans_theme-light .vans_form-field__select_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] .vans_theme-light .vans_form-field__select_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_form-field__select_invalid select:focus:not(.pressed) + span::before {
        box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
    .vans_theme-dark .vans_form-field__select, [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select {
      line-height: 40px;
      height: 40px; }
      .vans_theme-dark .vans_form-field__select select + span, [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select + span {
        color: #fff; }
        .vans_theme-dark .vans_form-field__select select + span::after, [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select + span::after { }
      .vans_theme-dark .vans_form-field__select select, [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select {
        color: #fff;
        background-color: #333; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_form-field__select select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select {
          padding-left: 16px; }
        html[dir="rtl"] .vans_theme-dark .vans_form-field__select select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select {
          padding-right: 16px; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_form-field__select select, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select {
          padding-right: 46px; }
        html[dir="rtl"] .vans_theme-dark .vans_form-field__select select, html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select, html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select {
          padding-left: 46px; }
      .vans_theme-dark .vans_form-field__select select:focus:not(.pressed), [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select:focus:not(.pressed), [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select:focus:not(.pressed) {
        background-color: #242424; }
      html.-hover .vans_theme-dark .vans_form-field__select select:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select:hover {
        background-color: #242424; }
      html.-hover .vans_theme-dark .vans_form-field__select select:active:hover,
      .vans_theme-dark .vans_form-field__select select:active:focus, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select:active:hover,
      [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select:active:focus, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select:active:hover,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select:active:focus {
        background: #242424; }
        html.-hover .vans_theme-dark .vans_form-field__select select:active:hover + span::after,
        .vans_theme-dark .vans_form-field__select select:active:focus + span::after, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select:active:hover + span::after,
        [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select:active:focus + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select:active:hover + span::after,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select:active:focus + span::after {
          box-shadow: inset 0 0 4px #1f1f1f; }
      .vans_theme-dark .vans_form-field__select select[disabled], [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select[disabled], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select[disabled] {
        color: #999;
        background-color: #333; }
        html.-hover .vans_theme-dark .vans_form-field__select select[disabled]:hover,
        html.-hover .vans_theme-dark .vans_form-field__select select[disabled]:active:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select[disabled]:hover,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select[disabled]:active:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select[disabled]:hover,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select[disabled]:active:hover {
          background-color: #333; }
          html.-hover .vans_theme-dark .vans_form-field__select select[disabled]:hover + span::after,
          html.-hover .vans_theme-dark .vans_form-field__select select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select[disabled]:active:hover + span::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select[disabled]:hover + span::after,
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select[disabled]:active:hover + span::after {
            box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_form-field__select select[disabled] + *, [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select[disabled] + *, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select select[disabled] + * {
          color: #999; }
      .vans_theme-dark .vans_form-field__select_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select_invalid select:focus:not(.pressed) + span::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_form-field__select_invalid select:focus:not(.pressed) + span::before {
        box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
  .vans_form-field__radios {
    display: flex; }
  .vans_form-field__radio input {
    opacity: 0;
    position: absolute; }
  .vans_form-field__radio label {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    line-height: 40px !important;
    height: 40px;
    box-shadow: inset 0 0 0 1px #ccc;
    min-width: 120px; }
    :lang(ko) .vans_form-field__radio label {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_form-field__radio label,
    html[dir="rtl"] .vans_form-field__radio label {
      padding: 0 16px; }
    html .vans_form-field__radio label {
      text-align: center; }
  html.-hover .vans_form-field__radio label:hover,
  .vans_form-field__radio:focus-within label {
    box-shadow: inset 0 0 0 1px #00adef;
    position: relative;
    z-index: 2; }
  .vans_form-field__radio label:active {
    box-shadow: inset 0 0 0 2px #00adef; }
  .vans_form-field__radio input:checked + label {
    box-shadow: inset 0 0 0 2px #00adef;
    z-index: 1;
    position: relative; }
    html:not([dir="rtl"]) .vans_form-field__radio input:checked + label,
    html[dir="rtl"] .vans_form-field__radio input:checked + label {
      padding: 0 15px; }
  html:not([dir="rtl"]) .vans_form-field__radio {
    margin-left: -1px; }
  html[dir="rtl"] .vans_form-field__radio {
    margin-right: -1px; }
  html:not([dir="rtl"]) .vans_form-field__radio:first-child {
    margin-left: 0; }
  html[dir="rtl"] .vans_form-field__radio:first-child {
    margin-right: 0; }
  .vans_form-field__dealer-radio {
    background: #f8f8f8; }
    html:not([dir="rtl"]) .vans_form-field__dealer-radio,
    html[dir="rtl"] .vans_form-field__dealer-radio {
      margin: 1em 0; }
    @media only screen and (min-width: 0) {
      .vans_form-field__dealer-radio {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_form-field__dealer-radio {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_form-field__dealer-radio {
        font-size: 33px;
        line-height: 33px; } }
    .vans_form-field__dealer-radio.-hidden {
      display: none; }
    .vans_form-field__dealer-radio label {
      line-height: 1.5;
      display: block; }
      html:not([dir="rtl"]) .vans_form-field__dealer-radio label,
      html[dir="rtl"] .vans_form-field__dealer-radio label {
        padding: 16px; }
      html.-hover .vans_form-field__dealer-radio label:hover {
        box-shadow: inset 0 0 0 1px #00adef; }
      html.-hover .vans_form-field__dealer-radio label:active:hover {
        box-shadow: inset 0 0 0 2px #00adef; }
    .vans_form-field__dealer-radio input {
      opacity: 0;
      position: absolute; }
    .-dirty .vans_form-field__dealer-radio label {
      display: none;
      box-shadow: none !important; }
    .-dirty .vans_form-field__dealer-radio input:checked + label {
      display: block; }
    .-error .vans_form-field__dealer-radio label {
      box-shadow: inset 0 0 0 1px #9f0002; }
  .vans_form-field__dealer-radio-title {
    display: block;
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    html:not([dir="rtl"]) .vans_form-field__dealer-radio-title,
    html[dir="rtl"] .vans_form-field__dealer-radio-title {
      margin-bottom: 9px; }
    :lang(ko) .vans_form-field__dealer-radio-title {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  .vans_form-field__dealer-radio-address {
    display: block; }
    html:not([dir="rtl"]) .vans_form-field__dealer-radio-address,
    html[dir="rtl"] .vans_form-field__dealer-radio-address {
      margin-bottom: 9px; }
  .vans_form-field__dealer-radio-phone {
    display: block; }
  .vans_form-field__show-more {
    display: none;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    background: #ececec;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    html:not([dir="rtl"]) .vans_form-field__show-more {
      padding-left: 20px; }
    html[dir="rtl"] .vans_form-field__show-more {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_form-field__show-more {
      padding-right: 20px; }
    html[dir="rtl"] .vans_form-field__show-more {
      padding-left: 20px; }
    .vans_form-field__show-more::after {
      border-color: transparent; }
    .vans_form-field__show-more::after { }
    .vans_form-field__show-more.-active::after,
    html.-hover .vans_form-field__show-more:active:hover::after, .vans_form-field__show-more:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_form-field__show-more.-disabled::after,
    html.-hover .vans_form-field__show-more.-disabled:hover::after,
    html.-hover .vans_form-field__show-more.-disabled:active:hover::after, .vans_form-field__show-more[disabled]::after,
    html.-hover .vans_form-field__show-more[disabled]:hover::after,
    html.-hover .vans_form-field__show-more[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_form-field__show-more.-disabled::after,
    html.-hover .vans_form-field__show-more.-disabled:hover::after,
    html.-hover .vans_form-field__show-more.-disabled:active:hover::after, .vans_form-field__show-more[disabled]::after,
    html.-hover .vans_form-field__show-more[disabled]:hover::after,
    html.-hover .vans_form-field__show-more[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_form-field__show-more.-disabled::after,
      html[dir="rtl"] .vans_form-field__show-more.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_form-field__show-more.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_form-field__show-more.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_form-field__show-more.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_form-field__show-more.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_form-field__show-more[disabled]::after,
      html[dir="rtl"] .vans_form-field__show-more[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_form-field__show-more[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_form-field__show-more[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_form-field__show-more[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_form-field__show-more[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_form-field__show-more::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_form-field__show-more::after {
        right: 0; }
      html[dir="rtl"] .vans_form-field__show-more::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_form-field__show-more::after {
        left: 0; }
      html[dir="rtl"] .vans_form-field__show-more::after {
        right: 0; }
    .vans_form-field__show-more::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_form-field__show-more::before {
        right: 0; }
      html[dir="rtl"] .vans_form-field__show-more::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_form-field__show-more::before {
        left: 0; }
      html[dir="rtl"] .vans_form-field__show-more::before {
        right: 0; }
    .vans_form-field__show-more::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_form-field__show-more::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_form-field__show-more,
    html[dir="rtl"] .vans_form-field__show-more {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_form-field__show-more,
    html[dir="rtl"] .vans_form-field__show-more {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_form-field__show-more,
    html[dir="rtl"] .vans_form-field__show-more {
      padding-bottom: 0; }
    .vans_form-field__show-more:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_form-field__show-more__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    .vans_form-field__show-more::after {
      border-color: transparent; }
    .vans_form-field__show-more::after { }
    html.-hover .vans_form-field__show-more:hover {
      background: #d9d9d9; }
    .vans_form-field__show-more:focus {
      background: #d9d9d9; }
    .vans_form-field__show-more.-active,
    html.-hover .vans_form-field__show-more:active:hover, .vans_form-field__show-more:active:focus {
      color: #333;
      background: #d9d9d9; }
      .vans_form-field__show-more.-active::after,
      html.-hover .vans_form-field__show-more:active:hover::after, .vans_form-field__show-more:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_form-field__show-more.-disabled,
    html.-hover .vans_form-field__show-more.-disabled:hover,
    html.-hover .vans_form-field__show-more.-disabled:active:hover, .vans_form-field__show-more[disabled],
    html.-hover .vans_form-field__show-more[disabled]:hover,
    html.-hover .vans_form-field__show-more[disabled]:active:hover {
      background-color: #ececec; }
      .vans_form-field__show-more.-disabled::after,
      html.-hover .vans_form-field__show-more.-disabled:hover::after,
      html.-hover .vans_form-field__show-more.-disabled:active:hover::after, .vans_form-field__show-more[disabled]::after,
      html.-hover .vans_form-field__show-more[disabled]:hover::after,
      html.-hover .vans_form-field__show-more[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_form-field__show-more.-disabled::after,
      html.-hover .vans_form-field__show-more.-disabled:hover::after,
      html.-hover .vans_form-field__show-more.-disabled:active:hover::after, .vans_form-field__show-more[disabled]::after,
      html.-hover .vans_form-field__show-more[disabled]:hover::after,
      html.-hover .vans_form-field__show-more[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_form-field__show-more.-disabled::after,
        html[dir="rtl"] .vans_form-field__show-more.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_form-field__show-more.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_form-field__show-more.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_form-field__show-more.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_form-field__show-more.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_form-field__show-more[disabled]::after,
        html[dir="rtl"] .vans_form-field__show-more[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_form-field__show-more[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_form-field__show-more[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_form-field__show-more[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_form-field__show-more[disabled]:active:hover::after {
          border-width: 1px; }
    :lang(ko) .vans_form-field__show-more {
      font-family: MBKCorporateSRegular, sans-serif; }
    .-dirty .vans_form-field__show-more {
      display: none !important; }
  .vans_form-field__loading {
    display: none;
    height: 40px;
    position: relative; }
    .vans_form-field__loading::after {
      z-index: 5;
      content: "";
      position: absolute;
      top: 50%;
      width: 2rem;
      height: 2rem;
      background: url("assets/loader/loading_animation_circle.svg");
      background-size: cover;
      animation: load 1s infinite linear, fade-in 1.5s; }
      html:not([dir="rtl"]) .vans_form-field__loading::after {
        left: 50%; }
      html[dir="rtl"] .vans_form-field__loading::after {
        right: 50%; }
      html:not([dir="rtl"]) .vans_form-field__loading::after {
        margin: -1rem 0 0 -1rem; }
      html[dir="rtl"] .vans_form-field__loading::after {
        margin: -1rem -1rem 0 0; }
      @media only screen and (min-width: 768px) {
        .vans_form-field__loading::after {
          width: 2.75rem;
          height: 2.75rem; }
          html:not([dir="rtl"]) .vans_form-field__loading::after {
            margin: -1.375rem 0 0 -1.375rem; }
          html[dir="rtl"] .vans_form-field__loading::after {
            margin: -1.375rem -1.375rem 0 0; } }
    .-loading .vans_form-field__loading {
      display: block; }
  .vans_form-field__checkbox {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    position: relative;
    display: flex; }
    :lang(ko) .vans_form-field__checkbox {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_form-field__checkbox div {
      min-width: 30px; }
    .vans_form-field__checkbox input {
      opacity: 0;
      position: absolute;
      width: 22px;
      height: 22px;
      z-index: 3; }
    .vans_form-field__checkbox label {
      font: inherit;
      vertical-align: initial; }
      .vans_form-field__checkbox label a {
        color: inherit;
        text-decoration: underline;
        cursor: pointer; }
        html.-hover .vans_form-field__checkbox label a:hover, .vans_form-field__checkbox label a.-active, .vans_form-field__checkbox label a.-open {
          color: #00adef; }
    .vans_form-field__checkbox input + span {
      color: transparent;
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px; }
      html:not([dir="rtl"]) .vans_form-field__checkbox input + span {
        margin-left: 0.25em; }
      html[dir="rtl"] .vans_form-field__checkbox input + span {
        margin-right: 0.25em; }
      html:not([dir="rtl"]) .vans_form-field__checkbox input + span {
        margin-right: 0.35em; }
      html[dir="rtl"] .vans_form-field__checkbox input + span {
        margin-left: 0.35em; }
      :lang(ko) .vans_form-field__checkbox input + span {
        font-family: MBKCorporateSRegular, sans-serif; }
      .vans_form-field__checkbox input + span::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0; }
        html:not([dir="rtl"]) .vans_form-field__checkbox input + span::after,
        html[dir="rtl"] .vans_form-field__checkbox input + span::after {
          border: 1px solid #333; }
        html:not([dir="rtl"]) .vans_form-field__checkbox input + span::after {
          left: 0; }
        html[dir="rtl"] .vans_form-field__checkbox input + span::after {
          right: 0; }
    .vans_form-field__checkbox input:checked + span {
      color: #00adef; }
    .vans_form-field__checkbox input:focus + span::after {
      border-color: #00adef; }
    html.-hover .vans_form-field__checkbox:hover input + span::after {
      border-color: #00adef; }
  .vans_form-field__select-icon {
    position: absolute;
    top: -1px;
    pointer-events: none; }
    html:not([dir="rtl"]) .vans_form-field__select-icon {
      right: 0; }
    html[dir="rtl"] .vans_form-field__select-icon {
      left: 0; }
    html:not([dir="rtl"]) .vans_form-field__select-icon {
      padding-right: 16px; }
    html[dir="rtl"] .vans_form-field__select-icon {
      padding-left: 16px; }
  .vans_form-field__required-message, .vans_form-field__validation-message {
    color: #9f0002;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #9f0002; }
    html:not([dir="rtl"]) .vans_form-field__required-message,
    html[dir="rtl"] .vans_form-field__required-message, html:not([dir="rtl"]) .vans_form-field__validation-message,
    html[dir="rtl"] .vans_form-field__validation-message {
      margin-top: 9px; }
    :lang(ko) .vans_form-field__required-message, :lang(ko) .vans_form-field__validation-message {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_form-field .-is-expandable {
    transition: height 1s; }
  .vans_form-field.-error .vans_form-field__label {
    color: #9f0002; }
  .vans_form-field.-error .vans_form-field__select {
    box-shadow: inset 0 0 0 1px #9f0002; }
  .vans_form-field.-error .vans_form-field__radio label {
    border-color: #9f0002; }
  .vans_form-field.-error .vans_form-field__input input {
    border-color: #9f0002; }

.flatpickr-calendar {
  box-shadow: 0 0 0 1px #00adef !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  top: 40px !important; }
  html:not([dir="rtl"]) .flatpickr-calendar,
  html[dir="rtl"] .flatpickr-calendar {
    padding-bottom: 10px !important; }
  :lang(ko) .flatpickr-calendar {
    font-family: MBKCorporateSRegular, sans-serif; }
  .flatpickr-calendar::before, .flatpickr-calendar::after {
    content: none !important; }
  html:not([dir="rtl"]) .flatpickr-calendar {
    left: 1px !important; }
  html[dir="rtl"] .flatpickr-calendar {
    right: 1px !important; }

.flatpickr-current-month {
  font-size: 16px !important;
  pointer-events: none; }

.flatpickr-months .flatpickr-month {
  height: 50px !important; }

.flatpickr-current-month span.cur-month {
  font-weight: inherit !important; }

span.flatpickr-weekday {
  font-weight: inherit !important;
  color: #333 !important;
  text-transform: uppercase; }

.flatpickr-day {
  line-height: 36px !important; }
  html.-hover .flatpickr-day:hover {
    background: #d9d9d9; }

.flatpickr-day.selected {
  border-color: transparent !important;
  background-color: #00adef !important; }

.flatpickr-day.today {
  border-color: transparent !important;
  color: #00adef; }

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: #999 !important; }

.vans_form-field__input.-datepicker-open input {
  border-color: #00adef !important; }

.flatpickr-weekdays {
  height: 40px !important; }
  html:not([dir="rtl"]) .flatpickr-weekdays,
  html[dir="rtl"] .flatpickr-weekdays {
    border-top: 1px solid #ddd; }
  html:not([dir="rtl"]) .flatpickr-weekdays,
  html[dir="rtl"] .flatpickr-weekdays {
    border-bottom: 1px solid #ddd; }

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  top: 9px !important; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_form {
  color: #333;
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_form,
    html[dir="rtl"] .vans_form {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_form,
    html[dir="rtl"] .vans_form {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_form,
    html[dir="rtl"] .vans_form {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_form,
    html[dir="rtl"] .vans_form {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_form,
      html[dir="rtl"] .vans_form {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_form {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_form,
      html[dir="rtl"] .vans_form {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_form {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_form,
      html[dir="rtl"] .vans_form {
        margin: 0 auto; } }
  @media only screen and (min-width: 0) {
    .vans_form__inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form__inner {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form__inner {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_form__inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-left: 6px; }
      html[dir="rtl"] .vans_form__inner {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-right: 6px; }
      html[dir="rtl"] .vans_form__inner {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_form__inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_form__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form__inner {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_form__inner {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_form__inner {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_form__inner {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_form__inner {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_form__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_form__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_form__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_form__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_form__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_form__inner {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_form__fieldset,
  html[dir="rtl"] .vans_form__fieldset {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_form__fieldset,
  html[dir="rtl"] .vans_form__fieldset {
    padding-top: 1em; }
  html:not([dir="rtl"]) .vans_form__fieldset,
  html[dir="rtl"] .vans_form__fieldset {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_form__fieldset {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_form__fieldset {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form__fieldset {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_form__fieldset > :last-child,
  html[dir="rtl"] .vans_form__fieldset > :last-child {
    margin-bottom: 0; }
  html:not([dir="rtl"]) .vans_form__legend,
  html[dir="rtl"] .vans_form__legend {
    padding-top: 0.5em; }
  html:not([dir="rtl"]) .vans_form__legend,
  html[dir="rtl"] .vans_form__legend {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_form__legend {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_form__legend {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form__legend {
      font-size: 33px;
      line-height: 33px; } }
  .vans_form__field-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    display: flex; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_form__field-wrapper,
      html[dir="rtl"] .vans_form__field-wrapper {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_form__field-wrapper,
      html[dir="rtl"] .vans_form__field-wrapper {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_form__field-wrapper,
      html[dir="rtl"] .vans_form__field-wrapper {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_form__field-wrapper,
      html[dir="rtl"] .vans_form__field-wrapper {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_form__field-wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_form__field-wrapper,
        html[dir="rtl"] .vans_form__field-wrapper {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_form__field-wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_form__field-wrapper,
        html[dir="rtl"] .vans_form__field-wrapper {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_form__field-wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_form__field-wrapper,
        html[dir="rtl"] .vans_form__field-wrapper {
          margin: 0 auto; } }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-left: -6px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-right: -6px; }
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-right: -6px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-left: -6px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-left: -6px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-right: -6px; }
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-right: -6px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-left: -6px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-left: -12px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-right: -12px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-left: -12px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-left: -12px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-right: -12px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-left: -12px; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-left: -12px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-right: -12px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-left: -12px; } }
    @media only screen and (min-width: 1440px) {
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-left: -12px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-right: -12px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-left: -12px; } }
    @media only screen and (min-width: 1921px) {
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-left: -12px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_form__field-wrapper {
        margin-right: -12px; }
      html[dir="rtl"] .vans_form__field-wrapper {
        margin-left: -12px; } }
    @media only screen and (min-width: 0) {
      .vans_form__field-wrapper > * {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-left: 6px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-right: 6px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_form__field-wrapper > * {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-left: 6px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-right: 6px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_form__field-wrapper > * {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-left: 12px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-right: 12px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_form__field-wrapper > * {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-left: 12px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-right: 12px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_form__field-wrapper > * {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-left: 12px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-right: 12px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_form__field-wrapper > * {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-left: 12px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-right: 12px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_form__field-wrapper > * {
        flex: 0 0 auto;
        width: 33.33333%; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-left: 12px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_form__field-wrapper > * {
          padding-right: 12px; }
        html[dir="rtl"] .vans_form__field-wrapper > * {
          padding-left: 12px; } }
  .vans_form__note {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_form__note {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_form__legend-text {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_form__legend-text {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_form__legend-text {
        font-size: 24px;
        line-height: 24px; } }
    @media only screen and (min-width: 768px) {
      .vans_form__legend-text {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 1280px) {
      .vans_form__legend-text {
        font-size: 32px;
        line-height: 32px; } }
  .vans_form__search-field {
    display: flex; }
    .vans_form__search-field > div:first-child {
      width: 100%; }
  .vans_form__search-button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: #333; }
    html:not([dir="rtl"]) .vans_form__search-button {
      margin-left: 1em; }
    html[dir="rtl"] .vans_form__search-button {
      margin-right: 1em; }
    html:not([dir="rtl"]) .vans_form__search-button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_form__search-button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_form__search-button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_form__search-button {
      padding-left: 20px; }
    .vans_form__search-button::after {
      border-color: transparent; }
    .vans_form__search-button::after { }
    .vans_form__search-button.-active::after,
    html.-hover .vans_form__search-button:active:hover::after, .vans_form__search-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_form__search-button.-disabled::after,
    html.-hover .vans_form__search-button.-disabled:hover::after,
    html.-hover .vans_form__search-button.-disabled:active:hover::after, .vans_form__search-button[disabled]::after,
    html.-hover .vans_form__search-button[disabled]:hover::after,
    html.-hover .vans_form__search-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_form__search-button.-disabled::after,
    html.-hover .vans_form__search-button.-disabled:hover::after,
    html.-hover .vans_form__search-button.-disabled:active:hover::after, .vans_form__search-button[disabled]::after,
    html.-hover .vans_form__search-button[disabled]:hover::after,
    html.-hover .vans_form__search-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_form__search-button.-disabled::after,
      html[dir="rtl"] .vans_form__search-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_form__search-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_form__search-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_form__search-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_form__search-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_form__search-button[disabled]::after,
      html[dir="rtl"] .vans_form__search-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_form__search-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_form__search-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_form__search-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_form__search-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_form__search-button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_form__search-button::after {
        right: 0; }
      html[dir="rtl"] .vans_form__search-button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_form__search-button::after {
        left: 0; }
      html[dir="rtl"] .vans_form__search-button::after {
        right: 0; }
    .vans_form__search-button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_form__search-button::before {
        right: 0; }
      html[dir="rtl"] .vans_form__search-button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_form__search-button::before {
        left: 0; }
      html[dir="rtl"] .vans_form__search-button::before {
        right: 0; }
    .vans_form__search-button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_form__search-button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_form__search-button,
    html[dir="rtl"] .vans_form__search-button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_form__search-button,
    html[dir="rtl"] .vans_form__search-button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_form__search-button,
    html[dir="rtl"] .vans_form__search-button {
      padding-bottom: 0; }
    .vans_form__search-button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_form__search-button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    .vans_form__search-button::after {
      border-color: transparent; }
    .vans_form__search-button::after { }
    html.-hover .vans_form__search-button:hover {
      background: #242424; }
    .vans_form__search-button:focus {
      background: #242424; }
    .vans_form__search-button.-active,
    html.-hover .vans_form__search-button:active:hover, .vans_form__search-button:active:focus {
      color: #fff;
      background: #242424; }
      .vans_form__search-button.-active::after,
      html.-hover .vans_form__search-button:active:hover::after, .vans_form__search-button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_form__search-button.-disabled,
    html.-hover .vans_form__search-button.-disabled:hover,
    html.-hover .vans_form__search-button.-disabled:active:hover, .vans_form__search-button[disabled],
    html.-hover .vans_form__search-button[disabled]:hover,
    html.-hover .vans_form__search-button[disabled]:active:hover {
      background-color: #333; }
      .vans_form__search-button.-disabled::after,
      html.-hover .vans_form__search-button.-disabled:hover::after,
      html.-hover .vans_form__search-button.-disabled:active:hover::after, .vans_form__search-button[disabled]::after,
      html.-hover .vans_form__search-button[disabled]:hover::after,
      html.-hover .vans_form__search-button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_form__search-button.-disabled::after,
      html.-hover .vans_form__search-button.-disabled:hover::after,
      html.-hover .vans_form__search-button.-disabled:active:hover::after, .vans_form__search-button[disabled]::after,
      html.-hover .vans_form__search-button[disabled]:hover::after,
      html.-hover .vans_form__search-button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_form__search-button.-disabled::after,
        html[dir="rtl"] .vans_form__search-button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_form__search-button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_form__search-button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_form__search-button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_form__search-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_form__search-button[disabled]::after,
        html[dir="rtl"] .vans_form__search-button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_form__search-button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_form__search-button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_form__search-button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_form__search-button[disabled]:active:hover::after {
          border-width: 1px; }
    @media only screen and (min-width: 768px) {
      .vans_form__search-button .vans_ic-22-arrow-right {
        display: none; } }
  .vans_form__search-button-label {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    white-space: nowrap;
    display: none; }
    :lang(ko) .vans_form__search-button-label {
      font-family: MBKCorporateSRegular, sans-serif; }
    @media only screen and (min-width: 768px) {
      .vans_form__search-button-label {
        display: block; } }
  html:not([dir="rtl"]) .vans_form__buttons,
  html[dir="rtl"] .vans_form__buttons {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_form__buttons,
  html[dir="rtl"] .vans_form__buttons {
    padding-bottom: 1.5em; }
  @media only screen and (min-width: 0) {
    .vans_form__buttons {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_form__buttons {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_form__buttons {
      font-size: 33px;
      line-height: 33px; } }
  .vans_form__button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: #333;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    html:not([dir="rtl"]) .vans_form__button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_form__button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_form__button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_form__button {
      padding-left: 20px; }
    .vans_form__button::after {
      border-color: transparent; }
    .vans_form__button::after { }
    .vans_form__button.-active::after,
    html.-hover .vans_form__button:active:hover::after, .vans_form__button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_form__button.-disabled::after,
    html.-hover .vans_form__button.-disabled:hover::after,
    html.-hover .vans_form__button.-disabled:active:hover::after, .vans_form__button[disabled]::after,
    html.-hover .vans_form__button[disabled]:hover::after,
    html.-hover .vans_form__button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_form__button.-disabled::after,
    html.-hover .vans_form__button.-disabled:hover::after,
    html.-hover .vans_form__button.-disabled:active:hover::after, .vans_form__button[disabled]::after,
    html.-hover .vans_form__button[disabled]:hover::after,
    html.-hover .vans_form__button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_form__button.-disabled::after,
      html[dir="rtl"] .vans_form__button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_form__button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_form__button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_form__button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_form__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_form__button[disabled]::after,
      html[dir="rtl"] .vans_form__button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_form__button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_form__button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_form__button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_form__button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_form__button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_form__button::after {
        right: 0; }
      html[dir="rtl"] .vans_form__button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_form__button::after {
        left: 0; }
      html[dir="rtl"] .vans_form__button::after {
        right: 0; }
    .vans_form__button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_form__button::before {
        right: 0; }
      html[dir="rtl"] .vans_form__button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_form__button::before {
        left: 0; }
      html[dir="rtl"] .vans_form__button::before {
        right: 0; }
    .vans_form__button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_form__button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_form__button,
    html[dir="rtl"] .vans_form__button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_form__button,
    html[dir="rtl"] .vans_form__button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_form__button,
    html[dir="rtl"] .vans_form__button {
      padding-bottom: 0; }
    .vans_form__button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_form__button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    .vans_form__button::after {
      border-color: transparent; }
    .vans_form__button::after { }
    html.-hover .vans_form__button:hover {
      background: #242424; }
    .vans_form__button:focus {
      background: #242424; }
    .vans_form__button.-active,
    html.-hover .vans_form__button:active:hover, .vans_form__button:active:focus {
      color: #fff;
      background: #242424; }
      .vans_form__button.-active::after,
      html.-hover .vans_form__button:active:hover::after, .vans_form__button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_form__button.-disabled,
    html.-hover .vans_form__button.-disabled:hover,
    html.-hover .vans_form__button.-disabled:active:hover, .vans_form__button[disabled],
    html.-hover .vans_form__button[disabled]:hover,
    html.-hover .vans_form__button[disabled]:active:hover {
      background-color: #333; }
      .vans_form__button.-disabled::after,
      html.-hover .vans_form__button.-disabled:hover::after,
      html.-hover .vans_form__button.-disabled:active:hover::after, .vans_form__button[disabled]::after,
      html.-hover .vans_form__button[disabled]:hover::after,
      html.-hover .vans_form__button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_form__button.-disabled::after,
      html.-hover .vans_form__button.-disabled:hover::after,
      html.-hover .vans_form__button.-disabled:active:hover::after, .vans_form__button[disabled]::after,
      html.-hover .vans_form__button[disabled]:hover::after,
      html.-hover .vans_form__button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_form__button.-disabled::after,
        html[dir="rtl"] .vans_form__button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_form__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_form__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_form__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_form__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_form__button[disabled]::after,
        html[dir="rtl"] .vans_form__button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_form__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_form__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_form__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_form__button[disabled]:active:hover::after {
          border-width: 1px; }
    :lang(ko) .vans_form__button {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_form__error {
    color: #9f0002; }
    html:not([dir="rtl"]) .vans_form__error,
    html[dir="rtl"] .vans_form__error {
      margin-top: 1.5em; }
    html:not([dir="rtl"]) .vans_form__error,
    html[dir="rtl"] .vans_form__error {
      padding: 1em; }
    html:not([dir="rtl"]) .vans_form__error,
    html[dir="rtl"] .vans_form__error {
      border: 1px solid #9f0002; }
    .vans_form__error svg {
      fill: #9f0002; }
    .vans_form__error.-hidden {
      display: none; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_footer {
  color: #ccc;
  background: #000;
  max-width: 1920px; }
  html:not([dir="rtl"]) .vans_footer,
  html[dir="rtl"] .vans_footer {
    margin: 0 auto; }
  .vans_footer__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_footer__inner,
      html[dir="rtl"] .vans_footer__inner {
        margin: 0 18px; }
      .vans_footer__inner > * {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_footer__inner > * {
          padding-left: 6px; }
        html[dir="rtl"] .vans_footer__inner > * {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_footer__inner > * {
          padding-right: 6px; }
        html[dir="rtl"] .vans_footer__inner > * {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_footer__inner,
      html[dir="rtl"] .vans_footer__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_footer__inner,
      html[dir="rtl"] .vans_footer__inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_footer__inner,
      html[dir="rtl"] .vans_footer__inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_footer__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_footer__inner,
        html[dir="rtl"] .vans_footer__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_footer__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_footer__inner,
        html[dir="rtl"] .vans_footer__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_footer__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_footer__inner,
        html[dir="rtl"] .vans_footer__inner {
          margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_footer__horizontal-rule,
  html[dir="rtl"] .vans_footer__horizontal-rule {
    border: 0; }
  html:not([dir="rtl"]) .vans_footer__horizontal-rule,
  html[dir="rtl"] .vans_footer__horizontal-rule {
    border-bottom: 1px solid #666; }
  html:not([dir="rtl"]) .vans_footer__horizontal-rule,
  html[dir="rtl"] .vans_footer__horizontal-rule {
    margin: 24px 0; }
  html:not([dir="rtl"]) .vans_footer__horizontal-rule--simple-footer,
  html[dir="rtl"] .vans_footer__horizontal-rule--simple-footer {
    border: 0; }
  html:not([dir="rtl"]) .vans_footer__horizontal-rule--simple-footer,
  html[dir="rtl"] .vans_footer__horizontal-rule--simple-footer {
    border-bottom: 1px solid #666; }
  html:not([dir="rtl"]) .vans_footer__horizontal-rule--simple-footer,
  html[dir="rtl"] .vans_footer__horizontal-rule--simple-footer {
    margin: 0 0 24px 0; }
  @media only screen and (min-width: 0) {
    .vans_footer__horizontal-rule-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_footer__horizontal-rule-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_footer__horizontal-rule-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_footer__horizontal-rule-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_footer__horizontal-rule-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_footer__horizontal-rule-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_footer__horizontal-rule-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__horizontal-rule-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__horizontal-rule-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 0) {
    .vans_footer__options-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-left: 6px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-right: 6px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_footer__options-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-left: 6px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-right: 6px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_footer__options-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_footer__options-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_footer__options-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_footer__options-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_footer__options-bar {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__options-bar {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__options-bar {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_footer__options-bar,
  html[dir="rtl"] .vans_footer__options-bar {
    margin-top: 25px; }
  .vans_footer__options-bar-item {
    display: flex;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999;
    cursor: pointer; }
    html:not([dir="rtl"]) .vans_footer__options-bar-item,
    html[dir="rtl"] .vans_footer__options-bar-item {
      padding: 4px 0; }
    :lang(ko) .vans_footer__options-bar-item {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_footer__options-bar-item:hover, .vans_footer__options-bar-item.-active, .vans_footer__options-bar-item.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_footer__options-bar-item .vans_footer__options-bar-heading {
      padding-left: 16px; }
    html[dir="rtl"] .vans_footer__options-bar-item .vans_footer__options-bar-heading {
      padding-right: 16px; }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_footer__options-bar-item .vans_footer__options-bar-heading {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__options-bar-item .vans_footer__options-bar-heading {
        padding-right: 12px; } }
    @media only screen and (min-width: 480px) {
      .vans_footer__options-bar-item {
        display: inline-flex; }
        html:not([dir="rtl"]) .vans_footer__options-bar-item {
          margin-right: 24px; }
        html[dir="rtl"] .vans_footer__options-bar-item {
          margin-left: 24px; } }
  html:not([dir="rtl"]) .vans_footer__options-bar-heading,
  html[dir="rtl"] .vans_footer__options-bar-heading {
    padding-top: 7px; }
  .vans_footer__options-bar-icon {
    width: 32px !important; }
    html .vans_footer__options-bar-icon {
      text-align: center; }
    @media only screen and (min-width: 480px) {
      .vans_footer__options-bar-icon {
        width: auto !important; } }
  html:not([dir="rtl"]) .vans_footer__quick-links-area {
    padding-left: 0; }
  html[dir="rtl"] .vans_footer__quick-links-area {
    padding-right: 0; }
  html:not([dir="rtl"]) .vans_footer__quick-links-area {
    padding-right: 0; }
  html[dir="rtl"] .vans_footer__quick-links-area {
    padding-left: 0; }
  .vans_footer__quick-links-category-item {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999;
    cursor: pointer;
    display: block; }
    .js .vans_footer__quick-links-category-item {
      opacity: 0;
      transform: translate3d(0, -10px, 0);
      transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .js .vans_footer__quick-links-category-item.-animate {
        opacity: 1;
        transform: translate3d(0, 0, 0); }
    :lang(ko) .vans_footer__quick-links-category-item {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_footer__quick-links-category-item:hover, .vans_footer__quick-links-category-item.-active, .vans_footer__quick-links-category-item.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_footer__quick-links-category-item {
      padding-left: 32px; }
    html[dir="rtl"] .vans_footer__quick-links-category-item {
      padding-right: 32px; }
    html:not([dir="rtl"]) .vans_footer__quick-links-category-item,
    html[dir="rtl"] .vans_footer__quick-links-category-item {
      margin-bottom: 15px; }
    html:not([dir="rtl"]) .vans_footer__quick-links-category-item:last-child,
    html[dir="rtl"] .vans_footer__quick-links-category-item:last-child {
      margin-bottom: 0; }
    .vans_footer__quick-links-category-item.-hidden {
      display: none; }
    @media only screen and (min-width: 480px) {
      .js .vans_footer__quick-links-category-item {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: none; }
      html:not([dir="rtl"]) .vans_footer__quick-links-category-item {
        padding-left: 0; }
      html[dir="rtl"] .vans_footer__quick-links-category-item {
        padding-right: 0; }
      .vans_footer__quick-links-category-item.-hidden {
        display: block; } }
  @media only screen and (min-width: 0) {
    .vans_footer__newsletter {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-left: 6px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-right: 6px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_footer__newsletter {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-left: 6px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-right: 6px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_footer__newsletter {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_footer__newsletter {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_footer__newsletter {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_footer__newsletter {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_footer__newsletter {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__newsletter {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__newsletter {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_footer__newsletter,
  html[dir="rtl"] .vans_footer__newsletter {
    margin-bottom: 18px; }
  .vans_footer__newsletter-text {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff; }
    :lang(ko) .vans_footer__newsletter-text {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_footer__newsletter-text,
    html[dir="rtl"] .vans_footer__newsletter-text {
      margin: 18px 0; }
  .vans_footer__newsletter-input {
    background: #fff;
    height: 40px;
    flex: 1 0 150px; }
    html:not([dir="rtl"]) .vans_footer__newsletter-input {
      padding-left: 16px; }
    html[dir="rtl"] .vans_footer__newsletter-input {
      padding-right: 16px; }
  .vans_footer__newsletter-container {
    display: flex; }
    @media only screen and (min-width: 768px) {
      .vans_footer__newsletter-container {
        max-width: 332px; } }
  .vans_footer__newsletter-button {
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: #333; }
    html:not([dir="rtl"]) .vans_footer__newsletter-button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_footer__newsletter-button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_footer__newsletter-button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_footer__newsletter-button {
      padding-left: 20px; }
    .vans_footer__newsletter-button::after {
      border-color: transparent; }
    .vans_footer__newsletter-button::after { }
    .vans_footer__newsletter-button.-active::after,
    html.-hover .vans_footer__newsletter-button:active:hover::after, .vans_footer__newsletter-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_footer__newsletter-button.-disabled::after,
    html.-hover .vans_footer__newsletter-button.-disabled:hover::after,
    html.-hover .vans_footer__newsletter-button.-disabled:active:hover::after, .vans_footer__newsletter-button[disabled]::after,
    html.-hover .vans_footer__newsletter-button[disabled]:hover::after,
    html.-hover .vans_footer__newsletter-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_footer__newsletter-button.-disabled::after,
    html.-hover .vans_footer__newsletter-button.-disabled:hover::after,
    html.-hover .vans_footer__newsletter-button.-disabled:active:hover::after, .vans_footer__newsletter-button[disabled]::after,
    html.-hover .vans_footer__newsletter-button[disabled]:hover::after,
    html.-hover .vans_footer__newsletter-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_footer__newsletter-button.-disabled::after,
      html[dir="rtl"] .vans_footer__newsletter-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_footer__newsletter-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_footer__newsletter-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_footer__newsletter-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_footer__newsletter-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_footer__newsletter-button[disabled]::after,
      html[dir="rtl"] .vans_footer__newsletter-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_footer__newsletter-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_footer__newsletter-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_footer__newsletter-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_footer__newsletter-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_footer__newsletter-button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_footer__newsletter-button::after {
        right: 0; }
      html[dir="rtl"] .vans_footer__newsletter-button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_footer__newsletter-button::after {
        left: 0; }
      html[dir="rtl"] .vans_footer__newsletter-button::after {
        right: 0; }
    .vans_footer__newsletter-button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_footer__newsletter-button::before {
        right: 0; }
      html[dir="rtl"] .vans_footer__newsletter-button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_footer__newsletter-button::before {
        left: 0; }
      html[dir="rtl"] .vans_footer__newsletter-button::before {
        right: 0; }
    .vans_footer__newsletter-button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_footer__newsletter-button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_footer__newsletter-button,
    html[dir="rtl"] .vans_footer__newsletter-button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_footer__newsletter-button,
    html[dir="rtl"] .vans_footer__newsletter-button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_footer__newsletter-button,
    html[dir="rtl"] .vans_footer__newsletter-button {
      padding-bottom: 0; }
    .vans_footer__newsletter-button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_footer__newsletter-button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    .vans_footer__newsletter-button::after {
      border-color: transparent; }
    .vans_footer__newsletter-button::after { }
    html.-hover .vans_footer__newsletter-button:hover {
      background: #242424; }
    .vans_footer__newsletter-button:focus {
      background: #242424; }
    .vans_footer__newsletter-button.-active,
    html.-hover .vans_footer__newsletter-button:active:hover, .vans_footer__newsletter-button:active:focus {
      color: #fff;
      background: #242424; }
      .vans_footer__newsletter-button.-active::after,
      html.-hover .vans_footer__newsletter-button:active:hover::after, .vans_footer__newsletter-button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_footer__newsletter-button.-disabled,
    html.-hover .vans_footer__newsletter-button.-disabled:hover,
    html.-hover .vans_footer__newsletter-button.-disabled:active:hover, .vans_footer__newsletter-button[disabled],
    html.-hover .vans_footer__newsletter-button[disabled]:hover,
    html.-hover .vans_footer__newsletter-button[disabled]:active:hover {
      background-color: #333; }
      .vans_footer__newsletter-button.-disabled::after,
      html.-hover .vans_footer__newsletter-button.-disabled:hover::after,
      html.-hover .vans_footer__newsletter-button.-disabled:active:hover::after, .vans_footer__newsletter-button[disabled]::after,
      html.-hover .vans_footer__newsletter-button[disabled]:hover::after,
      html.-hover .vans_footer__newsletter-button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_footer__newsletter-button.-disabled::after,
      html.-hover .vans_footer__newsletter-button.-disabled:hover::after,
      html.-hover .vans_footer__newsletter-button.-disabled:active:hover::after, .vans_footer__newsletter-button[disabled]::after,
      html.-hover .vans_footer__newsletter-button[disabled]:hover::after,
      html.-hover .vans_footer__newsletter-button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_footer__newsletter-button.-disabled::after,
        html[dir="rtl"] .vans_footer__newsletter-button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_footer__newsletter-button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_footer__newsletter-button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_footer__newsletter-button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_footer__newsletter-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_footer__newsletter-button[disabled]::after,
        html[dir="rtl"] .vans_footer__newsletter-button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_footer__newsletter-button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_footer__newsletter-button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_footer__newsletter-button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_footer__newsletter-button[disabled]:active:hover::after {
          border-width: 1px; }
    html:not([dir="rtl"]) .vans_footer__newsletter-button {
      margin-left: 12px; }
    html[dir="rtl"] .vans_footer__newsletter-button {
      margin-right: 12px; }
  @media only screen and (min-width: 480px) {
    .vans_footer__newsletter-button-image {
      display: none; } }
  .vans_footer__newsletter-button-text {
    display: none; }
    @media only screen and (min-width: 480px) {
      .vans_footer__newsletter-button-text {
        display: block; } }
  @media only screen and (min-width: 0) {
    .vans_footer__social {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-left: 6px; }
      html[dir="rtl"] .vans_footer__social {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-right: 6px; }
      html[dir="rtl"] .vans_footer__social {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_footer__social {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-left: 6px; }
      html[dir="rtl"] .vans_footer__social {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-right: 6px; }
      html[dir="rtl"] .vans_footer__social {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_footer__social {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__social {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__social {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_footer__social {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__social {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__social {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_footer__social {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__social {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__social {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_footer__social {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__social {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__social {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_footer__social {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__social {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__social {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__social {
        padding-left: 12px; } }
  @media only screen and (min-width: 0) {
    .-no-newsletter .vans_footer__social {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-left: 6px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-right: 6px; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-right: 6px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .-no-newsletter .vans_footer__social {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-left: 6px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-right: 6px; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-right: 6px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .-no-newsletter .vans_footer__social {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-left: 12px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-right: 12px; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-right: 12px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .-no-newsletter .vans_footer__social {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-left: 12px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-right: 12px; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-right: 12px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .-no-newsletter .vans_footer__social {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-left: 12px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-right: 12px; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-right: 12px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .-no-newsletter .vans_footer__social {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-left: 12px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-right: 12px; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-right: 12px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .-no-newsletter .vans_footer__social {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-left: 12px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-right: 12px; }
      html:not([dir="rtl"]) .-no-newsletter .vans_footer__social {
        padding-right: 12px; }
      html[dir="rtl"] .-no-newsletter .vans_footer__social {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_footer__social,
  html[dir="rtl"] .vans_footer__social {
    margin-top: 18px; }
  html:not([dir="rtl"]) .vans_footer__social,
  html[dir="rtl"] .vans_footer__social {
    margin-bottom: 6px; }
  .vans_footer__social-text {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff; }
    :lang(ko) .vans_footer__social-text {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_footer__social-text,
    html[dir="rtl"] .vans_footer__social-text {
      margin-bottom: 18px; }
  .vans_footer__social-icon {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999;
    cursor: pointer;
    display: inline-block; }
    :lang(ko) .vans_footer__social-icon {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_footer__social-icon:hover, .vans_footer__social-icon:focus, .vans_footer__social-icon.-active {
      color: #00adef;
      outline: 0; }
    html:not([dir="rtl"]) .vans_footer__social-icon {
      padding-right: 24px; }
    html[dir="rtl"] .vans_footer__social-icon {
      padding-left: 24px; }
    html:not([dir="rtl"]) .vans_footer__social-icon,
    html[dir="rtl"] .vans_footer__social-icon {
      margin-bottom: 16px; }
  .vans_footer__country-language-switch {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999; }
    @media only screen and (min-width: 0) {
      .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-left: 6px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-right: 6px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-left: 6px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-right: 6px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-left: 12px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-right: 12px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 25%; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-left: 12px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-right: 12px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 25%; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-left: 12px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-right: 12px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 25%; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-left: 12px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-right: 12px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 25%; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-left: 12px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_footer__country-language-switch {
          padding-right: 12px; }
        html[dir="rtl"] .vans_footer__country-language-switch {
          padding-left: 12px; } }
    @media only screen and (min-width: 0) {
      .-no-newsletter .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 6px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 6px; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 6px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .-no-newsletter .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 6px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 6px; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 6px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .-no-newsletter .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 12px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 12px; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 12px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .-no-newsletter .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 12px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 12px; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 12px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .-no-newsletter .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 12px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 12px; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 12px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .-no-newsletter .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 12px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 12px; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 12px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .-no-newsletter .vans_footer__country-language-switch {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 12px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 12px; }
        html:not([dir="rtl"]) .-no-newsletter .vans_footer__country-language-switch {
          padding-right: 12px; }
        html[dir="rtl"] .-no-newsletter .vans_footer__country-language-switch {
          padding-left: 12px; } }
    :lang(ko) .vans_footer__country-language-switch {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_footer__country-language-switch,
    html[dir="rtl"] .vans_footer__country-language-switch {
      margin: 18px 0; }
  .vans_footer__language-text {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff; }
    :lang(ko) .vans_footer__language-text {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_footer__language-text,
    html[dir="rtl"] .vans_footer__language-text {
      margin-bottom: 12px; }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_footer__language-text,
      html[dir="rtl"] .vans_footer__language-text {
        margin-bottom: 18px; } }
  .vans_footer__country-language-switch-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start; }
    .vans_footer__country-language-switch-row .vans_country-switcher__link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #999;
      cursor: pointer;
      display: inline-flex; }
      :lang(ko) .vans_footer__country-language-switch-row .vans_country-switcher__link {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_footer__country-language-switch-row .vans_country-switcher__link:hover {
        color: #00adef; }
    .vans_footer__country-language-switch-row .vans_country-switcher__text {
      word-break: break-word; }
      html:not([dir="rtl"]) .vans_footer__country-language-switch-row .vans_country-switcher__text {
        margin-left: 10px; }
      html[dir="rtl"] .vans_footer__country-language-switch-row .vans_country-switcher__text {
        margin-right: 10px; }
      html:not([dir="rtl"]) .vans_footer__country-language-switch-row .vans_country-switcher__text {
        margin-right: 24px; }
      html[dir="rtl"] .vans_footer__country-language-switch-row .vans_country-switcher__text {
        margin-left: 24px; }
  .vans_footer__languages {
    display: inline-flex;
    align-items: flex-start; }
  .vans_footer__language-entry {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    position: relative; }
    :lang(ko) .vans_footer__language-entry {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_footer__language-entry {
      padding-left: 12px; }
    html[dir="rtl"] .vans_footer__language-entry {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_footer__language-entry {
      padding-right: 12px; }
    html[dir="rtl"] .vans_footer__language-entry {
      padding-left: 12px; }
    .vans_footer__language-entry::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      margin: auto;
      height: 1em;
      color: #5c5c5c; }
      html:not([dir="rtl"]) .vans_footer__language-entry::before {
        right: 0; }
      html[dir="rtl"] .vans_footer__language-entry::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_footer__language-entry::before {
        left: 0; }
      html[dir="rtl"] .vans_footer__language-entry::before {
        right: 0; }
      html:not([dir="rtl"]) .vans_footer__language-entry::before {
        right: auto; }
      html[dir="rtl"] .vans_footer__language-entry::before {
        left: auto; }
      html:not([dir="rtl"]) .vans_footer__language-entry::before {
        border-left: 1px solid; }
      html[dir="rtl"] .vans_footer__language-entry::before {
        border-right: 1px solid; }
    html:not([dir="rtl"]) .vans_footer__language-entry:first-child {
      padding-left: 0; }
    html[dir="rtl"] .vans_footer__language-entry:first-child {
      padding-right: 0; }
    .vans_footer__language-entry:first-child::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      display: none; }
      html:not([dir="rtl"]) .vans_footer__language-entry:first-child::before {
        right: 0; }
      html[dir="rtl"] .vans_footer__language-entry:first-child::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_footer__language-entry:first-child::before {
        left: 0; }
      html[dir="rtl"] .vans_footer__language-entry:first-child::before {
        right: 0; }
    html:not([dir="rtl"]) .vans_footer__language-entry:last-child {
      padding-right: 0; }
    html[dir="rtl"] .vans_footer__language-entry:last-child {
      padding-left: 0; }
  .vans_footer__language-link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    cursor: pointer;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #5c5c5c;
    display: block; }
    :lang(ko) .vans_footer__language-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_footer__language-link:hover {
      color: #00adef; }
    :lang(ko) .vans_footer__language-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_footer__language-link.-current {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #999; }
      :lang(ko) .vans_footer__language-link.-current {
        font-family: MBKCorporateSRegular, sans-serif; }
    .vans_footer__language-link abbr {
      text-decoration: inherit; }
  @media only screen and (min-width: 0) {
    .vans_footer__legal {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-left: 6px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-right: 6px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_footer__legal {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-left: 6px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-right: 6px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_footer__legal {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_footer__legal {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_footer__legal {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_footer__legal {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_footer__legal {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-left: 12px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_footer__legal {
        padding-right: 12px; }
      html[dir="rtl"] .vans_footer__legal {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_footer__legal,
  html[dir="rtl"] .vans_footer__legal {
    margin: 18px 0; }
  .vans_footer__legal-link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    cursor: pointer;
    cursor: default; }
    :lang(ko) .vans_footer__legal-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_footer__legal-link:hover, .vans_footer__legal-link.-active, .vans_footer__legal-link.-open {
      color: #00adef; }
    html.-hover .vans_footer__legal-link:not(:last-child):hover::after {
      color: #999; }
    .vans_footer__legal-link:not(:last-child)::after {
      content: "|"; }
      html:not([dir="rtl"]) .vans_footer__legal-link:not(:last-child)::after {
        padding: 0 3px 0 5px; }
      html[dir="rtl"] .vans_footer__legal-link:not(:last-child)::after {
        padding: 0 5px 0 3px; }
      html:not([dir="rtl"]) .vans_footer__legal-link:not(:last-child)::after,
      html[dir="rtl"] .vans_footer__legal-link:not(:last-child)::after {
        padding: 0 4px; }
  html:not([dir="rtl"]) .vans_footer .vans_accordion__item-content.-is-expandable,
  html[dir="rtl"] .vans_footer .vans_accordion__item-content.-is-expandable {
    border-bottom: 0; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_focus-topics, [class*="vans_theme-"] .vans_focus-topics, [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics, .vans_theme-light .vans_focus-topics, [class*="vans_theme-"] .vans_theme-light .vans_focus-topics, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics {
  color: #333; }

.vans_theme-dark .vans_focus-topics, [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics {
  color: #fff; }

html:not([dir="rtl"]) .vans_focus-topics,
html[dir="rtl"] .vans_focus-topics {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_focus-topics,
html[dir="rtl"] .vans_focus-topics {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_focus-topics {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_focus-topics {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_focus-topics {
    font-size: 33px;
    line-height: 33px; } }

.vans_focus-topics__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_focus-topics__inner,
    html[dir="rtl"] .vans_focus-topics__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_focus-topics__inner,
    html[dir="rtl"] .vans_focus-topics__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_focus-topics__inner,
    html[dir="rtl"] .vans_focus-topics__inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_focus-topics__inner,
    html[dir="rtl"] .vans_focus-topics__inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_focus-topics__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_focus-topics__inner,
      html[dir="rtl"] .vans_focus-topics__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_focus-topics__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_focus-topics__inner,
      html[dir="rtl"] .vans_focus-topics__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_focus-topics__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_focus-topics__inner,
      html[dir="rtl"] .vans_focus-topics__inner {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_focus-topics__text-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_focus-topics__text-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_focus-topics__text-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_focus-topics__text-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_focus-topics__text-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_focus-topics__text-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_focus-topics__text-container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__text-container {
      padding-left: 12px; } }

.vans_focus-topics__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_focus-topics__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_focus-topics__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_focus-topics__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_focus-topics__headline {
      font-size: 40px;
      line-height: 40px; } }

html:not([dir="rtl"]) .vans_focus-topics__copy,
html[dir="rtl"] .vans_focus-topics__copy {
  padding-bottom: 18px; }

html:not([dir="rtl"]) .vans_focus-topics__copy,
html[dir="rtl"] .vans_focus-topics__copy {
  padding-top: 0.8em; }

@media only screen and (min-width: 0) {
  .vans_focus-topics__copy {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_focus-topics__copy {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_focus-topics__copy {
    font-size: 33px;
    line-height: 33px; } }

@media only screen and (min-width: 0) {
  .vans_focus-topics__topics-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_focus-topics__topics-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_focus-topics__topics-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_focus-topics__topics-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_focus-topics__topics-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_focus-topics__topics-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_focus-topics__topics-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_focus-topics__topics-container,
html[dir="rtl"] .vans_focus-topics__topics-container {
  padding-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_focus-topics__topics-container {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_focus-topics__topics-container {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_focus-topics__topics-container {
    font-size: 33px;
    line-height: 33px; } }

@media only screen and (min-width: 0) {
  .vans_focus-topics__topics-container.-single {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-left: 6px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-right: 6px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_focus-topics__topics-container.-single {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-left: 6px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-right: 6px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_focus-topics__topics-container.-single {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_focus-topics__topics-container.-single {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_focus-topics__topics-container.-single {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_focus-topics__topics-container.-single {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_focus-topics__topics-container.-single {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single {
      padding-left: 12px; } }

@media only screen and (min-width: 0) {
  .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 6px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 6px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 6px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 6px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topics-container.-single .vans_focus-topics__topic {
      padding-left: 12px; } }

.vans_focus-topics__topics-wrapper {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-left: -6px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-right: -6px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-left: -6px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-left: -6px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-right: -6px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-left: -6px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-left: -12px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-right: -12px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-left: -12px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-left: -12px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-right: -12px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-left: -12px; } }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-left: -12px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-right: -12px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-left: -12px; } }
  @media only screen and (min-width: 1440px) {
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-left: -12px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-right: -12px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-left: -12px; } }
  @media only screen and (min-width: 1921px) {
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-left: -12px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topics-wrapper {
      margin-right: -12px; }
    html[dir="rtl"] .vans_focus-topics__topics-wrapper {
      margin-left: -12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_focus-topics__topics-wrapper {
      flex-direction: row; } }

@media only screen and (min-width: 0) {
  .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-left: 6px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-right: 6px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-left: 6px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-right: 6px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_focus-topics__topic {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic {
      padding-left: 12px; } }

@media only screen and (min-width: 0) {
  .vans_focus-topics__topic--small-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_focus-topics__topic--small-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_focus-topics__topic--small-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_focus-topics__topic--small-wrapper {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_focus-topics__topic--small-wrapper {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_focus-topics__topic--small-wrapper {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_focus-topics__topic--small-wrapper {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper,
html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
  margin-top: 37px; }

@media only screen and (min-width: 1024px) {
  html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper,
  html[dir="rtl"] .vans_focus-topics__topic--small-wrapper {
    margin-top: 0; } }

.vans_focus-topics__topic--small-wrapper .vans_focus-topics__topic-image {
  position: relative;
  overflow: hidden; }
  .vans_focus-topics__topic--small-wrapper .vans_focus-topics__topic-image::before {
    display: block;
    content: "";
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper .vans_focus-topics__topic-image::before,
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper .vans_focus-topics__topic-image::before {
      padding-bottom: 75%; }
  .vans_focus-topics__topic--small-wrapper .vans_focus-topics__topic-image > .vans_image {
    position: absolute;
    top: 0;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper .vans_focus-topics__topic-image > .vans_image {
      left: 0; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper .vans_focus-topics__topic-image > .vans_image {
      right: 0; }
    html:not([dir="rtl"]) .vans_focus-topics__topic--small-wrapper .vans_focus-topics__topic-image > .vans_image {
      right: 0; }
    html[dir="rtl"] .vans_focus-topics__topic--small-wrapper .vans_focus-topics__topic-image > .vans_image {
      left: 0; }

.vans_focus-topics__topic--small {
  width: 100%; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .vans_focus-topics__topic--small {
      display: flex;
      flex-direction: row; }
      .vans_focus-topics__topic--small .vans_focus-topics__topic-image {
        width: 50%; }
      .vans_focus-topics__topic--small .vans_focus-topics__topic-text-container {
        width: 50%; }
        html:not([dir="rtl"]) .vans_focus-topics__topic--small .vans_focus-topics__topic-text-container {
          margin-left: 24px; }
        html[dir="rtl"] .vans_focus-topics__topic--small .vans_focus-topics__topic-text-container {
          margin-right: 24px; }
        html:not([dir="rtl"]) .vans_focus-topics__topic--small .vans_focus-topics__topic-text-container,
        html[dir="rtl"] .vans_focus-topics__topic--small .vans_focus-topics__topic-text-container {
          margin-top: 0; } }

.vans_focus-topics__topic-image {
  position: relative;
  overflow: hidden; }
  .vans_focus-topics__topic-image::before {
    display: block;
    content: "";
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__topic-image::before,
    html[dir="rtl"] .vans_focus-topics__topic-image::before {
      padding-bottom: 56.25%; }
  .vans_focus-topics__topic-image > .vans_image {
    position: absolute;
    top: 0;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_focus-topics__topic-image > .vans_image {
      left: 0; }
    html[dir="rtl"] .vans_focus-topics__topic-image > .vans_image {
      right: 0; }
    html:not([dir="rtl"]) .vans_focus-topics__topic-image > .vans_image {
      right: 0; }
    html[dir="rtl"] .vans_focus-topics__topic-image > .vans_image {
      left: 0; }

html:not([dir="rtl"]) .vans_focus-topics__topic-text-container,
html[dir="rtl"] .vans_focus-topics__topic-text-container {
  margin-top: 18px; }

.vans_focus-topics__topic-headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_focus-topics__topic-headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_focus-topics__topic-headline {
      font-size: 24px;
      line-height: 24px; } }
  @media only screen and (min-width: 768px) {
    .vans_focus-topics__topic-headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 1280px) {
    .vans_focus-topics__topic-headline {
      font-size: 32px;
      line-height: 32px; } }

.vans_focus-topics__topic-subheadline {
  font-family: CorporateSRegular, -apple-system, sans-serif; }
  :lang(ko) .vans_focus-topics__topic-subheadline {
    font-family: MBKCorporateSRegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_focus-topics__topic-subheadline {
      font-size: 18px;
      line-height: 23px; } }
  @media only screen and (min-width: 768px) {
    .vans_focus-topics__topic-subheadline {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_focus-topics__topic-subheadline {
      font-size: 22px;
      line-height: 29px; } }
  html:not([dir="rtl"]) .vans_focus-topics__topic-subheadline,
  html[dir="rtl"] .vans_focus-topics__topic-subheadline {
    margin-top: 12px; }

.vans_focus-topics__topic-description {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_focus-topics__topic-description {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_focus-topics__topic-description,
  html[dir="rtl"] .vans_focus-topics__topic-description {
    margin-top: 18px; }

.vans_focus-topics__topic-link {
  display: inline-block; }
  .vans_focus-topics__topic-link, [class*="vans_theme-"] .vans_focus-topics__topic-link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link, .vans_theme-light .vans_focus-topics__topic-link, [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer; }
    :lang(ko) .vans_focus-topics__topic-link, :lang(ko) [class*="vans_theme-"] .vans_focus-topics__topic-link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link, :lang(ko) .vans_theme-light .vans_focus-topics__topic-link, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_focus-topics__topic-link:hover, .vans_focus-topics__topic-link.-active, .vans_focus-topics__topic-link.-open, html.-hover [class*="vans_theme-"] .vans_focus-topics__topic-link:hover, [class*="vans_theme-"] .vans_focus-topics__topic-link.-active, [class*="vans_theme-"] .vans_focus-topics__topic-link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link.-open, html.-hover .vans_theme-light .vans_focus-topics__topic-link:hover, .vans_theme-light .vans_focus-topics__topic-link.-active, .vans_theme-light .vans_focus-topics__topic-link.-open, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link:hover, [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link.-active, [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_focus-topics__topic-link + .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_focus-topics__topic-link + .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_focus-topics__topic-link + .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_focus-topics__topic-link + .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link + .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link + .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_theme-light .vans_focus-topics__topic-link + .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_theme-light .vans_focus-topics__topic-link + .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_focus-topics__topic-link + .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_focus-topics__topic-link + .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_focus-topics__topic-link + .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_focus-topics__topic-link + .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link + .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link + .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_theme-light .vans_focus-topics__topic-link + .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_theme-light .vans_focus-topics__topic-link + .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_focus-topics__topic-link {
      margin-top: 12px; }
  .vans_theme-dark .vans_focus-topics__topic-link, [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    cursor: pointer; }
    :lang(ko) .vans_theme-dark .vans_focus-topics__topic-link, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_theme-dark .vans_focus-topics__topic-link:hover, .vans_theme-dark .vans_focus-topics__topic-link.-active, .vans_theme-dark .vans_focus-topics__topic-link.-open, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link:hover, [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link.-active, [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_theme-dark .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_focus-topics__topic-link + .vans_theme-dark .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_theme-dark .vans_focus-topics__topic-link + .vans_theme-dark .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link + .vans_theme-dark .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link + .vans_theme-dark .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link + .vans_theme-dark .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link + .vans_theme-dark .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_theme-dark .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_theme-dark .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link + [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link, html:not([dir="rtl"]) .vans_theme-dark .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link,
    html[dir="rtl"] .vans_theme-dark .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link + [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_focus-topics__topic-link {
      margin-top: 12px; }
  html:not([dir="rtl"]) .vans_focus-topics__topic-link,
  html[dir="rtl"] .vans_focus-topics__topic-link {
    margin-top: 18px; }

html:not([dir="rtl"]) .vans_focus-topics__topic-link-text {
  padding-left: 5px; }

html[dir="rtl"] .vans_focus-topics__topic-link-text {
  padding-right: 5px; }

.vans_focus-topics__app-buttons {
  width: 100%; }
  html:not([dir="rtl"]) .vans_focus-topics__app-buttons,
  html[dir="rtl"] .vans_focus-topics__app-buttons {
    margin-top: 28px; }
  .vans_focus-topics__app-buttons > * {
    display: inline-block;
    width: 100%; }
    html:not([dir="rtl"]) .vans_focus-topics__app-buttons > *,
    html[dir="rtl"] .vans_focus-topics__app-buttons > * {
      margin-top: 12px; }
    @media only screen and (min-width: 480px) {
      .vans_focus-topics__app-buttons > * {
        width: auto; }
        html:not([dir="rtl"]) .vans_focus-topics__app-buttons > * {
          margin-right: 12px; }
        html[dir="rtl"] .vans_focus-topics__app-buttons > * {
          margin-left: 12px; } }
    html:not([dir="rtl"]) .vans_focus-topics__app-buttons > *:last-child {
      margin-right: 0; }
    html[dir="rtl"] .vans_focus-topics__app-buttons > *:last-child {
      margin-left: 0; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_feature-gallery {
  width: 100%;
  overflow: hidden; }
  .vans_feature-gallery, [class*="vans_theme-"] .vans_feature-gallery, [class*="vans_theme-"] [class*="vans_theme-"] .vans_feature-gallery, .vans_theme-light .vans_feature-gallery, [class*="vans_theme-"] .vans_theme-light .vans_feature-gallery, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_feature-gallery {
    color: #333; }
  .vans_theme-dark .vans_feature-gallery, [class*="vans_theme-"] .vans_theme-dark .vans_feature-gallery, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_feature-gallery {
    color: #fff; }
  html:not([dir="rtl"]) .vans_feature-gallery,
  html[dir="rtl"] .vans_feature-gallery {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_feature-gallery,
  html[dir="rtl"] .vans_feature-gallery {
    padding-bottom: 1em; }
  html:not([dir="rtl"]) .vans_feature-gallery-detail-view,
  html[dir="rtl"] .vans_feature-gallery-detail-view {
    padding-top: 0; }
  @media only screen and (min-width: 0) {
    .vans_feature-gallery {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_feature-gallery {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_feature-gallery {
      font-size: 33px;
      line-height: 33px; } }
  .vans_feature-gallery__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_feature-gallery__inner,
      html[dir="rtl"] .vans_feature-gallery__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_feature-gallery__inner,
      html[dir="rtl"] .vans_feature-gallery__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_feature-gallery__inner,
      html[dir="rtl"] .vans_feature-gallery__inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_feature-gallery__inner,
      html[dir="rtl"] .vans_feature-gallery__inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_feature-gallery__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_feature-gallery__inner,
        html[dir="rtl"] .vans_feature-gallery__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_feature-gallery__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_feature-gallery__inner,
        html[dir="rtl"] .vans_feature-gallery__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_feature-gallery__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_feature-gallery__inner,
        html[dir="rtl"] .vans_feature-gallery__inner {
          margin: 0 auto; } }
  @media only screen and (min-width: 0) {
    .vans_feature-gallery__headline-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_feature-gallery__headline-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_feature-gallery__headline-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_feature-gallery__headline-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_feature-gallery__headline-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1440px) {
    .vans_feature-gallery__headline-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1921px) {
    .vans_feature-gallery__headline-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__headline-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__headline-wrapper {
        padding-left: 12px; } }
  .vans_feature-gallery__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_feature-gallery__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_feature-gallery__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_feature-gallery__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_feature-gallery__headline {
        font-size: 40px;
        line-height: 40px; } }
  html:not([dir="rtl"]) .vans_feature-gallery__copy,
  html[dir="rtl"] .vans_feature-gallery__copy {
    padding-top: 0.8em; }
  @media only screen and (min-width: 0) {
    .vans_feature-gallery__copy {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_feature-gallery__copy {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_feature-gallery__copy {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_feature-gallery__copy,
  html[dir="rtl"] .vans_feature-gallery__copy {
    padding-bottom: 18px; }
  @media only screen and (min-width: 0) {
    .vans_feature-gallery__stage {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-left: 6px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-right: 6px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_feature-gallery__stage {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-left: 6px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-right: 6px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_feature-gallery__stage {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_feature-gallery__stage {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_feature-gallery__stage {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1440px) {
    .vans_feature-gallery__stage {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1921px) {
    .vans_feature-gallery__stage {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__stage {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_feature-gallery__stage,
  html[dir="rtl"] .vans_feature-gallery__stage {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_feature-gallery__stage {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_feature-gallery__stage {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_feature-gallery__stage {
      font-size: 33px;
      line-height: 33px; } }
  .vans_feature-gallery__stage .vans_gallery {
    overflow: visible; }
    .vans_feature-gallery__stage .vans_gallery__page {
      position: relative;
      overflow: hidden;
      opacity: 0.2;
      transition: opacity 0.3s 0.2s; }
      .vans_feature-gallery__stage .vans_gallery__page::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_feature-gallery__stage .vans_gallery__page::before,
        html[dir="rtl"] .vans_feature-gallery__stage .vans_gallery__page::before {
          padding-bottom: 75%; }
      .vans_feature-gallery__stage .vans_gallery__page > .vans_image {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_feature-gallery__stage .vans_gallery__page > .vans_image {
          left: 0; }
        html[dir="rtl"] .vans_feature-gallery__stage .vans_gallery__page > .vans_image {
          right: 0; }
        html:not([dir="rtl"]) .vans_feature-gallery__stage .vans_gallery__page > .vans_image {
          right: 0; }
        html[dir="rtl"] .vans_feature-gallery__stage .vans_gallery__page > .vans_image {
          left: 0; }
      @media only screen and (min-width: 1024px) {
        .vans_feature-gallery__stage .vans_gallery__page {
          position: relative;
          overflow: hidden; }
          .vans_feature-gallery__stage .vans_gallery__page::before {
            display: block;
            content: "";
            width: 100%; }
            html:not([dir="rtl"]) .vans_feature-gallery__stage .vans_gallery__page::before,
            html[dir="rtl"] .vans_feature-gallery__stage .vans_gallery__page::before {
              padding-bottom: 56.25%; }
          .vans_feature-gallery__stage .vans_gallery__page > .vans_image {
            position: absolute;
            top: 0;
            bottom: 0; }
            html:not([dir="rtl"]) .vans_feature-gallery__stage .vans_gallery__page > .vans_image {
              left: 0; }
            html[dir="rtl"] .vans_feature-gallery__stage .vans_gallery__page > .vans_image {
              right: 0; }
            html:not([dir="rtl"]) .vans_feature-gallery__stage .vans_gallery__page > .vans_image {
              right: 0; }
            html[dir="rtl"] .vans_feature-gallery__stage .vans_gallery__page > .vans_image {
              left: 0; } }
      html:not([dir="rtl"]) .vans_feature-gallery__stage .vans_gallery__page,
      html[dir="rtl"] .vans_feature-gallery__stage .vans_gallery__page {
        margin: 0 6px; }
      @media only screen and (min-width: 768px) {
        html:not([dir="rtl"]) .vans_feature-gallery__stage .vans_gallery__page,
        html[dir="rtl"] .vans_feature-gallery__stage .vans_gallery__page {
          margin: 0 12px; } }
      html:not([dir="rtl"]) .vans_feature-gallery__stage .vans_gallery__page:first-child {
        margin-left: 0; }
      html[dir="rtl"] .vans_feature-gallery__stage .vans_gallery__page:first-child {
        margin-right: 0; }
      html:not([dir="rtl"]) .vans_feature-gallery__stage .vans_gallery__page:last-child {
        margin-right: 0; }
      html[dir="rtl"] .vans_feature-gallery__stage .vans_gallery__page:last-child {
        margin-left: 0; }
      html.-hover .vans_feature-gallery__stage .vans_gallery__page:hover:not(.-active), .vans_feature-gallery__stage .vans_gallery__page:active {
        opacity: 0.3; }
      .vans_feature-gallery__stage .vans_gallery__page:not(.-active) {
        cursor: pointer; }
      .vans_feature-gallery__stage .vans_gallery__page.-active {
        opacity: 1; }
    .vans_feature-gallery__stage .vans_gallery__controls {
      display: none; }
    .vans_feature-gallery__stage .vans_gallery__pagination {
      display: none; }
  .vans_feature-gallery__feature-content {
    position: relative;
    transition: height 0.3s 0.3s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media only screen and (min-width: 0) {
      .vans_feature-gallery__feature-content {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-left: 6px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-right: 6px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_feature-gallery__feature-content {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-left: 6px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-right: 6px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_feature-gallery__feature-content {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-left: 12px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-right: 12px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_feature-gallery__feature-content {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-left: 12px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-right: 12px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          margin-left: 16.66667% !important; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          margin-right: 16.66667% !important; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
    @media only screen and (min-width: 1280px) {
      .vans_feature-gallery__feature-content {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-left: 12px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-right: 12px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          margin-left: 16.66667% !important; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          margin-right: 16.66667% !important; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
    @media only screen and (min-width: 1440px) {
      .vans_feature-gallery__feature-content {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-left: 12px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-right: 12px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          margin-left: 16.66667% !important; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          margin-right: 16.66667% !important; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
    @media only screen and (min-width: 1921px) {
      .vans_feature-gallery__feature-content {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-left: 12px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_feature-gallery__feature-content {
          padding-right: 12px; }
        html[dir="rtl"] .vans_feature-gallery__feature-content {
          padding-left: 12px; } }
  .js .vans_feature-gallery__feature-item {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0; }
    .js .vans_feature-gallery__feature-item.-active {
      transition-property: opacity;
      transition-duration: 0.1s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0.6s;
      opacity: 1;
      visibility: visible;
      position: static; }
    .js .vans_feature-gallery__feature-item.-fromLeft {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
      animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
      visibility: visible;
      position: static; }
    .js .vans_feature-gallery__feature-item.-fromRight {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
      animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
      visibility: visible;
      position: static; }
    .js .vans_feature-gallery__feature-item.-toLeft {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
      visibility: visible; }
    .js .vans_feature-gallery__feature-item.-toRight {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
      visibility: visible; }
  @media only screen and (min-width: 0) {
    .vans_feature-gallery__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_feature-gallery__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_feature-gallery__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_feature-gallery__disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_feature-gallery__disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1440px) {
    .vans_feature-gallery__disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1921px) {
    .vans_feature-gallery__disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_feature-gallery__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_feature-gallery__disclaimer {
        padding-left: 12px; } }
  .vans_feature-gallery__feature-headline {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_feature-gallery__feature-headline {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    html:not([dir="rtl"]) .vans_feature-gallery__feature-headline,
    html[dir="rtl"] .vans_feature-gallery__feature-headline {
      margin-top: 18px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_faq, [class*="vans_theme-"] .vans_faq, [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq, .vans_theme-light .vans_faq, [class*="vans_theme-"] .vans_theme-light .vans_faq, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq {
  color: #333; }

.vans_theme-dark .vans_faq, [class*="vans_theme-"] .vans_theme-dark .vans_faq, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq {
  color: #fff; }

html:not([dir="rtl"]) .vans_faq,
html[dir="rtl"] .vans_faq {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_faq,
html[dir="rtl"] .vans_faq {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_faq {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_faq {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_faq {
    font-size: 33px;
    line-height: 33px; } }

.vans_faq__wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_faq__wrapper,
    html[dir="rtl"] .vans_faq__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_faq__wrapper,
    html[dir="rtl"] .vans_faq__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_faq__wrapper,
    html[dir="rtl"] .vans_faq__wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_faq__wrapper,
    html[dir="rtl"] .vans_faq__wrapper {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_faq__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_faq__wrapper,
      html[dir="rtl"] .vans_faq__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_faq__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_faq__wrapper,
      html[dir="rtl"] .vans_faq__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_faq__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_faq__wrapper,
      html[dir="rtl"] .vans_faq__wrapper {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_faq__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_faq__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_faq__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_faq__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_faq__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_faq__inner {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_faq__inner {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_faq__inner {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_faq__inner {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_faq__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_faq__inner {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__inner {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_faq__headline-wrapper,
html[dir="rtl"] .vans_faq__headline-wrapper {
  padding-bottom: 0.8em; }

@media only screen and (min-width: 0) {
  .vans_faq__headline-wrapper {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_faq__headline-wrapper {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_faq__headline-wrapper {
    font-size: 33px;
    line-height: 33px; } }

.vans_faq__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_faq__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_faq__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_faq__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_faq__headline {
      font-size: 40px;
      line-height: 40px; } }

.vans_faq__copy {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_faq__copy {
    font-family: MBKCorporateSRegular, sans-serif; }

.vans_faq__notification {
  display: none; }
  html:not([dir="rtl"]) .vans_faq__notification,
  html[dir="rtl"] .vans_faq__notification {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_faq__notification {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_faq__notification {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_faq__notification {
      font-size: 33px;
      line-height: 33px; } }
  .vans_faq__notification.-show {
    display: block; }
  .vans_faq__notification-container {
    display: flex;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333; }
    :lang(ko) .vans_faq__notification-container {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_faq__notification-container,
    html[dir="rtl"] .vans_faq__notification-container {
      padding: 18px 16px; }
    .vans_faq__notification-container, [class*="vans_theme-"] .vans_faq__notification-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__notification-container, .vans_theme-light .vans_faq__notification-container, [class*="vans_theme-"] .vans_theme-light .vans_faq__notification-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__notification-container {
      background: none; }
      html:not([dir="rtl"]) .vans_faq__notification-container,
      html[dir="rtl"] .vans_faq__notification-container, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_faq__notification-container,
      html[dir="rtl"] [class*="vans_theme-"] .vans_faq__notification-container, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__notification-container,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__notification-container, html:not([dir="rtl"]) .vans_theme-light .vans_faq__notification-container,
      html[dir="rtl"] .vans_theme-light .vans_faq__notification-container, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_faq__notification-container,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_faq__notification-container, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__notification-container,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__notification-container {
        border: 1px solid #333; }
    .vans_theme-dark .vans_faq__notification-container, [class*="vans_theme-"] .vans_theme-dark .vans_faq__notification-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__notification-container {
      background: #f8f8f8; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_faq__notification-container,
      html[dir="rtl"] .vans_theme-dark .vans_faq__notification-container, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_faq__notification-container,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__notification-container, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__notification-container,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__notification-container {
        border: none; }
  html:not([dir="rtl"]) .vans_faq__notification-copy {
    padding-left: 16px; }
  html[dir="rtl"] .vans_faq__notification-copy {
    padding-right: 16px; }

html:not([dir="rtl"]) .vans_faq__filter-description-wrapper,
html[dir="rtl"] .vans_faq__filter-description-wrapper {
  margin-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_faq__filter-description-wrapper {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_faq__filter-description-wrapper {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_faq__filter-description-wrapper {
    font-size: 33px;
    line-height: 33px; } }

html:not([dir="rtl"]) .vans_faq__filter-description-wrapper,
html[dir="rtl"] .vans_faq__filter-description-wrapper {
  margin-bottom: 12px; }

.vans_faq__filter-description {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #999; }
  :lang(ko) .vans_faq__filter-description {
    font-family: MBKCorporateSRegular, sans-serif; }

html:not([dir="rtl"]) .vans_faq__tabs,
html[dir="rtl"] .vans_faq__tabs {
  padding-top: 18px; }

html:not([dir="rtl"]) .vans_faq__accordion,
html[dir="rtl"] .vans_faq__accordion {
  padding-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_faq__accordion {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_faq__accordion {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_faq__accordion {
    font-size: 33px;
    line-height: 33px; } }

.vans_faq__answer {
  display: flex;
  flex-wrap: wrap;
  display: flex; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-left: -6px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-right: -6px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-left: -6px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-left: -6px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-right: -6px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-left: -6px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-left: -12px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-right: -12px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-left: -12px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-left: -12px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-right: -12px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-left: -12px; } }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-left: -12px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-right: -12px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-left: -12px; } }
  @media only screen and (min-width: 1440px) {
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-left: -12px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-right: -12px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-left: -12px; } }
  @media only screen and (min-width: 1921px) {
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-left: -12px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_faq__answer {
      margin-right: -12px; }
    html[dir="rtl"] .vans_faq__answer {
      margin-left: -12px; } }
  html:not([dir="rtl"]) .vans_faq__answer,
  html[dir="rtl"] .vans_faq__answer {
    padding-top: 24px; }

html:not([dir="rtl"]) .vans_faq__answer-copy-additional,
html[dir="rtl"] .vans_faq__answer-copy-additional {
  padding-top: 12px; }

html:not([dir="rtl"]) .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] .vans_faq__answer-horizontal-ruler {
  margin: 24px 0 0 0; }

html:not([dir="rtl"]) .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] [class*="vans_theme-"] .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) .vans_theme-light .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] .vans_theme-light .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-horizontal-ruler {
  border: 0; }

html:not([dir="rtl"]) .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] [class*="vans_theme-"] .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) .vans_theme-light .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] .vans_theme-light .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-horizontal-ruler {
  border-top: 1px solid #ddd; }

html:not([dir="rtl"]) .vans_theme-dark .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] .vans_theme-dark .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-horizontal-ruler {
  border: 0; }

html:not([dir="rtl"]) .vans_theme-dark .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] .vans_theme-dark .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-horizontal-ruler, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-horizontal-ruler,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-horizontal-ruler {
  border-top: 1px solid #3c3c3c; }

.vans_faq__answer-horizontal-ruler:first-child {
  display: none; }

@media only screen and (min-width: 0) {
  .vans_faq__answer-elements-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_faq__answer-elements-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_faq__answer-elements-container {
    flex: 0 0 auto;
    width: 75%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_faq__answer-elements-container {
    flex: 0 0 auto;
    width: 75%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_faq__answer-elements-container {
    flex: 0 0 auto;
    width: 75%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_faq__answer-elements-container {
    flex: 0 0 auto;
    width: 75%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_faq__answer-elements-container {
    flex: 0 0 auto;
    width: 75%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container {
      padding-left: 12px; } }

@media only screen and (min-width: 0) {
  .vans_faq__answer-elements-container.-noimage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-left: 6px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-right: 6px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_faq__answer-elements-container.-noimage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-left: 6px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-right: 6px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_faq__answer-elements-container.-noimage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_faq__answer-elements-container.-noimage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_faq__answer-elements-container.-noimage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_faq__answer-elements-container.-noimage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_faq__answer-elements-container.-noimage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-elements-container.-noimage {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-elements-container.-noimage {
      padding-left: 12px; } }

@media only screen and (min-width: 0) and (max-width: 767px) {
  html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container,
  html[dir="rtl"] .vans_faq__answer-thumbnail-container {
    padding-top: 18px; } }

@media only screen and (min-width: 0) {
  .vans_faq__answer-thumbnail-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_faq__answer-thumbnail-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_faq__answer-thumbnail-container {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_faq__answer-thumbnail-container {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_faq__answer-thumbnail-container {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_faq__answer-thumbnail-container {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_faq__answer-thumbnail-container {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_faq__answer-thumbnail-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_faq__answer-thumbnail-container {
      padding-left: 12px; } }

.vans_faq__answer-thumbnail-button-wrapper {
  position: relative; }

.vans_faq__answer-thumbnail-button {
  position: absolute;
  bottom: 0; }
  .vans_faq__answer-thumbnail-button, [class*="vans_theme-"] .vans_faq__answer-thumbnail-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__answer-thumbnail-button, .vans_theme-light .vans_faq__answer-thumbnail-button, [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button {
    width: 40px;
    height: 40px;
    background: #ececec;
    color: #333;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_faq__answer-thumbnail-button, html [class*="vans_theme-"] .vans_faq__answer-thumbnail-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__answer-thumbnail-button, html .vans_theme-light .vans_faq__answer-thumbnail-button, html [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button {
      text-align: center; }
    .vans_faq__answer-thumbnail-button.-disabled,
    html.-hover .vans_faq__answer-thumbnail-button.-disabled:hover, [class*="vans_theme-"] .vans_faq__answer-thumbnail-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_faq__answer-thumbnail-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__answer-thumbnail-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__answer-thumbnail-button.-disabled:hover, .vans_theme-light .vans_faq__answer-thumbnail-button.-disabled,
    html.-hover .vans_theme-light .vans_faq__answer-thumbnail-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button.-disabled:hover {
      cursor: auto;
      background: #f4f4f4;
      color: #a8a8a8; }
    html.-hover .vans_faq__answer-thumbnail-button:hover, .vans_faq__answer-thumbnail-button:active,
    .vans_faq__answer-thumbnail-button .-active, html.-hover [class*="vans_theme-"] .vans_faq__answer-thumbnail-button:hover, [class*="vans_theme-"] .vans_faq__answer-thumbnail-button:active,
    [class*="vans_theme-"] .vans_faq__answer-thumbnail-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__answer-thumbnail-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__answer-thumbnail-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_faq__answer-thumbnail-button .-active, html.-hover .vans_theme-light .vans_faq__answer-thumbnail-button:hover, .vans_theme-light .vans_faq__answer-thumbnail-button:active,
    .vans_theme-light .vans_faq__answer-thumbnail-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button:hover, [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button:active,
    [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_faq__answer-thumbnail-button .-active {
      background: #d9d9d9; }
  .vans_theme-dark .vans_faq__answer-thumbnail-button, [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_theme-dark .vans_faq__answer-thumbnail-button, html [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button {
      text-align: center; }
    .vans_theme-dark .vans_faq__answer-thumbnail-button.-disabled,
    html.-hover .vans_theme-dark .vans_faq__answer-thumbnail-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button.-disabled:hover {
      cursor: auto;
      background: #5c5c5c;
      color: #8d8d8d; }
    html.-hover .vans_theme-dark .vans_faq__answer-thumbnail-button:hover, .vans_theme-dark .vans_faq__answer-thumbnail-button:active,
    .vans_theme-dark .vans_faq__answer-thumbnail-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button:hover, [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button:active,
    [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button .-active {
      background: #242424; }
    .vans_theme-dark .vans_faq__answer-thumbnail-button.-disabled,
    html.-hover .vans_theme-dark .vans_faq__answer-thumbnail-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_faq__answer-thumbnail-button.-disabled:hover {
      opacity: 0.6; }
  html:not([dir="rtl"]) .vans_faq__answer-thumbnail-button {
    right: 0; }
  html[dir="rtl"] .vans_faq__answer-thumbnail-button {
    left: 0; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_fading-gallery {
  width: 100%;
  overflow: hidden; }
  .vans_fading-gallery, [class*="vans_theme-"] .vans_fading-gallery, [class*="vans_theme-"] [class*="vans_theme-"] .vans_fading-gallery, .vans_theme-light .vans_fading-gallery, [class*="vans_theme-"] .vans_theme-light .vans_fading-gallery, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_fading-gallery {
    color: #333; }
  .vans_theme-dark .vans_fading-gallery, [class*="vans_theme-"] .vans_theme-dark .vans_fading-gallery, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_fading-gallery {
    color: #fff; }
  html:not([dir="rtl"]) .vans_fading-gallery,
  html[dir="rtl"] .vans_fading-gallery {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_fading-gallery,
  html[dir="rtl"] .vans_fading-gallery {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_fading-gallery {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_fading-gallery {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_fading-gallery {
      font-size: 33px;
      line-height: 33px; } }
  .vans_fading-gallery__gradient, [class*="vans_theme-"] .vans_fading-gallery__gradient, [class*="vans_theme-"] [class*="vans_theme-"] .vans_fading-gallery__gradient, .vans_theme-light .vans_fading-gallery__gradient, [class*="vans_theme-"] .vans_theme-light .vans_fading-gallery__gradient, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_fading-gallery__gradient {
    background-image: linear-gradient(-180deg, #fff 0%, #f4f4f4 47%, #fff 57%); }
  .vans_theme-dark .vans_fading-gallery__gradient, [class*="vans_theme-"] .vans_theme-dark .vans_fading-gallery__gradient, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_fading-gallery__gradient {
    background-image: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.15) 48%, transparent 56%), radial-gradient(ellipse 250% 100% at 50% 75%, rgba(255, 255, 255, 0.2) 0%, transparent 26%); }
  .vans_fading-gallery__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_fading-gallery__inner,
      html[dir="rtl"] .vans_fading-gallery__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_fading-gallery__inner,
      html[dir="rtl"] .vans_fading-gallery__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_fading-gallery__inner,
      html[dir="rtl"] .vans_fading-gallery__inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_fading-gallery__inner,
      html[dir="rtl"] .vans_fading-gallery__inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_fading-gallery__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_fading-gallery__inner,
        html[dir="rtl"] .vans_fading-gallery__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_fading-gallery__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_fading-gallery__inner,
        html[dir="rtl"] .vans_fading-gallery__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_fading-gallery__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_fading-gallery__inner,
        html[dir="rtl"] .vans_fading-gallery__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_fading-gallery__inner--full,
      html[dir="rtl"] .vans_fading-gallery__inner--full {
        margin: 0; } }
    @media only screen and (min-width: 1024px) {
      .vans_fading-gallery__inner--full {
        display: flex;
        position: relative;
        flex-wrap: wrap; } }
  @media only screen and (min-width: 1024px) and (min-width: 0) {
    html:not([dir="rtl"]) .vans_fading-gallery__inner--full,
    html[dir="rtl"] .vans_fading-gallery__inner--full {
      margin: 0 18px; } }
  @media only screen and (min-width: 1024px) and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_fading-gallery__inner--full,
    html[dir="rtl"] .vans_fading-gallery__inner--full {
      margin: 0 18px; } }
  @media only screen and (min-width: 1024px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_fading-gallery__inner--full,
    html[dir="rtl"] .vans_fading-gallery__inner--full {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_fading-gallery__inner--full,
    html[dir="rtl"] .vans_fading-gallery__inner--full {
      margin: 0 44px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1280px) {
    .vans_fading-gallery__inner--full {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_fading-gallery__inner--full,
      html[dir="rtl"] .vans_fading-gallery__inner--full {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) and (min-width: 1440px) {
    .vans_fading-gallery__inner--full {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_fading-gallery__inner--full,
      html[dir="rtl"] .vans_fading-gallery__inner--full {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) and (min-width: 1921px) {
    .vans_fading-gallery__inner--full {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_fading-gallery__inner--full,
      html[dir="rtl"] .vans_fading-gallery__inner--full {
        margin: 0 auto; } }
  .vans_fading-gallery__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_fading-gallery__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-left: 6px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-right: 6px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_fading-gallery__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-left: 6px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-right: 6px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_fading-gallery__headline {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_fading-gallery__headline {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-left: 12px; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          margin-left: 16.66667% !important; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          margin-right: 16.66667% !important; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
    @media only screen and (min-width: 1280px) {
      .vans_fading-gallery__headline {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_fading-gallery__headline {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_fading-gallery__headline {
        flex: 0 0 auto;
        width: 66.66667%; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-left: 12px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_fading-gallery__headline {
          padding-right: 12px; }
        html[dir="rtl"] .vans_fading-gallery__headline {
          padding-left: 12px; } }
    :lang(ko) .vans_fading-gallery__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_fading-gallery__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_fading-gallery__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_fading-gallery__headline {
        font-size: 40px;
        line-height: 40px; } }
  @media only screen and (min-width: 0) {
    .vans_fading-gallery__copy {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-left: 6px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-right: 6px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_fading-gallery__copy {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-left: 6px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-right: 6px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_fading-gallery__copy {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_fading-gallery__copy {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_fading-gallery__copy {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_fading-gallery__copy {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_fading-gallery__copy {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__copy {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__copy {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_fading-gallery__copy,
  html[dir="rtl"] .vans_fading-gallery__copy {
    padding-top: 0.8em; }
  @media only screen and (min-width: 0) {
    .vans_fading-gallery__copy {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_fading-gallery__copy {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_fading-gallery__copy {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_fading-gallery__copy,
  html[dir="rtl"] .vans_fading-gallery__copy {
    padding-bottom: 18px; }
  .vans_fading-gallery__stage {
    position: relative; }
    @media only screen and (min-width: 1024px) {
      .vans_fading-gallery__stage {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_fading-gallery__stage {
          padding-left: 12px; }
        html[dir="rtl"] .vans_fading-gallery__stage {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_fading-gallery__stage {
          padding-right: 12px; }
        html[dir="rtl"] .vans_fading-gallery__stage {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_fading-gallery__stage {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_fading-gallery__stage {
          padding-left: 12px; }
        html[dir="rtl"] .vans_fading-gallery__stage {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_fading-gallery__stage {
          padding-right: 12px; }
        html[dir="rtl"] .vans_fading-gallery__stage {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_fading-gallery__stage {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_fading-gallery__stage {
          padding-left: 12px; }
        html[dir="rtl"] .vans_fading-gallery__stage {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_fading-gallery__stage {
          padding-right: 12px; }
        html[dir="rtl"] .vans_fading-gallery__stage {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_fading-gallery__stage {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_fading-gallery__stage {
          padding-left: 12px; }
        html[dir="rtl"] .vans_fading-gallery__stage {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_fading-gallery__stage {
          padding-right: 12px; }
        html[dir="rtl"] .vans_fading-gallery__stage {
          padding-left: 12px; } }
    html:not([dir="rtl"]) .vans_fading-gallery__stage,
    html[dir="rtl"] .vans_fading-gallery__stage {
      padding-top: 1em; }
    @media only screen and (min-width: 0) {
      .vans_fading-gallery__stage {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_fading-gallery__stage {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_fading-gallery__stage {
        font-size: 33px;
        line-height: 33px; } }
    .vans_fading-gallery__stage .vans_gallery__page {
      position: relative;
      overflow: hidden; }
      .vans_fading-gallery__stage .vans_gallery__page::before {
        display: block;
        content: "";
        width: 100%; }
        html:not([dir="rtl"]) .vans_fading-gallery__stage .vans_gallery__page::before,
        html[dir="rtl"] .vans_fading-gallery__stage .vans_gallery__page::before {
          padding-bottom: 56.25%; }
      .vans_fading-gallery__stage .vans_gallery__page > .vans_image {
        position: absolute;
        top: 0;
        bottom: 0; }
        html:not([dir="rtl"]) .vans_fading-gallery__stage .vans_gallery__page > .vans_image {
          left: 0; }
        html[dir="rtl"] .vans_fading-gallery__stage .vans_gallery__page > .vans_image {
          right: 0; }
        html:not([dir="rtl"]) .vans_fading-gallery__stage .vans_gallery__page > .vans_image {
          right: 0; }
        html[dir="rtl"] .vans_fading-gallery__stage .vans_gallery__page > .vans_image {
          left: 0; }
      @media only screen and (min-width: 1024px) {
        .vans_fading-gallery__stage .vans_gallery__page {
          position: relative;
          overflow: hidden; }
          .vans_fading-gallery__stage .vans_gallery__page::before {
            display: block;
            content: "";
            width: 100%; }
            html:not([dir="rtl"]) .vans_fading-gallery__stage .vans_gallery__page::before,
            html[dir="rtl"] .vans_fading-gallery__stage .vans_gallery__page::before {
              padding-bottom: 40%; }
          .vans_fading-gallery__stage .vans_gallery__page > .vans_image {
            position: absolute;
            top: 0;
            bottom: 0; }
            html:not([dir="rtl"]) .vans_fading-gallery__stage .vans_gallery__page > .vans_image {
              left: 0; }
            html[dir="rtl"] .vans_fading-gallery__stage .vans_gallery__page > .vans_image {
              right: 0; }
            html:not([dir="rtl"]) .vans_fading-gallery__stage .vans_gallery__page > .vans_image {
              right: 0; }
            html[dir="rtl"] .vans_fading-gallery__stage .vans_gallery__page > .vans_image {
              left: 0; } }
  .js .vans_fading-gallery__meta-component {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0; }
    .js .vans_fading-gallery__meta-component.-active {
      transition-property: opacity;
      transition-duration: 0.1s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0.3s;
      opacity: 1;
      visibility: visible;
      position: static; }
    .js .vans_fading-gallery__meta-component.-fromLeft {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
      animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
      visibility: visible;
      position: static; }
    .js .vans_fading-gallery__meta-component.-fromRight {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
      animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
      visibility: visible;
      position: static; }
    .js .vans_fading-gallery__meta-component.-toLeft {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
      visibility: visible; }
    .js .vans_fading-gallery__meta-component.-toRight {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
      visibility: visible; }
  .vans_fading-gallery__sr-only {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_fading-gallery__sr-only {
      font-family: MBKCorporateSRegular, sans-serif; }
    .js .vans_fading-gallery__sr-only {
      clip: rect(0 0 0 0);
      height: 1px;
      overflow: hidden;
      position: absolute;
      width: 1px;
      white-space: nowrap;
      /* 1 */ }
      html:not([dir="rtl"]) .js .vans_fading-gallery__sr-only,
      html[dir="rtl"] .js .vans_fading-gallery__sr-only {
        border: 0; }
      html:not([dir="rtl"]) .js .vans_fading-gallery__sr-only,
      html[dir="rtl"] .js .vans_fading-gallery__sr-only {
        margin: -1px; }
      html:not([dir="rtl"]) .js .vans_fading-gallery__sr-only,
      html[dir="rtl"] .js .vans_fading-gallery__sr-only {
        padding: 0; }
  @media only screen and (min-width: 1024px) {
    .vans_fading-gallery__category-slider {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_fading-gallery__category-slider {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__category-slider {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__category-slider {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__category-slider {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__category-slider {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_fading-gallery__category-slider {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_fading-gallery__category-slider {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_fading-gallery__category-slider {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_fading-gallery__category-slider {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_fading-gallery__category-slider {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__category-slider {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__category-slider {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__category-slider {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_fading-gallery__category-slider {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_fading-gallery__category-slider {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__category-slider {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__category-slider {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__category-slider {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_fading-gallery__category-slider {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_fading-gallery__category-slider {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__category-slider {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__category-slider {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__category-slider {
        padding-left: 12px; } }
  .vans_fading-gallery__category-slider .vans_category-slider.-small .vans_category-slider__controls, .vans_fading-gallery__category-slider .vans_category-slider.-medium .vans_category-slider__controls, .vans_fading-gallery__category-slider .vans_category-slider.-large .vans_category-slider__controls {
    display: none; }
  .vans_fading-gallery__category-slider .vans_category-slider.-small .vans_category-slider__inner, .vans_fading-gallery__category-slider .vans_category-slider.-medium .vans_category-slider__inner, .vans_fading-gallery__category-slider .vans_category-slider.-large .vans_category-slider__inner {
    cursor: pointer; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_fading-gallery__category-slider .vans_category-slider__container {
      margin-left: 24px; }
    html[dir="rtl"] .vans_fading-gallery__category-slider .vans_category-slider__container {
      margin-right: 24px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_fading-gallery__category-slider .vans_category-slider__container {
      margin-left: 24px; }
    html[dir="rtl"] .vans_fading-gallery__category-slider .vans_category-slider__container {
      margin-right: 24px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_fading-gallery__category-slider .vans_category-slider__container {
      margin-left: 44px; }
    html[dir="rtl"] .vans_fading-gallery__category-slider .vans_category-slider__container {
      margin-right: 44px; } }
  html[dir="rtl"] .vans_fading-gallery__category-slider .vans_category-slider__container {
    margin-left: 0; }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_fading-gallery__category-slider .vans_category-slider__container {
      margin-right: 0; }
    html[dir="rtl"] .vans_fading-gallery__category-slider .vans_category-slider__container {
      margin-left: 0; }
    html:not([dir="rtl"]) .vans_fading-gallery__category-slider .vans_category-slider__container {
      margin-left: 0; }
    html[dir="rtl"] .vans_fading-gallery__category-slider .vans_category-slider__container {
      margin-right: 0; } }
  .vans_fading-gallery__category-slider .vans_category-slider__container .vans_category-slider__inner {
    justify-content: flex-start; }
  html:not([dir="rtl"]) .vans_fading-gallery__category-slider .vans_category-slider.-small .vans_category-slider__container {
    margin-left: 0; }
  html[dir="rtl"] .vans_fading-gallery__category-slider .vans_category-slider.-small .vans_category-slider__container {
    margin-right: 0; }
  .vans_fading-gallery__category-slider .vans_category-slider.-small .vans_category-slider__container .vans_category-slider__inner {
    justify-content: center; }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_fading-gallery__category-slider .vans_category-slider.-medium .vans_category-slider__container {
      margin-left: 0; }
    html[dir="rtl"] .vans_fading-gallery__category-slider .vans_category-slider.-medium .vans_category-slider__container {
      margin-right: 0; }
    .vans_fading-gallery__category-slider .vans_category-slider.-medium .vans_category-slider__container .vans_category-slider__inner {
      justify-content: center; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_fading-gallery__category-slider .vans_category-slider.-large .vans_category-slider__container {
      margin-left: 0; }
    html[dir="rtl"] .vans_fading-gallery__category-slider .vans_category-slider.-large .vans_category-slider__container {
      margin-right: 0; }
    .vans_fading-gallery__category-slider .vans_category-slider.-large .vans_category-slider__container .vans_category-slider__inner {
      justify-content: center; } }
  html:not([dir="rtl"]) .vans_fading-gallery__category-slider,
  html[dir="rtl"] .vans_fading-gallery__category-slider {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_fading-gallery__category-slider {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_fading-gallery__category-slider {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_fading-gallery__category-slider {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 0) {
    .vans_fading-gallery__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_fading-gallery__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_fading-gallery__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_fading-gallery__disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_fading-gallery__disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_fading-gallery__disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_fading-gallery__disclaimer {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_fading-gallery__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_fading-gallery__disclaimer {
        padding-left: 12px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_facts-number, [class*="vans_theme-"] .vans_facts-number, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number, .vans_theme-light .vans_facts-number, [class*="vans_theme-"] .vans_theme-light .vans_facts-number, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number {
  color: #333; }

.vans_theme-dark .vans_facts-number, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number {
  color: #fff; }

html:not([dir="rtl"]) .vans_facts-number,
html[dir="rtl"] .vans_facts-number {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_facts-number,
html[dir="rtl"] .vans_facts-number {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_facts-number {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_facts-number {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_facts-number {
    font-size: 33px;
    line-height: 33px; } }

.vans_facts-number__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_facts-number__inner,
    html[dir="rtl"] .vans_facts-number__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_facts-number__inner,
    html[dir="rtl"] .vans_facts-number__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_facts-number__inner,
    html[dir="rtl"] .vans_facts-number__inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_facts-number__inner,
    html[dir="rtl"] .vans_facts-number__inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-number__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-number__inner,
      html[dir="rtl"] .vans_facts-number__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_facts-number__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-number__inner,
      html[dir="rtl"] .vans_facts-number__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_facts-number__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-number__inner,
      html[dir="rtl"] .vans_facts-number__inner {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_facts-number__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_facts-number__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_facts-number__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_facts-number__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_facts-number__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_facts-number__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_facts-number__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-number__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-number__wrapper {
      padding-left: 12px; } }

.vans_facts-number__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_facts-number__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_facts-number__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_facts-number__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-number__headline {
      font-size: 40px;
      line-height: 40px; } }

html:not([dir="rtl"]) .vans_facts-number__copy,
html[dir="rtl"] .vans_facts-number__copy {
  padding-bottom: 18px; }

html:not([dir="rtl"]) .vans_facts-number__copy,
html[dir="rtl"] .vans_facts-number__copy {
  padding-top: 0.8em; }

@media only screen and (min-width: 0) {
  .vans_facts-number__copy {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_facts-number__copy {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_facts-number__copy {
    font-size: 33px;
    line-height: 33px; } }

.vans_facts-number__facts-collection, .vans_facts-number__facts-collection--fullwidth {
  transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
  html:not([dir="rtl"]) .vans_facts-number__facts-collection,
  html[dir="rtl"] .vans_facts-number__facts-collection, html:not([dir="rtl"]) .vans_facts-number__facts-collection--fullwidth,
  html[dir="rtl"] .vans_facts-number__facts-collection--fullwidth {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_facts-number__facts-collection, .vans_facts-number__facts-collection--fullwidth {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_facts-number__facts-collection, .vans_facts-number__facts-collection--fullwidth {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-number__facts-collection, .vans_facts-number__facts-collection--fullwidth {
      font-size: 33px;
      line-height: 33px; } }
  @supports (grid-template-columns: repeat(1, 1fr)) {
    .vans_facts-number__facts-collection, .vans_facts-number__facts-collection--fullwidth {
      display: grid !important;
      grid-template-columns: repeat(1, 1fr);
      grid-auto-rows: 1fr; } }
  @media only screen and (min-width: 768px) {
    @supports (grid-template-columns: repeat(2, 1fr)) {
      .vans_facts-number__facts-collection, .vans_facts-number__facts-collection--fullwidth {
        grid-template-columns: repeat(2, 1fr); }
        .vans_facts-number__facts-collection > *:nth-child(n), .vans_facts-number__facts-collection--fullwidth > *:nth-child(n) {
          width: 100% !important; } } }

.vans_facts-number__facts-collection {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_facts-number__facts-collection,
    html[dir="rtl"] .vans_facts-number__facts-collection {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_facts-number__facts-collection,
    html[dir="rtl"] .vans_facts-number__facts-collection {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_facts-number__facts-collection,
    html[dir="rtl"] .vans_facts-number__facts-collection {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_facts-number__facts-collection,
    html[dir="rtl"] .vans_facts-number__facts-collection {
      margin: 0 44px; }
    html:not([dir="rtl"]) .vans_facts-number__facts-collection {
      padding-left: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_facts-number__facts-collection {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html:not([dir="rtl"]) .vans_facts-number__facts-collection {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_facts-number__facts-collection {
      padding-left: calc(0.16667 * (100% - 88px)); } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-number__facts-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection,
      html[dir="rtl"] .vans_facts-number__facts-collection {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_facts-number__facts-collection {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_facts-number__facts-collection {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1440px) {
    .vans_facts-number__facts-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection,
      html[dir="rtl"] .vans_facts-number__facts-collection {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_facts-number__facts-collection {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_facts-number__facts-collection {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1921px) {
    .vans_facts-number__facts-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection,
      html[dir="rtl"] .vans_facts-number__facts-collection {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) {
    .vans_facts-number__facts-collection > *:nth-child(n) {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html[dir="rtl"] .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-number__facts-collection > *:nth-child(n) {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html[dir="rtl"] .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_facts-number__facts-collection > *:nth-child(n) {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html[dir="rtl"] .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_facts-number__facts-collection > *:nth-child(n) {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html[dir="rtl"] .vans_facts-number__facts-collection > *:nth-child(n) {
        padding-left: 12px; } }

.vans_facts-number__facts-collection--fullwidth {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_facts-number__facts-collection--fullwidth,
    html[dir="rtl"] .vans_facts-number__facts-collection--fullwidth {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_facts-number__facts-collection--fullwidth,
    html[dir="rtl"] .vans_facts-number__facts-collection--fullwidth {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_facts-number__facts-collection--fullwidth,
    html[dir="rtl"] .vans_facts-number__facts-collection--fullwidth {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_facts-number__facts-collection--fullwidth,
    html[dir="rtl"] .vans_facts-number__facts-collection--fullwidth {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-number__facts-collection--fullwidth {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection--fullwidth,
      html[dir="rtl"] .vans_facts-number__facts-collection--fullwidth {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_facts-number__facts-collection--fullwidth {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection--fullwidth,
      html[dir="rtl"] .vans_facts-number__facts-collection--fullwidth {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_facts-number__facts-collection--fullwidth {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-number__facts-collection--fullwidth,
      html[dir="rtl"] .vans_facts-number__facts-collection--fullwidth {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) {
    @supports (grid-template-columns: repeat(3, 1fr)) {
      .vans_facts-number__facts-collection--fullwidth {
        grid-template-columns: repeat(3, 1fr); }
        .vans_facts-number__facts-collection--fullwidth > *:nth-child(n) {
          width: 100% !important; } } }

@media only screen and (min-width: 0) {
  .vans_facts-number__fact {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-left: 6px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-right: 6px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_facts-number__fact {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-left: 6px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-right: 6px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_facts-number__fact {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_facts-number__fact {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_facts-number__fact {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_facts-number__fact {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_facts-number__fact {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-number__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-number__fact {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_facts-number__fact,
html[dir="rtl"] .vans_facts-number__fact {
  margin-top: 18px; }

.vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover,
.vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover {
  transition: background-color 0.2s ease-in; }
  .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover, .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover, .vans_theme-light .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover, .vans_theme-light .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover {
    background: #ececec; }
  .vans_theme-dark .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover, .vans_theme-dark .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover {
    background: #333; }
  .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button,
  .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button {
    transition: background-color 0.2s ease-in; }
    .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, .vans_theme-light .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, .vans_theme-light .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button {
      background: #ececec; }
    .vans_theme-dark .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, .vans_theme-dark .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button {
      background: #333; }

.vans_facts-number__fact-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .vans_facts-number__fact-container, [class*="vans_theme-"] .vans_facts-number__fact-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__fact-container, .vans_theme-light .vans_facts-number__fact-container, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-container {
    background: #f8f8f8; }
  .vans_theme-dark .vans_facts-number__fact-container, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-container {
    background: #1f1f1f; }
  html:not([dir="rtl"]) .vans_facts-number__fact-container,
  html[dir="rtl"] .vans_facts-number__fact-container {
    padding: 32px 24px 43px; }
  html .vans_facts-number__fact-container {
    text-align: center; }

.vans_facts-number__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  cursor: pointer; }
  html:not([dir="rtl"]) .vans_facts-number__link {
    right: 0; }
  html[dir="rtl"] .vans_facts-number__link {
    left: 0; }
  html:not([dir="rtl"]) .vans_facts-number__link {
    left: 0; }
  html[dir="rtl"] .vans_facts-number__link {
    right: 0; }

.vans_facts-number__fact-headline {
  width: 100%;
  line-height: 1.125 !important; }
  html .vans_facts-number__fact-headline {
    text-align: center; }

.vans_facts-number__fact-copy {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_facts-number__fact-copy {
    font-family: MBKCorporateSRegular, sans-serif; }

.vans_facts-number__fact-button {
  bottom: 0;
  position: absolute; }
  .vans_facts-number__fact-button, [class*="vans_theme-"] .vans_facts-number__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__fact-button, .vans_theme-light .vans_facts-number__fact-button, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button {
    width: 40px;
    height: 40px;
    background: #ececec;
    color: #333;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_facts-number__fact-button, html [class*="vans_theme-"] .vans_facts-number__fact-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__fact-button, html .vans_theme-light .vans_facts-number__fact-button, html [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button {
      text-align: center; }
    .vans_facts-number__fact-button.-disabled,
    html.-hover .vans_facts-number__fact-button.-disabled:hover, [class*="vans_theme-"] .vans_facts-number__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_facts-number__fact-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__fact-button.-disabled:hover, .vans_theme-light .vans_facts-number__fact-button.-disabled,
    html.-hover .vans_theme-light .vans_facts-number__fact-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button.-disabled:hover {
      cursor: auto;
      background: #f4f4f4;
      color: #a8a8a8; }
    html.-hover .vans_facts-number__fact-button:hover, .vans_facts-number__fact-button:active,
    .vans_facts-number__fact-button .-active, html.-hover [class*="vans_theme-"] .vans_facts-number__fact-button:hover, [class*="vans_theme-"] .vans_facts-number__fact-button:active,
    [class*="vans_theme-"] .vans_facts-number__fact-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__fact-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__fact-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__fact-button .-active, html.-hover .vans_theme-light .vans_facts-number__fact-button:hover, .vans_theme-light .vans_facts-number__fact-button:active,
    .vans_theme-light .vans_facts-number__fact-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button:active,
    [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__fact-button .-active {
      background: #d9d9d9; }
  .vans_theme-dark .vans_facts-number__fact-button, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_theme-dark .vans_facts-number__fact-button, html [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button {
      text-align: center; }
    .vans_theme-dark .vans_facts-number__fact-button.-disabled,
    html.-hover .vans_theme-dark .vans_facts-number__fact-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button.-disabled:hover {
      cursor: auto;
      background: #5c5c5c;
      color: #8d8d8d; }
    html.-hover .vans_theme-dark .vans_facts-number__fact-button:hover, .vans_theme-dark .vans_facts-number__fact-button:active,
    .vans_theme-dark .vans_facts-number__fact-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button:active,
    [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button .-active {
      background: #242424; }
    .vans_theme-dark .vans_facts-number__fact-button.-disabled,
    html.-hover .vans_theme-dark .vans_facts-number__fact-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__fact-button.-disabled:hover {
      opacity: 0.6; }
  html:not([dir="rtl"]) .vans_facts-number__fact-button {
    right: 0; }
  html[dir="rtl"] .vans_facts-number__fact-button {
    left: 0; }

html:not([dir="rtl"]) .vans_facts-number__buttons,
html[dir="rtl"] .vans_facts-number__buttons {
  margin-top: 40px; }

html .vans_facts-number__buttons {
  text-align: center; }

@media only screen and (min-width: 768px) {
  .vans_facts-number__buttons.-hidden-mq3 {
    display: none; } }

@media only screen and (min-width: 1024px) {
  .vans_facts-number__buttons.-hidden-mq4 {
    display: none; } }

.vans_facts-number__button--show-all, .vans_facts-number__button--show-less {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 0 0;
  appearance: none;
  position: relative;
  outline: none;
  white-space: nowrap;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }
  :lang(ko) .vans_facts-number__button--show-all, :lang(ko) .vans_facts-number__button--show-less {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_facts-number__button--show-all, html:not([dir="rtl"]) .vans_facts-number__button--show-less {
    padding-left: 20px; }
  html[dir="rtl"] .vans_facts-number__button--show-all, html[dir="rtl"] .vans_facts-number__button--show-less {
    padding-right: 20px; }
  html:not([dir="rtl"]) .vans_facts-number__button--show-all, html:not([dir="rtl"]) .vans_facts-number__button--show-less {
    padding-right: 20px; }
  html[dir="rtl"] .vans_facts-number__button--show-all, html[dir="rtl"] .vans_facts-number__button--show-less {
    padding-left: 20px; }
  .vans_facts-number__button--show-all::after, .vans_facts-number__button--show-less::after {
    border-color: transparent; }
  .vans_facts-number__button--show-all::after, .vans_facts-number__button--show-less::after { }
  .vans_facts-number__button--show-all.-active::after,
  html.-hover .vans_facts-number__button--show-all:active:hover::after, .vans_facts-number__button--show-all:active:focus::after, .vans_facts-number__button--show-less.-active::after,
  html.-hover .vans_facts-number__button--show-less:active:hover::after, .vans_facts-number__button--show-less:active:focus::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_facts-number__button--show-all.-disabled::after,
  html.-hover .vans_facts-number__button--show-all.-disabled:hover::after,
  html.-hover .vans_facts-number__button--show-all.-disabled:active:hover::after, .vans_facts-number__button--show-all[disabled]::after,
  html.-hover .vans_facts-number__button--show-all[disabled]:hover::after,
  html.-hover .vans_facts-number__button--show-all[disabled]:active:hover::after, .vans_facts-number__button--show-less.-disabled::after,
  html.-hover .vans_facts-number__button--show-less.-disabled:hover::after,
  html.-hover .vans_facts-number__button--show-less.-disabled:active:hover::after, .vans_facts-number__button--show-less[disabled]::after,
  html.-hover .vans_facts-number__button--show-less[disabled]:hover::after,
  html.-hover .vans_facts-number__button--show-less[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_facts-number__button--show-all.-disabled::after,
  html.-hover .vans_facts-number__button--show-all.-disabled:hover::after,
  html.-hover .vans_facts-number__button--show-all.-disabled:active:hover::after, .vans_facts-number__button--show-all[disabled]::after,
  html.-hover .vans_facts-number__button--show-all[disabled]:hover::after,
  html.-hover .vans_facts-number__button--show-all[disabled]:active:hover::after, .vans_facts-number__button--show-less.-disabled::after,
  html.-hover .vans_facts-number__button--show-less.-disabled:hover::after,
  html.-hover .vans_facts-number__button--show-less.-disabled:active:hover::after, .vans_facts-number__button--show-less[disabled]::after,
  html.-hover .vans_facts-number__button--show-less[disabled]:hover::after,
  html.-hover .vans_facts-number__button--show-less[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_facts-number__button--show-all.-disabled::after,
    html[dir="rtl"] .vans_facts-number__button--show-all.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_facts-number__button--show-all.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-number__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_facts-number__button--show-all.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-number__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_facts-number__button--show-all[disabled]::after,
    html[dir="rtl"] .vans_facts-number__button--show-all[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_facts-number__button--show-all[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-number__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_facts-number__button--show-all[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-number__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_facts-number__button--show-less.-disabled::after,
    html[dir="rtl"] .vans_facts-number__button--show-less.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_facts-number__button--show-less.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-number__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_facts-number__button--show-less.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-number__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_facts-number__button--show-less[disabled]::after,
    html[dir="rtl"] .vans_facts-number__button--show-less[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_facts-number__button--show-less[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-number__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_facts-number__button--show-less[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-number__button--show-less[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_facts-number__button--show-all::after, .vans_facts-number__button--show-less::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_facts-number__button--show-all::after, html:not([dir="rtl"]) .vans_facts-number__button--show-less::after {
      right: 0; }
    html[dir="rtl"] .vans_facts-number__button--show-all::after, html[dir="rtl"] .vans_facts-number__button--show-less::after {
      left: 0; }
    html:not([dir="rtl"]) .vans_facts-number__button--show-all::after, html:not([dir="rtl"]) .vans_facts-number__button--show-less::after {
      left: 0; }
    html[dir="rtl"] .vans_facts-number__button--show-all::after, html[dir="rtl"] .vans_facts-number__button--show-less::after {
      right: 0; }
  .vans_facts-number__button--show-all::before, .vans_facts-number__button--show-less::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_facts-number__button--show-all::before, html:not([dir="rtl"]) .vans_facts-number__button--show-less::before {
      right: 0; }
    html[dir="rtl"] .vans_facts-number__button--show-all::before, html[dir="rtl"] .vans_facts-number__button--show-less::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_facts-number__button--show-all::before, html:not([dir="rtl"]) .vans_facts-number__button--show-less::before {
      left: 0; }
    html[dir="rtl"] .vans_facts-number__button--show-all::before, html[dir="rtl"] .vans_facts-number__button--show-less::before {
      right: 0; }
  .vans_facts-number__button--show-all::before, .vans_facts-number__button--show-less::before {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
  .vans_facts-number__button--show-all::after, .vans_facts-number__button--show-less::after {
    border-radius: 0 0 0 0; }
  html:not([dir="rtl"]) .vans_facts-number__button--show-all,
  html[dir="rtl"] .vans_facts-number__button--show-all, html:not([dir="rtl"]) .vans_facts-number__button--show-less,
  html[dir="rtl"] .vans_facts-number__button--show-less {
    margin: 0 0 auto; }
  html:not([dir="rtl"]) .vans_facts-number__button--show-all,
  html[dir="rtl"] .vans_facts-number__button--show-all, html:not([dir="rtl"]) .vans_facts-number__button--show-less,
  html[dir="rtl"] .vans_facts-number__button--show-less {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_facts-number__button--show-all,
  html[dir="rtl"] .vans_facts-number__button--show-all, html:not([dir="rtl"]) .vans_facts-number__button--show-less,
  html[dir="rtl"] .vans_facts-number__button--show-less {
    padding-bottom: 0; }
  .vans_facts-number__button--show-all:focus, .vans_facts-number__button--show-less:focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
    border-radius: 0.5px; }
  .vans_facts-number__button--show-all__value, .vans_facts-number__button--show-less__value {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block; }
  .vans_facts-number__button--show-all, [class*="vans_theme-"] .vans_facts-number__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all, .vans_facts-number__button--show-less, [class*="vans_theme-"] .vans_facts-number__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less, .vans_theme-light .vans_facts-number__button--show-all, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all, .vans_theme-light .vans_facts-number__button--show-less, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less {
    color: #333;
    background: #ececec; }
    .vans_facts-number__button--show-all::after, [class*="vans_theme-"] .vans_facts-number__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all::after, .vans_facts-number__button--show-less::after, [class*="vans_theme-"] .vans_facts-number__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less::after, .vans_theme-light .vans_facts-number__button--show-all::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all::after, .vans_theme-light .vans_facts-number__button--show-less::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less::after {
      border-color: transparent; }
    .vans_facts-number__button--show-all::after, [class*="vans_theme-"] .vans_facts-number__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all::after, .vans_facts-number__button--show-less::after, [class*="vans_theme-"] .vans_facts-number__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less::after, .vans_theme-light .vans_facts-number__button--show-all::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all::after, .vans_theme-light .vans_facts-number__button--show-less::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less::after { }
    html.-hover .vans_facts-number__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all:hover, html.-hover .vans_facts-number__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less:hover, html.-hover .vans_theme-light .vans_facts-number__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all:hover, html.-hover .vans_theme-light .vans_facts-number__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less:hover {
      background: #d9d9d9; }
    .vans_facts-number__button--show-all:focus, [class*="vans_theme-"] .vans_facts-number__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all:focus, .vans_facts-number__button--show-less:focus, [class*="vans_theme-"] .vans_facts-number__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less:focus, .vans_theme-light .vans_facts-number__button--show-all:focus, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all:focus, .vans_theme-light .vans_facts-number__button--show-less:focus, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less:focus {
      background: #d9d9d9; }
    .vans_facts-number__button--show-all.-active,
    html.-hover .vans_facts-number__button--show-all:active:hover, .vans_facts-number__button--show-all:active:focus, [class*="vans_theme-"] .vans_facts-number__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all:active:hover, [class*="vans_theme-"] .vans_facts-number__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all:active:focus, .vans_facts-number__button--show-less.-active,
    html.-hover .vans_facts-number__button--show-less:active:hover, .vans_facts-number__button--show-less:active:focus, [class*="vans_theme-"] .vans_facts-number__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less:active:hover, [class*="vans_theme-"] .vans_facts-number__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less:active:focus, .vans_theme-light .vans_facts-number__button--show-all.-active,
    html.-hover .vans_theme-light .vans_facts-number__button--show-all:active:hover, .vans_theme-light .vans_facts-number__button--show-all:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all:active:focus, .vans_theme-light .vans_facts-number__button--show-less.-active,
    html.-hover .vans_theme-light .vans_facts-number__button--show-less:active:hover, .vans_theme-light .vans_facts-number__button--show-less:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less:active:focus {
      color: #333;
      background: #d9d9d9; }
      .vans_facts-number__button--show-all.-active::after,
      html.-hover .vans_facts-number__button--show-all:active:hover::after, .vans_facts-number__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_facts-number__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_facts-number__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all:active:focus::after, .vans_facts-number__button--show-less.-active::after,
      html.-hover .vans_facts-number__button--show-less:active:hover::after, .vans_facts-number__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_facts-number__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_facts-number__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less:active:focus::after, .vans_theme-light .vans_facts-number__button--show-all.-active::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-all:active:hover::after, .vans_theme-light .vans_facts-number__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all:active:focus::after, .vans_theme-light .vans_facts-number__button--show-less.-active::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-less:active:hover::after, .vans_theme-light .vans_facts-number__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_facts-number__button--show-all.-disabled,
    html.-hover .vans_facts-number__button--show-all.-disabled:hover,
    html.-hover .vans_facts-number__button--show-all.-disabled:active:hover, .vans_facts-number__button--show-all[disabled],
    html.-hover .vans_facts-number__button--show-all[disabled]:hover,
    html.-hover .vans_facts-number__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:active:hover, .vans_facts-number__button--show-less.-disabled,
    html.-hover .vans_facts-number__button--show-less.-disabled:hover,
    html.-hover .vans_facts-number__button--show-less.-disabled:active:hover, .vans_facts-number__button--show-less[disabled],
    html.-hover .vans_facts-number__button--show-less[disabled]:hover,
    html.-hover .vans_facts-number__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:active:hover, .vans_theme-light .vans_facts-number__button--show-all.-disabled,
    html.-hover .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover,
    html.-hover .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover, .vans_theme-light .vans_facts-number__button--show-all[disabled],
    html.-hover .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover,
    html.-hover .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover, .vans_theme-light .vans_facts-number__button--show-less.-disabled,
    html.-hover .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover,
    html.-hover .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover, .vans_theme-light .vans_facts-number__button--show-less[disabled],
    html.-hover .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover,
    html.-hover .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover {
      background-color: #ececec; }
      .vans_facts-number__button--show-all.-disabled::after,
      html.-hover .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover .vans_facts-number__button--show-all.-disabled:active:hover::after, .vans_facts-number__button--show-all[disabled]::after,
      html.-hover .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover .vans_facts-number__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:active:hover::after, .vans_facts-number__button--show-less.-disabled::after,
      html.-hover .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover .vans_facts-number__button--show-less.-disabled:active:hover::after, .vans_facts-number__button--show-less[disabled]::after,
      html.-hover .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover .vans_facts-number__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:active:hover::after, .vans_theme-light .vans_facts-number__button--show-all.-disabled::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover::after, .vans_theme-light .vans_facts-number__button--show-all[disabled]::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover::after, .vans_theme-light .vans_facts-number__button--show-less.-disabled::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover::after, .vans_theme-light .vans_facts-number__button--show-less[disabled]::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_facts-number__button--show-all.-disabled::after,
      html.-hover .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover .vans_facts-number__button--show-all.-disabled:active:hover::after, .vans_facts-number__button--show-all[disabled]::after,
      html.-hover .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover .vans_facts-number__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:active:hover::after, .vans_facts-number__button--show-less.-disabled::after,
      html.-hover .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover .vans_facts-number__button--show-less.-disabled:active:hover::after, .vans_facts-number__button--show-less[disabled]::after,
      html.-hover .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover .vans_facts-number__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:active:hover::after, .vans_theme-light .vans_facts-number__button--show-all.-disabled::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover::after, .vans_theme-light .vans_facts-number__button--show-all[disabled]::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover::after, .vans_theme-light .vans_facts-number__button--show-less.-disabled::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover::after, .vans_theme-light .vans_facts-number__button--show-less[disabled]::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_facts-number__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_facts-number__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_facts-number__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-number__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_facts-number__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-number__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_facts-number__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_facts-number__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_facts-number__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-number__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_facts-number__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-number__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_facts-number__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_facts-number__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_facts-number__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-number__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_facts-number__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-number__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_facts-number__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_facts-number__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_facts-number__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-number__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_facts-number__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-number__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-number__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_facts-number__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_theme-light .vans_facts-number__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_facts-number__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_theme-light .vans_facts-number__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_facts-number__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_theme-light .vans_facts-number__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_facts-number__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_theme-light .vans_facts-number__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-number__button--show-less[disabled]:active:hover::after {
          border-width: 1px; }
  .vans_theme-dark .vans_facts-number__button--show-all, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all, .vans_theme-dark .vans_facts-number__button--show-less, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less {
    color: #fff;
    background: #333; }
    .vans_theme-dark .vans_facts-number__button--show-all::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all::after, .vans_theme-dark .vans_facts-number__button--show-less::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less::after {
      border-color: transparent; }
    .vans_theme-dark .vans_facts-number__button--show-all::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all::after, .vans_theme-dark .vans_facts-number__button--show-less::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less::after { }
    html.-hover .vans_theme-dark .vans_facts-number__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all:hover, html.-hover .vans_theme-dark .vans_facts-number__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less:hover {
      background: #242424; }
    .vans_theme-dark .vans_facts-number__button--show-all:focus, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all:focus, .vans_theme-dark .vans_facts-number__button--show-less:focus, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less:focus {
      background: #242424; }
    .vans_theme-dark .vans_facts-number__button--show-all.-active,
    html.-hover .vans_theme-dark .vans_facts-number__button--show-all:active:hover, .vans_theme-dark .vans_facts-number__button--show-all:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all:active:focus, .vans_theme-dark .vans_facts-number__button--show-less.-active,
    html.-hover .vans_theme-dark .vans_facts-number__button--show-less:active:hover, .vans_theme-dark .vans_facts-number__button--show-less:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less:active:focus {
      color: #fff;
      background: #242424; }
      .vans_theme-dark .vans_facts-number__button--show-all.-active::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-all:active:hover::after, .vans_theme-dark .vans_facts-number__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all:active:focus::after, .vans_theme-dark .vans_facts-number__button--show-less.-active::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-less:active:hover::after, .vans_theme-dark .vans_facts-number__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_facts-number__button--show-all.-disabled,
    html.-hover .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover,
    html.-hover .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover, .vans_theme-dark .vans_facts-number__button--show-all[disabled],
    html.-hover .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover,
    html.-hover .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover, .vans_theme-dark .vans_facts-number__button--show-less.-disabled,
    html.-hover .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover,
    html.-hover .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover, .vans_theme-dark .vans_facts-number__button--show-less[disabled],
    html.-hover .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover,
    html.-hover .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover {
      background-color: #333; }
      .vans_theme-dark .vans_facts-number__button--show-all.-disabled::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover::after, .vans_theme-dark .vans_facts-number__button--show-all[disabled]::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover::after, .vans_theme-dark .vans_facts-number__button--show-less.-disabled::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover::after, .vans_theme-dark .vans_facts-number__button--show-less[disabled]::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_facts-number__button--show-all.-disabled::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover::after, .vans_theme-dark .vans_facts-number__button--show-all[disabled]::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover::after, .vans_theme-dark .vans_facts-number__button--show-less.-disabled::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover::after, .vans_theme-dark .vans_facts-number__button--show-less[disabled]::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_facts-number__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_facts-number__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_facts-number__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_facts-number__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-number__button--show-less[disabled]:active:hover::after {
          border-width: 1px; }
  @media only screen and (min-width: 768px) {
    .vans_facts-number__button--show-all, .vans_facts-number__button--show-less {
      width: auto; } }
  .vans_facts-number__button--show-all.-hidden, .vans_facts-number__button--show-less.-hidden {
    display: none; }

.vans_facts-number__fact {
  opacity: 1; }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    .vans_facts-number__fact:nth-of-type(1).-potentially-visible {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms forwards; }
    .vans_facts-number__fact:nth-of-type(2).-potentially-visible {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms forwards; }
    .vans_facts-number__fact:nth-of-type(3).-potentially-visible {
      opacity: 0;
      animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms forwards; }
    .vans_facts-number__fact:nth-of-type(4) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(4).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
        transition-delay: 200ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(5) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(5).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
        transition-delay: 300ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(6) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(6).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
        transition-delay: 400ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(7) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(7).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
        transition-delay: 500ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(8) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(8).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
        transition-delay: 600ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(9) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(9).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
        transition-delay: 700ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(10) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(10).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms both;
        transition-delay: 800ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(11) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(11).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms both;
        transition-delay: 900ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(12) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(12).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms both;
        transition-delay: 1000ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(13) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(13).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms both;
        transition-delay: 1100ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(14) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(14).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms both;
        transition-delay: 1200ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(15) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(15).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms both;
        transition-delay: 1300ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(16) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(16).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1400ms both;
        transition-delay: 1400ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(17) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(17).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1500ms both;
        transition-delay: 1500ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(18) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(18).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1600ms both;
        transition-delay: 1600ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(19) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(19).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1700ms both;
        transition-delay: 1700ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(20) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(20).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1800ms both;
        transition-delay: 1800ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(n + 4).-hidden {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .vans_facts-number__fact:nth-of-type(1).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.05s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(1).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(1).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.05s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(2).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.1s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(2).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(2).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.1s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(3).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.15s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(3).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(3).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.15s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(4).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.2s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(4).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(4).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.2s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(5).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.25s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(5).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(5).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.25s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(6).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.3s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(6).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(6).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.3s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(7).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.35s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(7).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(7).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.35s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(8).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.4s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(8).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(8).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.4s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(9).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.45s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(9).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(9).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.45s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(10).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.5s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(10).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(10).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.5s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(11).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.55s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(11).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(11).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.55s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(12).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.6s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(12).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(12).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.6s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(13).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.65s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(13).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(13).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.65s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(14).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.7s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(14).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(14).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.7s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(15).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.75s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(15).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(15).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.75s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(16).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.8s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(16).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(16).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.8s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(17).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.85s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(17).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(17).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.85s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(18).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.9s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(18).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(18).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.9s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(19).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.95s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(19).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(19).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.95s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(20).-loaded {
      transition: opacity 0.1s;
      transition-delay: 1s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(20).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(20).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 1s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(21).-loaded {
      transition: opacity 0.1s;
      transition-delay: 1.05s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(21).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(21).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 1.05s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(22).-loaded {
      transition: opacity 0.1s;
      transition-delay: 1.1s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(22).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(22).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 1.1s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(23).-loaded {
      transition: opacity 0.1s;
      transition-delay: 1.15s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(23).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(23).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 1.15s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(24).-loaded {
      transition: opacity 0.1s;
      transition-delay: 1.2s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(24).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(24).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 1.2s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(5) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(5).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
        transition-delay: 200ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(6) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(6).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
        transition-delay: 300ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(7) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(7).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
        transition-delay: 400ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(8) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(8).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
        transition-delay: 500ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(9) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(9).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
        transition-delay: 600ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(10) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(10).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
        transition-delay: 700ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(11) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(11).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms both;
        transition-delay: 800ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(12) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(12).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms both;
        transition-delay: 900ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(13) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(13).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms both;
        transition-delay: 1000ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(14) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(14).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms both;
        transition-delay: 1100ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(15) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(15).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms both;
        transition-delay: 1200ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(16) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(16).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms both;
        transition-delay: 1300ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(17) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(17).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1400ms both;
        transition-delay: 1400ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(18) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(18).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1500ms both;
        transition-delay: 1500ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(19) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(19).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1600ms both;
        transition-delay: 1600ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(20) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(20).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1700ms both;
        transition-delay: 1700ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(n + 5).-hidden {
      display: none; } }
  @media only screen and (min-width: 1024px) {
    .vans_facts-number__fact:nth-of-type(1).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.05s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(1).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(1).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.05s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(2).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.1s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(2).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(2).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.1s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(3).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.15s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(3).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(3).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.15s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(4).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.2s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(4).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(4).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.2s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(5).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.25s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(5).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(5).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.25s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(6).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.3s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(6).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(6).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.3s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(7).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.35s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(7).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(7).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.35s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(8).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.4s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(8).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(8).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.4s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(9).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.45s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(9).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(9).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.45s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(10).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.5s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(10).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(10).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.5s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(11).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.55s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(11).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(11).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.55s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(12).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.6s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(12).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(12).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.6s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(13).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.65s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(13).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(13).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.65s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(14).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.7s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(14).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(14).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.7s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(15).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.75s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(15).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(15).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.75s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(16).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.8s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(16).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(16).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.8s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(17).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.85s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(17).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(17).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.85s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(18).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.9s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(18).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(18).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.9s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(19).-loaded {
      transition: opacity 0.1s;
      transition-delay: 0.95s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(19).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(19).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 0.95s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(20).-loaded {
      transition: opacity 0.1s;
      transition-delay: 1s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(20).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(20).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 1s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(21).-loaded {
      transition: opacity 0.1s;
      transition-delay: 1.05s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(21).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(21).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 1.05s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(22).-loaded {
      transition: opacity 0.1s;
      transition-delay: 1.1s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(22).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(22).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 1.1s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(23).-loaded {
      transition: opacity 0.1s;
      transition-delay: 1.15s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(23).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(23).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 1.15s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(24).-loaded {
      transition: opacity 0.1s;
      transition-delay: 1.2s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(24).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(24).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 1.2s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(25).-loaded {
      transition: opacity 0.1s;
      transition-delay: 1.25s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(25).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(25).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 1.25s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(26).-loaded {
      transition: opacity 0.1s;
      transition-delay: 1.3s;
      opacity: 1;
      animation: none; }
      .vans_facts-number__fact:nth-of-type(26).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(26).-loaded .vans_product-category-overview__fact-icon {
        transition: transform 0.1s;
        transition-delay: 1.3s;
        transform: scale(1); }
    .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
      transform: scale(0); }
    .vans_facts-number__fact:nth-of-type(7) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(7).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
        transition-delay: 200ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(8) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(8).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
        transition-delay: 300ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(9) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(9).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
        transition-delay: 400ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(10) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(10).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
        transition-delay: 500ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(11) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(11).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
        transition-delay: 600ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(12) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(12).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
        transition-delay: 700ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(13) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(13).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms both;
        transition-delay: 800ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(14) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(14).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms both;
        transition-delay: 900ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(15) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(15).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms both;
        transition-delay: 1000ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(16) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(16).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms both;
        transition-delay: 1100ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(17) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(17).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms both;
        transition-delay: 1200ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(18) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(18).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms both;
        transition-delay: 1300ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(19) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(19).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1400ms both;
        transition-delay: 1400ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(20) {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_facts-number__fact:nth-of-type(20).-animate {
        animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1500ms both;
        transition-delay: 1500ms;
        opacity: 1; }
    .vans_facts-number__fact:nth-of-type(n + 7).-hidden {
      display: none; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-number__fact {
      opacity: 0; }
      .vans_facts-number__fact:nth-of-type(1).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.05s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(1).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(1).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.05s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(2).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.1s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(2).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(2).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.1s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(3).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.15s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(3).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(3).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.15s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(4).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.2s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(4).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(4).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.2s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(5).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.25s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(5).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(5).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.25s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(6).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.3s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(6).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(6).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.3s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(7).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.35s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(7).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(7).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.35s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(8).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.4s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(8).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(8).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.4s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(9).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.45s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(9).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(9).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.45s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(10).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.5s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(10).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(10).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.5s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(11).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.55s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(11).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(11).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.55s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(12).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.6s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(12).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(12).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.6s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(13).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.65s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(13).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(13).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.65s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(14).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.7s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(14).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(14).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.7s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(15).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.75s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(15).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(15).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.75s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(16).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.8s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(16).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(16).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.8s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(17).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.85s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(17).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(17).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.85s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(18).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.9s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(18).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(18).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.9s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(19).-loaded {
        transition: opacity 0.1s;
        transition-delay: 0.95s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(19).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(19).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 0.95s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(20).-loaded {
        transition: opacity 0.1s;
        transition-delay: 1s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(20).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(20).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 1s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(21).-loaded {
        transition: opacity 0.1s;
        transition-delay: 1.05s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(21).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(21).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 1.05s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(22).-loaded {
        transition: opacity 0.1s;
        transition-delay: 1.1s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(22).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(22).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 1.1s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(23).-loaded {
        transition: opacity 0.1s;
        transition-delay: 1.15s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(23).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(23).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 1.15s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(24).-loaded {
        transition: opacity 0.1s;
        transition-delay: 1.2s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(24).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(24).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 1.2s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(25).-loaded {
        transition: opacity 0.1s;
        transition-delay: 1.25s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(25).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(25).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 1.25s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(26).-loaded {
        transition: opacity 0.1s;
        transition-delay: 1.3s;
        opacity: 1;
        animation: none; }
        .vans_facts-number__fact:nth-of-type(26).-loaded .vans_facts-icon__fact-icon, .vans_facts-number__fact:nth-of-type(26).-loaded .vans_product-category-overview__fact-icon {
          transition: transform 0.1s;
          transition-delay: 1.3s;
          transform: scale(1); }
      .vans_facts-number__fact .vans_facts-icon__fact-icon, .vans_facts-number__fact .vans_product-category-overview__fact-icon {
        transform: scale(0); }
      .vans_facts-number__fact:nth-of-type(7) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(7).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
          transition-delay: 200ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(8) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(8).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
          transition-delay: 300ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(9) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(9).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
          transition-delay: 400ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(10) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(10).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
          transition-delay: 500ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(11) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(11).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
          transition-delay: 600ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(12) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(12).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
          transition-delay: 700ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(13) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(13).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms both;
          transition-delay: 800ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(14) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(14).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms both;
          transition-delay: 900ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(15) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(15).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms both;
          transition-delay: 1000ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(16) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(16).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms both;
          transition-delay: 1100ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(17) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(17).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms both;
          transition-delay: 1200ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(18) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(18).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms both;
          transition-delay: 1300ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(19) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(19).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1400ms both;
          transition-delay: 1400ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(20) {
        opacity: 0;
        transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
        .vans_facts-number__fact:nth-of-type(20).-animate {
          animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1500ms both;
          transition-delay: 1500ms;
          opacity: 1; }
      .vans_facts-number__fact:nth-of-type(n + 7).-hidden {
        display: none; } }

.vans_facts-number__fact-container {
  min-height: 160px; }
  @media only screen and (min-width: 768px) {
    .vans_facts-number__fact-container {
      min-height: 168px; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-number__fact-container {
      min-height: 176px; } }

.vans_facts-number__fact-headline {
  font-family: CorporateACondensedRegular, sans-serif;
  max-height: calc(1em * 1 * 1.125);
  overflow: hidden;
  word-break: break-all; }
  :lang(ko) .vans_facts-number__fact-headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_facts-number__fact-headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 768px) {
    .vans_facts-number__fact-headline {
      font-size: 45px;
      line-height: 45px; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-number__fact-headline {
      font-size: 57px;
      line-height: 57px; } }
  @supports (-webkit-line-clamp: 1) {
    .vans_facts-number__fact-headline {
      /* stylelint-disable value-no-vendor-prefix  */
      display: -webkit-box;
      /* stylelint-enable */
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; } }
  html:not([dir="rtl"]) .vans_facts-number__fact-headline,
  html[dir="rtl"] .vans_facts-number__fact-headline {
    margin-bottom: 6px; }

.vans_facts-number__fact-copy {
  max-height: calc(1em * 3 * 1.3);
  overflow: hidden; }
  @supports (-webkit-line-clamp: 3) {
    .vans_facts-number__fact-copy {
      /* stylelint-disable value-no-vendor-prefix  */
      display: -webkit-box;
      /* stylelint-enable */
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; } }
  @media only screen and (min-width: 480px) {
    .vans_facts-number__fact-copy {
      max-height: calc(1em * 2 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 2) {
        .vans_facts-number__fact-copy {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; } } }
  @media only screen and (min-width: 1024px) {
    .vans_facts-number__fact-copy {
      max-height: calc(1em * 3 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 3) {
        .vans_facts-number__fact-copy {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; } } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-number__fact-copy {
      max-height: calc(1em * 2 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 2) {
        .vans_facts-number__fact-copy {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; } } }
  html:not([dir="rtl"]) .vans_facts-number__fact-copy,
  html[dir="rtl"] .vans_facts-number__fact-copy {
    margin-top: 9px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_facts-icon, [class*="vans_theme-"] .vans_facts-icon, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon, .vans_theme-light .vans_facts-icon, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon {
  color: #333; }

.vans_theme-dark .vans_facts-icon, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon {
  color: #fff; }

html:not([dir="rtl"]) .vans_facts-icon,
html[dir="rtl"] .vans_facts-icon {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_facts-icon,
html[dir="rtl"] .vans_facts-icon {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_facts-icon {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_facts-icon {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_facts-icon {
    font-size: 33px;
    line-height: 33px; } }

.vans_facts-icon__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_facts-icon__inner,
    html[dir="rtl"] .vans_facts-icon__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_facts-icon__inner,
    html[dir="rtl"] .vans_facts-icon__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_facts-icon__inner,
    html[dir="rtl"] .vans_facts-icon__inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_facts-icon__inner,
    html[dir="rtl"] .vans_facts-icon__inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-icon__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-icon__inner,
      html[dir="rtl"] .vans_facts-icon__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_facts-icon__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-icon__inner,
      html[dir="rtl"] .vans_facts-icon__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_facts-icon__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-icon__inner,
      html[dir="rtl"] .vans_facts-icon__inner {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_facts-icon__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_facts-icon__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_facts-icon__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_facts-icon__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_facts-icon__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_facts-icon__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_facts-icon__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-icon__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-icon__wrapper {
      padding-left: 12px; } }

.vans_facts-icon__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_facts-icon__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_facts-icon__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_facts-icon__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-icon__headline {
      font-size: 40px;
      line-height: 40px; } }

html:not([dir="rtl"]) .vans_facts-icon__copy,
html[dir="rtl"] .vans_facts-icon__copy {
  padding-bottom: 18px; }

html:not([dir="rtl"]) .vans_facts-icon__copy,
html[dir="rtl"] .vans_facts-icon__copy {
  padding-top: 0.8em; }

@media only screen and (min-width: 0) {
  .vans_facts-icon__copy {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_facts-icon__copy {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_facts-icon__copy {
    font-size: 33px;
    line-height: 33px; } }

.vans_facts-icon__facts-collection, .vans_facts-icon__facts-collection--fullwidth {
  transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
  html:not([dir="rtl"]) .vans_facts-icon__facts-collection,
  html[dir="rtl"] .vans_facts-icon__facts-collection, html:not([dir="rtl"]) .vans_facts-icon__facts-collection--fullwidth,
  html[dir="rtl"] .vans_facts-icon__facts-collection--fullwidth {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_facts-icon__facts-collection, .vans_facts-icon__facts-collection--fullwidth {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_facts-icon__facts-collection, .vans_facts-icon__facts-collection--fullwidth {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-icon__facts-collection, .vans_facts-icon__facts-collection--fullwidth {
      font-size: 33px;
      line-height: 33px; } }
  @supports (grid-template-columns: repeat(1, 1fr)) {
    .vans_facts-icon__facts-collection, .vans_facts-icon__facts-collection--fullwidth {
      display: grid !important;
      grid-template-columns: repeat(1, 1fr);
      grid-auto-rows: 1fr; } }
  @media only screen and (min-width: 768px) {
    @supports (grid-template-columns: repeat(2, 1fr)) {
      .vans_facts-icon__facts-collection, .vans_facts-icon__facts-collection--fullwidth {
        grid-template-columns: repeat(2, 1fr); }
        .vans_facts-icon__facts-collection > *:nth-child(n), .vans_facts-icon__facts-collection--fullwidth > *:nth-child(n) {
          width: 100% !important; } } }

.vans_facts-icon__facts-collection {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_facts-icon__facts-collection,
    html[dir="rtl"] .vans_facts-icon__facts-collection {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_facts-icon__facts-collection,
    html[dir="rtl"] .vans_facts-icon__facts-collection {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_facts-icon__facts-collection,
    html[dir="rtl"] .vans_facts-icon__facts-collection {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_facts-icon__facts-collection,
    html[dir="rtl"] .vans_facts-icon__facts-collection {
      margin: 0 44px; }
    html:not([dir="rtl"]) .vans_facts-icon__facts-collection {
      padding-left: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_facts-icon__facts-collection {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html:not([dir="rtl"]) .vans_facts-icon__facts-collection {
      padding-right: calc(0.16667 * (100% - 88px)); }
    html[dir="rtl"] .vans_facts-icon__facts-collection {
      padding-left: calc(0.16667 * (100% - 88px)); } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-icon__facts-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection,
      html[dir="rtl"] .vans_facts-icon__facts-collection {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_facts-icon__facts-collection {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_facts-icon__facts-collection {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1440px) {
    .vans_facts-icon__facts-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection,
      html[dir="rtl"] .vans_facts-icon__facts-collection {
        margin: 0 auto; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection {
        padding-left: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_facts-icon__facts-collection {
        padding-right: calc(0.16667 * 1188px); }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection {
        padding-right: calc(0.16667 * 1188px); }
      html[dir="rtl"] .vans_facts-icon__facts-collection {
        padding-left: calc(0.16667 * 1188px); } }
  @media only screen and (min-width: 1921px) {
    .vans_facts-icon__facts-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection,
      html[dir="rtl"] .vans_facts-icon__facts-collection {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) {
    .vans_facts-icon__facts-collection > *:nth-child(n) {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html[dir="rtl"] .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-icon__facts-collection > *:nth-child(n) {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html[dir="rtl"] .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_facts-icon__facts-collection > *:nth-child(n) {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html[dir="rtl"] .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_facts-icon__facts-collection > *:nth-child(n) {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-left: 12px; }
      html[dir="rtl"] .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-right: 12px; }
      html[dir="rtl"] .vans_facts-icon__facts-collection > *:nth-child(n) {
        padding-left: 12px; } }

.vans_facts-icon__facts-collection--fullwidth {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_facts-icon__facts-collection--fullwidth,
    html[dir="rtl"] .vans_facts-icon__facts-collection--fullwidth {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_facts-icon__facts-collection--fullwidth,
    html[dir="rtl"] .vans_facts-icon__facts-collection--fullwidth {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_facts-icon__facts-collection--fullwidth,
    html[dir="rtl"] .vans_facts-icon__facts-collection--fullwidth {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_facts-icon__facts-collection--fullwidth,
    html[dir="rtl"] .vans_facts-icon__facts-collection--fullwidth {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-icon__facts-collection--fullwidth {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection--fullwidth,
      html[dir="rtl"] .vans_facts-icon__facts-collection--fullwidth {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_facts-icon__facts-collection--fullwidth {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection--fullwidth,
      html[dir="rtl"] .vans_facts-icon__facts-collection--fullwidth {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_facts-icon__facts-collection--fullwidth {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_facts-icon__facts-collection--fullwidth,
      html[dir="rtl"] .vans_facts-icon__facts-collection--fullwidth {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) {
    @supports (grid-template-columns: repeat(3, 1fr)) {
      .vans_facts-icon__facts-collection--fullwidth {
        grid-template-columns: repeat(3, 1fr); }
        .vans_facts-icon__facts-collection--fullwidth > *:nth-child(n) {
          width: 100% !important; } } }

@media only screen and (min-width: 0) {
  .vans_facts-icon__fact {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-left: 6px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-right: 6px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_facts-icon__fact {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-left: 6px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-right: 6px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_facts-icon__fact {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_facts-icon__fact {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_facts-icon__fact {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_facts-icon__fact {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_facts-icon__fact {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-left: 12px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_facts-icon__fact {
      padding-right: 12px; }
    html[dir="rtl"] .vans_facts-icon__fact {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_facts-icon__fact,
html[dir="rtl"] .vans_facts-icon__fact {
  margin-top: 18px; }

.vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover,
.vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover {
  transition: background-color 0.2s ease-in; }
  .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover, .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover, .vans_theme-light .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover, .vans_theme-light .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover {
    background: #ececec; }
  .vans_theme-dark .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover, .vans_theme-dark .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover {
    background: #333; }
  .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button,
  .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button {
    transition: background-color 0.2s ease-in; }
    .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, .vans_theme-light .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, .vans_theme-light .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button {
      background: #ececec; }
    .vans_theme-dark .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact.-has-link .vans_facts-icon__fact-container:hover .vans_facts-icon__fact-button, .vans_theme-dark .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact.-has-link .vans_facts-number__fact-container:hover .vans_facts-icon__fact-button {
      background: #333; }

.vans_facts-icon__fact-container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .vans_facts-icon__fact-container, [class*="vans_theme-"] .vans_facts-icon__fact-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__fact-container, .vans_theme-light .vans_facts-icon__fact-container, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-container {
    background: #f8f8f8; }
  .vans_theme-dark .vans_facts-icon__fact-container, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-container {
    background: #1f1f1f; }
  html:not([dir="rtl"]) .vans_facts-icon__fact-container,
  html[dir="rtl"] .vans_facts-icon__fact-container {
    padding: 32px 24px 43px; }
  html .vans_facts-icon__fact-container {
    text-align: center; }

.vans_facts-icon__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  cursor: pointer; }
  html:not([dir="rtl"]) .vans_facts-icon__link {
    right: 0; }
  html[dir="rtl"] .vans_facts-icon__link {
    left: 0; }
  html:not([dir="rtl"]) .vans_facts-icon__link {
    left: 0; }
  html[dir="rtl"] .vans_facts-icon__link {
    right: 0; }

.vans_facts-icon__fact-headline {
  width: 100%;
  line-height: 1.125 !important; }
  html .vans_facts-icon__fact-headline {
    text-align: center; }

.vans_facts-icon__fact-copy {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_facts-icon__fact-copy {
    font-family: MBKCorporateSRegular, sans-serif; }

.vans_facts-icon__fact-button {
  bottom: 0;
  position: absolute; }
  .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__fact-button, .vans_theme-light .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button {
    width: 40px;
    height: 40px;
    background: #ececec;
    color: #333;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_facts-icon__fact-button, html [class*="vans_theme-"] .vans_facts-icon__fact-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__fact-button, html .vans_theme-light .vans_facts-icon__fact-button, html [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button {
      text-align: center; }
    .vans_facts-icon__fact-button.-disabled,
    html.-hover .vans_facts-icon__fact-button.-disabled:hover, [class*="vans_theme-"] .vans_facts-icon__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_facts-icon__fact-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__fact-button.-disabled:hover, .vans_theme-light .vans_facts-icon__fact-button.-disabled,
    html.-hover .vans_theme-light .vans_facts-icon__fact-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button.-disabled:hover {
      cursor: auto;
      background: #f4f4f4;
      color: #a8a8a8; }
    html.-hover .vans_facts-icon__fact-button:hover, .vans_facts-icon__fact-button:active,
    .vans_facts-icon__fact-button .-active, html.-hover [class*="vans_theme-"] .vans_facts-icon__fact-button:hover, [class*="vans_theme-"] .vans_facts-icon__fact-button:active,
    [class*="vans_theme-"] .vans_facts-icon__fact-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__fact-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__fact-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__fact-button .-active, html.-hover .vans_theme-light .vans_facts-icon__fact-button:hover, .vans_theme-light .vans_facts-icon__fact-button:active,
    .vans_theme-light .vans_facts-icon__fact-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button:active,
    [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__fact-button .-active {
      background: #d9d9d9; }
  .vans_theme-dark .vans_facts-icon__fact-button, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_theme-dark .vans_facts-icon__fact-button, html [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button {
      text-align: center; }
    .vans_theme-dark .vans_facts-icon__fact-button.-disabled,
    html.-hover .vans_theme-dark .vans_facts-icon__fact-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button.-disabled:hover {
      cursor: auto;
      background: #5c5c5c;
      color: #8d8d8d; }
    html.-hover .vans_theme-dark .vans_facts-icon__fact-button:hover, .vans_theme-dark .vans_facts-icon__fact-button:active,
    .vans_theme-dark .vans_facts-icon__fact-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button:active,
    [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button .-active {
      background: #242424; }
    .vans_theme-dark .vans_facts-icon__fact-button.-disabled,
    html.-hover .vans_theme-dark .vans_facts-icon__fact-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__fact-button.-disabled:hover {
      opacity: 0.6; }
  html:not([dir="rtl"]) .vans_facts-icon__fact-button {
    right: 0; }
  html[dir="rtl"] .vans_facts-icon__fact-button {
    left: 0; }

html:not([dir="rtl"]) .vans_facts-icon__buttons,
html[dir="rtl"] .vans_facts-icon__buttons {
  margin-top: 40px; }

html .vans_facts-icon__buttons {
  text-align: center; }

@media only screen and (min-width: 768px) {
  .vans_facts-icon__buttons.-hidden-mq3 {
    display: none; } }

@media only screen and (min-width: 1024px) {
  .vans_facts-icon__buttons.-hidden-mq4 {
    display: none; } }

.vans_facts-icon__button--show-all, .vans_facts-icon__button--show-less {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 0 0;
  appearance: none;
  position: relative;
  outline: none;
  white-space: nowrap;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }
  :lang(ko) .vans_facts-icon__button--show-all, :lang(ko) .vans_facts-icon__button--show-less {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_facts-icon__button--show-all, html:not([dir="rtl"]) .vans_facts-icon__button--show-less {
    padding-left: 20px; }
  html[dir="rtl"] .vans_facts-icon__button--show-all, html[dir="rtl"] .vans_facts-icon__button--show-less {
    padding-right: 20px; }
  html:not([dir="rtl"]) .vans_facts-icon__button--show-all, html:not([dir="rtl"]) .vans_facts-icon__button--show-less {
    padding-right: 20px; }
  html[dir="rtl"] .vans_facts-icon__button--show-all, html[dir="rtl"] .vans_facts-icon__button--show-less {
    padding-left: 20px; }
  .vans_facts-icon__button--show-all::after, .vans_facts-icon__button--show-less::after {
    border-color: transparent; }
  .vans_facts-icon__button--show-all::after, .vans_facts-icon__button--show-less::after { }
  .vans_facts-icon__button--show-all.-active::after,
  html.-hover .vans_facts-icon__button--show-all:active:hover::after, .vans_facts-icon__button--show-all:active:focus::after, .vans_facts-icon__button--show-less.-active::after,
  html.-hover .vans_facts-icon__button--show-less:active:hover::after, .vans_facts-icon__button--show-less:active:focus::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_facts-icon__button--show-all.-disabled::after,
  html.-hover .vans_facts-icon__button--show-all.-disabled:hover::after,
  html.-hover .vans_facts-icon__button--show-all.-disabled:active:hover::after, .vans_facts-icon__button--show-all[disabled]::after,
  html.-hover .vans_facts-icon__button--show-all[disabled]:hover::after,
  html.-hover .vans_facts-icon__button--show-all[disabled]:active:hover::after, .vans_facts-icon__button--show-less.-disabled::after,
  html.-hover .vans_facts-icon__button--show-less.-disabled:hover::after,
  html.-hover .vans_facts-icon__button--show-less.-disabled:active:hover::after, .vans_facts-icon__button--show-less[disabled]::after,
  html.-hover .vans_facts-icon__button--show-less[disabled]:hover::after,
  html.-hover .vans_facts-icon__button--show-less[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_facts-icon__button--show-all.-disabled::after,
  html.-hover .vans_facts-icon__button--show-all.-disabled:hover::after,
  html.-hover .vans_facts-icon__button--show-all.-disabled:active:hover::after, .vans_facts-icon__button--show-all[disabled]::after,
  html.-hover .vans_facts-icon__button--show-all[disabled]:hover::after,
  html.-hover .vans_facts-icon__button--show-all[disabled]:active:hover::after, .vans_facts-icon__button--show-less.-disabled::after,
  html.-hover .vans_facts-icon__button--show-less.-disabled:hover::after,
  html.-hover .vans_facts-icon__button--show-less.-disabled:active:hover::after, .vans_facts-icon__button--show-less[disabled]::after,
  html.-hover .vans_facts-icon__button--show-less[disabled]:hover::after,
  html.-hover .vans_facts-icon__button--show-less[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_facts-icon__button--show-all.-disabled::after,
    html[dir="rtl"] .vans_facts-icon__button--show-all.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_facts-icon__button--show-all.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-icon__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_facts-icon__button--show-all.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-icon__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_facts-icon__button--show-all[disabled]::after,
    html[dir="rtl"] .vans_facts-icon__button--show-all[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_facts-icon__button--show-all[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-icon__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_facts-icon__button--show-all[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-icon__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_facts-icon__button--show-less.-disabled::after,
    html[dir="rtl"] .vans_facts-icon__button--show-less.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_facts-icon__button--show-less.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-icon__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_facts-icon__button--show-less.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-icon__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_facts-icon__button--show-less[disabled]::after,
    html[dir="rtl"] .vans_facts-icon__button--show-less[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_facts-icon__button--show-less[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-icon__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_facts-icon__button--show-less[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_facts-icon__button--show-less[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_facts-icon__button--show-all::after, .vans_facts-icon__button--show-less::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_facts-icon__button--show-all::after, html:not([dir="rtl"]) .vans_facts-icon__button--show-less::after {
      right: 0; }
    html[dir="rtl"] .vans_facts-icon__button--show-all::after, html[dir="rtl"] .vans_facts-icon__button--show-less::after {
      left: 0; }
    html:not([dir="rtl"]) .vans_facts-icon__button--show-all::after, html:not([dir="rtl"]) .vans_facts-icon__button--show-less::after {
      left: 0; }
    html[dir="rtl"] .vans_facts-icon__button--show-all::after, html[dir="rtl"] .vans_facts-icon__button--show-less::after {
      right: 0; }
  .vans_facts-icon__button--show-all::before, .vans_facts-icon__button--show-less::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_facts-icon__button--show-all::before, html:not([dir="rtl"]) .vans_facts-icon__button--show-less::before {
      right: 0; }
    html[dir="rtl"] .vans_facts-icon__button--show-all::before, html[dir="rtl"] .vans_facts-icon__button--show-less::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_facts-icon__button--show-all::before, html:not([dir="rtl"]) .vans_facts-icon__button--show-less::before {
      left: 0; }
    html[dir="rtl"] .vans_facts-icon__button--show-all::before, html[dir="rtl"] .vans_facts-icon__button--show-less::before {
      right: 0; }
  .vans_facts-icon__button--show-all::before, .vans_facts-icon__button--show-less::before {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
  .vans_facts-icon__button--show-all::after, .vans_facts-icon__button--show-less::after {
    border-radius: 0 0 0 0; }
  html:not([dir="rtl"]) .vans_facts-icon__button--show-all,
  html[dir="rtl"] .vans_facts-icon__button--show-all, html:not([dir="rtl"]) .vans_facts-icon__button--show-less,
  html[dir="rtl"] .vans_facts-icon__button--show-less {
    margin: 0 0 auto; }
  html:not([dir="rtl"]) .vans_facts-icon__button--show-all,
  html[dir="rtl"] .vans_facts-icon__button--show-all, html:not([dir="rtl"]) .vans_facts-icon__button--show-less,
  html[dir="rtl"] .vans_facts-icon__button--show-less {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_facts-icon__button--show-all,
  html[dir="rtl"] .vans_facts-icon__button--show-all, html:not([dir="rtl"]) .vans_facts-icon__button--show-less,
  html[dir="rtl"] .vans_facts-icon__button--show-less {
    padding-bottom: 0; }
  .vans_facts-icon__button--show-all:focus, .vans_facts-icon__button--show-less:focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
    border-radius: 0.5px; }
  .vans_facts-icon__button--show-all__value, .vans_facts-icon__button--show-less__value {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block; }
  .vans_facts-icon__button--show-all, [class*="vans_theme-"] .vans_facts-icon__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all, .vans_facts-icon__button--show-less, [class*="vans_theme-"] .vans_facts-icon__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less, .vans_theme-light .vans_facts-icon__button--show-all, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all, .vans_theme-light .vans_facts-icon__button--show-less, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less {
    color: #333;
    background: #ececec; }
    .vans_facts-icon__button--show-all::after, [class*="vans_theme-"] .vans_facts-icon__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all::after, .vans_facts-icon__button--show-less::after, [class*="vans_theme-"] .vans_facts-icon__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less::after, .vans_theme-light .vans_facts-icon__button--show-all::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all::after, .vans_theme-light .vans_facts-icon__button--show-less::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less::after {
      border-color: transparent; }
    .vans_facts-icon__button--show-all::after, [class*="vans_theme-"] .vans_facts-icon__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all::after, .vans_facts-icon__button--show-less::after, [class*="vans_theme-"] .vans_facts-icon__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less::after, .vans_theme-light .vans_facts-icon__button--show-all::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all::after, .vans_theme-light .vans_facts-icon__button--show-less::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less::after { }
    html.-hover .vans_facts-icon__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all:hover, html.-hover .vans_facts-icon__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less:hover, html.-hover .vans_theme-light .vans_facts-icon__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all:hover, html.-hover .vans_theme-light .vans_facts-icon__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less:hover {
      background: #d9d9d9; }
    .vans_facts-icon__button--show-all:focus, [class*="vans_theme-"] .vans_facts-icon__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all:focus, .vans_facts-icon__button--show-less:focus, [class*="vans_theme-"] .vans_facts-icon__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less:focus, .vans_theme-light .vans_facts-icon__button--show-all:focus, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all:focus, .vans_theme-light .vans_facts-icon__button--show-less:focus, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less:focus {
      background: #d9d9d9; }
    .vans_facts-icon__button--show-all.-active,
    html.-hover .vans_facts-icon__button--show-all:active:hover, .vans_facts-icon__button--show-all:active:focus, [class*="vans_theme-"] .vans_facts-icon__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all:active:hover, [class*="vans_theme-"] .vans_facts-icon__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all:active:focus, .vans_facts-icon__button--show-less.-active,
    html.-hover .vans_facts-icon__button--show-less:active:hover, .vans_facts-icon__button--show-less:active:focus, [class*="vans_theme-"] .vans_facts-icon__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less:active:hover, [class*="vans_theme-"] .vans_facts-icon__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less:active:focus, .vans_theme-light .vans_facts-icon__button--show-all.-active,
    html.-hover .vans_theme-light .vans_facts-icon__button--show-all:active:hover, .vans_theme-light .vans_facts-icon__button--show-all:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all:active:focus, .vans_theme-light .vans_facts-icon__button--show-less.-active,
    html.-hover .vans_theme-light .vans_facts-icon__button--show-less:active:hover, .vans_theme-light .vans_facts-icon__button--show-less:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less:active:focus {
      color: #333;
      background: #d9d9d9; }
      .vans_facts-icon__button--show-all.-active::after,
      html.-hover .vans_facts-icon__button--show-all:active:hover::after, .vans_facts-icon__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_facts-icon__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_facts-icon__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all:active:focus::after, .vans_facts-icon__button--show-less.-active::after,
      html.-hover .vans_facts-icon__button--show-less:active:hover::after, .vans_facts-icon__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_facts-icon__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_facts-icon__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less:active:focus::after, .vans_theme-light .vans_facts-icon__button--show-all.-active::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-all:active:hover::after, .vans_theme-light .vans_facts-icon__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all:active:focus::after, .vans_theme-light .vans_facts-icon__button--show-less.-active::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-less:active:hover::after, .vans_theme-light .vans_facts-icon__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_facts-icon__button--show-all.-disabled,
    html.-hover .vans_facts-icon__button--show-all.-disabled:hover,
    html.-hover .vans_facts-icon__button--show-all.-disabled:active:hover, .vans_facts-icon__button--show-all[disabled],
    html.-hover .vans_facts-icon__button--show-all[disabled]:hover,
    html.-hover .vans_facts-icon__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:active:hover, .vans_facts-icon__button--show-less.-disabled,
    html.-hover .vans_facts-icon__button--show-less.-disabled:hover,
    html.-hover .vans_facts-icon__button--show-less.-disabled:active:hover, .vans_facts-icon__button--show-less[disabled],
    html.-hover .vans_facts-icon__button--show-less[disabled]:hover,
    html.-hover .vans_facts-icon__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:active:hover, .vans_theme-light .vans_facts-icon__button--show-all.-disabled,
    html.-hover .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover,
    html.-hover .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover, .vans_theme-light .vans_facts-icon__button--show-all[disabled],
    html.-hover .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover,
    html.-hover .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover, .vans_theme-light .vans_facts-icon__button--show-less.-disabled,
    html.-hover .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover,
    html.-hover .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover, .vans_theme-light .vans_facts-icon__button--show-less[disabled],
    html.-hover .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover,
    html.-hover .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover {
      background-color: #ececec; }
      .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover .vans_facts-icon__button--show-all.-disabled:active:hover::after, .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover .vans_facts-icon__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:active:hover::after, .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover .vans_facts-icon__button--show-less.-disabled:active:hover::after, .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover .vans_facts-icon__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:active:hover::after, .vans_theme-light .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover::after, .vans_theme-light .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover::after, .vans_theme-light .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover::after, .vans_theme-light .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover .vans_facts-icon__button--show-all.-disabled:active:hover::after, .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover .vans_facts-icon__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:active:hover::after, .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover .vans_facts-icon__button--show-less.-disabled:active:hover::after, .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover .vans_facts-icon__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:active:hover::after, .vans_theme-light .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover::after, .vans_theme-light .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover::after, .vans_theme-light .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover::after, .vans_theme-light .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_facts-icon__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_facts-icon__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_facts-icon__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-icon__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_facts-icon__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-icon__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_facts-icon__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_facts-icon__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_facts-icon__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-icon__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_facts-icon__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-icon__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_facts-icon__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_facts-icon__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_facts-icon__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-icon__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_facts-icon__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-icon__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_facts-icon__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_facts-icon__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_facts-icon__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-icon__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_facts-icon__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_facts-icon__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_facts-icon__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_facts-icon__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_facts-icon__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_facts-icon__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_facts-icon__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_facts-icon__button--show-less[disabled]:active:hover::after {
          border-width: 1px; }
  .vans_theme-dark .vans_facts-icon__button--show-all, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all, .vans_theme-dark .vans_facts-icon__button--show-less, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less {
    color: #fff;
    background: #333; }
    .vans_theme-dark .vans_facts-icon__button--show-all::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all::after, .vans_theme-dark .vans_facts-icon__button--show-less::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less::after {
      border-color: transparent; }
    .vans_theme-dark .vans_facts-icon__button--show-all::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all::after, .vans_theme-dark .vans_facts-icon__button--show-less::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less::after { }
    html.-hover .vans_theme-dark .vans_facts-icon__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all:hover, html.-hover .vans_theme-dark .vans_facts-icon__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less:hover {
      background: #242424; }
    .vans_theme-dark .vans_facts-icon__button--show-all:focus, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all:focus, .vans_theme-dark .vans_facts-icon__button--show-less:focus, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less:focus {
      background: #242424; }
    .vans_theme-dark .vans_facts-icon__button--show-all.-active,
    html.-hover .vans_theme-dark .vans_facts-icon__button--show-all:active:hover, .vans_theme-dark .vans_facts-icon__button--show-all:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all:active:focus, .vans_theme-dark .vans_facts-icon__button--show-less.-active,
    html.-hover .vans_theme-dark .vans_facts-icon__button--show-less:active:hover, .vans_theme-dark .vans_facts-icon__button--show-less:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less:active:focus {
      color: #fff;
      background: #242424; }
      .vans_theme-dark .vans_facts-icon__button--show-all.-active::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-all:active:hover::after, .vans_theme-dark .vans_facts-icon__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all:active:focus::after, .vans_theme-dark .vans_facts-icon__button--show-less.-active::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-less:active:hover::after, .vans_theme-dark .vans_facts-icon__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_facts-icon__button--show-all.-disabled,
    html.-hover .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover,
    html.-hover .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover, .vans_theme-dark .vans_facts-icon__button--show-all[disabled],
    html.-hover .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover,
    html.-hover .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover, .vans_theme-dark .vans_facts-icon__button--show-less.-disabled,
    html.-hover .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover,
    html.-hover .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover, .vans_theme-dark .vans_facts-icon__button--show-less[disabled],
    html.-hover .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover,
    html.-hover .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover {
      background-color: #333; }
      .vans_theme-dark .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover::after, .vans_theme-dark .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover::after, .vans_theme-dark .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover::after, .vans_theme-dark .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover::after, .vans_theme-dark .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover::after, .vans_theme-dark .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover::after, .vans_theme-dark .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_facts-icon__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_facts-icon__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_facts-icon__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_facts-icon__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_facts-icon__button--show-less[disabled]:active:hover::after {
          border-width: 1px; }
  @media only screen and (min-width: 768px) {
    .vans_facts-icon__button--show-all, .vans_facts-icon__button--show-less {
      width: auto; } }
  .vans_facts-icon__button--show-all.-hidden, .vans_facts-icon__button--show-less.-hidden {
    display: none; }

.js .vans_facts-icon__fact:not(.-loaded) {
  opacity: 0 !important;
  animation: none !important; }

@media only screen and (min-width: 0) and (max-width: 1023px) {
  .vans_facts-icon__fact:nth-of-type(1).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms forwards; }
  .vans_facts-icon__fact:nth-of-type(2).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms forwards; }
  .vans_facts-icon__fact:nth-of-type(3).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms forwards; }
  .vans_facts-icon__fact:nth-of-type(4) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(4).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
      transition-delay: 200ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(5) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(5).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
      transition-delay: 300ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(6) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(6).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
      transition-delay: 400ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(7) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(7).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
      transition-delay: 500ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(8) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(8).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
      transition-delay: 600ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(9) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(9).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
      transition-delay: 700ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(10) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(10).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms both;
      transition-delay: 800ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(11) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(11).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms both;
      transition-delay: 900ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(12) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(12).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms both;
      transition-delay: 1000ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(13) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(13).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms both;
      transition-delay: 1100ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(14) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(14).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms both;
      transition-delay: 1200ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(15) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(15).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms both;
      transition-delay: 1300ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(16) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(16).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1400ms both;
      transition-delay: 1400ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(17) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(17).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1500ms both;
      transition-delay: 1500ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(18) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(18).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1600ms both;
      transition-delay: 1600ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(19) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(19).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1700ms both;
      transition-delay: 1700ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(20) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(20).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1800ms both;
      transition-delay: 1800ms;
      opacity: 1; } }

@media only screen and (min-width: 0) and (max-width: 767px) {
  .vans_facts-icon__fact:nth-of-type(n + 4).-hidden {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .vans_facts-icon__fact:nth-of-type(n + 5).-hidden {
    display: none; }
  .vans_facts-icon__fact:nth-of-type(1).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.05s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(1).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(1).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.05s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(2).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(2).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(2).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.1s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(3).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.15s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(3).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(3).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.15s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(4).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.2s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(4).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(4).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.2s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(5).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.25s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(5).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(5).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.25s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(6).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.3s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(6).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(6).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.3s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(7).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.35s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(7).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(7).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.35s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(8).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.4s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(8).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(8).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.4s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(9).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.45s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(9).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(9).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.45s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(10).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.5s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(10).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(10).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.5s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(11).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.55s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(11).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(11).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.55s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(12).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.6s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(12).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(12).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.6s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(13).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.65s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(13).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(13).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.65s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(14).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.7s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(14).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(14).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.7s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(15).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.75s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(15).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(15).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.75s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(16).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.8s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(16).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(16).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.8s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(17).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.85s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(17).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(17).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.85s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(18).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.9s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(18).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(18).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.9s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(19).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.95s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(19).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(19).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.95s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(20).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(20).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(20).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(21).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.05s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(21).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(21).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.05s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(22).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.1s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(22).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(22).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.1s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(23).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.15s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(23).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(23).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.15s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(24).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.2s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(24).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(24).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.2s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(5) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(5).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
      transition-delay: 200ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(6) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(6).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
      transition-delay: 300ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(7) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(7).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
      transition-delay: 400ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(8) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(8).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
      transition-delay: 500ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(9) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(9).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
      transition-delay: 600ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(10) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(10).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
      transition-delay: 700ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(11) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(11).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms both;
      transition-delay: 800ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(12) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(12).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms both;
      transition-delay: 900ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(13) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(13).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms both;
      transition-delay: 1000ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(14) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(14).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms both;
      transition-delay: 1100ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(15) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(15).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms both;
      transition-delay: 1200ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(16) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(16).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1300ms both;
      transition-delay: 1300ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(17) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(17).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1400ms both;
      transition-delay: 1400ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(18) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(18).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1500ms both;
      transition-delay: 1500ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(19) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(19).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1600ms both;
      transition-delay: 1600ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(20) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(20).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1700ms both;
      transition-delay: 1700ms;
      opacity: 1; } }

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .vans_facts-icon__fact:nth-of-type(1).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.05s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(1).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(1).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.05s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(2).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(2).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(2).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.1s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(3).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.15s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(3).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(3).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.15s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(4).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.2s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(4).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(4).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.2s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(5).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.25s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(5).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(5).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.25s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(6).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.3s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(6).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(6).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.3s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(7).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.35s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(7).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(7).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.35s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(8).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.4s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(8).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(8).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.4s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(9).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.45s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(9).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(9).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.45s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(10).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.5s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(10).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(10).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.5s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(11).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.55s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(11).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(11).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.55s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(12).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.6s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(12).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(12).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.6s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(13).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.65s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(13).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(13).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.65s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(14).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.7s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(14).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(14).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.7s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(15).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.75s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(15).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(15).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.75s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(16).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.8s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(16).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(16).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.8s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(17).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.85s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(17).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(17).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.85s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(18).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.9s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(18).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(18).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.9s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(19).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.95s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(19).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(19).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.95s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(20).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(20).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(20).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(21).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.05s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(21).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(21).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.05s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(22).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.1s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(22).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(22).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.1s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(23).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.15s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(23).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(23).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.15s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(24).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.2s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(24).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(24).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.2s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(25).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.25s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(25).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(25).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.25s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(26).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.3s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(26).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(26).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.3s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(27).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.35s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(27).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(27).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.35s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(28).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.4s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(28).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(28).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.4s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(29).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.45s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(29).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(29).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.45s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(10) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(10).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
      transition-delay: 200ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(11) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(11).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
      transition-delay: 300ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(12) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(12).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
      transition-delay: 400ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(13) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(13).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
      transition-delay: 500ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(14) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(14).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
      transition-delay: 600ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(15) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(15).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
      transition-delay: 700ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(16) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(16).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms both;
      transition-delay: 800ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(17) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(17).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms both;
      transition-delay: 900ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(18) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(18).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms both;
      transition-delay: 1000ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(19) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(19).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1100ms both;
      transition-delay: 1100ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(20) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(20).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 1200ms both;
      transition-delay: 1200ms;
      opacity: 1; } }

@media only screen and (min-width: 1280px) {
  .vans_facts-icon__fact:nth-of-type(1).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.05s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(1).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(1).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.05s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(2).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(2).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(2).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.1s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(3).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.15s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(3).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(3).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.15s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(4).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.2s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(4).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(4).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.2s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(5).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.25s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(5).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(5).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.25s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(6).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.3s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(6).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(6).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.3s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(7).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.35s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(7).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(7).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.35s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(8).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.4s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(8).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(8).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.4s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(9).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.45s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(9).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(9).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.45s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(10).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.5s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(10).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(10).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.5s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(11).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.55s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(11).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(11).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.55s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(12).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.6s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(12).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(12).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.6s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(13).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.65s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(13).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(13).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.65s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(14).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.7s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(14).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(14).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.7s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(15).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.75s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(15).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(15).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.75s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(16).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.8s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(16).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(16).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.8s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(17).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.85s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(17).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(17).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.85s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(18).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.9s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(18).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(18).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.9s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(19).-loaded {
    transition: opacity 0.1s;
    transition-delay: 0.95s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(19).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(19).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 0.95s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(20).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(20).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(20).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(21).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.05s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(21).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(21).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.05s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(22).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.1s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(22).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(22).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.1s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(23).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.15s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(23).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(23).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.15s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(24).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.2s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(24).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(24).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.2s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(25).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.25s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(25).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(25).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.25s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(26).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.3s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(26).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(26).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.3s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(27).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.35s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(27).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(27).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.35s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(28).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.4s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(28).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(28).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.4s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(29).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.45s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(29).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(29).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.45s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(30).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.5s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(30).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(30).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.5s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(31).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.55s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(31).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(31).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.55s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(32).-loaded {
    transition: opacity 0.1s;
    transition-delay: 1.6s;
    opacity: 1;
    animation: none; }
    .vans_facts-icon__fact:nth-of-type(32).-loaded .vans_facts-icon__fact-icon, .vans_facts-icon__fact:nth-of-type(32).-loaded .vans_product-category-overview__fact-icon {
      transition: transform 0.1s;
      transition-delay: 1.6s;
      transform: scale(1); }
  .vans_facts-icon__fact .vans_facts-icon__fact-icon, .vans_facts-icon__fact .vans_product-category-overview__fact-icon {
    transform: scale(0); }
  .vans_facts-icon__fact:nth-of-type(13) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(13).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
      transition-delay: 200ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(14) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(14).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
      transition-delay: 300ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(15) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(15).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
      transition-delay: 400ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(16) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(16).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
      transition-delay: 500ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(17) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(17).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
      transition-delay: 600ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(18) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(18).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
      transition-delay: 700ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(19) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(19).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms both;
      transition-delay: 800ms;
      opacity: 1; }
  .vans_facts-icon__fact:nth-of-type(20) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_facts-icon__fact:nth-of-type(20).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 900ms both;
      transition-delay: 900ms;
      opacity: 1; } }

.vans_facts-icon__fact-container {
  min-height: 272px; }
  @media only screen and (min-width: 480px) {
    .vans_facts-icon__fact-container {
      min-height: 240px; } }
  @media only screen and (min-width: 768px) {
    .vans_facts-icon__fact-container {
      min-height: 300px; } }

.vans_facts-icon__fact-icon {
  width: 48px;
  height: 48px;
  display: flex; }
  html:not([dir="rtl"]) .vans_facts-icon__fact-icon,
  html[dir="rtl"] .vans_facts-icon__fact-icon {
    margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .vans_facts-icon__fact-icon {
      width: 56px;
      height: 56px; } }
  .vans_facts-icon__fact-icon + .vans_facts-icon__fact-headline-container,
  .vans_facts-icon__fact-icon + .vans_product-category-overview__fact-headline-container {
    height: auto; }
    html:not([dir="rtl"]) .vans_facts-icon__fact-icon + .vans_facts-icon__fact-headline-container,
    html[dir="rtl"] .vans_facts-icon__fact-icon + .vans_facts-icon__fact-headline-container, html:not([dir="rtl"])
    .vans_facts-icon__fact-icon + .vans_product-category-overview__fact-headline-container,
    html[dir="rtl"]
    .vans_facts-icon__fact-icon + .vans_product-category-overview__fact-headline-container {
      margin-top: 24px; }
  .vans_facts-icon__fact-icon > img {
    width: 100%; }

.vans_facts-icon__fact-headline-container {
  font-family: CorporateACondensedRegular, sans-serif;
  height: calc(1em * 2 * 1.125);
  display: flex;
  align-items: flex-end; }
  :lang(ko) .vans_facts-icon__fact-headline-container {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_facts-icon__fact-headline-container {
      font-size: 24px;
      line-height: 24px; } }
  @media only screen and (min-width: 768px) {
    .vans_facts-icon__fact-headline-container {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-icon__fact-headline-container {
      font-size: 32px;
      line-height: 32px; } }
  html:not([dir="rtl"]) .vans_facts-icon__fact-headline-container,
  html[dir="rtl"] .vans_facts-icon__fact-headline-container {
    margin-top: calc(48px + 24px - (1.125 * 1em)); }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_facts-icon__fact-headline-container,
    html[dir="rtl"] .vans_facts-icon__fact-headline-container {
      margin-top: calc(56px + 24px - (1.125 * 1em)); } }

.vans_facts-icon__fact-headline {
  max-height: calc(1em * 2 * 1.125);
  overflow: hidden; }
  @supports (-webkit-line-clamp: 2) {
    .vans_facts-icon__fact-headline {
      /* stylelint-disable value-no-vendor-prefix  */
      display: -webkit-box;
      /* stylelint-enable */
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }

.vans_facts-icon__fact-copy {
  max-height: calc(1em * 5 * 1.3);
  overflow: hidden; }
  @supports (-webkit-line-clamp: 5) {
    .vans_facts-icon__fact-copy {
      /* stylelint-disable value-no-vendor-prefix  */
      display: -webkit-box;
      /* stylelint-enable */
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical; } }
  @media only screen and (min-width: 480px) {
    .vans_facts-icon__fact-copy {
      max-height: calc(1em * 3 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 3) {
        .vans_facts-icon__fact-copy {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; } } }
  @media only screen and (min-width: 768px) {
    .vans_facts-icon__fact-copy {
      max-height: calc(1em * 4 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 4) {
        .vans_facts-icon__fact-copy {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical; } } }
  @media only screen and (min-width: 1024px) {
    .vans_facts-icon__fact-copy {
      max-height: calc(1em * 5 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 5) {
        .vans_facts-icon__fact-copy {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical; } } }
  @media only screen and (min-width: 1280px) {
    .vans_facts-icon__fact-copy {
      max-height: calc(1em * 3 * 1.3);
      overflow: hidden; }
      @supports (-webkit-line-clamp: 3) {
        .vans_facts-icon__fact-copy {
          /* stylelint-disable value-no-vendor-prefix  */
          display: -webkit-box;
          /* stylelint-enable */
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; } } }
  html:not([dir="rtl"]) .vans_facts-icon__fact-copy,
  html[dir="rtl"] .vans_facts-icon__fact-copy {
    margin-top: 18px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_expanding-detail {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: white;
  display: block;
  overflow: scroll; }
  html:not([dir="rtl"]) .vans_expanding-detail,
  html[dir="rtl"] .vans_expanding-detail {
    padding-bottom: 0; }
  @media only screen and (min-width: 1024px) {
    .vans_expanding-detail {
      overflow: hidden; }
      .vans_expanding-detail .vans_expanding-detail__feature-image {
        position: relative;
        width: 100%;
        height: 100%; } }
  .vans_expanding-detail.-visible {
    display: block; }
  .vans_expanding-detail .vans_gallery__wrapper {
    height: 100%; }
  .vans_expanding-detail .vans_gallery__page {
    position: relative;
    overflow: hidden; }
    .vans_expanding-detail .vans_gallery__page::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_expanding-detail .vans_gallery__page::before,
      html[dir="rtl"] .vans_expanding-detail .vans_gallery__page::before {
        padding-bottom: 75%; }
    .vans_expanding-detail .vans_gallery__page > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_expanding-detail .vans_gallery__page > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_expanding-detail .vans_gallery__page > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_expanding-detail .vans_gallery__page > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_expanding-detail .vans_gallery__page > .vans_image {
        left: 0; }
    @media only screen and (min-width: 1024px) {
      .vans_expanding-detail .vans_gallery__page {
        position: relative;
        overflow: hidden; }
        .vans_expanding-detail .vans_gallery__page::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_expanding-detail .vans_gallery__page::before,
          html[dir="rtl"] .vans_expanding-detail .vans_gallery__page::before {
            padding-bottom: 56.25%; }
        .vans_expanding-detail .vans_gallery__page > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_expanding-detail .vans_gallery__page > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_expanding-detail .vans_gallery__page > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_expanding-detail .vans_gallery__page > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_expanding-detail .vans_gallery__page > .vans_image {
            left: 0; } }
  @media only screen and (min-width: 0) and (max-width: 1023px) {
    .vans_expanding-detail .vans_gallery__pagination {
      transform: translate3d(0, 0, 0) !important; } }
  @media only screen and (min-width: 1024px) {
    .vans_expanding-detail .vans_gallery__pagination {
      position: absolute;
      transition: transform 0.6s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }
      .vans_expanding-detail .vans_gallery__pagination.-no-delay {
        transition-duration: 0.6s;
        transition-delay: 0s; }
      .vans_expanding-detail .vans_gallery__pagination.-no-transition {
        transition: initial; } }
  .vans_expanding-detail .vans_gallery .vans_image {
    width: 100%;
    height: 100%; }
    .vans_expanding-detail .vans_gallery .vans_image .vans_image__image {
      width: auto;
      height: auto;
      min-width: calc(100% + 4px) !important;
      min-height: calc(100% + 4px) !important;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
      html:not([dir="rtl"]) .vans_expanding-detail .vans_gallery .vans_image .vans_image__image {
        left: 50%; }
      html[dir="rtl"] .vans_expanding-detail .vans_gallery .vans_image .vans_image__image {
        right: 50%; }
      html[dir="rtl"] .vans_expanding-detail .vans_gallery .vans_image .vans_image__image {
        transform: translate(50%, -50%); }
    .vans_expanding-detail .vans_gallery .vans_image.-resize-height .vans_image__image {
      min-width: 0 !important;
      min-height: 0 !important;
      max-height: calc(100% + 4px) !important; }
    .vans_expanding-detail .vans_gallery .vans_image.-resize-width .vans_image__image {
      min-width: 0 !important;
      min-height: 0 !important;
      max-width: calc(100% + 4px) !important; }
  @media only screen and (min-width: 1024px) {
    .vans_expanding-detail .vans_gallery {
      position: absolute;
      width: 100%;
      height: 100%; }
      .vans_modal--fullscreen .vans_expanding-detail .vans_gallery {
        position: relative; }
      .vans_expanding-detail .vans_gallery .vans_gallery__container {
        position: absolute;
        width: 100%;
        height: 100%; }
        .vans_modal--fullscreen .vans_expanding-detail .vans_gallery .vans_gallery__container {
          position: relative; } }
  @media only screen and (min-width: 1024px) {
    .vans_expanding-detail__expander {
      background: #fff;
      bottom: 0;
      position: absolute;
      transition: transform 0.6s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      width: 100%; }
      .vans_expanding-detail__expander.-hide-features {
        transform: translate3d(0, 100%, 0); } }
  .vans_expanding-detail__expander-inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_expanding-detail__expander-inner,
      html[dir="rtl"] .vans_expanding-detail__expander-inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_expanding-detail__expander-inner,
      html[dir="rtl"] .vans_expanding-detail__expander-inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_expanding-detail__expander-inner,
      html[dir="rtl"] .vans_expanding-detail__expander-inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_expanding-detail__expander-inner,
      html[dir="rtl"] .vans_expanding-detail__expander-inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_expanding-detail__expander-inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_expanding-detail__expander-inner,
        html[dir="rtl"] .vans_expanding-detail__expander-inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_expanding-detail__expander-inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_expanding-detail__expander-inner,
        html[dir="rtl"] .vans_expanding-detail__expander-inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_expanding-detail__expander-inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_expanding-detail__expander-inner,
        html[dir="rtl"] .vans_expanding-detail__expander-inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 0) and (max-width: 1023px) {
      .vans_expanding-detail__expander-inner {
        height: auto !important; } }
  .vans_expanding-detail__expander-toggle {
    width: 40px;
    height: 40px;
    background: #ececec;
    color: #333;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    display: none; }
    html .vans_expanding-detail__expander-toggle {
      text-align: center; }
    html.-hover .vans_expanding-detail__expander-toggle:hover, .vans_expanding-detail__expander-toggle:active,
    .vans_expanding-detail__expander-toggle .-active {
      background: #d9d9d9; }
    @media only screen and (min-width: 1024px) {
      .vans_expanding-detail__expander-toggle {
        display: block;
        position: absolute;
        top: 0; }
        html:not([dir="rtl"]) .vans_expanding-detail__expander-toggle {
          right: 0; }
        html[dir="rtl"] .vans_expanding-detail__expander-toggle {
          left: 0; }
        .vans_expanding-detail__expander-toggle.-fixed {
          position: absolute;
          bottom: 100%;
          top: auto; }
        .vans_expanding-detail__expander-toggle.-reverse-transition-down {
          transition: transform 0.3s;
          transform: translate3d(0, -40px, 0); }
        .vans_expanding-detail__expander-toggle.-reverse-transition-up {
          transition: transform 0.4s;
          transform: translate3d(0, 120px, 0); } }
    .vans_expanding-detail__expander-toggle .vans_ic-11-arrow-down {
      transition: transform 0.3s; }
  .vans_expanding-detail__expander-toggle-icon {
    display: inline-block; }
    .vans_expanding-detail__expander-toggle-icon.-hide-features {
      transform: rotateZ(-180deg); }
  @media only screen and (min-width: 0) {
    .vans_expanding-detail__feature {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-left: 6px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-right: 6px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_expanding-detail__feature {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-left: 6px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-right: 6px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_expanding-detail__feature {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-left: 12px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-right: 12px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_expanding-detail__feature {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-left: 12px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-right: 12px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_expanding-detail__feature {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-left: 12px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-right: 12px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1440px) {
    .vans_expanding-detail__feature {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-left: 12px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-right: 12px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1921px) {
    .vans_expanding-detail__feature {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-left: 12px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_expanding-detail__feature {
        padding-right: 12px; }
      html[dir="rtl"] .vans_expanding-detail__feature {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_expanding-detail__feature,
  html[dir="rtl"] .vans_expanding-detail__feature {
    padding-bottom: 20px; }
  .vans_expanding-detail__feature-headline {
    display: block;
    position: relative;
    opacity: 1;
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333; }
    html:not([dir="rtl"]) .vans_expanding-detail__feature-headline,
    html[dir="rtl"] .vans_expanding-detail__feature-headline {
      margin-top: 18px; }
    :lang(ko) .vans_expanding-detail__feature-headline {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  .vans_expanding-detail__feature-description {
    display: block;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333; }
    html:not([dir="rtl"]) .vans_expanding-detail__feature-description,
    html[dir="rtl"] .vans_expanding-detail__feature-description {
      margin-top: 18px; }
    :lang(ko) .vans_expanding-detail__feature-description {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_expanding-detail__feature-price-information {
    display: block;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999; }
    html:not([dir="rtl"]) .vans_expanding-detail__feature-price-information,
    html[dir="rtl"] .vans_expanding-detail__feature-price-information {
      padding-top: 12px; }
    :lang(ko) .vans_expanding-detail__feature-price-information {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_expanding-detail__disclaimer {
    display: block; }
    .vans_expanding-detail__disclaimer .vans_disclaimer__template {
      background: #fff !important;
      color: #999 !important; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_equipment-list, [class*="vans_theme-"] .vans_equipment-list, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list, .vans_theme-light .vans_equipment-list, [class*="vans_theme-"] .vans_theme-light .vans_equipment-list, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list {
  color: #333; }

.vans_theme-dark .vans_equipment-list, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list {
  color: #fff; }

.vans_equipment-list__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_equipment-list__inner,
    html[dir="rtl"] .vans_equipment-list__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_equipment-list__inner,
    html[dir="rtl"] .vans_equipment-list__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_equipment-list__inner,
    html[dir="rtl"] .vans_equipment-list__inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_equipment-list__inner,
    html[dir="rtl"] .vans_equipment-list__inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-list__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_equipment-list__inner,
      html[dir="rtl"] .vans_equipment-list__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_equipment-list__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_equipment-list__inner,
      html[dir="rtl"] .vans_equipment-list__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_equipment-list__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_equipment-list__inner,
      html[dir="rtl"] .vans_equipment-list__inner {
        margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_equipment-list__inner,
  html[dir="rtl"] .vans_equipment-list__inner {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_equipment-list__inner,
  html[dir="rtl"] .vans_equipment-list__inner {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_equipment-list__inner {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_equipment-list__inner {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-list__inner {
      font-size: 33px;
      line-height: 33px; } }

.vans_equipment-list__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_equipment-list__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-left: 6px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-right: 6px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_equipment-list__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-left: 6px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-right: 6px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_equipment-list__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_equipment-list__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-list__headline {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_equipment-list__headline {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_equipment-list__headline {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1440px) {
    .vans_equipment-list__headline {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_equipment-list__headline {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-list__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-list__headline {
        padding-left: 12px; } }
  :lang(ko) .vans_equipment-list__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_equipment-list__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_equipment-list__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-list__headline {
      font-size: 40px;
      line-height: 40px; } }

@media only screen and (min-width: 0) {
  .vans_equipment-list__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_equipment-list__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_equipment-list__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_equipment-list__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-list__copy {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_equipment-list__copy {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_equipment-list__copy {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_equipment-list__copy {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_equipment-list__copy {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__copy {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_equipment-list__copy,
html[dir="rtl"] .vans_equipment-list__copy {
  padding-top: 0.8em; }

@media only screen and (min-width: 0) {
  .vans_equipment-list__copy {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_equipment-list__copy {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-list__copy {
    font-size: 33px;
    line-height: 33px; } }

html:not([dir="rtl"]) .vans_equipment-list__copy,
html[dir="rtl"] .vans_equipment-list__copy {
  padding-bottom: 18px; }

@media only screen and (min-width: 0) {
  .vans_equipment-list__accordion {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_equipment-list__accordion {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_equipment-list__accordion {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_equipment-list__accordion {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-list__accordion {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_equipment-list__accordion {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_equipment-list__accordion {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__accordion {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__accordion {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_equipment-list__accordion,
html[dir="rtl"] .vans_equipment-list__accordion {
  padding-top: 1em; }

html:not([dir="rtl"]) .vans_equipment-list__accordion,
html[dir="rtl"] .vans_equipment-list__accordion {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_equipment-list__accordion {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_equipment-list__accordion {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-list__accordion {
    font-size: 33px;
    line-height: 33px; } }

.js .vans_equipment-list__accordion.-hide-accordion .vans_equipment-list__teaser {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: none; }

.vans_equipment-list__accordion.-hide-accordion .vans_accordion__item-footnotes {
  display: none; }

.vans_equipment-list__teaser {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  display: flex; }
  html:not([dir="rtl"]) .vans_equipment-list__teaser,
  html[dir="rtl"] .vans_equipment-list__teaser {
    padding: 24px 0; }
  .vans_equipment-list__teaser, [class*="vans_theme-"] .vans_equipment-list__teaser, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser, .vans_theme-light .vans_equipment-list__teaser, [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser {
    color: #333; }
  .vans_theme-dark .vans_equipment-list__teaser, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser {
    color: #fff; }
  html.-hover .vans_equipment-list__teaser:hover .vans_equipment-list__teaser-button, html.-hover [class*="vans_theme-"] .vans_equipment-list__teaser:hover .vans_equipment-list__teaser-button, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser:hover .vans_equipment-list__teaser-button, html.-hover .vans_theme-light .vans_equipment-list__teaser:hover .vans_equipment-list__teaser-button, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser:hover .vans_equipment-list__teaser-button, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser:hover .vans_equipment-list__teaser-button {
    background: #d9d9d9; }
  html.-hover .vans_theme-dark .vans_equipment-list__teaser:hover .vans_equipment-list__teaser-button, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser:hover .vans_equipment-list__teaser-button, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser:hover .vans_equipment-list__teaser-button {
    background: #242424; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-left: -6px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-right: -6px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-left: -6px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-left: -6px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-right: -6px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-left: -6px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-left: -12px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-right: -12px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-left: -12px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-left: -12px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-right: -12px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-left: -12px; } }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-left: -12px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-right: -12px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-left: -12px; } }
  @media only screen and (min-width: 1440px) {
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-left: -12px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-right: -12px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-left: -12px; } }
  @media only screen and (min-width: 1921px) {
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-left: -12px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser {
      margin-right: -12px; }
    html[dir="rtl"] .vans_equipment-list__teaser {
      margin-left: -12px; } }
  .js .vans_equipment-list__teaser {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .js .vans_equipment-list__teaser.-animate {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
  html:not([dir="rtl"]) .vans_equipment-list__teaser:first-child,
  html[dir="rtl"] .vans_equipment-list__teaser:first-child {
    border: 0 !important; }
  .vans_equipment-list__teaser.-hidden {
    display: none; }
  .vans_equipment-list__teaser.-nolink {
    cursor: default; }

html:not([dir="rtl"]) .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] .vans_equipment-list__teaser-horizontal-rule {
  margin: 0; }

html:not([dir="rtl"]) .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] [class*="vans_theme-"] .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) .vans_theme-light .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] .vans_theme-light .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-horizontal-rule {
  border: 0; }

html:not([dir="rtl"]) .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] [class*="vans_theme-"] .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) .vans_theme-light .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] .vans_theme-light .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-horizontal-rule {
  border-top: 1px solid #ddd; }

html:not([dir="rtl"]) .vans_theme-dark .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] .vans_theme-dark .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-horizontal-rule {
  border: 0; }

html:not([dir="rtl"]) .vans_theme-dark .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] .vans_theme-dark .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-horizontal-rule, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-horizontal-rule,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-horizontal-rule {
  border-top: 1px solid #3c3c3c; }

.vans_equipment-list__teaser-horizontal-rule:first-child, .vans_equipment-list__teaser-horizontal-rule.-hidden {
  display: none; }

html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container,
html[dir="rtl"] .vans_equipment-list__teaser-text-container {
  padding-bottom: 18px; }

@media only screen and (min-width: 0) {
  .vans_equipment-list__teaser-text-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_equipment-list__teaser-text-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_equipment-list__teaser-text-container {
    flex: 0 0 auto;
    width: 75%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_equipment-list__teaser-text-container {
    flex: 0 0 auto;
    width: 75%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-list__teaser-text-container {
    flex: 0 0 auto;
    width: 75%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_equipment-list__teaser-text-container {
    flex: 0 0 auto;
    width: 75%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_equipment-list__teaser-text-container {
    flex: 0 0 auto;
    width: 75%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-text-container {
      padding-left: 12px; } }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_equipment-list__teaser-text-container,
  html[dir="rtl"] .vans_equipment-list__teaser-text-container {
    padding-bottom: 0; } }

.vans_equipment-list__teaser-headline {
  font-family: CorporateSDemi, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_equipment-list__teaser-headline {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }

.vans_equipment-list__teaser-copy {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_equipment-list__teaser-copy {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_equipment-list__teaser-copy,
  html[dir="rtl"] .vans_equipment-list__teaser-copy {
    margin-top: 18px; }

.vans_equipment-list__teaser-disclaimer {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  html:not([dir="rtl"]) .vans_equipment-list__teaser-disclaimer,
  html[dir="rtl"] .vans_equipment-list__teaser-disclaimer {
    margin-top: 18px; }
  :lang(ko) .vans_equipment-list__teaser-disclaimer {
    font-family: MBKCorporateSRegular, sans-serif; }
  .vans_equipment-list__teaser-disclaimer, [class*="vans_theme-"] .vans_equipment-list__teaser-disclaimer, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser-disclaimer, .vans_theme-light .vans_equipment-list__teaser-disclaimer, [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-disclaimer, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-disclaimer {
    color: #999; }
  .vans_theme-dark .vans_equipment-list__teaser-disclaimer, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-disclaimer, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-disclaimer {
    color: #999; }

@media only screen and (min-width: 0) {
  .vans_equipment-list__teaser-image-container, .vans_equipment-list__teaser-button-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_equipment-list__teaser-image-container, .vans_equipment-list__teaser-button-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_equipment-list__teaser-image-container, .vans_equipment-list__teaser-button-container {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_equipment-list__teaser-image-container, .vans_equipment-list__teaser-button-container {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-list__teaser-image-container, .vans_equipment-list__teaser-button-container {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_equipment-list__teaser-image-container, .vans_equipment-list__teaser-button-container {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_equipment-list__teaser-image-container, .vans_equipment-list__teaser-button-container {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image-container, html:not([dir="rtl"]) .vans_equipment-list__teaser-button-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__teaser-image-container, html[dir="rtl"] .vans_equipment-list__teaser-button-container {
      padding-left: 12px; } }

.vans_equipment-list__teaser-image {
  position: relative;
  overflow: hidden; }
  .vans_equipment-list__teaser-image::before {
    display: block;
    content: "";
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image::before,
    html[dir="rtl"] .vans_equipment-list__teaser-image::before {
      padding-bottom: 75%; }
  .vans_equipment-list__teaser-image > .vans_image {
    position: absolute;
    top: 0;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image > .vans_image {
      left: 0; }
    html[dir="rtl"] .vans_equipment-list__teaser-image > .vans_image {
      right: 0; }
    html:not([dir="rtl"]) .vans_equipment-list__teaser-image > .vans_image {
      right: 0; }
    html[dir="rtl"] .vans_equipment-list__teaser-image > .vans_image {
      left: 0; }

.vans_equipment-list__teaser-button-wrapper {
  position: relative; }
  .vans_equipment-list__teaser-button-wrapper.-noimage {
    height: 40px; }
    @media only screen and (min-width: 768px) {
      .vans_equipment-list__teaser-button-wrapper.-noimage {
        height: 100%; } }

.vans_equipment-list__teaser-button {
  position: absolute;
  bottom: 0; }
  .vans_equipment-list__teaser-button, [class*="vans_theme-"] .vans_equipment-list__teaser-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser-button, .vans_theme-light .vans_equipment-list__teaser-button, [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button {
    width: 40px;
    height: 40px;
    background: #ececec;
    color: #333;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_equipment-list__teaser-button, html [class*="vans_theme-"] .vans_equipment-list__teaser-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser-button, html .vans_theme-light .vans_equipment-list__teaser-button, html [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button {
      text-align: center; }
    .vans_equipment-list__teaser-button.-disabled,
    html.-hover .vans_equipment-list__teaser-button.-disabled:hover, [class*="vans_theme-"] .vans_equipment-list__teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_equipment-list__teaser-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser-button.-disabled:hover, .vans_theme-light .vans_equipment-list__teaser-button.-disabled,
    html.-hover .vans_theme-light .vans_equipment-list__teaser-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button.-disabled:hover {
      cursor: auto;
      background: #f4f4f4;
      color: #a8a8a8; }
    html.-hover .vans_equipment-list__teaser-button:hover, .vans_equipment-list__teaser-button:active,
    .vans_equipment-list__teaser-button .-active, html.-hover [class*="vans_theme-"] .vans_equipment-list__teaser-button:hover, [class*="vans_theme-"] .vans_equipment-list__teaser-button:active,
    [class*="vans_theme-"] .vans_equipment-list__teaser-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-list__teaser-button .-active, html.-hover .vans_theme-light .vans_equipment-list__teaser-button:hover, .vans_theme-light .vans_equipment-list__teaser-button:active,
    .vans_theme-light .vans_equipment-list__teaser-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button:hover, [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button:active,
    [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-list__teaser-button .-active {
      background: #d9d9d9; }
  .vans_theme-dark .vans_equipment-list__teaser-button, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_theme-dark .vans_equipment-list__teaser-button, html [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button {
      text-align: center; }
    .vans_theme-dark .vans_equipment-list__teaser-button.-disabled,
    html.-hover .vans_theme-dark .vans_equipment-list__teaser-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button.-disabled:hover {
      cursor: auto;
      background: #5c5c5c;
      color: #8d8d8d; }
    html.-hover .vans_theme-dark .vans_equipment-list__teaser-button:hover, .vans_theme-dark .vans_equipment-list__teaser-button:active,
    .vans_theme-dark .vans_equipment-list__teaser-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button:hover, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button:active,
    [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button .-active {
      background: #242424; }
    .vans_theme-dark .vans_equipment-list__teaser-button.-disabled,
    html.-hover .vans_theme-dark .vans_equipment-list__teaser-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-list__teaser-button.-disabled:hover {
      opacity: 0.6; }
  html:not([dir="rtl"]) .vans_equipment-list__teaser-button {
    right: 0; }
  html[dir="rtl"] .vans_equipment-list__teaser-button {
    left: 0; }

@media only screen and (min-width: 0) {
  .vans_equipment-list__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_equipment-list__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_equipment-list__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_equipment-list__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-list__disclaimer {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_equipment-list__disclaimer {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_equipment-list__disclaimer {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-list__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-list__disclaimer {
      padding-left: 12px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_equipment-highlights, [class*="vans_theme-"] .vans_equipment-highlights, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights, .vans_theme-light .vans_equipment-highlights, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights {
  color: #333; }

.vans_theme-dark .vans_equipment-highlights, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights {
  color: #fff; }

html:not([dir="rtl"]) .vans_equipment-highlights,
html[dir="rtl"] .vans_equipment-highlights {
  padding: 1.5em 0 1em; }

@media only screen and (min-width: 0) {
  .vans_equipment-highlights {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_equipment-highlights {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-highlights {
    font-size: 33px;
    line-height: 33px; } }

.vans_equipment-highlights__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_equipment-highlights__inner,
    html[dir="rtl"] .vans_equipment-highlights__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_equipment-highlights__inner,
    html[dir="rtl"] .vans_equipment-highlights__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_equipment-highlights__inner,
    html[dir="rtl"] .vans_equipment-highlights__inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_equipment-highlights__inner,
    html[dir="rtl"] .vans_equipment-highlights__inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-highlights__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__inner,
      html[dir="rtl"] .vans_equipment-highlights__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_equipment-highlights__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__inner,
      html[dir="rtl"] .vans_equipment-highlights__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_equipment-highlights__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__inner,
      html[dir="rtl"] .vans_equipment-highlights__inner {
        margin: 0 auto; } }

.vans_equipment-highlights__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_equipment-highlights__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-left: 6px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-right: 6px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_equipment-highlights__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-left: 6px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-right: 6px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_equipment-highlights__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_equipment-highlights__headline {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-highlights__headline {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1440px) {
    .vans_equipment-highlights__headline {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_equipment-highlights__headline {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__headline {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-highlights__headline {
        padding-left: 12px; } }
  :lang(ko) .vans_equipment-highlights__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_equipment-highlights__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_equipment-highlights__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-highlights__headline {
      font-size: 40px;
      line-height: 40px; } }

@media only screen and (min-width: 0) {
  .vans_equipment-highlights__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_equipment-highlights__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_equipment-highlights__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_equipment-highlights__copy {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-highlights__copy {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_equipment-highlights__copy {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_equipment-highlights__copy {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__copy {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__copy {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_equipment-highlights__copy,
html[dir="rtl"] .vans_equipment-highlights__copy {
  padding-top: 0.8em; }

@media only screen and (min-width: 0) {
  .vans_equipment-highlights__copy {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_equipment-highlights__copy {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-highlights__copy {
    font-size: 33px;
    line-height: 33px; } }

html:not([dir="rtl"]) .vans_equipment-highlights__copy,
html[dir="rtl"] .vans_equipment-highlights__copy {
  padding-bottom: 18px; }

.vans_equipment-highlights__equipment-teaser-collection {
  transition: height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
  html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-collection,
  html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-collection {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_equipment-highlights__equipment-teaser-collection {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_equipment-highlights__equipment-teaser-collection {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-highlights__equipment-teaser-collection {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 768px) {
    .vans_equipment-highlights__equipment-teaser-collection {
      display: flex;
      position: relative;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-collection,
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-collection {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-collection,
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-collection {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-collection,
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-collection {
      margin: 0 32px; } }
  @media only screen and (min-width: 768px) and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-collection,
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-collection {
      margin: 0 44px; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .vans_equipment-highlights__equipment-teaser-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-collection,
      html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-collection {
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1440px) {
    .vans_equipment-highlights__equipment-teaser-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-collection,
      html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-collection {
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1921px) {
    .vans_equipment-highlights__equipment-teaser-collection {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-collection,
      html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-collection {
        margin: 0 auto; } }

html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser,
html[dir="rtl"] .vans_equipment-highlights__equipment-teaser {
  padding-top: 40px; }

html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser:first-of-type,
html[dir="rtl"] .vans_equipment-highlights__equipment-teaser:first-of-type {
  padding-top: 0; }

@media only screen and (min-width: 768px) {
  .vans_equipment-highlights__equipment-teaser {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_equipment-highlights__equipment-teaser {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-highlights__equipment-teaser {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_equipment-highlights__equipment-teaser {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_equipment-highlights__equipment-teaser {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser {
      padding-left: 12px; } }

.vans_equipment-highlights__equipment-teaser-link {
  display: block;
  position: relative; }
  html.-hover .vans_equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover .vans_theme-light .vans_equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'] {
    background: #d9d9d9; }
  html.-hover .vans_theme-dark .vans_equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-link:hover [class*='equipment-teaser-button'] {
    background: #242424; }

.vans_equipment-highlights__equipment-teaser-button {
  bottom: 0;
  position: absolute; }
  .vans_equipment-highlights__equipment-teaser-button, [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button, .vans_theme-light .vans_equipment-highlights__equipment-teaser-button, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button {
    width: 40px;
    height: 40px;
    background: #ececec;
    color: #333;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_equipment-highlights__equipment-teaser-button, html [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button, html .vans_theme-light .vans_equipment-highlights__equipment-teaser-button, html [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button {
      text-align: center; }
    .vans_equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover .vans_equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button.-disabled:hover, .vans_theme-light .vans_equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover .vans_theme-light .vans_equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button.-disabled:hover {
      cursor: auto;
      background: #f4f4f4;
      color: #a8a8a8; }
    html.-hover .vans_equipment-highlights__equipment-teaser-button:hover, .vans_equipment-highlights__equipment-teaser-button:active,
    .vans_equipment-highlights__equipment-teaser-button .-active, html.-hover [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button:hover, [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button:active,
    [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__equipment-teaser-button .-active, html.-hover .vans_theme-light .vans_equipment-highlights__equipment-teaser-button:hover, .vans_theme-light .vans_equipment-highlights__equipment-teaser-button:active,
    .vans_theme-light .vans_equipment-highlights__equipment-teaser-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button:hover, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button:active,
    [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__equipment-teaser-button .-active {
      background: #d9d9d9; }
  .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button {
    width: 40px;
    height: 40px;
    background: #333;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px; }
    html .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button, html [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button {
      text-align: center; }
    .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button.-disabled:hover {
      cursor: auto;
      background: #5c5c5c;
      color: #8d8d8d; }
    html.-hover .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button:hover, .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button:active,
    .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button:hover, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button:active,
    [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button:active,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button .-active {
      background: #242424; }
    .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__equipment-teaser-button.-disabled:hover {
      opacity: 0.6; }
  html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-button {
    right: 0; }
  html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-button {
    left: 0; }

.vans_equipment-highlights__equipment-teaser-image {
  position: relative;
  overflow: hidden; }
  .vans_equipment-highlights__equipment-teaser-image::before {
    display: block;
    content: "";
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-image::before,
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-image::before {
      padding-bottom: 75%; }
  .vans_equipment-highlights__equipment-teaser-image > .vans_image {
    position: absolute;
    top: 0;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-image > .vans_image {
      left: 0; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-image > .vans_image {
      right: 0; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-image > .vans_image {
      right: 0; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-image > .vans_image {
      left: 0; }

.vans_equipment-highlights__equipment-teaser-headline {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-headline {
      margin-left: 24px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-headline {
      margin-right: 24px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-headline {
      margin-left: 24px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-headline {
      margin-right: 24px; } }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-headline {
      margin-right: 24px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-headline {
      margin-left: 24px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-headline {
      margin-right: 24px; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-headline {
      margin-left: 24px; } }
  :lang(ko) .vans_equipment-highlights__equipment-teaser-headline {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-headline,
  html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-headline {
    margin-top: 18px; }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-headline {
      margin-left: 0; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-headline {
      margin-right: 0; }
    html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser-headline {
      margin-right: 0; }
    html[dir="rtl"] .vans_equipment-highlights__equipment-teaser-headline {
      margin-left: 0; } }

@media only screen and (min-width: 0) {
  .vans_equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_equipment-highlights__buttons {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__buttons {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__buttons {
      padding-left: 12px; } }

html:not([dir="rtl"]) .vans_equipment-highlights__buttons,
html[dir="rtl"] .vans_equipment-highlights__buttons {
  margin-top: 40px; }

html .vans_equipment-highlights__buttons {
  text-align: center; }

@media only screen and (min-width: 1280px) {
  .vans_equipment-highlights__buttons.-hidden-mq5 {
    display: none; } }

.vans_equipment-highlights__button--show-all, .vans_equipment-highlights__button--show-less {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 0 0;
  appearance: none;
  position: relative;
  outline: none;
  white-space: nowrap;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }
  :lang(ko) .vans_equipment-highlights__button--show-all, :lang(ko) .vans_equipment-highlights__button--show-less {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_equipment-highlights__button--show-all, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-less {
    padding-left: 20px; }
  html[dir="rtl"] .vans_equipment-highlights__button--show-all, html[dir="rtl"] .vans_equipment-highlights__button--show-less {
    padding-right: 20px; }
  html:not([dir="rtl"]) .vans_equipment-highlights__button--show-all, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-less {
    padding-right: 20px; }
  html[dir="rtl"] .vans_equipment-highlights__button--show-all, html[dir="rtl"] .vans_equipment-highlights__button--show-less {
    padding-left: 20px; }
  .vans_equipment-highlights__button--show-all::after, .vans_equipment-highlights__button--show-less::after {
    border-color: transparent; }
  .vans_equipment-highlights__button--show-all::after, .vans_equipment-highlights__button--show-less::after { }
  .vans_equipment-highlights__button--show-all.-active::after,
  html.-hover .vans_equipment-highlights__button--show-all:active:hover::after, .vans_equipment-highlights__button--show-all:active:focus::after, .vans_equipment-highlights__button--show-less.-active::after,
  html.-hover .vans_equipment-highlights__button--show-less:active:hover::after, .vans_equipment-highlights__button--show-less:active:focus::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_equipment-highlights__button--show-all.-disabled::after,
  html.-hover .vans_equipment-highlights__button--show-all.-disabled:hover::after,
  html.-hover .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_equipment-highlights__button--show-all[disabled]::after,
  html.-hover .vans_equipment-highlights__button--show-all[disabled]:hover::after,
  html.-hover .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_equipment-highlights__button--show-less.-disabled::after,
  html.-hover .vans_equipment-highlights__button--show-less.-disabled:hover::after,
  html.-hover .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_equipment-highlights__button--show-less[disabled]::after,
  html.-hover .vans_equipment-highlights__button--show-less[disabled]:hover::after,
  html.-hover .vans_equipment-highlights__button--show-less[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_equipment-highlights__button--show-all.-disabled::after,
  html.-hover .vans_equipment-highlights__button--show-all.-disabled:hover::after,
  html.-hover .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_equipment-highlights__button--show-all[disabled]::after,
  html.-hover .vans_equipment-highlights__button--show-all[disabled]:hover::after,
  html.-hover .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_equipment-highlights__button--show-less.-disabled::after,
  html.-hover .vans_equipment-highlights__button--show-less.-disabled:hover::after,
  html.-hover .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_equipment-highlights__button--show-less[disabled]::after,
  html.-hover .vans_equipment-highlights__button--show-less[disabled]:hover::after,
  html.-hover .vans_equipment-highlights__button--show-less[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_equipment-highlights__button--show-all.-disabled::after,
    html[dir="rtl"] .vans_equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_equipment-highlights__button--show-all.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_equipment-highlights__button--show-all.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-all[disabled]::after,
    html[dir="rtl"] .vans_equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_equipment-highlights__button--show-all[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_equipment-highlights__button--show-all[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-less.-disabled::after,
    html[dir="rtl"] .vans_equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_equipment-highlights__button--show-less.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_equipment-highlights__button--show-less.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-less[disabled]::after,
    html[dir="rtl"] .vans_equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_equipment-highlights__button--show-less[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_equipment-highlights__button--show-less[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_equipment-highlights__button--show-less[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_equipment-highlights__button--show-all::after, .vans_equipment-highlights__button--show-less::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_equipment-highlights__button--show-all::after, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-less::after {
      right: 0; }
    html[dir="rtl"] .vans_equipment-highlights__button--show-all::after, html[dir="rtl"] .vans_equipment-highlights__button--show-less::after {
      left: 0; }
    html:not([dir="rtl"]) .vans_equipment-highlights__button--show-all::after, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-less::after {
      left: 0; }
    html[dir="rtl"] .vans_equipment-highlights__button--show-all::after, html[dir="rtl"] .vans_equipment-highlights__button--show-less::after {
      right: 0; }
  .vans_equipment-highlights__button--show-all::before, .vans_equipment-highlights__button--show-less::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_equipment-highlights__button--show-all::before, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-less::before {
      right: 0; }
    html[dir="rtl"] .vans_equipment-highlights__button--show-all::before, html[dir="rtl"] .vans_equipment-highlights__button--show-less::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_equipment-highlights__button--show-all::before, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-less::before {
      left: 0; }
    html[dir="rtl"] .vans_equipment-highlights__button--show-all::before, html[dir="rtl"] .vans_equipment-highlights__button--show-less::before {
      right: 0; }
  .vans_equipment-highlights__button--show-all::before, .vans_equipment-highlights__button--show-less::before {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
  .vans_equipment-highlights__button--show-all::after, .vans_equipment-highlights__button--show-less::after {
    border-radius: 0 0 0 0; }
  html:not([dir="rtl"]) .vans_equipment-highlights__button--show-all,
  html[dir="rtl"] .vans_equipment-highlights__button--show-all, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-less,
  html[dir="rtl"] .vans_equipment-highlights__button--show-less {
    margin: 0 0 auto; }
  html:not([dir="rtl"]) .vans_equipment-highlights__button--show-all,
  html[dir="rtl"] .vans_equipment-highlights__button--show-all, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-less,
  html[dir="rtl"] .vans_equipment-highlights__button--show-less {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_equipment-highlights__button--show-all,
  html[dir="rtl"] .vans_equipment-highlights__button--show-all, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-less,
  html[dir="rtl"] .vans_equipment-highlights__button--show-less {
    padding-bottom: 0; }
  .vans_equipment-highlights__button--show-all:focus, .vans_equipment-highlights__button--show-less:focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
    border-radius: 0.5px; }
  .vans_equipment-highlights__button--show-all__value, .vans_equipment-highlights__button--show-less__value {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block; }
  .vans_equipment-highlights__button--show-all, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all, .vans_equipment-highlights__button--show-less, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less, .vans_theme-light .vans_equipment-highlights__button--show-all, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all, .vans_theme-light .vans_equipment-highlights__button--show-less, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less {
    color: #333;
    background: #ececec; }
    .vans_equipment-highlights__button--show-all::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all::after, .vans_equipment-highlights__button--show-less::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less::after, .vans_theme-light .vans_equipment-highlights__button--show-all::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all::after, .vans_theme-light .vans_equipment-highlights__button--show-less::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less::after {
      border-color: transparent; }
    .vans_equipment-highlights__button--show-all::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all::after, .vans_equipment-highlights__button--show-less::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less::after, .vans_theme-light .vans_equipment-highlights__button--show-all::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all::after, .vans_theme-light .vans_equipment-highlights__button--show-less::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less::after { }
    html.-hover .vans_equipment-highlights__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all:hover, html.-hover .vans_equipment-highlights__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less:hover, html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all:hover, html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less:hover {
      background: #d9d9d9; }
    .vans_equipment-highlights__button--show-all:focus, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all:focus, .vans_equipment-highlights__button--show-less:focus, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less:focus, .vans_theme-light .vans_equipment-highlights__button--show-all:focus, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all:focus, .vans_theme-light .vans_equipment-highlights__button--show-less:focus, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less:focus {
      background: #d9d9d9; }
    .vans_equipment-highlights__button--show-all.-active,
    html.-hover .vans_equipment-highlights__button--show-all:active:hover, .vans_equipment-highlights__button--show-all:active:focus, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all:active:hover, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all:active:focus, .vans_equipment-highlights__button--show-less.-active,
    html.-hover .vans_equipment-highlights__button--show-less:active:hover, .vans_equipment-highlights__button--show-less:active:focus, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less:active:hover, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less:active:focus, .vans_theme-light .vans_equipment-highlights__button--show-all.-active,
    html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all:active:hover, .vans_theme-light .vans_equipment-highlights__button--show-all:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all:active:focus, .vans_theme-light .vans_equipment-highlights__button--show-less.-active,
    html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less:active:hover, .vans_theme-light .vans_equipment-highlights__button--show-less:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less:active:focus {
      color: #333;
      background: #d9d9d9; }
      .vans_equipment-highlights__button--show-all.-active::after,
      html.-hover .vans_equipment-highlights__button--show-all:active:hover::after, .vans_equipment-highlights__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all:active:focus::after, .vans_equipment-highlights__button--show-less.-active::after,
      html.-hover .vans_equipment-highlights__button--show-less:active:hover::after, .vans_equipment-highlights__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less:active:focus::after, .vans_theme-light .vans_equipment-highlights__button--show-all.-active::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all:active:hover::after, .vans_theme-light .vans_equipment-highlights__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all:active:focus::after, .vans_theme-light .vans_equipment-highlights__button--show-less.-active::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less:active:hover::after, .vans_theme-light .vans_equipment-highlights__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_equipment-highlights__button--show-all.-disabled,
    html.-hover .vans_equipment-highlights__button--show-all.-disabled:hover,
    html.-hover .vans_equipment-highlights__button--show-all.-disabled:active:hover, .vans_equipment-highlights__button--show-all[disabled],
    html.-hover .vans_equipment-highlights__button--show-all[disabled]:hover,
    html.-hover .vans_equipment-highlights__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:active:hover, .vans_equipment-highlights__button--show-less.-disabled,
    html.-hover .vans_equipment-highlights__button--show-less.-disabled:hover,
    html.-hover .vans_equipment-highlights__button--show-less.-disabled:active:hover, .vans_equipment-highlights__button--show-less[disabled],
    html.-hover .vans_equipment-highlights__button--show-less[disabled]:hover,
    html.-hover .vans_equipment-highlights__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:active:hover, .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled,
    html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover,
    html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover, .vans_theme-light .vans_equipment-highlights__button--show-all[disabled],
    html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover,
    html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover, .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled,
    html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover,
    html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover, .vans_theme-light .vans_equipment-highlights__button--show-less[disabled],
    html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover,
    html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover {
      background-color: #ececec; }
      .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_equipment-highlights__button--show-less[disabled]:active:hover::after {
          border-width: 1px; }
  .vans_theme-dark .vans_equipment-highlights__button--show-all, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all, .vans_theme-dark .vans_equipment-highlights__button--show-less, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less {
    color: #fff;
    background: #333; }
    .vans_theme-dark .vans_equipment-highlights__button--show-all::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all::after, .vans_theme-dark .vans_equipment-highlights__button--show-less::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less::after {
      border-color: transparent; }
    .vans_theme-dark .vans_equipment-highlights__button--show-all::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all::after, .vans_theme-dark .vans_equipment-highlights__button--show-less::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less::after { }
    html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all:hover, html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less:hover {
      background: #242424; }
    .vans_theme-dark .vans_equipment-highlights__button--show-all:focus, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all:focus, .vans_theme-dark .vans_equipment-highlights__button--show-less:focus, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less:focus {
      background: #242424; }
    .vans_theme-dark .vans_equipment-highlights__button--show-all.-active,
    html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all:active:hover, .vans_theme-dark .vans_equipment-highlights__button--show-all:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all:active:focus, .vans_theme-dark .vans_equipment-highlights__button--show-less.-active,
    html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less:active:hover, .vans_theme-dark .vans_equipment-highlights__button--show-less:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less:active:focus {
      color: #fff;
      background: #242424; }
      .vans_theme-dark .vans_equipment-highlights__button--show-all.-active::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all:active:hover::after, .vans_theme-dark .vans_equipment-highlights__button--show-all:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all:active:focus::after, .vans_theme-dark .vans_equipment-highlights__button--show-less.-active::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less:active:hover::after, .vans_theme-dark .vans_equipment-highlights__button--show-less:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled,
    html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover,
    html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover, .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled],
    html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover,
    html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover, .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled,
    html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover,
    html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover, .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled],
    html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover,
    html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover {
      background-color: #333; }
      .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-all[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_equipment-highlights__button--show-less[disabled]:active:hover::after {
          border-width: 1px; }
  @media only screen and (min-width: 768px) {
    .vans_equipment-highlights__button--show-all, .vans_equipment-highlights__button--show-less {
      width: auto; } }
  .vans_equipment-highlights__button--show-all.-hidden, .vans_equipment-highlights__button--show-less.-hidden {
    display: none; }

@media only screen and (min-width: 0) {
  .vans_equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1440px) {
  .vans_equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_equipment-highlights__disclaimer {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-highlights__disclaimer {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-highlights__disclaimer {
      padding-left: 12px; } }

@media only screen and (min-width: 0) and (max-width: 1279px) {
  .vans_equipment-highlights__equipment-teaser:nth-of-type(1).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms forwards; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(2).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms forwards; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(3) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_equipment-highlights__equipment-teaser:nth-of-type(3).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
      transition-delay: 200ms;
      opacity: 1; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(4) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_equipment-highlights__equipment-teaser:nth-of-type(4).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
      transition-delay: 300ms;
      opacity: 1; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(5) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_equipment-highlights__equipment-teaser:nth-of-type(5).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
      transition-delay: 400ms;
      opacity: 1; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(6) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_equipment-highlights__equipment-teaser:nth-of-type(6).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
      transition-delay: 500ms;
      opacity: 1; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(7) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_equipment-highlights__equipment-teaser:nth-of-type(7).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
      transition-delay: 600ms;
      opacity: 1; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(8) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_equipment-highlights__equipment-teaser:nth-of-type(8).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
      transition-delay: 700ms;
      opacity: 1; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(9) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_equipment-highlights__equipment-teaser:nth-of-type(9).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 800ms both;
      transition-delay: 800ms;
      opacity: 1; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(n + 3).-hidden {
    display: none; } }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser:nth-of-type(2),
  html[dir="rtl"] .vans_equipment-highlights__equipment-teaser:nth-of-type(2) {
    padding-top: 0; } }

@media only screen and (min-width: 1280px) {
  .vans_equipment-highlights__equipment-teaser:nth-of-type(1).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms forwards; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(2).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms forwards; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(3).-potentially-visible {
    opacity: 0;
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms forwards; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(4) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_equipment-highlights__equipment-teaser:nth-of-type(4).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 200ms both;
      transition-delay: 200ms;
      opacity: 1; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(5) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_equipment-highlights__equipment-teaser:nth-of-type(5).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 300ms both;
      transition-delay: 300ms;
      opacity: 1; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(6) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_equipment-highlights__equipment-teaser:nth-of-type(6).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 400ms both;
      transition-delay: 400ms;
      opacity: 1; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(7) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_equipment-highlights__equipment-teaser:nth-of-type(7).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 500ms both;
      transition-delay: 500ms;
      opacity: 1; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(8) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_equipment-highlights__equipment-teaser:nth-of-type(8).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 600ms both;
      transition-delay: 600ms;
      opacity: 1; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(9) {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_equipment-highlights__equipment-teaser:nth-of-type(9).-animate {
      animation: tis-move-up 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 700ms both;
      transition-delay: 700ms;
      opacity: 1; }
  html:not([dir="rtl"]) .vans_equipment-highlights__equipment-teaser:nth-of-type(3),
  html[dir="rtl"] .vans_equipment-highlights__equipment-teaser:nth-of-type(3) {
    padding-top: 0; }
  .vans_equipment-highlights__equipment-teaser:nth-of-type(n + 4).-hidden {
    display: none; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_equipment-detail {
  background: #fff;
  color: #333;
  width: 100%; }
  .vans_equipment-detail__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_equipment-detail__inner,
      html[dir="rtl"] .vans_equipment-detail__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_equipment-detail__inner,
      html[dir="rtl"] .vans_equipment-detail__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_equipment-detail__inner,
      html[dir="rtl"] .vans_equipment-detail__inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_equipment-detail__inner,
      html[dir="rtl"] .vans_equipment-detail__inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_equipment-detail__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_equipment-detail__inner,
        html[dir="rtl"] .vans_equipment-detail__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_equipment-detail__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_equipment-detail__inner,
        html[dir="rtl"] .vans_equipment-detail__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_equipment-detail__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_equipment-detail__inner,
        html[dir="rtl"] .vans_equipment-detail__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1024px) {
      .vans_equipment-detail__inner--full {
        display: flex;
        position: relative;
        flex-wrap: wrap; } }
  @media only screen and (min-width: 1024px) and (min-width: 0) {
    html:not([dir="rtl"]) .vans_equipment-detail__inner--full,
    html[dir="rtl"] .vans_equipment-detail__inner--full {
      margin: 0 18px; } }
  @media only screen and (min-width: 1024px) and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_equipment-detail__inner--full,
    html[dir="rtl"] .vans_equipment-detail__inner--full {
      margin: 0 18px; } }
  @media only screen and (min-width: 1024px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_equipment-detail__inner--full,
    html[dir="rtl"] .vans_equipment-detail__inner--full {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_equipment-detail__inner--full,
    html[dir="rtl"] .vans_equipment-detail__inner--full {
      margin: 0 44px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1280px) {
    .vans_equipment-detail__inner--full {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_equipment-detail__inner--full,
      html[dir="rtl"] .vans_equipment-detail__inner--full {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) and (min-width: 1440px) {
    .vans_equipment-detail__inner--full {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_equipment-detail__inner--full,
      html[dir="rtl"] .vans_equipment-detail__inner--full {
        margin: 0 auto; } }
  @media only screen and (min-width: 1024px) and (min-width: 1921px) {
    .vans_equipment-detail__inner--full {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_equipment-detail__inner--full,
      html[dir="rtl"] .vans_equipment-detail__inner--full {
        margin: 0 auto; } }
  @media only screen and (min-width: 0) {
    .vans_equipment-detail__stage {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-left: 6px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-right: 6px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_equipment-detail__stage {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-left: 6px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-right: 6px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_equipment-detail__stage {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_equipment-detail__stage {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-detail__stage {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_equipment-detail__stage {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_equipment-detail__stage {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-detail__stage {
        padding-left: 12px; } }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_equipment-detail__stage,
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding: 0; } }

@media only screen and (min-width: 1024px) and (min-width: 0) {
  .vans_equipment-detail__stage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-left: 6px; } }

@media only screen and (min-width: 1024px) and (min-width: 480px) {
  .vans_equipment-detail__stage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-left: 6px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-right: 6px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-left: 6px; } }

@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .vans_equipment-detail__stage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .vans_equipment-detail__stage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) and (min-width: 1280px) {
  .vans_equipment-detail__stage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) and (min-width: 1440px) {
  .vans_equipment-detail__stage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) and (min-width: 1921px) {
  .vans_equipment-detail__stage {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-left: 12px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_equipment-detail__stage {
      padding-right: 12px; }
    html[dir="rtl"] .vans_equipment-detail__stage {
      padding-left: 12px; } }
  .vans_equipment-detail__stage .vans_gallery__page {
    position: relative;
    overflow: hidden; }
    .vans_equipment-detail__stage .vans_gallery__page::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage .vans_gallery__page::before,
      html[dir="rtl"] .vans_equipment-detail__stage .vans_gallery__page::before {
        padding-bottom: 56.25%; }
    .vans_equipment-detail__stage .vans_gallery__page > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage .vans_gallery__page > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_equipment-detail__stage .vans_gallery__page > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_equipment-detail__stage .vans_gallery__page > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_equipment-detail__stage .vans_gallery__page > .vans_image {
        left: 0; }
  @media only screen and (min-width: 0) {
    .vans_equipment-detail__text-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-left: 6px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-right: 6px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_equipment-detail__text-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-left: 6px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-right: 6px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_equipment-detail__text-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_equipment-detail__text-container {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-detail__text-container {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1440px) {
    .vans_equipment-detail__text-container {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1921px) {
    .vans_equipment-detail__text-container {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_equipment-detail__text-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_equipment-detail__text-container {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_equipment-detail__text-container,
  html[dir="rtl"] .vans_equipment-detail__text-container {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_equipment-detail__text-container {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_equipment-detail__text-container {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-detail__text-container {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_equipment-detail__headline-wrapper,
  html[dir="rtl"] .vans_equipment-detail__headline-wrapper {
    padding-top: 1.5em; }
  @media only screen and (min-width: 0) {
    .vans_equipment-detail__headline-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_equipment-detail__headline-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-detail__headline-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  .vans_equipment-detail__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_equipment-detail__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_equipment-detail__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_equipment-detail__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_equipment-detail__headline {
        font-size: 40px;
        line-height: 40px; } }
  html:not([dir="rtl"]) .vans_equipment-detail__subheadline-wrapper,
  html[dir="rtl"] .vans_equipment-detail__subheadline-wrapper {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_equipment-detail__subheadline-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_equipment-detail__subheadline-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-detail__subheadline-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  .vans_equipment-detail__subheadline {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_equipment-detail__subheadline {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  html:not([dir="rtl"]) .vans_equipment-detail__description-wrapper,
  html[dir="rtl"] .vans_equipment-detail__description-wrapper {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_equipment-detail__description-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_equipment-detail__description-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_equipment-detail__description-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  .vans_equipment-detail__description {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333; }
    :lang(ko) .vans_equipment-detail__description {
      font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_equipment-detail__subcomponents,
  html[dir="rtl"] .vans_equipment-detail__subcomponents {
    margin-top: 18px; }
  html:not([dir="rtl"]) .vans_equipment-detail__subcomponents > *:first-child,
  html[dir="rtl"] .vans_equipment-detail__subcomponents > *:first-child, html:not([dir="rtl"])
  .vans_equipment-detail__subcomponents > *:first-child > *:first-child,
  html[dir="rtl"]
  .vans_equipment-detail__subcomponents > *:first-child > *:first-child {
    margin-top: 0 !important; }
  .vans_equipment-detail__disclaimer .vans_disclaimer__template {
    background: #fff !important;
    color: #999 !important; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_downloads {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_downloads {
      margin-left: -6px; }
    html[dir="rtl"] .vans_downloads {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_downloads {
      margin-right: -6px; }
    html[dir="rtl"] .vans_downloads {
      margin-left: -6px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_downloads {
      margin-left: -6px; }
    html[dir="rtl"] .vans_downloads {
      margin-right: -6px; }
    html:not([dir="rtl"]) .vans_downloads {
      margin-right: -6px; }
    html[dir="rtl"] .vans_downloads {
      margin-left: -6px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_downloads {
      margin-left: -12px; }
    html[dir="rtl"] .vans_downloads {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_downloads {
      margin-right: -12px; }
    html[dir="rtl"] .vans_downloads {
      margin-left: -12px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_downloads {
      margin-left: -12px; }
    html[dir="rtl"] .vans_downloads {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_downloads {
      margin-right: -12px; }
    html[dir="rtl"] .vans_downloads {
      margin-left: -12px; } }
  @media only screen and (min-width: 1280px) {
    html:not([dir="rtl"]) .vans_downloads {
      margin-left: -12px; }
    html[dir="rtl"] .vans_downloads {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_downloads {
      margin-right: -12px; }
    html[dir="rtl"] .vans_downloads {
      margin-left: -12px; } }
  @media only screen and (min-width: 1440px) {
    html:not([dir="rtl"]) .vans_downloads {
      margin-left: -12px; }
    html[dir="rtl"] .vans_downloads {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_downloads {
      margin-right: -12px; }
    html[dir="rtl"] .vans_downloads {
      margin-left: -12px; } }
  @media only screen and (min-width: 1921px) {
    html:not([dir="rtl"]) .vans_downloads {
      margin-left: -12px; }
    html[dir="rtl"] .vans_downloads {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_downloads {
      margin-right: -12px; }
    html[dir="rtl"] .vans_downloads {
      margin-left: -12px; } }
  html:not([dir="rtl"]) .vans_downloads,
  html[dir="rtl"] .vans_downloads {
    padding-top: 22px; }
  @media only screen and (min-width: 0) {
    .vans_downloads > * {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-left: 6px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-right: 6px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_downloads > * {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-left: 6px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-right: 6px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_downloads > * {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-left: 12px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-right: 12px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_downloads > * {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-left: 12px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-right: 12px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_downloads > * {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-left: 12px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-right: 12px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_downloads > * {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-left: 12px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-right: 12px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_downloads > * {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-left: 12px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_downloads > * {
        padding-right: 12px; }
      html[dir="rtl"] .vans_downloads > * {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_downloads > * *[class$="wrapper"],
  html[dir="rtl"] .vans_downloads > * *[class$="wrapper"] {
    border: 0; }
  html:not([dir="rtl"]) .vans_downloads > * *[class$="wrapper"],
  html[dir="rtl"] .vans_downloads > * *[class$="wrapper"] {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_downloads > * *[class$="wrapper"],
  html[dir="rtl"] .vans_downloads > * *[class$="wrapper"] {
    padding-bottom: 18px; }
  .vans_downloads > *:last-child *[class$="wrapper"] {
    border-bottom: none !important; }
    html:not([dir="rtl"]) .vans_downloads > *:last-child *[class$="wrapper"],
    html[dir="rtl"] .vans_downloads > *:last-child *[class$="wrapper"] {
      padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .vans_downloads.-even > *:nth-last-child(-n+2) *[class$="wrapper"] {
      border-bottom: none; }
      html:not([dir="rtl"]) .vans_downloads.-even > *:nth-last-child(-n+2) *[class$="wrapper"],
      html[dir="rtl"] .vans_downloads.-even > *:nth-last-child(-n+2) *[class$="wrapper"] {
        padding-bottom: 0; } }
  .vans_downloads__link {
    display: flex; }
    .vans_downloads__link, [class*="vans_theme-"] .vans_downloads__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_downloads__link, .vans_theme-light .vans_downloads__link, [class*="vans_theme-"] .vans_theme-light .vans_downloads__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_downloads__link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      cursor: pointer;
      color: #333; }
      :lang(ko) .vans_downloads__link, :lang(ko) [class*="vans_theme-"] .vans_downloads__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_downloads__link, :lang(ko) .vans_theme-light .vans_downloads__link, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_downloads__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_downloads__link {
        font-family: MBKCorporateSRegular, sans-serif; }
      .vans_downloads__link *[class$="description"], [class*="vans_theme-"] .vans_downloads__link *[class$="description"], [class*="vans_theme-"] [class*="vans_theme-"] .vans_downloads__link *[class$="description"], .vans_theme-light .vans_downloads__link *[class$="description"], [class*="vans_theme-"] .vans_theme-light .vans_downloads__link *[class$="description"], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_downloads__link *[class$="description"] {
        color: #999; }
      html.-hover .vans_downloads__link:hover, html.-hover [class*="vans_theme-"] .vans_downloads__link:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_downloads__link:hover, html.-hover .vans_theme-light .vans_downloads__link:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_downloads__link:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_downloads__link:hover {
        color: #00adef; }
        html.-hover .vans_downloads__link:hover *[class$="description"], html.-hover [class*="vans_theme-"] .vans_downloads__link:hover *[class$="description"], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_downloads__link:hover *[class$="description"], html.-hover .vans_theme-light .vans_downloads__link:hover *[class$="description"], html.-hover [class*="vans_theme-"] .vans_theme-light .vans_downloads__link:hover *[class$="description"], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_downloads__link:hover *[class$="description"] {
          color: #00adef; }
    .vans_theme-dark .vans_downloads__link, [class*="vans_theme-"] .vans_theme-dark .vans_downloads__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_downloads__link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      cursor: pointer;
      color: #fff; }
      :lang(ko) .vans_theme-dark .vans_downloads__link, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_downloads__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_downloads__link {
        font-family: MBKCorporateSRegular, sans-serif; }
      .vans_theme-dark .vans_downloads__link *[class$="description"], [class*="vans_theme-"] .vans_theme-dark .vans_downloads__link *[class$="description"], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_downloads__link *[class$="description"] {
        color: #999; }
      html.-hover .vans_theme-dark .vans_downloads__link:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_downloads__link:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_downloads__link:hover {
        color: #00adef; }
        html.-hover .vans_theme-dark .vans_downloads__link:hover *[class$="description"], html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_downloads__link:hover *[class$="description"], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_downloads__link:hover *[class$="description"] {
          color: #00adef; }
    html:not([dir="rtl"]) .vans_downloads__link,
    html[dir="rtl"] .vans_downloads__link {
      margin-top: 18px; }
    .vans_downloads__link *[class$="wrapper"] {
      width: 100%;
      display: flex; }
    html:not([dir="rtl"]) .vans_downloads__link *[class$="text"] {
      padding-left: 9px; }
    html[dir="rtl"] .vans_downloads__link *[class$="text"] {
      padding-right: 9px; }
    .vans_downloads__link *[class$="description"] {
      display: block; }
      html:not([dir="rtl"]) .vans_downloads__link *[class$="description"],
      html[dir="rtl"] .vans_downloads__link *[class$="description"] {
        padding-top: 9px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_download__link {
  display: flex; }
  .vans_download__link, [class*="vans_theme-"] .vans_download__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_download__link, .vans_theme-light .vans_download__link, [class*="vans_theme-"] .vans_theme-light .vans_download__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_download__link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
    color: #333; }
    :lang(ko) .vans_download__link, :lang(ko) [class*="vans_theme-"] .vans_download__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_download__link, :lang(ko) .vans_theme-light .vans_download__link, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_download__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_download__link {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_download__link *[class$="description"], [class*="vans_theme-"] .vans_download__link *[class$="description"], [class*="vans_theme-"] [class*="vans_theme-"] .vans_download__link *[class$="description"], .vans_theme-light .vans_download__link *[class$="description"], [class*="vans_theme-"] .vans_theme-light .vans_download__link *[class$="description"], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_download__link *[class$="description"] {
      color: #999; }
    html.-hover .vans_download__link:hover, html.-hover [class*="vans_theme-"] .vans_download__link:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_download__link:hover, html.-hover .vans_theme-light .vans_download__link:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_download__link:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_download__link:hover {
      color: #00adef; }
      html.-hover .vans_download__link:hover *[class$="description"], html.-hover [class*="vans_theme-"] .vans_download__link:hover *[class$="description"], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_download__link:hover *[class$="description"], html.-hover .vans_theme-light .vans_download__link:hover *[class$="description"], html.-hover [class*="vans_theme-"] .vans_theme-light .vans_download__link:hover *[class$="description"], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_download__link:hover *[class$="description"] {
        color: #00adef; }
  .vans_theme-dark .vans_download__link, [class*="vans_theme-"] .vans_theme-dark .vans_download__link, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_download__link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
    color: #fff; }
    :lang(ko) .vans_theme-dark .vans_download__link, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_download__link, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_download__link {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_theme-dark .vans_download__link *[class$="description"], [class*="vans_theme-"] .vans_theme-dark .vans_download__link *[class$="description"], [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_download__link *[class$="description"] {
      color: #999; }
    html.-hover .vans_theme-dark .vans_download__link:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_download__link:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_download__link:hover {
      color: #00adef; }
      html.-hover .vans_theme-dark .vans_download__link:hover *[class$="description"], html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_download__link:hover *[class$="description"], html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_download__link:hover *[class$="description"] {
        color: #00adef; }
  html:not([dir="rtl"]) .vans_download__link,
  html[dir="rtl"] .vans_download__link {
    margin-top: 18px; }
  .vans_download__link *[class$="wrapper"] {
    width: 100%;
    display: flex; }
  html:not([dir="rtl"]) .vans_download__link *[class$="text"] {
    padding-left: 9px; }
  html[dir="rtl"] .vans_download__link *[class$="text"] {
    padding-right: 9px; }
  .vans_download__link *[class$="description"] {
    display: block; }
    html:not([dir="rtl"]) .vans_download__link *[class$="description"],
    html[dir="rtl"] .vans_download__link *[class$="description"] {
      padding-top: 9px; }
  html:not([dir="rtl"]) .vans_download__link,
  html[dir="rtl"] .vans_download__link {
    margin-top: 31px; }

html:not([dir="rtl"]) .vans_download + .vans_download .vans_download__link,
html[dir="rtl"] .vans_download + .vans_download .vans_download__link {
  margin-top: 18px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
html:not([dir="rtl"]) .vans_disclaimer,
html[dir="rtl"] .vans_disclaimer {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_disclaimer,
html[dir="rtl"] .vans_disclaimer {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_disclaimer {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_disclaimer {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_disclaimer {
    font-size: 33px;
    line-height: 33px; } }

.vans_disclaimer.-disabled {
  display: none; }

.vans_disclaimer__template, .vans_disclaimer__template--high-contrast {
  color: #999; }
  .vans_disclaimer__template b, .vans_disclaimer__template--high-contrast b {
    font-family: CorporateSBold, sans-serif;
    font-size: 14px;
    line-height: 18px; }
  .vans_disclaimer__template a, .vans_disclaimer__template--high-contrast a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
    text-decoration: underline; }
    html.-hover .vans_disclaimer__template a:hover, html.-hover .vans_disclaimer__template--high-contrast a:hover, .vans_disclaimer__template a.-active, .vans_disclaimer__template--high-contrast a.-active, .vans_disclaimer__template a.-open, .vans_disclaimer__template--high-contrast a.-open {
      color: #00adef; }

.vans_disclaimer__template--high-contrast, [class*="vans_theme-"] .vans_disclaimer__template--high-contrast, [class*="vans_theme-"] [class*="vans_theme-"] .vans_disclaimer__template--high-contrast, .vans_theme-light .vans_disclaimer__template--high-contrast, [class*="vans_theme-"] .vans_theme-light .vans_disclaimer__template--high-contrast, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_disclaimer__template--high-contrast {
  color: #333; }

.vans_theme-dark .vans_disclaimer__template--high-contrast, [class*="vans_theme-"] .vans_theme-dark .vans_disclaimer__template--high-contrast, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_disclaimer__template--high-contrast {
  color: #fff; }

.vans_disclaimer__container {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_disclaimer__container,
    html[dir="rtl"] .vans_disclaimer__container {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_disclaimer__container,
    html[dir="rtl"] .vans_disclaimer__container {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_disclaimer__container,
    html[dir="rtl"] .vans_disclaimer__container {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_disclaimer__container,
    html[dir="rtl"] .vans_disclaimer__container {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_disclaimer__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_disclaimer__container,
      html[dir="rtl"] .vans_disclaimer__container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_disclaimer__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_disclaimer__container,
      html[dir="rtl"] .vans_disclaimer__container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_disclaimer__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_disclaimer__container,
      html[dir="rtl"] .vans_disclaimer__container {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_disclaimer__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_disclaimer__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_disclaimer__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_disclaimer__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_disclaimer__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_disclaimer__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_disclaimer__wrapper {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_disclaimer__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_disclaimer__wrapper {
      padding-left: 12px; } }

.vans_disclaimer__footnotes-container {
  transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
  overflow: hidden; }
  .vans_disclaimer__footnotes-container.-is-expandable:not(.-open) .vans_disclaimer__footnotes-wrapper::after {
    bottom: 0;
    content: '';
    display: block;
    height: 1.3em;
    position: absolute;
    width: 100%; }
    .vans_disclaimer__footnotes-container.-is-expandable:not(.-open) .vans_disclaimer__footnotes-wrapper::after, [class*="vans_theme-"] .vans_disclaimer__footnotes-container.-is-expandable:not(.-open) .vans_disclaimer__footnotes-wrapper::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_disclaimer__footnotes-container.-is-expandable:not(.-open) .vans_disclaimer__footnotes-wrapper::after, .vans_theme-light .vans_disclaimer__footnotes-container.-is-expandable:not(.-open) .vans_disclaimer__footnotes-wrapper::after, [class*="vans_theme-"] .vans_theme-light .vans_disclaimer__footnotes-container.-is-expandable:not(.-open) .vans_disclaimer__footnotes-wrapper::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_disclaimer__footnotes-container.-is-expandable:not(.-open) .vans_disclaimer__footnotes-wrapper::after {
      background-image: linear-gradient(rgba(255, 255, 255, 0) 0, white 100%); }
    .vans_theme-dark .vans_disclaimer__footnotes-container.-is-expandable:not(.-open) .vans_disclaimer__footnotes-wrapper::after, [class*="vans_theme-"] .vans_theme-dark .vans_disclaimer__footnotes-container.-is-expandable:not(.-open) .vans_disclaimer__footnotes-wrapper::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_disclaimer__footnotes-container.-is-expandable:not(.-open) .vans_disclaimer__footnotes-wrapper::after {
      background-image: linear-gradient(rgba(0, 0, 0, 0) 0, black 100%); }
    html:not([dir="rtl"]) .vans_disclaimer__footnotes-container.-is-expandable:not(.-open) .vans_disclaimer__footnotes-wrapper::after,
    html[dir="rtl"] .vans_disclaimer__footnotes-container.-is-expandable:not(.-open) .vans_disclaimer__footnotes-wrapper::after {
      margin-bottom: 40px; }
  html:not([dir="rtl"]) .vans_disclaimer__footnotes-container.-is-expandable,
  html[dir="rtl"] .vans_disclaimer__footnotes-container.-is-expandable {
    padding-bottom: 40px; }
  .vans_disclaimer__footnotes-container.-is-expandable .vans_disclaimer__show-more-button-wrapper {
    height: 40px; }

html:not([dir="rtl"]) .vans_disclaimer__footnotes-container:first-of-type .vans_disclaimer__footnote:first-of-type,
html[dir="rtl"] .vans_disclaimer__footnotes-container:first-of-type .vans_disclaimer__footnote:first-of-type {
  margin-top: 40px; }

.vans_disclaimer__footnotes-wrapper.-hidden {
  height: 291px; }
  html:not([dir="rtl"]) .vans_disclaimer__footnotes-wrapper.-hidden,
  html[dir="rtl"] .vans_disclaimer__footnotes-wrapper.-hidden {
    margin-bottom: 40px; }

.vans_disclaimer__footnotes-wrapper.-threshold {
  height: 364px; }

@media only screen and (min-width: 480px) {
  .vans_disclaimer__footnotes-wrapper.-hidden {
    height: 182px; }
  .vans_disclaimer__footnotes-wrapper.-threshold {
    height: 237px; } }

@media only screen and (min-width: 768px) {
  .vans_disclaimer__footnotes-wrapper.-hidden {
    height: 127px; }
  .vans_disclaimer__footnotes-wrapper.-threshold {
    height: 164px; } }

@media only screen and (min-width: 1280px) {
  .vans_disclaimer__footnotes-wrapper.-hidden {
    height: 109px; }
  .vans_disclaimer__footnotes-wrapper.-threshold {
    height: 146px; } }

.vans_disclaimer__show-more-button-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  height: 0; }
  .vans_disclaimer__show-more-button-wrapper, [class*="vans_theme-"] .vans_disclaimer__show-more-button-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_disclaimer__show-more-button-wrapper, .vans_theme-light .vans_disclaimer__show-more-button-wrapper, [class*="vans_theme-"] .vans_theme-light .vans_disclaimer__show-more-button-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_disclaimer__show-more-button-wrapper {
    background: #fff; }
  .vans_theme-dark .vans_disclaimer__show-more-button-wrapper, [class*="vans_theme-"] .vans_theme-dark .vans_disclaimer__show-more-button-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_disclaimer__show-more-button-wrapper {
    background: #000; }
  html:not([dir="rtl"]) .vans_disclaimer__show-more-button-wrapper,
  html[dir="rtl"] .vans_disclaimer__show-more-button-wrapper {
    bottom: 0; }

.vans_disclaimer__show-more-button {
  position: relative;
  display: none; }
  .vans_disclaimer__show-more-button.-is-expandable {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999;
    cursor: pointer; }
    html:not([dir="rtl"]) .vans_disclaimer__show-more-button.-is-expandable,
    html[dir="rtl"] .vans_disclaimer__show-more-button.-is-expandable {
      padding-top: 18px; }
    :lang(ko) .vans_disclaimer__show-more-button.-is-expandable {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_disclaimer__show-more-button.-is-expandable:hover, .vans_disclaimer__show-more-button.-is-expandable:focus, .vans_disclaimer__show-more-button.-is-expandable.-active {
      color: #00adef;
      outline: 0; }
  .vans_disclaimer__show-more-button.-is-expandable {
    position: relative;
    display: block; }
  html:not([dir="rtl"]) .vans_disclaimer__show-more-button > .vans_ic-11-arrow-down {
    margin-right: 12px; }
  html[dir="rtl"] .vans_disclaimer__show-more-button > .vans_ic-11-arrow-down {
    margin-left: 12px; }

.vans_disclaimer__show-more-button-icon {
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .vans_disclaimer__show-more-button-icon.-open {
    transform: rotate(180deg); }

.vans_disclaimer__button-label-read-more.-hidden, .vans_disclaimer__button-label-show-less.-hidden {
  display: none; }

.vans_disclaimer__copy, .vans_disclaimer__copy--no-top-space {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 18px; }
  :lang(ko) .vans_disclaimer__copy, :lang(ko) .vans_disclaimer__copy--no-top-space {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_disclaimer__copy, html:not([dir="rtl"]) .vans_disclaimer__copy--no-top-space {
    text-align: left; }
  html[dir="rtl"] .vans_disclaimer__copy, html[dir="rtl"] .vans_disclaimer__copy--no-top-space {
    text-align: right; }
  html:not([dir="rtl"]) .vans_disclaimer__copy, html:not([dir="rtl"]) .vans_disclaimer__copy--no-top-space, html[dir="rtl"] .vans_disclaimer__copy, html[dir="rtl"] .vans_disclaimer__copy--no-top-space {
    margin-top: 40px; }
  html:not([dir="rtl"]) .vans_disclaimer__copy--no-top-space,
  html[dir="rtl"] .vans_disclaimer__copy--no-top-space {
    margin-top: 0; }

.vans_disclaimer__footnote {
  display: flex; }
  html:not([dir="rtl"]) .vans_disclaimer__footnote,
  html[dir="rtl"] .vans_disclaimer__footnote {
    margin-top: 9px; }
  html:not([dir="rtl"]) .vans_disclaimer__footnote:first-of-type,
  html[dir="rtl"] .vans_disclaimer__footnote:first-of-type {
    margin-top: 12px; }

.vans_disclaimer__footnote-index {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 10px;
  line-height: 13px;
  min-width: 10px; }
  :lang(ko) .vans_disclaimer__footnote-index {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_disclaimer__footnote-index,
  html[dir="rtl"] .vans_disclaimer__footnote-index {
    margin-top: 3px; }
  html:not([dir="rtl"]) .vans_disclaimer__footnote-index {
    text-align: right; }
  html[dir="rtl"] .vans_disclaimer__footnote-index {
    text-align: left; }

.vans_disclaimer__footnote-text {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 18px; }
  :lang(ko) .vans_disclaimer__footnote-text {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_disclaimer__footnote-text {
    padding-left: 8px; }
  html[dir="rtl"] .vans_disclaimer__footnote-text {
    padding-right: 8px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_dialogue-options__wrapper {
  z-index: 9;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none; }
  @media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
    .vans_dialogue-options__wrapper {
      display: none; } }
  @media only screen and (min-width: 1024px) {
    .vans_dialogue-options__wrapper {
      flex-direction: column;
      height: auto;
      top: 50%;
      justify-content: center;
      transform: translateY(-50%);
      bottom: auto;
      width: auto; }
      html:not([dir="rtl"]) .vans_dialogue-options__wrapper {
        right: 0; }
      html[dir="rtl"] .vans_dialogue-options__wrapper {
        left: 0; } }

.vans_dialogue-options__spacer {
  height: 64px; }
  @media only screen and (min-width: 1024px) {
    .vans_dialogue-options__spacer {
      display: none; } }

.vans_dialogue-options__item, .vans_dialogue-options__item--hide-on-small {
  flex-basis: 33.33333%;
  flex-grow: 1;
  flex-shrink: 0;
  background: #00adef;
  min-height: 64px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  pointer-events: all; }
  html:not([dir="rtl"]) .vans_dialogue-options__item, html:not([dir="rtl"]) .vans_dialogue-options__item--hide-on-small {
    border-right: 1px solid #fff; }
  html[dir="rtl"] .vans_dialogue-options__item, html[dir="rtl"] .vans_dialogue-options__item--hide-on-small {
    border-left: 1px solid #fff; }
  html.-hover .vans_dialogue-options__item:hover, html.-hover .vans_dialogue-options__item--hide-on-small:hover, .vans_dialogue-options__item:active, .vans_dialogue-options__item--hide-on-small:active {
    background: #0088c6; }
  @media only screen and (min-width: 1024px) {
    .vans_dialogue-options__item, .vans_dialogue-options__item--hide-on-small {
      flex-basis: auto;
      flex-direction: row;
      min-height: auto;
      height: auto;
      transition: transform 0.5s;
      transform: translateX(100%); }
      html:not([dir="rtl"]) .vans_dialogue-options__item, html:not([dir="rtl"]) .vans_dialogue-options__item--hide-on-small, html[dir="rtl"] .vans_dialogue-options__item, html[dir="rtl"] .vans_dialogue-options__item--hide-on-small {
        margin-bottom: 1px; }
      html:not([dir="rtl"]) .vans_dialogue-options__item, html:not([dir="rtl"]) .vans_dialogue-options__item--hide-on-small, html[dir="rtl"] .vans_dialogue-options__item, html[dir="rtl"] .vans_dialogue-options__item--hide-on-small {
        border: 0; }
      html[dir="rtl"] .vans_dialogue-options__item, html[dir="rtl"] .vans_dialogue-options__item--hide-on-small {
        transform: translateX(calc(100% * -1)); }
      .vans_dialogue-options__item.-slide-in, .-slide-in.vans_dialogue-options__item--hide-on-small {
        transform: translateX(0);
        transition-delay: 1s; }
        .vans_dialogue-options__item.-slide-in:nth-child(1), .-slide-in.vans_dialogue-options__item--hide-on-small:nth-child(1) {
          transition-duration: 0.5s; }
        .vans_dialogue-options__item.-slide-in:nth-child(2), .-slide-in.vans_dialogue-options__item--hide-on-small:nth-child(2) {
          transition-duration: 0.6s; }
        .vans_dialogue-options__item.-slide-in:nth-child(3), .-slide-in.vans_dialogue-options__item--hide-on-small:nth-child(3) {
          transition-duration: 0.7s; }
        .vans_dialogue-options__item.-slide-in:nth-child(4), .-slide-in.vans_dialogue-options__item--hide-on-small:nth-child(4) {
          transition-duration: 0.8s; }
        .vans_dialogue-options__item.-slide-in:nth-child(5), .-slide-in.vans_dialogue-options__item--hide-on-small:nth-child(5) {
          transition-duration: 0.9s; }
        .vans_dialogue-options__item.-slide-in:nth-child(6), .-slide-in.vans_dialogue-options__item--hide-on-small:nth-child(6) {
          transition-duration: 1s; }
      .vans_dialogue-options__item.-initialized, .-initialized.vans_dialogue-options__item--hide-on-small {
        transform: translateX(100%) translateX(-48px); }
        html[dir="rtl"] .vans_dialogue-options__item.-initialized, html[dir="rtl"] .-initialized.vans_dialogue-options__item--hide-on-small {
          transform: translateX(calc(100% * -1)) translateX(calc(-48px * -1)); }
        html.-hover .vans_dialogue-options__item.-initialized:hover, html.-hover .-initialized.vans_dialogue-options__item--hide-on-small:hover {
          transform: translateX(0); }
      .vans_dialogue-options__item.-tapped, .-tapped.vans_dialogue-options__item--hide-on-small {
        transform: translateX(0); } }

@media only screen and (min-width: 0) and (max-width: 1023px) {
  .vans_dialogue-options__item--hide-on-small {
    display: none; } }

.vans_dialogue-options__dialogue-icon {
  fill: #fff; }
  html .vans_dialogue-options__dialogue-icon {
    text-align: center; }
  html:not([dir="rtl"]) .vans_dialogue-options__dialogue-icon,
  html[dir="rtl"] .vans_dialogue-options__dialogue-icon {
    margin-top: 4px; }
  .vans_dialogue-options__dialogue-icon > svg {
    width: 32px;
    height: 32px; }
  @media only screen and (min-width: 1024px) {
    .vans_dialogue-options__dialogue-icon {
      display: inline-block;
      width: 48px;
      align-self: center; }
      html:not([dir="rtl"]) .vans_dialogue-options__dialogue-icon,
      html[dir="rtl"] .vans_dialogue-options__dialogue-icon {
        margin-top: 0; } }

.vans_dialogue-options__dialogue-copy {
  max-height: 36px;
  overflow: hidden;
  font-family: CorporateSRegular, -apple-system, sans-serif;
  color: #fff; }
  html .vans_dialogue-options__dialogue-copy {
    text-align: center; }
  html:not([dir="rtl"]) .vans_dialogue-options__dialogue-copy,
  html[dir="rtl"] .vans_dialogue-options__dialogue-copy {
    margin-bottom: 4px; }
  :lang(ko) .vans_dialogue-options__dialogue-copy {
    font-family: MBKCorporateSRegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_dialogue-options__dialogue-copy {
      font-size: 14px;
      line-height: 18px; } }
  @media only screen and (min-width: 1024px) {
    .vans_dialogue-options__dialogue-copy {
      font-size: 16px;
      line-height: 21px; } }
  @media only screen and (min-width: 1024px) {
    .vans_dialogue-options__dialogue-copy {
      display: inline-block;
      line-height: 48px;
      max-height: inherit; }
      html:not([dir="rtl"]) .vans_dialogue-options__dialogue-copy {
        text-align: left; }
      html[dir="rtl"] .vans_dialogue-options__dialogue-copy {
        text-align: right; }
      html:not([dir="rtl"]) .vans_dialogue-options__dialogue-copy {
        padding-right: 16px; }
      html[dir="rtl"] .vans_dialogue-options__dialogue-copy {
        padding-left: 16px; }
      html:not([dir="rtl"]) .vans_dialogue-options__dialogue-copy,
      html[dir="rtl"] .vans_dialogue-options__dialogue-copy {
        margin-bottom: 0; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
html:not([dir="rtl"]) .vans_dialog,
html[dir="rtl"] .vans_dialog {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_dialog,
html[dir="rtl"] .vans_dialog {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_dialog {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_dialog {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_dialog {
    font-size: 33px;
    line-height: 33px; } }

html:not([dir="rtl"]) .vans_dialog {
  padding-left: 24px; }

html[dir="rtl"] .vans_dialog {
  padding-right: 24px; }

html:not([dir="rtl"]) .vans_dialog {
  padding-right: 24px; }

html[dir="rtl"] .vans_dialog {
  padding-left: 24px; }

@media only screen and (min-width: 768px) {
  html:not([dir="rtl"]) .vans_dialog {
    padding-left: 32px; }
  html[dir="rtl"] .vans_dialog {
    padding-right: 32px; }
  html:not([dir="rtl"]) .vans_dialog {
    padding-right: 32px; }
  html[dir="rtl"] .vans_dialog {
    padding-left: 32px; } }

@media only screen and (min-width: 1280px) {
  html:not([dir="rtl"]) .vans_dialog {
    padding-left: 40px; }
  html[dir="rtl"] .vans_dialog {
    padding-right: 40px; }
  html:not([dir="rtl"]) .vans_dialog {
    padding-right: 40px; }
  html[dir="rtl"] .vans_dialog {
    padding-left: 40px; } }

.vans_dialog.-hide {
  display: none; }

@media only screen and (min-width: 0) and (max-width: 767px) {
  .vans_dialog .vans_headline__headline {
    padding-right: 24px; } }

.vans_dialog .vans_headline__headline.-hidden {
  display: none; }

.vans_dialog .vans_headline__copy-wrapper.-hidden {
  display: none; }

html:not([dir="rtl"]) .vans_dialog__controls,
html[dir="rtl"] .vans_dialog__controls {
  margin-top: 24px; }

.vans_dialog__button--primary, .vans_dialog__button--secondary {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 0 0;
  appearance: none;
  position: relative;
  outline: none;
  white-space: nowrap;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }
  :lang(ko) .vans_dialog__button--primary, :lang(ko) .vans_dialog__button--secondary {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_dialog__button--primary, html:not([dir="rtl"]) .vans_dialog__button--secondary {
    padding-left: 20px; }
  html[dir="rtl"] .vans_dialog__button--primary, html[dir="rtl"] .vans_dialog__button--secondary {
    padding-right: 20px; }
  html:not([dir="rtl"]) .vans_dialog__button--primary, html:not([dir="rtl"]) .vans_dialog__button--secondary {
    padding-right: 20px; }
  html[dir="rtl"] .vans_dialog__button--primary, html[dir="rtl"] .vans_dialog__button--secondary {
    padding-left: 20px; }
  .vans_dialog__button--primary::after, .vans_dialog__button--secondary::after {
    border-color: transparent; }
  .vans_dialog__button--primary::after, .vans_dialog__button--secondary::after { }
  .vans_dialog__button--primary.-active::after,
  html.-hover .vans_dialog__button--primary:active:hover::after, .vans_dialog__button--primary:active:focus::after, .vans_dialog__button--secondary.-active::after,
  html.-hover .vans_dialog__button--secondary:active:hover::after, .vans_dialog__button--secondary:active:focus::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_dialog__button--primary.-disabled::after,
  html.-hover .vans_dialog__button--primary.-disabled:hover::after,
  html.-hover .vans_dialog__button--primary.-disabled:active:hover::after, .vans_dialog__button--primary[disabled]::after,
  html.-hover .vans_dialog__button--primary[disabled]:hover::after,
  html.-hover .vans_dialog__button--primary[disabled]:active:hover::after, .vans_dialog__button--secondary.-disabled::after,
  html.-hover .vans_dialog__button--secondary.-disabled:hover::after,
  html.-hover .vans_dialog__button--secondary.-disabled:active:hover::after, .vans_dialog__button--secondary[disabled]::after,
  html.-hover .vans_dialog__button--secondary[disabled]:hover::after,
  html.-hover .vans_dialog__button--secondary[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_dialog__button--primary.-disabled::after,
  html.-hover .vans_dialog__button--primary.-disabled:hover::after,
  html.-hover .vans_dialog__button--primary.-disabled:active:hover::after, .vans_dialog__button--primary[disabled]::after,
  html.-hover .vans_dialog__button--primary[disabled]:hover::after,
  html.-hover .vans_dialog__button--primary[disabled]:active:hover::after, .vans_dialog__button--secondary.-disabled::after,
  html.-hover .vans_dialog__button--secondary.-disabled:hover::after,
  html.-hover .vans_dialog__button--secondary.-disabled:active:hover::after, .vans_dialog__button--secondary[disabled]::after,
  html.-hover .vans_dialog__button--secondary[disabled]:hover::after,
  html.-hover .vans_dialog__button--secondary[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_dialog__button--primary.-disabled::after,
    html[dir="rtl"] .vans_dialog__button--primary.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_dialog__button--primary.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_dialog__button--primary.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_dialog__button--primary.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_dialog__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_dialog__button--primary[disabled]::after,
    html[dir="rtl"] .vans_dialog__button--primary[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_dialog__button--primary[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_dialog__button--primary[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_dialog__button--primary[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_dialog__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_dialog__button--secondary.-disabled::after,
    html[dir="rtl"] .vans_dialog__button--secondary.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_dialog__button--secondary.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_dialog__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_dialog__button--secondary.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_dialog__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_dialog__button--secondary[disabled]::after,
    html[dir="rtl"] .vans_dialog__button--secondary[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_dialog__button--secondary[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_dialog__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_dialog__button--secondary[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_dialog__button--secondary[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_dialog__button--primary::after, .vans_dialog__button--secondary::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_dialog__button--primary::after, html:not([dir="rtl"]) .vans_dialog__button--secondary::after {
      right: 0; }
    html[dir="rtl"] .vans_dialog__button--primary::after, html[dir="rtl"] .vans_dialog__button--secondary::after {
      left: 0; }
    html:not([dir="rtl"]) .vans_dialog__button--primary::after, html:not([dir="rtl"]) .vans_dialog__button--secondary::after {
      left: 0; }
    html[dir="rtl"] .vans_dialog__button--primary::after, html[dir="rtl"] .vans_dialog__button--secondary::after {
      right: 0; }
  .vans_dialog__button--primary::before, .vans_dialog__button--secondary::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_dialog__button--primary::before, html:not([dir="rtl"]) .vans_dialog__button--secondary::before {
      right: 0; }
    html[dir="rtl"] .vans_dialog__button--primary::before, html[dir="rtl"] .vans_dialog__button--secondary::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_dialog__button--primary::before, html:not([dir="rtl"]) .vans_dialog__button--secondary::before {
      left: 0; }
    html[dir="rtl"] .vans_dialog__button--primary::before, html[dir="rtl"] .vans_dialog__button--secondary::before {
      right: 0; }
  .vans_dialog__button--primary::before, .vans_dialog__button--secondary::before {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
  .vans_dialog__button--primary::after, .vans_dialog__button--secondary::after {
    border-radius: 0 0 0 0; }
  html:not([dir="rtl"]) .vans_dialog__button--primary,
  html[dir="rtl"] .vans_dialog__button--primary, html:not([dir="rtl"]) .vans_dialog__button--secondary,
  html[dir="rtl"] .vans_dialog__button--secondary {
    margin: 0 0 auto; }
  html:not([dir="rtl"]) .vans_dialog__button--primary,
  html[dir="rtl"] .vans_dialog__button--primary, html:not([dir="rtl"]) .vans_dialog__button--secondary,
  html[dir="rtl"] .vans_dialog__button--secondary {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_dialog__button--primary,
  html[dir="rtl"] .vans_dialog__button--primary, html:not([dir="rtl"]) .vans_dialog__button--secondary,
  html[dir="rtl"] .vans_dialog__button--secondary {
    padding-bottom: 0; }
  .vans_dialog__button--primary:focus, .vans_dialog__button--secondary:focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
    border-radius: 0.5px; }
  .vans_dialog__button--primary__value, .vans_dialog__button--secondary__value {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block; }
  html:not([dir="rtl"]) .vans_dialog__button--primary,
  html[dir="rtl"] .vans_dialog__button--primary, html:not([dir="rtl"]) .vans_dialog__button--secondary,
  html[dir="rtl"] .vans_dialog__button--secondary {
    margin-top: 12px; }
  html .vans_dialog__button--primary, html .vans_dialog__button--secondary {
    text-align: center; }
  @media only screen and (min-width: 480px) {
    .vans_dialog__button--primary, .vans_dialog__button--secondary {
      width: auto; }
      html:not([dir="rtl"]) .vans_dialog__button--primary, html:not([dir="rtl"]) .vans_dialog__button--secondary {
        margin-right: 12px; }
      html[dir="rtl"] .vans_dialog__button--primary, html[dir="rtl"] .vans_dialog__button--secondary {
        margin-left: 12px; } }
  html:not([dir="rtl"]) .vans_dialog__button--primary:last-child, html:not([dir="rtl"]) .vans_dialog__button--secondary:last-child {
    margin-right: 0; }
  html[dir="rtl"] .vans_dialog__button--primary:last-child, html[dir="rtl"] .vans_dialog__button--secondary:last-child {
    margin-left: 0; }
  .vans_dialog__button--primary.-hidden, .vans_dialog__button--secondary.-hidden {
    display: none; }

.vans_dialog__button--primary, [class*="vans_theme-"] .vans_dialog__button--primary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary, .vans_theme-light .vans_dialog__button--primary, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary {
  color: #fff;
  background: #333; }
  .vans_dialog__button--primary::after, [class*="vans_theme-"] .vans_dialog__button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary::after, .vans_theme-light .vans_dialog__button--primary::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary::after {
    border-color: transparent; }
  .vans_dialog__button--primary::after, [class*="vans_theme-"] .vans_dialog__button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary::after, .vans_theme-light .vans_dialog__button--primary::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary::after { }
  html.-hover .vans_dialog__button--primary:hover, html.-hover [class*="vans_theme-"] .vans_dialog__button--primary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary:hover, html.-hover .vans_theme-light .vans_dialog__button--primary:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary:hover {
    background: #242424; }
  .vans_dialog__button--primary:focus, [class*="vans_theme-"] .vans_dialog__button--primary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary:focus, .vans_theme-light .vans_dialog__button--primary:focus, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary:focus {
    background: #242424; }
  .vans_dialog__button--primary.-active,
  html.-hover .vans_dialog__button--primary:active:hover, .vans_dialog__button--primary:active:focus, [class*="vans_theme-"] .vans_dialog__button--primary.-active,
  html.-hover [class*="vans_theme-"] .vans_dialog__button--primary:active:hover, [class*="vans_theme-"] .vans_dialog__button--primary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary:active:focus, .vans_theme-light .vans_dialog__button--primary.-active,
  html.-hover .vans_theme-light .vans_dialog__button--primary:active:hover, .vans_theme-light .vans_dialog__button--primary:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-active,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary:active:focus {
    color: #fff;
    background: #242424; }
    .vans_dialog__button--primary.-active::after,
    html.-hover .vans_dialog__button--primary:active:hover::after, .vans_dialog__button--primary:active:focus::after, [class*="vans_theme-"] .vans_dialog__button--primary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--primary:active:hover::after, [class*="vans_theme-"] .vans_dialog__button--primary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary:active:focus::after, .vans_theme-light .vans_dialog__button--primary.-active::after,
    html.-hover .vans_theme-light .vans_dialog__button--primary:active:hover::after, .vans_theme-light .vans_dialog__button--primary:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_dialog__button--primary.-disabled,
  html.-hover .vans_dialog__button--primary.-disabled:hover,
  html.-hover .vans_dialog__button--primary.-disabled:active:hover, .vans_dialog__button--primary[disabled],
  html.-hover .vans_dialog__button--primary[disabled]:hover,
  html.-hover .vans_dialog__button--primary[disabled]:active:hover, [class*="vans_theme-"] .vans_dialog__button--primary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:active:hover, [class*="vans_theme-"] .vans_dialog__button--primary[disabled],
  html.-hover [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:active:hover, .vans_theme-light .vans_dialog__button--primary.-disabled,
  html.-hover .vans_theme-light .vans_dialog__button--primary.-disabled:hover,
  html.-hover .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover, .vans_theme-light .vans_dialog__button--primary[disabled],
  html.-hover .vans_theme-light .vans_dialog__button--primary[disabled]:hover,
  html.-hover .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled],
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover {
    background-color: #333; }
    .vans_dialog__button--primary.-disabled::after,
    html.-hover .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover .vans_dialog__button--primary.-disabled:active:hover::after, .vans_dialog__button--primary[disabled]::after,
    html.-hover .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover .vans_dialog__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_dialog__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_dialog__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:active:hover::after, .vans_theme-light .vans_dialog__button--primary.-disabled::after,
    html.-hover .vans_theme-light .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover::after, .vans_theme-light .vans_dialog__button--primary[disabled]::after,
    html.-hover .vans_theme-light .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_dialog__button--primary.-disabled::after,
    html.-hover .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover .vans_dialog__button--primary.-disabled:active:hover::after, .vans_dialog__button--primary[disabled]::after,
    html.-hover .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover .vans_dialog__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_dialog__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_dialog__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:active:hover::after, .vans_theme-light .vans_dialog__button--primary.-disabled::after,
    html.-hover .vans_theme-light .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover::after, .vans_theme-light .vans_dialog__button--primary[disabled]::after,
    html.-hover .vans_theme-light .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_dialog__button--primary.-disabled::after,
      html[dir="rtl"] .vans_dialog__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_dialog__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_dialog__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_dialog__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_dialog__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_dialog__button--primary[disabled]::after,
      html[dir="rtl"] .vans_dialog__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_dialog__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_dialog__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_dialog__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_dialog__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_dialog__button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_dialog__button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_dialog__button--primary.-disabled::after,
      html[dir="rtl"] .vans_theme-light .vans_dialog__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_dialog__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_dialog__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_dialog__button--primary[disabled]::after,
      html[dir="rtl"] .vans_theme-light .vans_dialog__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_dialog__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_dialog__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--primary[disabled]:active:hover::after {
        border-width: 1px; }

.vans_theme-dark .vans_dialog__button--primary, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary {
  color: #333;
  background: #ececec; }
  .vans_theme-dark .vans_dialog__button--primary::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary::after {
    border-color: transparent; }
  .vans_theme-dark .vans_dialog__button--primary::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary::after { }
  html.-hover .vans_theme-dark .vans_dialog__button--primary:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary:hover {
    background: #d9d9d9; }
  .vans_theme-dark .vans_dialog__button--primary:focus, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary:focus {
    background: #d9d9d9; }
  .vans_theme-dark .vans_dialog__button--primary.-active,
  html.-hover .vans_theme-dark .vans_dialog__button--primary:active:hover, .vans_theme-dark .vans_dialog__button--primary:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-active,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary:active:focus {
    color: #333;
    background: #d9d9d9; }
    .vans_theme-dark .vans_dialog__button--primary.-active::after,
    html.-hover .vans_theme-dark .vans_dialog__button--primary:active:hover::after, .vans_theme-dark .vans_dialog__button--primary:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_theme-dark .vans_dialog__button--primary.-disabled,
  html.-hover .vans_theme-dark .vans_dialog__button--primary.-disabled:hover,
  html.-hover .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover, .vans_theme-dark .vans_dialog__button--primary[disabled],
  html.-hover .vans_theme-dark .vans_dialog__button--primary[disabled]:hover,
  html.-hover .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled],
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover {
    background-color: #ececec; }
    .vans_theme-dark .vans_dialog__button--primary.-disabled::after,
    html.-hover .vans_theme-dark .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover::after, .vans_theme-dark .vans_dialog__button--primary[disabled]::after,
    html.-hover .vans_theme-dark .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_dialog__button--primary.-disabled::after,
    html.-hover .vans_theme-dark .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover::after, .vans_theme-dark .vans_dialog__button--primary[disabled]::after,
    html.-hover .vans_theme-dark .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_dialog__button--primary.-disabled::after,
      html[dir="rtl"] .vans_theme-dark .vans_dialog__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_dialog__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_dialog__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_dialog__button--primary[disabled]::after,
      html[dir="rtl"] .vans_theme-dark .vans_dialog__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_dialog__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_dialog__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--primary[disabled]:active:hover::after {
        border-width: 1px; }

.vans_dialog__button--secondary, [class*="vans_theme-"] .vans_dialog__button--secondary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary, .vans_theme-light .vans_dialog__button--secondary, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary {
  color: #333;
  background: #ececec; }
  .vans_dialog__button--secondary::after, [class*="vans_theme-"] .vans_dialog__button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary::after, .vans_theme-light .vans_dialog__button--secondary::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary::after {
    border-color: transparent; }
  .vans_dialog__button--secondary::after, [class*="vans_theme-"] .vans_dialog__button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary::after, .vans_theme-light .vans_dialog__button--secondary::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary::after { }
  html.-hover .vans_dialog__button--secondary:hover, html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary:hover, html.-hover .vans_theme-light .vans_dialog__button--secondary:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary:hover {
    background: #d9d9d9; }
  .vans_dialog__button--secondary:focus, [class*="vans_theme-"] .vans_dialog__button--secondary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary:focus, .vans_theme-light .vans_dialog__button--secondary:focus, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary:focus {
    background: #d9d9d9; }
  .vans_dialog__button--secondary.-active,
  html.-hover .vans_dialog__button--secondary:active:hover, .vans_dialog__button--secondary:active:focus, [class*="vans_theme-"] .vans_dialog__button--secondary.-active,
  html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary:active:hover, [class*="vans_theme-"] .vans_dialog__button--secondary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary:active:focus, .vans_theme-light .vans_dialog__button--secondary.-active,
  html.-hover .vans_theme-light .vans_dialog__button--secondary:active:hover, .vans_theme-light .vans_dialog__button--secondary:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-active,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary:active:focus {
    color: #333;
    background: #d9d9d9; }
    .vans_dialog__button--secondary.-active::after,
    html.-hover .vans_dialog__button--secondary:active:hover::after, .vans_dialog__button--secondary:active:focus::after, [class*="vans_theme-"] .vans_dialog__button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary:active:hover::after, [class*="vans_theme-"] .vans_dialog__button--secondary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary:active:focus::after, .vans_theme-light .vans_dialog__button--secondary.-active::after,
    html.-hover .vans_theme-light .vans_dialog__button--secondary:active:hover::after, .vans_theme-light .vans_dialog__button--secondary:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_dialog__button--secondary.-disabled,
  html.-hover .vans_dialog__button--secondary.-disabled:hover,
  html.-hover .vans_dialog__button--secondary.-disabled:active:hover, .vans_dialog__button--secondary[disabled],
  html.-hover .vans_dialog__button--secondary[disabled]:hover,
  html.-hover .vans_dialog__button--secondary[disabled]:active:hover, [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:active:hover, [class*="vans_theme-"] .vans_dialog__button--secondary[disabled],
  html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:active:hover, .vans_theme-light .vans_dialog__button--secondary.-disabled,
  html.-hover .vans_theme-light .vans_dialog__button--secondary.-disabled:hover,
  html.-hover .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover, .vans_theme-light .vans_dialog__button--secondary[disabled],
  html.-hover .vans_theme-light .vans_dialog__button--secondary[disabled]:hover,
  html.-hover .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled],
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover {
    background-color: #ececec; }
    .vans_dialog__button--secondary.-disabled::after,
    html.-hover .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover .vans_dialog__button--secondary.-disabled:active:hover::after, .vans_dialog__button--secondary[disabled]::after,
    html.-hover .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover .vans_dialog__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:active:hover::after, .vans_theme-light .vans_dialog__button--secondary.-disabled::after,
    html.-hover .vans_theme-light .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover::after, .vans_theme-light .vans_dialog__button--secondary[disabled]::after,
    html.-hover .vans_theme-light .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_dialog__button--secondary.-disabled::after,
    html.-hover .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover .vans_dialog__button--secondary.-disabled:active:hover::after, .vans_dialog__button--secondary[disabled]::after,
    html.-hover .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover .vans_dialog__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:active:hover::after, .vans_theme-light .vans_dialog__button--secondary.-disabled::after,
    html.-hover .vans_theme-light .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover::after, .vans_theme-light .vans_dialog__button--secondary[disabled]::after,
    html.-hover .vans_theme-light .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_dialog__button--secondary.-disabled::after,
      html[dir="rtl"] .vans_dialog__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_dialog__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_dialog__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_dialog__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_dialog__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_dialog__button--secondary[disabled]::after,
      html[dir="rtl"] .vans_dialog__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_dialog__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_dialog__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_dialog__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_dialog__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dialog__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_dialog__button--secondary.-disabled::after,
      html[dir="rtl"] .vans_theme-light .vans_dialog__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_dialog__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_dialog__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_dialog__button--secondary[disabled]::after,
      html[dir="rtl"] .vans_theme-light .vans_dialog__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_dialog__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_dialog__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dialog__button--secondary[disabled]:active:hover::after {
        border-width: 1px; }

.vans_theme-dark .vans_dialog__button--secondary, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary {
  color: #fff;
  background: #333; }
  .vans_theme-dark .vans_dialog__button--secondary::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary::after {
    border-color: transparent; }
  .vans_theme-dark .vans_dialog__button--secondary::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary::after { }
  html.-hover .vans_theme-dark .vans_dialog__button--secondary:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary:hover {
    background: #242424; }
  .vans_theme-dark .vans_dialog__button--secondary:focus, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary:focus {
    background: #242424; }
  .vans_theme-dark .vans_dialog__button--secondary.-active,
  html.-hover .vans_theme-dark .vans_dialog__button--secondary:active:hover, .vans_theme-dark .vans_dialog__button--secondary:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-active,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary:active:focus {
    color: #fff;
    background: #242424; }
    .vans_theme-dark .vans_dialog__button--secondary.-active::after,
    html.-hover .vans_theme-dark .vans_dialog__button--secondary:active:hover::after, .vans_theme-dark .vans_dialog__button--secondary:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_theme-dark .vans_dialog__button--secondary.-disabled,
  html.-hover .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover,
  html.-hover .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover, .vans_theme-dark .vans_dialog__button--secondary[disabled],
  html.-hover .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover,
  html.-hover .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled],
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover {
    background-color: #333; }
    .vans_theme-dark .vans_dialog__button--secondary.-disabled::after,
    html.-hover .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover::after, .vans_theme-dark .vans_dialog__button--secondary[disabled]::after,
    html.-hover .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_dialog__button--secondary.-disabled::after,
    html.-hover .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover::after, .vans_theme-dark .vans_dialog__button--secondary[disabled]::after,
    html.-hover .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_dialog__button--secondary.-disabled::after,
      html[dir="rtl"] .vans_theme-dark .vans_dialog__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_dialog__button--secondary[disabled]::after,
      html[dir="rtl"] .vans_theme-dark .vans_dialog__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dialog__button--secondary[disabled]:active:hover::after {
        border-width: 1px; }

html:not([dir="rtl"]) .debug-layer,
html[dir="rtl"] .debug-layer {
  border-top: 1px dashed #aaa; }

html:not([dir="rtl"]) .debug-layer,
html[dir="rtl"] .debug-layer {
  padding: 10px; }

.debug-layer__headline {
  font-weight: 900; }
  html:not([dir="rtl"]) .debug-layer__headline,
  html[dir="rtl"] .debug-layer__headline {
    padding-bottom: 10px; }

.debug-layer__mediaquery {
  display: none; }
  @media only screen and (min-width: 0) and (max-width: 479px) {
    .debug-layer__mediaquery.-mq1-visibility {
      display: inline-block; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .debug-layer__mediaquery.-mq2-visibility {
      display: inline-block; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .debug-layer__mediaquery.-mq3-visibility {
      display: inline-block; } }
  @media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .debug-layer__mediaquery.-mq4-visibility {
      display: inline-block; } }
  @media only screen and (min-width: 1280px) and (max-width: 1439px) {
    .debug-layer__mediaquery.-mq5-visibility {
      display: inline-block; } }
  @media only screen and (min-width: 1440px) {
    .debug-layer__mediaquery.-mq6-visibility {
      display: inline-block; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_dealer-locator__search {
  display: flex;
  align-items: flex-end;
  width: 100%; }

.vans_dealer-locator__search-input-container {
  width: 100%; }
  .vans_dealer-locator__search-input-container, [class*="vans_theme-"] .vans_dealer-locator__search-input-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-locator__search-input-container, .vans_theme-light .vans_dealer-locator__search-input-container, [class*="vans_theme-"] .vans_theme-light .vans_dealer-locator__search-input-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-locator__search-input-container {
    background-color: #fff; }
  .vans_theme-dark .vans_dealer-locator__search-input-container, [class*="vans_theme-"] .vans_theme-dark .vans_dealer-locator__search-input-container, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-locator__search-input-container {
    background-color: #000; }
  html:not([dir="rtl"]) .vans_dealer-locator__search-input-container {
    margin-right: 9px; }
  html[dir="rtl"] .vans_dealer-locator__search-input-container {
    margin-left: 9px; }

html:not([dir="rtl"]) .vans_dealer-locator__search-icon,
html[dir="rtl"] .vans_dealer-locator__search-icon {
  margin: -10px; }

@media only screen and (min-width: 480px) {
  .vans_dealer-locator__search-icon {
    display: none; } }

.vans_dealer-locator__search-label {
  display: none; }
  @media only screen and (min-width: 480px) {
    .vans_dealer-locator__search-label {
      display: inline; } }

.vans_dealer-results {
  position: relative;
  display: block;
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  .vans_dealer-results__label {
    font-size: 1em;
    display: block; }
    html:not([dir="rtl"]) .vans_dealer-results__label,
    html[dir="rtl"] .vans_dealer-results__label {
      margin-bottom: 9px; }
    .vans_dealer-results__label.-disabled {
      color: #999; }
  .vans_dealer-results_invalid .vans_dealer-results__label {
    color: #9f0002; }
  .vans_dealer-results__error {
    color: #9f0002;
    display: block; }
    html:not([dir="rtl"]) .vans_dealer-results__error,
    html[dir="rtl"] .vans_dealer-results__error {
      padding-top: 9px; }
  .vans_dealer-results__info {
    display: block;
    color: #999; }
    html:not([dir="rtl"]) .vans_dealer-results__info,
    html[dir="rtl"] .vans_dealer-results__info {
      padding-top: 6px; }
  .vans_dealer-results__value label {
    min-width: 96px;
    background: transparent;
    border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_dealer-results__value label,
    html[dir="rtl"] .vans_dealer-results__value label {
      padding: 1em; }
    .vans_dealer-results__value label::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_dealer-results__value label::after {
      border-radius: 0 0 0 0; }
  .vans_dealer-results__value input:focus + label::before,
  .vans_dealer-results__value input:focus:checked + label::before,
  html.-hover .vans_dealer-results__value input:focus:checked:hover + label::before {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3); }
  html.-hover .vans_dealer-results__value input:active:hover + label::after,
  .vans_dealer-results__value input:active:focus + label::after {
    box-shadow: inset 0 0 4px transparent; }
  html.-hover .vans_dealer-results__value input:checked:hover + label,
  .vans_dealer-results__value input:checked + label {
    background-color: transparent; }
  .vans_dealer-results__value input[disabled] + label {
    color: #ccc; }
    .vans_dealer-results__value input[disabled] + label::before {
      box-shadow: 0 0 0 3px transparent; }
    .vans_dealer-results__value input[disabled] + label::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_dealer-results__value input:checked[disabled] + label {
    color: #ccc; }
  .vans_dealer-results__value_invalid input:focus + label::before {
    box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
  html.-hover .vans_dealer-results__value_invalid input:active:hover + label::after,
  .vans_dealer-results__value_invalid input:active:focus + label::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_dealer-results__value input {
    position: absolute;
    opacity: 0; }
  .vans_dealer-results__value label {
    position: relative;
    display: block; }
    .vans_dealer-results__value label::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_dealer-results__value label::after {
        right: 0; }
      html[dir="rtl"] .vans_dealer-results__value label::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_dealer-results__value label::after {
        left: 0; }
      html[dir="rtl"] .vans_dealer-results__value label::after {
        right: 0; }
    .vans_dealer-results__value label::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_dealer-results__value label::before {
        right: 0; }
      html[dir="rtl"] .vans_dealer-results__value label::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_dealer-results__value label::before {
        left: 0; }
      html[dir="rtl"] .vans_dealer-results__value label::before {
        right: 0; }
    html:not([dir="rtl"]) .vans_dealer-results__value label:last-of-type {
      margin-right: 0; }
    html[dir="rtl"] .vans_dealer-results__value label:last-of-type {
      margin-left: 0; }
  html.-hover .vans_dealer-results__value input:hover + label {
    z-index: 3; }
  .vans_dealer-results__value input:focus + label {
    z-index: 3; }
  .vans_dealer-results__value input:checked + label {
    z-index: 4; }
  .vans_dealer-results__value label, [class*="vans_theme-"] .vans_dealer-results__value label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value label, .vans_theme-light .vans_dealer-results__value label, [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value label {
    background: #f8f8f8; }
    html:not([dir="rtl"]) .vans_dealer-results__value label,
    html[dir="rtl"] .vans_dealer-results__value label, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_dealer-results__value label,
    html[dir="rtl"] [class*="vans_theme-"] .vans_dealer-results__value label, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value label,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value label, html:not([dir="rtl"]) .vans_theme-light .vans_dealer-results__value label,
    html[dir="rtl"] .vans_theme-light .vans_dealer-results__value label, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value label,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value label, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value label,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value label {
      padding: 18px 24px; }
    .vans_dealer-results__value label::after, [class*="vans_theme-"] .vans_dealer-results__value label::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value label::after, .vans_theme-light .vans_dealer-results__value label::after, [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value label::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value label::after { }
  html.-hover .vans_dealer-results__value input:hover + label, html.-hover [class*="vans_theme-"] .vans_dealer-results__value input:hover + label, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:hover + label, html.-hover .vans_theme-light .vans_dealer-results__value input:hover + label, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:hover + label, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:hover + label {
    background: #f8f8f8; }
    html.-hover .vans_dealer-results__value input:hover + label::after, html.-hover [class*="vans_theme-"] .vans_dealer-results__value input:hover + label::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:hover + label::after, html.-hover .vans_theme-light .vans_dealer-results__value input:hover + label::after, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:hover + label::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:hover + label::after {
      border-color: #00adef;
      border-style: solid; }
      html:not([dir="rtl"]) html.-hover .vans_dealer-results__value input:hover + label::after,
      html[dir="rtl"] html.-hover .vans_dealer-results__value input:hover + label::after, html:not([dir="rtl"]) html.-hover [class*="vans_theme-"] .vans_dealer-results__value input:hover + label::after,
      html[dir="rtl"] html.-hover [class*="vans_theme-"] .vans_dealer-results__value input:hover + label::after, html:not([dir="rtl"]) html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:hover + label::after,
      html[dir="rtl"] html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:hover + label::after, html:not([dir="rtl"]) html.-hover .vans_theme-light .vans_dealer-results__value input:hover + label::after,
      html[dir="rtl"] html.-hover .vans_theme-light .vans_dealer-results__value input:hover + label::after, html:not([dir="rtl"]) html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:hover + label::after,
      html[dir="rtl"] html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:hover + label::after, html:not([dir="rtl"]) html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:hover + label::after,
      html[dir="rtl"] html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:hover + label::after {
        border-width: 1px; }
  .vans_dealer-results__value input:focus + label::after,
  .vans_dealer-results__value input:focus:checked + label::after,
  html.-hover .vans_dealer-results__value input:focus:checked:hover + label::after, [class*="vans_theme-"] .vans_dealer-results__value input:focus + label::after,
  [class*="vans_theme-"] .vans_dealer-results__value input:focus:checked + label::after,
  html.-hover [class*="vans_theme-"] .vans_dealer-results__value input:focus:checked:hover + label::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:focus + label::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:focus:checked + label::after,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:focus:checked:hover + label::after, .vans_theme-light .vans_dealer-results__value input:focus + label::after,
  .vans_theme-light .vans_dealer-results__value input:focus:checked + label::after,
  html.-hover .vans_theme-light .vans_dealer-results__value input:focus:checked:hover + label::after, [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus + label::after,
  [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus:checked + label::after,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus:checked:hover + label::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus + label::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus:checked + label::after,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus:checked:hover + label::after {
    border-color: #00adef;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_dealer-results__value input:focus + label::after,
    html[dir="rtl"] .vans_dealer-results__value input:focus + label::after, html:not([dir="rtl"])
    .vans_dealer-results__value input:focus:checked + label::after,
    html[dir="rtl"]
    .vans_dealer-results__value input:focus:checked + label::after, html:not([dir="rtl"])
    html.-hover .vans_dealer-results__value input:focus:checked:hover + label::after,
    html[dir="rtl"]
    html.-hover .vans_dealer-results__value input:focus:checked:hover + label::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_dealer-results__value input:focus + label::after,
    html[dir="rtl"] [class*="vans_theme-"] .vans_dealer-results__value input:focus + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] .vans_dealer-results__value input:focus:checked + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] .vans_dealer-results__value input:focus:checked + label::after, html:not([dir="rtl"])
    html.-hover [class*="vans_theme-"] .vans_dealer-results__value input:focus:checked:hover + label::after,
    html[dir="rtl"]
    html.-hover [class*="vans_theme-"] .vans_dealer-results__value input:focus:checked:hover + label::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:focus + label::after,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:focus + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:focus:checked + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:focus:checked + label::after, html:not([dir="rtl"])
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:focus:checked:hover + label::after,
    html[dir="rtl"]
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:focus:checked:hover + label::after, html:not([dir="rtl"]) .vans_theme-light .vans_dealer-results__value input:focus + label::after,
    html[dir="rtl"] .vans_theme-light .vans_dealer-results__value input:focus + label::after, html:not([dir="rtl"])
    .vans_theme-light .vans_dealer-results__value input:focus:checked + label::after,
    html[dir="rtl"]
    .vans_theme-light .vans_dealer-results__value input:focus:checked + label::after, html:not([dir="rtl"])
    html.-hover .vans_theme-light .vans_dealer-results__value input:focus:checked:hover + label::after,
    html[dir="rtl"]
    html.-hover .vans_theme-light .vans_dealer-results__value input:focus:checked:hover + label::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus + label::after,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus:checked + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus:checked + label::after, html:not([dir="rtl"])
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus:checked:hover + label::after,
    html[dir="rtl"]
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus:checked:hover + label::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus + label::after,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus:checked + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus:checked + label::after, html:not([dir="rtl"])
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus:checked:hover + label::after,
    html[dir="rtl"]
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:focus:checked:hover + label::after {
      border-width: 1px; }
  html.-hover .vans_dealer-results__value input:checked:hover + label,
  .vans_dealer-results__value input:checked + label, html.-hover [class*="vans_theme-"] .vans_dealer-results__value input:checked:hover + label,
  [class*="vans_theme-"] .vans_dealer-results__value input:checked + label, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:checked:hover + label,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:checked + label, html.-hover .vans_theme-light .vans_dealer-results__value input:checked:hover + label,
  .vans_theme-light .vans_dealer-results__value input:checked + label, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:checked:hover + label,
  [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:checked + label, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:checked:hover + label,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:checked + label {
    background-color: #f8f8f8; }
    html.-hover .vans_dealer-results__value input:checked:hover + label::after,
    .vans_dealer-results__value input:checked + label::after, html.-hover [class*="vans_theme-"] .vans_dealer-results__value input:checked:hover + label::after,
    [class*="vans_theme-"] .vans_dealer-results__value input:checked + label::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:checked:hover + label::after,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value input:checked + label::after, html.-hover .vans_theme-light .vans_dealer-results__value input:checked:hover + label::after,
    .vans_theme-light .vans_dealer-results__value input:checked + label::after, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:checked:hover + label::after,
    [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:checked + label::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:checked:hover + label::after,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value input:checked + label::after {
      border-color: transparent; }
  html.-hover .vans_dealer-results__value_invalid input:hover + label::after,
  .vans_dealer-results__value_invalid input:focus + label::after,
  .vans_dealer-results__value_invalid input + label::after, html.-hover [class*="vans_theme-"] .vans_dealer-results__value_invalid input:hover + label::after,
  [class*="vans_theme-"] .vans_dealer-results__value_invalid input:focus + label::after,
  [class*="vans_theme-"] .vans_dealer-results__value_invalid input + label::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value_invalid input:hover + label::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value_invalid input:focus + label::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value_invalid input + label::after, html.-hover .vans_theme-light .vans_dealer-results__value_invalid input:hover + label::after,
  .vans_theme-light .vans_dealer-results__value_invalid input:focus + label::after,
  .vans_theme-light .vans_dealer-results__value_invalid input + label::after, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input:hover + label::after,
  [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input:focus + label::after,
  [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input + label::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input:hover + label::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input:focus + label::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input + label::after {
    border-color: #9f0002;
    border-style: solid; }
    html:not([dir="rtl"]) html.-hover .vans_dealer-results__value_invalid input:hover + label::after,
    html[dir="rtl"] html.-hover .vans_dealer-results__value_invalid input:hover + label::after, html:not([dir="rtl"])
    .vans_dealer-results__value_invalid input:focus + label::after,
    html[dir="rtl"]
    .vans_dealer-results__value_invalid input:focus + label::after, html:not([dir="rtl"])
    .vans_dealer-results__value_invalid input + label::after,
    html[dir="rtl"]
    .vans_dealer-results__value_invalid input + label::after, html:not([dir="rtl"]) html.-hover [class*="vans_theme-"] .vans_dealer-results__value_invalid input:hover + label::after,
    html[dir="rtl"] html.-hover [class*="vans_theme-"] .vans_dealer-results__value_invalid input:hover + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] .vans_dealer-results__value_invalid input:focus + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] .vans_dealer-results__value_invalid input:focus + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] .vans_dealer-results__value_invalid input + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] .vans_dealer-results__value_invalid input + label::after, html:not([dir="rtl"]) html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value_invalid input:hover + label::after,
    html[dir="rtl"] html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value_invalid input:hover + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value_invalid input:focus + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value_invalid input:focus + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value_invalid input + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_dealer-results__value_invalid input + label::after, html:not([dir="rtl"]) html.-hover .vans_theme-light .vans_dealer-results__value_invalid input:hover + label::after,
    html[dir="rtl"] html.-hover .vans_theme-light .vans_dealer-results__value_invalid input:hover + label::after, html:not([dir="rtl"])
    .vans_theme-light .vans_dealer-results__value_invalid input:focus + label::after,
    html[dir="rtl"]
    .vans_theme-light .vans_dealer-results__value_invalid input:focus + label::after, html:not([dir="rtl"])
    .vans_theme-light .vans_dealer-results__value_invalid input + label::after,
    html[dir="rtl"]
    .vans_theme-light .vans_dealer-results__value_invalid input + label::after, html:not([dir="rtl"]) html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input:hover + label::after,
    html[dir="rtl"] html.-hover [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input:hover + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input:focus + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input:focus + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input + label::after, html:not([dir="rtl"]) html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input:hover + label::after,
    html[dir="rtl"] html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input:hover + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input:focus + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input:focus + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_dealer-results__value_invalid input + label::after {
      border-width: 1px; }
  .vans_theme-dark .vans_dealer-results__value label, [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value label {
    background: #1f1f1f; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_dealer-results__value label,
    html[dir="rtl"] .vans_theme-dark .vans_dealer-results__value label, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value label,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value label, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value label,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value label {
      padding: 18px 24px; }
    .vans_theme-dark .vans_dealer-results__value label::after, [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value label::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value label::after { }
  html.-hover .vans_theme-dark .vans_dealer-results__value input:hover + label, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:hover + label, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:hover + label {
    background: #1f1f1f; }
    html.-hover .vans_theme-dark .vans_dealer-results__value input:hover + label::after, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:hover + label::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:hover + label::after {
      border-color: #00adef;
      border-style: solid; }
      html:not([dir="rtl"]) html.-hover .vans_theme-dark .vans_dealer-results__value input:hover + label::after,
      html[dir="rtl"] html.-hover .vans_theme-dark .vans_dealer-results__value input:hover + label::after, html:not([dir="rtl"]) html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:hover + label::after,
      html[dir="rtl"] html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:hover + label::after, html:not([dir="rtl"]) html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:hover + label::after,
      html[dir="rtl"] html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:hover + label::after {
        border-width: 1px; }
  .vans_theme-dark .vans_dealer-results__value input:focus + label::after,
  .vans_theme-dark .vans_dealer-results__value input:focus:checked + label::after,
  html.-hover .vans_theme-dark .vans_dealer-results__value input:focus:checked:hover + label::after, [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus + label::after,
  [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus:checked + label::after,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus:checked:hover + label::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus + label::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus:checked + label::after,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus:checked:hover + label::after {
    border-color: #00adef;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_dealer-results__value input:focus + label::after,
    html[dir="rtl"] .vans_theme-dark .vans_dealer-results__value input:focus + label::after, html:not([dir="rtl"])
    .vans_theme-dark .vans_dealer-results__value input:focus:checked + label::after,
    html[dir="rtl"]
    .vans_theme-dark .vans_dealer-results__value input:focus:checked + label::after, html:not([dir="rtl"])
    html.-hover .vans_theme-dark .vans_dealer-results__value input:focus:checked:hover + label::after,
    html[dir="rtl"]
    html.-hover .vans_theme-dark .vans_dealer-results__value input:focus:checked:hover + label::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus + label::after,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus:checked + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus:checked + label::after, html:not([dir="rtl"])
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus:checked:hover + label::after,
    html[dir="rtl"]
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus:checked:hover + label::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus + label::after,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus:checked + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus:checked + label::after, html:not([dir="rtl"])
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus:checked:hover + label::after,
    html[dir="rtl"]
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:focus:checked:hover + label::after {
      border-width: 1px; }
  html.-hover .vans_theme-dark .vans_dealer-results__value input:checked:hover + label,
  .vans_theme-dark .vans_dealer-results__value input:checked + label, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:checked:hover + label,
  [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:checked + label, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:checked:hover + label,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:checked + label {
    background-color: #1f1f1f; }
    html.-hover .vans_theme-dark .vans_dealer-results__value input:checked:hover + label::after,
    .vans_theme-dark .vans_dealer-results__value input:checked + label::after, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:checked:hover + label::after,
    [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:checked + label::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:checked:hover + label::after,
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value input:checked + label::after {
      border-color: transparent; }
  html.-hover .vans_theme-dark .vans_dealer-results__value_invalid input:hover + label::after,
  .vans_theme-dark .vans_dealer-results__value_invalid input:focus + label::after,
  .vans_theme-dark .vans_dealer-results__value_invalid input + label::after, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input:hover + label::after,
  [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input:focus + label::after,
  [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input + label::after, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input:hover + label::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input:focus + label::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input + label::after {
    border-color: #9f0002;
    border-style: solid; }
    html:not([dir="rtl"]) html.-hover .vans_theme-dark .vans_dealer-results__value_invalid input:hover + label::after,
    html[dir="rtl"] html.-hover .vans_theme-dark .vans_dealer-results__value_invalid input:hover + label::after, html:not([dir="rtl"])
    .vans_theme-dark .vans_dealer-results__value_invalid input:focus + label::after,
    html[dir="rtl"]
    .vans_theme-dark .vans_dealer-results__value_invalid input:focus + label::after, html:not([dir="rtl"])
    .vans_theme-dark .vans_dealer-results__value_invalid input + label::after,
    html[dir="rtl"]
    .vans_theme-dark .vans_dealer-results__value_invalid input + label::after, html:not([dir="rtl"]) html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input:hover + label::after,
    html[dir="rtl"] html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input:hover + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input:focus + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input:focus + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input + label::after, html:not([dir="rtl"]) html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input:hover + label::after,
    html[dir="rtl"] html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input:hover + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input:focus + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input:focus + label::after, html:not([dir="rtl"])
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input + label::after,
    html[dir="rtl"]
    [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_dealer-results__value_invalid input + label::after {
      border-width: 1px; }
  :lang(ko) .vans_dealer-results {
    font-family: MBKCorporateSRegular, sans-serif; }
  .vans_dealer-results__label {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_dealer-results__label {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  .vans_dealer-results__value {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden; }
    html:not([dir="rtl"]) .vans_dealer-results__value {
      margin-left: -12px; }
    html[dir="rtl"] .vans_dealer-results__value {
      margin-right: -12px; }
    html:not([dir="rtl"]) .vans_dealer-results__value {
      margin-right: -12px; }
    html[dir="rtl"] .vans_dealer-results__value {
      margin-left: -12px; }
  .vans_dealer-results__value-label {
    width: 100%;
    display: flex; }
    html:not([dir="rtl"]) .vans_dealer-results__value-label,
    html[dir="rtl"] .vans_dealer-results__value-label {
      padding-top: 18px; }
    html:not([dir="rtl"]) .vans_dealer-results__value-label {
      padding-left: 12px; }
    html[dir="rtl"] .vans_dealer-results__value-label {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_dealer-results__value-label {
      padding-right: 12px; }
    html[dir="rtl"] .vans_dealer-results__value-label {
      padding-left: 12px; }
    html[dir="rtl"] .vans_dealer-results__value-label {
      left: 0; }
    @media only screen and (min-width: 768px) {
      .vans_dealer-results__value-label {
        width: 50%; }
        html:not([dir="rtl"]) .vans_dealer-results__value-label,
        html[dir="rtl"] .vans_dealer-results__value-label {
          padding-top: 24px; }
        .vans_dealer-results__value-label.-checked {
          width: 100%; } }
    .vans_dealer-results__value-label label {
      width: 100%; }
  .vans_dealer-results__error {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px; }
    :lang(ko) .vans_dealer-results__error {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_dealer-results__title, .vans_dealer-results__address, .vans_dealer-results__phone, .vans_dealer-results__fax {
    display: block;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    html:not([dir="rtl"]) .vans_dealer-results__title,
    html[dir="rtl"] .vans_dealer-results__title, html:not([dir="rtl"]) .vans_dealer-results__address,
    html[dir="rtl"] .vans_dealer-results__address, html:not([dir="rtl"]) .vans_dealer-results__phone,
    html[dir="rtl"] .vans_dealer-results__phone, html:not([dir="rtl"]) .vans_dealer-results__fax,
    html[dir="rtl"] .vans_dealer-results__fax {
      margin-top: 12px; }
    :lang(ko) .vans_dealer-results__title, :lang(ko) .vans_dealer-results__address, :lang(ko) .vans_dealer-results__phone, :lang(ko) .vans_dealer-results__fax {
      font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_dealer-results__phone + .vans_dealer-results__fax,
  html[dir="rtl"] .vans_dealer-results__phone + .vans_dealer-results__fax {
    margin-top: 6px; }
  .vans_dealer-results__title {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    html:not([dir="rtl"]) .vans_dealer-results__title,
    html[dir="rtl"] .vans_dealer-results__title {
      margin-top: 0; }
    :lang(ko) .vans_dealer-results__title {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  .vans_dealer-results__header {
    display: block;
    width: 100%; }
    html:not([dir="rtl"]) .vans_dealer-results__header,
    html[dir="rtl"] .vans_dealer-results__header {
      margin-bottom: -2px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_dealer-results__header,
      html[dir="rtl"] .vans_dealer-results__header {
        margin-bottom: -8px; } }
    html:not([dir="rtl"]) .vans_dealer-results__header,
    html[dir="rtl"] .vans_dealer-results__header {
      padding-top: 1em; }
    @media only screen and (min-width: 0) {
      .vans_dealer-results__header {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_dealer-results__header {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_dealer-results__header {
        font-size: 33px;
        line-height: 33px; } }
  .vans_dealer-results__counter, .vans_dealer-results__selected {
    display: block;
    width: 100%;
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999; }
    html:not([dir="rtl"]) .vans_dealer-results__counter, html:not([dir="rtl"]) .vans_dealer-results__selected {
      padding-left: 12px; }
    html[dir="rtl"] .vans_dealer-results__counter, html[dir="rtl"] .vans_dealer-results__selected {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_dealer-results__counter, html:not([dir="rtl"]) .vans_dealer-results__selected {
      padding-right: 12px; }
    html[dir="rtl"] .vans_dealer-results__counter, html[dir="rtl"] .vans_dealer-results__selected {
      padding-left: 12px; }
    :lang(ko) .vans_dealer-results__counter, :lang(ko) .vans_dealer-results__selected {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  .vans_dealer-results__button-container {
    width: 100%; }
    html:not([dir="rtl"]) .vans_dealer-results__button-container,
    html[dir="rtl"] .vans_dealer-results__button-container {
      padding-top: 12px; }
    html:not([dir="rtl"]) .vans_dealer-results__button-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_dealer-results__button-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_dealer-results__button-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_dealer-results__button-container {
      padding-left: 12px; }
    .vans_dealer-results__button-container--center {
      line-height: 0 !important;
      width: 100%; }
      html:not([dir="rtl"]) .vans_dealer-results__button-container--center,
      html[dir="rtl"] .vans_dealer-results__button-container--center {
        padding-top: 1em; }
      @media only screen and (min-width: 0) {
        .vans_dealer-results__button-container--center {
          font-size: 18px;
          line-height: 18px; } }
      @media only screen and (min-width: 768px) {
        .vans_dealer-results__button-container--center {
          font-size: 26px;
          line-height: 26px; } }
      @media only screen and (min-width: 1280px) {
        .vans_dealer-results__button-container--center {
          font-size: 33px;
          line-height: 33px; } }
      html .vans_dealer-results__button-container--center {
        text-align: center; }
  .vans_dealer-results__reset {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_dealer-results__reset {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_dealer-results__reset:active:hover, .vans_dealer-results__reset:focus,
    html.-hover .vans_dealer-results__reset:hover {
      color: #00adef; }
    .vans_dealer-results__reset:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
  .vans_dealer-results .vans_input__error,
  .vans_dealer-results .vans_radio__error {
    width: 100%; }
    html:not([dir="rtl"]) .vans_dealer-results .vans_input__error, html:not([dir="rtl"]) .vans_dealer-results .vans_radio__error {
      padding-left: 12px; }
    html[dir="rtl"] .vans_dealer-results .vans_input__error, html[dir="rtl"] .vans_dealer-results .vans_radio__error {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_dealer-results .vans_input__error, html:not([dir="rtl"]) .vans_dealer-results .vans_radio__error {
      padding-right: 12px; }
    html[dir="rtl"] .vans_dealer-results .vans_input__error, html[dir="rtl"] .vans_dealer-results .vans_radio__error {
      padding-left: 12px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_datepicker {
  position: relative;
  display: block;
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  .vans_datepicker__label {
    font-size: 1em;
    display: block; }
    html:not([dir="rtl"]) .vans_datepicker__label,
    html[dir="rtl"] .vans_datepicker__label {
      margin-bottom: 9px; }
    .vans_datepicker__label.-disabled {
      color: #999; }
  .vans_datepicker_invalid .vans_datepicker__label {
    color: #9f0002; }
  .vans_datepicker__error {
    color: #9f0002;
    display: block; }
    html:not([dir="rtl"]) .vans_datepicker__error,
    html[dir="rtl"] .vans_datepicker__error {
      padding-top: 9px; }
  .vans_datepicker__info {
    display: block;
    color: #999; }
    html:not([dir="rtl"]) .vans_datepicker__info,
    html[dir="rtl"] .vans_datepicker__info {
      padding-top: 6px; }
  :lang(ko) .vans_datepicker {
    font-family: MBKCorporateSRegular, sans-serif; }
  .vans_datepicker__label {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_datepicker__label {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
    .vans_datepicker__label.-disabled, [class*="vans_theme-"] .vans_datepicker__label.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_datepicker__label.-disabled, .vans_theme-light .vans_datepicker__label.-disabled, [class*="vans_theme-"] .vans_theme-light .vans_datepicker__label.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_datepicker__label.-disabled {
      color: #ccc; }
    .vans_theme-dark .vans_datepicker__label.-disabled, [class*="vans_theme-"] .vans_theme-dark .vans_datepicker__label.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_datepicker__label.-disabled {
      color: #5c5c5c; }
  .vans_datepicker_invalid .vans_datepicker__label, [class*="vans_theme-"] .vans_datepicker_invalid .vans_datepicker__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_datepicker_invalid .vans_datepicker__label, .vans_theme-light .vans_datepicker_invalid .vans_datepicker__label, [class*="vans_theme-"] .vans_theme-light .vans_datepicker_invalid .vans_datepicker__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_datepicker_invalid .vans_datepicker__label {
    color: #9f0002; }
  .vans_theme-dark .vans_datepicker_invalid .vans_datepicker__label, [class*="vans_theme-"] .vans_theme-dark .vans_datepicker_invalid .vans_datepicker__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_datepicker_invalid .vans_datepicker__label {
    color: #fff; }
  .vans_datepicker__error {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px; }
    :lang(ko) .vans_datepicker__error {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_theme-dark .vans_datepicker__error, [class*="vans_theme-"] .vans_theme-dark .vans_datepicker__error, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_datepicker__error {
      color: #fff; }
      .vans_theme-dark .vans_datepicker__error > span, [class*="vans_theme-"] .vans_theme-dark .vans_datepicker__error > span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_datepicker__error > span {
        background: #9f0002;
        padding: 6px;
        display: inline-block; }
  .vans_datepicker__value {
    width: 100%; }
    .vans_datepicker__value.-disabled, [class*="vans_theme-"] .vans_datepicker__value.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_datepicker__value.-disabled, .vans_theme-light .vans_datepicker__value.-disabled, [class*="vans_theme-"] .vans_theme-light .vans_datepicker__value.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_datepicker__value.-disabled {
      color: #ccc; }
    .vans_theme-dark .vans_datepicker__value.-disabled, [class*="vans_theme-"] .vans_theme-dark .vans_datepicker__value.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_datepicker__value.-disabled {
      color: #5c5c5c; }
    .vans_datepicker__value input {
      box-sizing: border-box;
      width: 100%;
      line-height: 38px;
      height: 38px; }
      html:not([dir="rtl"]) .vans_datepicker__value input {
        padding-left: 1em; }
      html[dir="rtl"] .vans_datepicker__value input {
        padding-right: 1em; }
      html:not([dir="rtl"]) .vans_datepicker__value input {
        padding-right: 1em; }
      html[dir="rtl"] .vans_datepicker__value input {
        padding-left: 1em; }
      html:not([dir="rtl"]) .vans_datepicker__value input {
        text-align: left; }
      html[dir="rtl"] .vans_datepicker__value input {
        text-align: right; }
      .vans_datepicker__value input.-empty {
        color: #999; }
  .vans_datepicker__icon {
    color: currentColor;
    position: absolute;
    top: -1px;
    line-height: 40px;
    width: 40px;
    pointer-events: none; }
    html:not([dir="rtl"]) .vans_datepicker__icon {
      right: 0; }
    html[dir="rtl"] .vans_datepicker__icon {
      left: 0; }
    html .vans_datepicker__icon {
      text-align: center; }
    .vans_datepicker__icon.-disabled, [class*="vans_theme-"] .vans_datepicker__icon.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_datepicker__icon.-disabled, .vans_theme-light .vans_datepicker__icon.-disabled, [class*="vans_theme-"] .vans_theme-light .vans_datepicker__icon.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_datepicker__icon.-disabled {
      color: #ccc; }
    .vans_theme-dark .vans_datepicker__icon.-disabled, [class*="vans_theme-"] .vans_theme-dark .vans_datepicker__icon.-disabled, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_datepicker__icon.-disabled {
      color: #5c5c5c; }
  .vans_datepicker__container {
    overflow: hidden; }
    html:not([dir="rtl"]) .vans_datepicker__container,
    html[dir="rtl"] .vans_datepicker__container {
      border: 1px solid #999; }
    html:not([dir="rtl"]) .vans_datepicker__container.-disabled,
    html[dir="rtl"] .vans_datepicker__container.-disabled {
      border: 1px solid #ccc; }
    html.-hover .vans_datepicker__container:hover {
      border-color: #00adef; }
    html .vans_datepicker__container_invalid,
    html.-hover .vans_datepicker__container_invalid:hover {
      border-color: #9f0002; }
  .vans_datepicker__calendar {
    width: 100%; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_core-nav-flyout {
  background: #fff;
  color: #333; }
  html:not([dir="rtl"]) .vans_core-nav-flyout,
  html[dir="rtl"] .vans_core-nav-flyout {
    border: 0; }
  html:not([dir="rtl"]) .vans_core-nav-flyout,
  html[dir="rtl"] .vans_core-nav-flyout {
    border-bottom: 1px solid #ccc; }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_core-nav-flyout__quick-links,
    html[dir="rtl"] .vans_core-nav-flyout__quick-links {
      border: 0; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__quick-links,
    html[dir="rtl"] .vans_core-nav-flyout__quick-links {
      border-bottom: 1px solid #ddd; } }
  html:not([dir="rtl"]) .vans_core-nav-flyout__language-switcher,
  html[dir="rtl"] .vans_core-nav-flyout__language-switcher {
    border: 0; }
  html:not([dir="rtl"]) .vans_core-nav-flyout__language-switcher,
  html[dir="rtl"] .vans_core-nav-flyout__language-switcher {
    border-bottom: 1px solid #ddd; }
  @media only screen and (min-width: 768px) {
    .vans_core-nav-flyout__language-switcher {
      display: none; } }
  .vans_core-nav-flyout__inner {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_core-nav-flyout__inner,
      html[dir="rtl"] .vans_core-nav-flyout__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_core-nav-flyout__inner,
      html[dir="rtl"] .vans_core-nav-flyout__inner {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_core-nav-flyout__inner,
      html[dir="rtl"] .vans_core-nav-flyout__inner {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_core-nav-flyout__inner,
      html[dir="rtl"] .vans_core-nav-flyout__inner {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_core-nav-flyout__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__inner,
        html[dir="rtl"] .vans_core-nav-flyout__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_core-nav-flyout__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__inner,
        html[dir="rtl"] .vans_core-nav-flyout__inner {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_core-nav-flyout__inner {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__inner,
        html[dir="rtl"] .vans_core-nav-flyout__inner {
          margin: 0 auto; } }
    html:not([dir="rtl"]) .vans_core-nav-flyout__inner,
    html[dir="rtl"] .vans_core-nav-flyout__inner {
      padding-top: 1.25em; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__inner,
    html[dir="rtl"] .vans_core-nav-flyout__inner {
      padding-bottom: 1em; }
    @media only screen and (min-width: 0) {
      .vans_core-nav-flyout__inner {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_core-nav-flyout__inner {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_core-nav-flyout__inner {
        font-size: 33px;
        line-height: 33px; } }
    @media only screen and (min-width: 0) and (max-width: 767px) {
      html:not([dir="rtl"]) .vans_core-nav-flyout__inner,
      html[dir="rtl"] .vans_core-nav-flyout__inner {
        padding-top: 36px; } }
    .vans_core-nav-flyout__inner--switcher {
      display: flex;
      position: relative;
      flex-wrap: wrap; }
      @media only screen and (min-width: 0) {
        html:not([dir="rtl"]) .vans_core-nav-flyout__inner--switcher,
        html[dir="rtl"] .vans_core-nav-flyout__inner--switcher {
          margin: 0 18px; } }
      @media only screen and (min-width: 480px) {
        html:not([dir="rtl"]) .vans_core-nav-flyout__inner--switcher,
        html[dir="rtl"] .vans_core-nav-flyout__inner--switcher {
          margin: 0 18px; } }
      @media only screen and (min-width: 768px) {
        html:not([dir="rtl"]) .vans_core-nav-flyout__inner--switcher,
        html[dir="rtl"] .vans_core-nav-flyout__inner--switcher {
          margin: 0 32px; } }
      @media only screen and (min-width: 1024px) {
        html:not([dir="rtl"]) .vans_core-nav-flyout__inner--switcher,
        html[dir="rtl"] .vans_core-nav-flyout__inner--switcher {
          margin: 0 44px; } }
      @media only screen and (min-width: 1280px) {
        .vans_core-nav-flyout__inner--switcher {
          width: 1188px; }
          html:not([dir="rtl"]) .vans_core-nav-flyout__inner--switcher,
          html[dir="rtl"] .vans_core-nav-flyout__inner--switcher {
            margin: 0 auto; } }
      @media only screen and (min-width: 1440px) {
        .vans_core-nav-flyout__inner--switcher {
          width: 1188px; }
          html:not([dir="rtl"]) .vans_core-nav-flyout__inner--switcher,
          html[dir="rtl"] .vans_core-nav-flyout__inner--switcher {
            margin: 0 auto; } }
      @media only screen and (min-width: 1921px) {
        .vans_core-nav-flyout__inner--switcher {
          width: 1188px; }
          html:not([dir="rtl"]) .vans_core-nav-flyout__inner--switcher,
          html[dir="rtl"] .vans_core-nav-flyout__inner--switcher {
            margin: 0 auto; } }
  @media only screen and (min-width: 0) {
    .vans_core-nav-flyout__section--quick-links {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-left: 6px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-right: 6px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_core-nav-flyout__section--quick-links {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-left: 6px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-right: 6px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_core-nav-flyout__section--quick-links {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-left: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-right: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_core-nav-flyout__section--quick-links {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-left: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-right: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_core-nav-flyout__section--quick-links {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-left: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-right: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_core-nav-flyout__section--quick-links {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-left: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-right: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_core-nav-flyout__section--quick-links {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-left: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--quick-links {
        padding-right: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--quick-links {
        padding-left: 12px; } }
  .vans_core-nav-flyout__section--switcher {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; }
    @media only screen and (min-width: 0) {
      .vans_core-nav-flyout__section--switcher {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-left: 6px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-right: 6px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_core-nav-flyout__section--switcher {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-left: 6px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-right: 6px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_core-nav-flyout__section--switcher {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-left: 12px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-right: 12px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_core-nav-flyout__section--switcher {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-left: 12px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-right: 12px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_core-nav-flyout__section--switcher {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-left: 12px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-right: 12px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_core-nav-flyout__section--switcher {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-left: 12px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-right: 12px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_core-nav-flyout__section--switcher {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-left: 12px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher {
          padding-right: 12px; }
        html[dir="rtl"] .vans_core-nav-flyout__section--switcher {
          padding-left: 12px; } }
    .vans_core-nav-flyout__section--switcher .vans_country-switcher__link {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      color: #333;
      cursor: pointer;
      display: inline-flex; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher .vans_country-switcher__link,
      html[dir="rtl"] .vans_core-nav-flyout__section--switcher .vans_country-switcher__link {
        padding-top: 18px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher .vans_country-switcher__link,
      html[dir="rtl"] .vans_core-nav-flyout__section--switcher .vans_country-switcher__link {
        padding-bottom: 18px; }
      :lang(ko) .vans_core-nav-flyout__section--switcher .vans_country-switcher__link {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_core-nav-flyout__section--switcher .vans_country-switcher__link:hover, .vans_core-nav-flyout__section--switcher .vans_country-switcher__link.-active, .vans_core-nav-flyout__section--switcher .vans_country-switcher__link.-open {
        color: #00adef; }
    .vans_core-nav-flyout__section--switcher .vans_country-switcher__text {
      word-break: break-word; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher .vans_country-switcher__text {
        margin-left: 10px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--switcher .vans_country-switcher__text {
        margin-right: 10px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--switcher .vans_country-switcher__text {
        margin-right: 24px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--switcher .vans_country-switcher__text {
        margin-left: 24px; }
  @media only screen and (min-width: 0) {
    .vans_core-nav-flyout__section--options {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-left: 6px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-right: 6px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_core-nav-flyout__section--options {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-left: 6px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-right: 6px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_core-nav-flyout__section--options {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-left: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-right: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_core-nav-flyout__section--options {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-left: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-right: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_core-nav-flyout__section--options {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-left: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-right: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_core-nav-flyout__section--options {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-left: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-right: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_core-nav-flyout__section--options {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-left: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__section--options {
        padding-right: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__section--options {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_core-nav-flyout__section--options,
  html[dir="rtl"] .vans_core-nav-flyout__section--options {
    padding-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .vans_core-nav-flyout__section--options {
      order: 3;
      padding-bottom: 0; } }
  html:not([dir="rtl"]) .vans_core-nav-flyout__section--all,
  html[dir="rtl"] .vans_core-nav-flyout__section--all {
    padding-top: 28px; }
  html:not([dir="rtl"]) .vans_core-nav-flyout__section--all,
  html[dir="rtl"] .vans_core-nav-flyout__section--all {
    padding-bottom: 24px; }

@media only screen and (min-width: 0) and (max-width: 1023px) and (min-width: 0) {
  .vans_core-nav-flyout__section--all {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-left: 6px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-right: 6px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-left: 6px; } }

@media only screen and (min-width: 0) and (max-width: 1023px) and (min-width: 480px) {
  .vans_core-nav-flyout__section--all {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-left: 6px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-right: 6px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-left: 6px; } }

@media only screen and (min-width: 0) and (max-width: 1023px) and (min-width: 768px) {
  .vans_core-nav-flyout__section--all {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-left: 12px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-right: 12px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-left: 12px; } }

@media only screen and (min-width: 0) and (max-width: 1023px) and (min-width: 1024px) {
  .vans_core-nav-flyout__section--all {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-left: 12px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-right: 12px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-left: 12px; } }

@media only screen and (min-width: 0) and (max-width: 1023px) and (min-width: 1280px) {
  .vans_core-nav-flyout__section--all {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-left: 12px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-right: 12px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-left: 12px; } }

@media only screen and (min-width: 0) and (max-width: 1023px) and (min-width: 1440px) {
  .vans_core-nav-flyout__section--all {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-left: 12px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-right: 12px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-left: 12px; } }

@media only screen and (min-width: 0) and (max-width: 1023px) and (min-width: 1921px) {
  .vans_core-nav-flyout__section--all {
    flex: 0 0 auto;
    width: 50%; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-left: 12px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all {
      padding-right: 12px; }
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-left: 12px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all,
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__section--all,
    html[dir="rtl"] .vans_core-nav-flyout__section--all {
      padding-bottom: 0; } }
  @media only screen and (min-width: 1024px) {
    .vans_core-nav-flyout__section--all {
      width: 100%; } }
  .vans_core-nav-flyout__title {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    display: block; }
    :lang(ko) .vans_core-nav-flyout__title {
      font-family: MBKCorporateSRegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_core-nav-flyout__title {
        font-size: 18px;
        line-height: 23px; } }
    @media only screen and (min-width: 768px) {
      .vans_core-nav-flyout__title {
        font-size: 20px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_core-nav-flyout__title {
        font-size: 22px;
        line-height: 29px; } }
    @media only screen and (min-width: 1024px) {
      .vans_core-nav-flyout__title {
        display: none; } }
    .vans_core-nav-flyout__title--quick-links {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      display: block; }
      :lang(ko) .vans_core-nav-flyout__title--quick-links {
        font-family: MBKCorporateSRegular, sans-serif; }
      @media only screen and (min-width: 0) {
        .vans_core-nav-flyout__title--quick-links {
          font-size: 18px;
          line-height: 23px; } }
      @media only screen and (min-width: 768px) {
        .vans_core-nav-flyout__title--quick-links {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 1280px) {
        .vans_core-nav-flyout__title--quick-links {
          font-size: 22px;
          line-height: 29px; } }
  .vans_core-nav-flyout__links-wrapper--quick-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__links-wrapper--quick-links,
    html[dir="rtl"] .vans_core-nav-flyout__links-wrapper--quick-links {
      padding-top: 18px; }
    @media only screen and (min-width: 768px) {
      .vans_core-nav-flyout__links-wrapper--quick-links {
        flex-direction: row; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__links-wrapper--quick-links,
        html[dir="rtl"] .vans_core-nav-flyout__links-wrapper--quick-links {
          padding-top: 0; } }
  html .vans_core-nav-flyout__links-wrapper--options {
    text-align: center; }
  html:not([dir="rtl"]) .vans_core-nav-flyout__links-wrapper--options,
  html[dir="rtl"] .vans_core-nav-flyout__links-wrapper--options {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_core-nav-flyout__links-wrapper--options {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_core-nav-flyout__links-wrapper--options {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_core-nav-flyout__links-wrapper--options {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    html:not([dir="rtl"]) .vans_core-nav-flyout__links-wrapper--options,
    html[dir="rtl"] .vans_core-nav-flyout__links-wrapper--options {
      padding-top: 0; } }
  html:not([dir="rtl"]) .vans_core-nav-flyout__links-wrapper--all,
  html[dir="rtl"] .vans_core-nav-flyout__links-wrapper--all {
    padding-top: 0.75; }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_core-nav-flyout__links-wrapper--all,
    html[dir="rtl"] .vans_core-nav-flyout__links-wrapper--all {
      padding-top: 0; } }
  .vans_core-nav-flyout__quick-link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer;
    display: block; }
    :lang(ko) .vans_core-nav-flyout__quick-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_core-nav-flyout__quick-link:hover, .vans_core-nav-flyout__quick-link.-active, .vans_core-nav-flyout__quick-link.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__quick-link,
    html[dir="rtl"] .vans_core-nav-flyout__quick-link {
      border: 0; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__quick-link,
    html[dir="rtl"] .vans_core-nav-flyout__quick-link {
      border-bottom: 1px solid #ccc; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__quick-link,
    html[dir="rtl"] .vans_core-nav-flyout__quick-link {
      padding-top: 18px; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__quick-link,
    html[dir="rtl"] .vans_core-nav-flyout__quick-link {
      padding-bottom: 18px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_core-nav-flyout__quick-link {
        margin-right: 32px; }
      html[dir="rtl"] .vans_core-nav-flyout__quick-link {
        margin-left: 32px; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__quick-link,
      html[dir="rtl"] .vans_core-nav-flyout__quick-link {
        padding-bottom: 0; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__quick-link,
      html[dir="rtl"] .vans_core-nav-flyout__quick-link {
        border-bottom: 0; } }
  .vans_core-nav-flyout__option {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999;
    cursor: pointer;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer;
    display: block;
    display: flex; }
    :lang(ko) .vans_core-nav-flyout__option {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_core-nav-flyout__option:hover, .vans_core-nav-flyout__option.-active, .vans_core-nav-flyout__option.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__option .vans_core-nav-flyout__option-title {
      padding-left: 16px; }
    html[dir="rtl"] .vans_core-nav-flyout__option .vans_core-nav-flyout__option-title {
      padding-right: 16px; }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_core-nav-flyout__option .vans_core-nav-flyout__option-title {
        padding-left: 12px; }
      html[dir="rtl"] .vans_core-nav-flyout__option .vans_core-nav-flyout__option-title {
        padding-right: 12px; } }
    :lang(ko) .vans_core-nav-flyout__option {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_core-nav-flyout__option:hover, .vans_core-nav-flyout__option.-active, .vans_core-nav-flyout__option.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__option,
    html[dir="rtl"] .vans_core-nav-flyout__option {
      border: 0; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__option,
    html[dir="rtl"] .vans_core-nav-flyout__option {
      border-bottom: 1px solid #ccc; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__option,
    html[dir="rtl"] .vans_core-nav-flyout__option {
      padding-top: 18px; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__option,
    html[dir="rtl"] .vans_core-nav-flyout__option {
      padding-bottom: 18px; }
    @media only screen and (min-width: 1024px) {
      .vans_core-nav-flyout__option {
        display: inline-flex; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__option,
        html[dir="rtl"] .vans_core-nav-flyout__option {
          padding: 0; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__option {
          margin-right: 1.5em; }
        html[dir="rtl"] .vans_core-nav-flyout__option {
          margin-left: 1.5em; }
        html:not([dir="rtl"]) .vans_core-nav-flyout__option,
        html[dir="rtl"] .vans_core-nav-flyout__option {
          border: 0; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_core-nav-flyout__option {
        margin-right: 3em; }
      html[dir="rtl"] .vans_core-nav-flyout__option {
        margin-left: 3em; } }
  .vans_core-nav-flyout__option-icon {
    width: 32px !important;
    height: 16px; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__option-icon,
    html[dir="rtl"] .vans_core-nav-flyout__option-icon {
      margin-top: -7px; }
    html .vans_core-nav-flyout__option-icon {
      text-align: center; }
    @media only screen and (min-width: 1024px) {
      .vans_core-nav-flyout__option-icon {
        width: auto !important; } }
  .vans_core-nav-flyout__languages {
    display: inline-flex;
    align-items: flex-start; }
  .vans_core-nav-flyout__language-entry {
    position: relative; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__language-entry {
      padding-left: 12px; }
    html[dir="rtl"] .vans_core-nav-flyout__language-entry {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__language-entry {
      padding-right: 12px; }
    html[dir="rtl"] .vans_core-nav-flyout__language-entry {
      padding-left: 12px; }
    .vans_core-nav-flyout__language-entry::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      margin: auto;
      height: 1em;
      color: #ddd; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__language-entry::before {
        right: 0; }
      html[dir="rtl"] .vans_core-nav-flyout__language-entry::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__language-entry::before {
        left: 0; }
      html[dir="rtl"] .vans_core-nav-flyout__language-entry::before {
        right: 0; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__language-entry::before {
        right: auto; }
      html[dir="rtl"] .vans_core-nav-flyout__language-entry::before {
        left: auto; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__language-entry::before {
        border-left: 1px solid; }
      html[dir="rtl"] .vans_core-nav-flyout__language-entry::before {
        border-right: 1px solid; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__language-entry:first-child {
      padding-left: 0; }
    html[dir="rtl"] .vans_core-nav-flyout__language-entry:first-child {
      padding-right: 0; }
    .vans_core-nav-flyout__language-entry:first-child::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      display: none; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__language-entry:first-child::before {
        right: 0; }
      html[dir="rtl"] .vans_core-nav-flyout__language-entry:first-child::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_core-nav-flyout__language-entry:first-child::before {
        left: 0; }
      html[dir="rtl"] .vans_core-nav-flyout__language-entry:first-child::before {
        right: 0; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__language-entry:last-child {
      padding-right: 0; }
    html[dir="rtl"] .vans_core-nav-flyout__language-entry:last-child {
      padding-left: 0; }
  .vans_core-nav-flyout__language-link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999;
    cursor: pointer;
    display: block; }
    :lang(ko) .vans_core-nav-flyout__language-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_core-nav-flyout__language-link:hover, .vans_core-nav-flyout__language-link:focus, .vans_core-nav-flyout__language-link.-active {
      color: #00adef;
      outline: 0; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__language-link,
    html[dir="rtl"] .vans_core-nav-flyout__language-link {
      padding-top: 18px; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__language-link,
    html[dir="rtl"] .vans_core-nav-flyout__language-link {
      padding-bottom: 18px; }
    .vans_core-nav-flyout__language-link.-current {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      color: #333;
      cursor: pointer; }
      :lang(ko) .vans_core-nav-flyout__language-link.-current {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_core-nav-flyout__language-link.-current:hover, .vans_core-nav-flyout__language-link.-current.-active, .vans_core-nav-flyout__language-link.-current.-open {
        color: #00adef; }
    .vans_core-nav-flyout__language-link abbr {
      text-decoration: inherit; }
  .js .vans_core-nav-flyout__accordion-content {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .js .vans_core-nav-flyout__accordion-content.-animate {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
  .vans_core-nav-flyout__accordion-content.-hidden {
    display: none; }
  @media only screen and (min-width: 1024px) {
    .js .vans_core-nav-flyout__accordion-content {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition: none; }
    .vans_core-nav-flyout__accordion-content.-hidden {
      display: block; } }
  html:not([dir="rtl"]) .vans_core-nav-flyout__accordion-content-item,
  html[dir="rtl"] .vans_core-nav-flyout__accordion-content-item {
    border: 0; }
  html:not([dir="rtl"]) .vans_core-nav-flyout__accordion-content-item,
  html[dir="rtl"] .vans_core-nav-flyout__accordion-content-item {
    border-bottom: 1px solid #ddd; }
  .vans_core-nav-flyout__accordion-content-link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    cursor: pointer;
    display: block; }
    :lang(ko) .vans_core-nav-flyout__accordion-content-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_core-nav-flyout__accordion-content-link:hover, .vans_core-nav-flyout__accordion-content-link.-active, .vans_core-nav-flyout__accordion-content-link.-open {
      color: #00adef; }
    html:not([dir="rtl"]) .vans_core-nav-flyout__accordion-content-link {
      padding: 18px 0 18px 2em; }
    html[dir="rtl"] .vans_core-nav-flyout__accordion-content-link {
      padding: 18px 2em 18px 0; }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_core-nav-flyout__accordion-content-link {
        padding-left: 0; }
      html[dir="rtl"] .vans_core-nav-flyout__accordion-content-link {
        padding-right: 0; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_cookie-content__table table,
.vans_cookie-content__table tbody,
.vans_cookie-content__table tfoot,
.vans_cookie-content__table thead,
.vans_cookie-content__table tr,
.vans_cookie-content__table th,
.vans_cookie-content__table td {
  vertical-align: baseline; }

.vans_cookie-content__table table {
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_cookie-content__table table {
      display: table; } }

.vans_cookie-content__table tbody {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_cookie-content__table tbody {
      display: table-row-group; } }

.vans_cookie-content__table tr {
  display: flex;
  flex-direction: column; }
  html:not([dir="rtl"]) .vans_cookie-content__table tr,
  html[dir="rtl"] .vans_cookie-content__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_cookie-content__table tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_cookie-content__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_cookie-content__table tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_cookie-content__table tr, html:not([dir="rtl"]) .vans_theme-light .vans_cookie-content__table tr,
  html[dir="rtl"] .vans_theme-light .vans_cookie-content__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_cookie-content__table tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_cookie-content__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_cookie-content__table tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_cookie-content__table tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_cookie-content__table tr,
  html[dir="rtl"] .vans_cookie-content__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_cookie-content__table tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_cookie-content__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_cookie-content__table tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_cookie-content__table tr, html:not([dir="rtl"]) .vans_theme-light .vans_cookie-content__table tr,
  html[dir="rtl"] .vans_theme-light .vans_cookie-content__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_cookie-content__table tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_cookie-content__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_cookie-content__table tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_cookie-content__table tr {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_cookie-content__table tr,
  html[dir="rtl"] .vans_theme-dark .vans_cookie-content__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_cookie-content__table tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_cookie-content__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_cookie-content__table tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_cookie-content__table tr {
    border: 0; }
  html:not([dir="rtl"]) .vans_theme-dark .vans_cookie-content__table tr,
  html[dir="rtl"] .vans_theme-dark .vans_cookie-content__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_cookie-content__table tr,
  html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_cookie-content__table tr, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_cookie-content__table tr,
  html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_cookie-content__table tr {
    border-bottom: 1px solid #3c3c3c; }
  @media only screen and (min-width: 768px) {
    .vans_cookie-content__table tr {
      display: table-row; } }

.vans_cookie-content__table th,
.vans_cookie-content__table td {
  box-sizing: content-box; }
  html:not([dir="rtl"]) .vans_cookie-content__table th:first-child,
  html[dir="rtl"] .vans_cookie-content__table th:first-child, html:not([dir="rtl"])
  .vans_cookie-content__table td:first-child,
  html[dir="rtl"]
  .vans_cookie-content__table td:first-child {
    padding-top: 18px; }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_cookie-content__table th, html:not([dir="rtl"]) .vans_cookie-content__table td {
      text-align: left !important; }
    html[dir="rtl"] .vans_cookie-content__table th, html[dir="rtl"] .vans_cookie-content__table td {
      text-align: right !important; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_cookie-content__table th,
    html[dir="rtl"] .vans_cookie-content__table th, html:not([dir="rtl"])
    .vans_cookie-content__table td,
    html[dir="rtl"]
    .vans_cookie-content__table td {
      padding: 18px 0; } }

.vans_cookie-content__table th {
  font-family: CorporateSDemi, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_cookie-content__table th {
    font-family: MBKCorporateSRegular, sans-serif;
    font-weight: bold; }
  html:not([dir="rtl"]) .vans_cookie-content__table th {
    text-align: left; }
  html[dir="rtl"] .vans_cookie-content__table th {
    text-align: right; }

.vans_cookie-content__table td {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  :lang(ko) .vans_cookie-content__table td {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_cookie-content__table td,
  html[dir="rtl"] .vans_cookie-content__table td {
    padding-top: 12px; }
  html:not([dir="rtl"]) .vans_cookie-content__table td > *:first-child,
  html[dir="rtl"] .vans_cookie-content__table td > *:first-child {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_cookie-content__table td:last-child,
  html[dir="rtl"] .vans_cookie-content__table td:last-child {
    padding-bottom: 18px; }
  html:not([dir="rtl"]) .vans_cookie-content__table td p,
  html[dir="rtl"] .vans_cookie-content__table td p {
    padding-top: 18px; }
  html:not([dir="rtl"]) .vans_cookie-content__table td p > *:first-child,
  html[dir="rtl"] .vans_cookie-content__table td p > *:first-child {
    padding-top: 0; }
  .vans_cookie-content__table td a {
    color: inherit;
    text-decoration: underline;
    cursor: pointer; }
    html.-hover .vans_cookie-content__table td a:hover, .vans_cookie-content__table td a.-active, .vans_cookie-content__table td a.-open {
      color: #00adef; }

.vans_cookie-content__table img {
  max-width: 272px;
  max-height: 205px; }
  html:not([dir="rtl"]) .vans_cookie-content__table img,
  html[dir="rtl"] .vans_cookie-content__table img {
    padding-top: 16px; }
  @media only screen and (min-width: 768px) {
    .vans_cookie-content__table img {
      max-width: 240px;
      max-height: 180px; } }
  @media only screen and (min-width: 1280px) {
    .vans_cookie-content__table img {
      max-width: 273px;
      max-height: 206px; } }

html:not([dir="rtl"]) .vans_cookie-content__table td, html:not([dir="rtl"]) .vans_cookie-content__table th {
  padding-right: 12px; }

html[dir="rtl"] .vans_cookie-content__table td, html[dir="rtl"] .vans_cookie-content__table th {
  padding-left: 12px; }

html:not([dir="rtl"]) .vans_cookie-content__table td:last-child, html:not([dir="rtl"]) .vans_cookie-content__table th:last-child {
  padding-right: 0; }

html[dir="rtl"] .vans_cookie-content__table td:last-child, html[dir="rtl"] .vans_cookie-content__table th:last-child {
  padding-left: 0; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_confirmation-mail2 {
  width: 100%;
  background: #f8f8f8;
  color: #333; }
  .vans_confirmation-mail2__container {
    background: #fff;
    width: 600px; }
    @media only screen and (max-width: 600px) {
      .vans_confirmation-mail2__container {
        width: 100% !important; } }
  .vans_confirmation-mail2__header {
    background: #000;
    color: #fff; }
  .vans_confirmation-mail2__headline {
    font-family: "CorporateACondensedRegular", serif;
    font-size: 36px;
    color: #333;
    font-weight: normal;
    line-height: 1; }
    html:not([dir="rtl"]) .vans_confirmation-mail2__headline,
    html[dir="rtl"] .vans_confirmation-mail2__headline {
      margin: 0; }
  .vans_confirmation-mail2__section-headline {
    font-family: "CorporateACondensedRegular", serif;
    font-size: 28px;
    color: #333;
    font-weight: normal;
    line-height: 1; }
    html:not([dir="rtl"]) .vans_confirmation-mail2__section-headline,
    html[dir="rtl"] .vans_confirmation-mail2__section-headline {
      margin: 0; }
  .vans_confirmation-mail2__subsection-headline {
    font-family: "CorporateSRegular", -apple-system, sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 1.3; }
    html:not([dir="rtl"]) .vans_confirmation-mail2__subsection-headline,
    html[dir="rtl"] .vans_confirmation-mail2__subsection-headline {
      margin: 0; }
  html:not([dir="rtl"]) .vans_confirmation-mail2__line,
  html[dir="rtl"] .vans_confirmation-mail2__line {
    border: 0; }
  html:not([dir="rtl"]) .vans_confirmation-mail2__line,
  html[dir="rtl"] .vans_confirmation-mail2__line {
    margin: 0; }
  html:not([dir="rtl"]) .vans_confirmation-mail2__line,
  html[dir="rtl"] .vans_confirmation-mail2__line {
    border: 0; }
  html:not([dir="rtl"]) .vans_confirmation-mail2__line,
  html[dir="rtl"] .vans_confirmation-mail2__line {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_confirmation-mail2__line-dark,
  html[dir="rtl"] .vans_confirmation-mail2__line-dark {
    border: 0; }
  html:not([dir="rtl"]) .vans_confirmation-mail2__line-dark,
  html[dir="rtl"] .vans_confirmation-mail2__line-dark {
    margin: 0; }
  html:not([dir="rtl"]) .vans_confirmation-mail2__line-dark,
  html[dir="rtl"] .vans_confirmation-mail2__line-dark {
    border: 0; }
  html:not([dir="rtl"]) .vans_confirmation-mail2__line-dark,
  html[dir="rtl"] .vans_confirmation-mail2__line-dark {
    border-bottom: 1px solid #666; }
  .vans_confirmation-mail2__sub-headline {
    font-family: "CorporateSDemi", sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.3; }
  .vans_confirmation-mail2__copy {
    font-family: "CorporateSRegular", -apple-system, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.3; }
  .vans_confirmation-mail2__copy-light {
    font-family: "CorporateSRegular", -apple-system, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.3; }
  .vans_confirmation-mail2__copy--horizontal {
    font-family: "CorporateSRegular", -apple-system, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.3; }
    html:not([dir="rtl"]) .vans_confirmation-mail2__copy--horizontal {
      text-align: right; }
    html[dir="rtl"] .vans_confirmation-mail2__copy--horizontal {
      text-align: left; }
  .vans_confirmation-mail2__image {
    width: 100%;
    max-width: 410px; }
  .vans_confirmation-mail2__disclaimer {
    font-family: "CorporateSRegular", -apple-system, sans-serif;
    font-size: 14px;
    color: #999;
    line-height: 1.3; }
  .vans_confirmation-mail2__footer {
    background: #000;
    color: #fff; }
  .vans_confirmation-mail2__legal {
    color: #999;
    font-size: 14px;
    line-height: 1.3; }
  .vans_confirmation-mail2__legal-link {
    font-family: "CorporateSRegular", -apple-system, sans-serif;
    font-size: 14px;
    color: #999;
    line-height: 1.3; }
  .vans_confirmation-mail2__social-link {
    color: #fff; }
  .vans_confirmation-mail2__spacer {
    font-size: 1px;
    opacity: 0; }
    .vans_confirmation-mail2__spacer img {
      display: block; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_confirmation-mail {
  width: 100%;
  background: #f8f8f8;
  color: #333; }
  .vans_confirmation-mail__body {
    color: #333; }
  .vans_confirmation-mail__container {
    background: #fff; }
  .vans_confirmation-mail__header {
    background: #000;
    color: white; }
  .vans_confirmation-mail__image--small {
    display: none; }
  .vans_confirmation-mail__image {
    width: 100%; }
  .vans_confirmation-mail__image--large {
    width: 100%; }
  .vans_confirmation-mail__headline1 {
    font-family: "CorporateACondensedRegular", serif;
    font-size: 36px;
    line-height: 1;
    color: #333; }
  .vans_confirmation-mail__headline2 {
    font-family: "CorporateACondensedRegular", serif;
    font-size: 25px;
    line-height: 1;
    color: #333; }
  .vans_confirmation-mail__headline3 {
    font-family: "CorporateSRegular", -apple-system, sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #333; }
  .vans_confirmation-mail__copy {
    font-family: "CorporateSRegular", -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #333; }
  .vans_confirmation-mail__copy-light {
    font-family: "CorporateSRegular", -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: white; }
  .vans_confirmation-mail__value {
    font-family: "CorporateSDemi", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    color: #333; }
    html:not([dir="rtl"]) .vans_confirmation-mail__value {
      text-align: right; }
    html[dir="rtl"] .vans_confirmation-mail__value {
      text-align: left; }
  html:not([dir="rtl"]) .vans_confirmation-mail__line,
  html[dir="rtl"] .vans_confirmation-mail__line {
    border: 0; }
  html:not([dir="rtl"]) .vans_confirmation-mail__line,
  html[dir="rtl"] .vans_confirmation-mail__line {
    margin: 23px 0; }
  html:not([dir="rtl"]) .vans_confirmation-mail__line,
  html[dir="rtl"] .vans_confirmation-mail__line {
    border: 0; }
  html:not([dir="rtl"]) .vans_confirmation-mail__line,
  html[dir="rtl"] .vans_confirmation-mail__line {
    border-bottom: 1px solid #ddd; }
  html:not([dir="rtl"]) .vans_confirmation-mail__line-dark,
  html[dir="rtl"] .vans_confirmation-mail__line-dark {
    border: 0; }
  html:not([dir="rtl"]) .vans_confirmation-mail__line-dark,
  html[dir="rtl"] .vans_confirmation-mail__line-dark {
    margin: 23px 0; }
  html:not([dir="rtl"]) .vans_confirmation-mail__line-dark,
  html[dir="rtl"] .vans_confirmation-mail__line-dark {
    border: 0; }
  html:not([dir="rtl"]) .vans_confirmation-mail__line-dark,
  html[dir="rtl"] .vans_confirmation-mail__line-dark {
    border-bottom: 1px solid #666; }
  .vans_confirmation-mail__footer {
    background: #000;
    color: #fff; }
  .vans_confirmation-mail__footer-title {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff; }
    :lang(ko) .vans_confirmation-mail__footer-title {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_confirmation-mail__footer-social-icon {
    color: #999; }
  .vans_confirmation-mail__disclaimer {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999; }
    :lang(ko) .vans_confirmation-mail__disclaimer {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_confirmation-mail__footer-legal-link {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    cursor: pointer; }
    :lang(ko) .vans_confirmation-mail__footer-legal-link {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_confirmation-mail__footer-legal-link:hover, .vans_confirmation-mail__footer-legal-link.-active, .vans_confirmation-mail__footer-legal-link.-open {
      color: #00adef; }
    html.-hover .vans_confirmation-mail__footer-legal-link:not(:last-child):hover::after {
      color: #999; }
    .vans_confirmation-mail__footer-legal-link:not(:last-child)::after {
      content: ' | '; }
  @media only screen and (max-width: 599px) {
    .vans_confirmation-mail__hidden-s {
      display: none; }
    .vans_confirmation-mail__container {
      width: 100%; }
    .vans_confirmation-mail__body {
      width: 100%;
      max-width: 410px; }
    .vans_confirmation-mail__table {
      width: 100%;
      max-width: 410px; }
    .vans_confirmation-mail__footer-container {
      width: 100%; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_confirmation {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  color: #333; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_confirmation,
    html[dir="rtl"] .vans_confirmation {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_confirmation,
    html[dir="rtl"] .vans_confirmation {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_confirmation,
    html[dir="rtl"] .vans_confirmation {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_confirmation,
    html[dir="rtl"] .vans_confirmation {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_confirmation {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_confirmation,
      html[dir="rtl"] .vans_confirmation {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_confirmation {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_confirmation,
      html[dir="rtl"] .vans_confirmation {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_confirmation {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_confirmation,
      html[dir="rtl"] .vans_confirmation {
        margin: 0 auto; } }
  html .vans_confirmation {
    text-align: center; }
  html:not([dir="rtl"]) .vans_confirmation,
  html[dir="rtl"] .vans_confirmation {
    padding-bottom: 40px; }
  html:not([dir="rtl"]) .vans_confirmation,
  html[dir="rtl"] .vans_confirmation {
    padding-top: 1.5em; }
  @media only screen and (min-width: 0) {
    .vans_confirmation {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_confirmation {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_confirmation {
      font-size: 33px;
      line-height: 33px; } }
  @media only screen and (min-width: 0) {
    .vans_confirmation__inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-left: 6px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-right: 6px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_confirmation__inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-left: 6px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-right: 6px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_confirmation__inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_confirmation__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_confirmation__inner {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_confirmation__inner {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_confirmation__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_confirmation__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_confirmation__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_confirmation__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_confirmation__inner {
        padding-left: 12px; } }
  .vans_confirmation__icon-wrapper {
    position: relative;
    height: 112px; }
  .vans_confirmation__icon-circle {
    position: absolute;
    width: 112px;
    height: 112px;
    border-radius: 50%; }
    html:not([dir="rtl"]) .vans_confirmation__icon-circle {
      left: calc(50% - 56px); }
    html[dir="rtl"] .vans_confirmation__icon-circle {
      right: calc(50% - 56px); }
    html:not([dir="rtl"]) .vans_confirmation__icon-circle,
    html[dir="rtl"] .vans_confirmation__icon-circle {
      border: 1px solid #00adef; }
  .vans_confirmation__icon {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #00adef;
    position: absolute;
    top: 22px; }
    :lang(ko) .vans_confirmation__icon {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_confirmation__icon {
      left: calc(50% - 32px); }
    html[dir="rtl"] .vans_confirmation__icon {
      right: calc(50% - 32px); }
  html:not([dir="rtl"]) .vans_confirmation__headline-wrapper,
  html[dir="rtl"] .vans_confirmation__headline-wrapper {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_confirmation__headline-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_confirmation__headline-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_confirmation__headline-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  .vans_confirmation__headline {
    font-family: CorporateACondensedRegular, sans-serif; }
    :lang(ko) .vans_confirmation__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_confirmation__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_confirmation__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_confirmation__headline {
        font-size: 40px;
        line-height: 40px; } }
  html:not([dir="rtl"]) .vans_confirmation__copy-wrapper,
  html[dir="rtl"] .vans_confirmation__copy-wrapper {
    margin-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_confirmation__copy-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_confirmation__copy-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_confirmation__copy-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  .vans_confirmation__copy {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_confirmation__copy {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_confirmation__copy,
    html[dir="rtl"] .vans_confirmation__copy {
      margin-top: 18px; }
    html:not([dir="rtl"]) .vans_confirmation__copy:first-child,
    html[dir="rtl"] .vans_confirmation__copy:first-child {
      margin-top: 0; }
  .vans_confirmation__button {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;
    height: 48px;
    color: #fff;
    background: #333;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    max-width: 100%; }
    html:not([dir="rtl"]) .vans_confirmation__button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_confirmation__button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_confirmation__button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_confirmation__button {
      padding-left: 20px; }
    .vans_confirmation__button::after {
      border-color: transparent; }
    .vans_confirmation__button::after { }
    .vans_confirmation__button.-active::after,
    html.-hover .vans_confirmation__button:active:hover::after, .vans_confirmation__button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_confirmation__button.-disabled::after,
    html.-hover .vans_confirmation__button.-disabled:hover::after,
    html.-hover .vans_confirmation__button.-disabled:active:hover::after, .vans_confirmation__button[disabled]::after,
    html.-hover .vans_confirmation__button[disabled]:hover::after,
    html.-hover .vans_confirmation__button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_confirmation__button.-disabled::after,
    html.-hover .vans_confirmation__button.-disabled:hover::after,
    html.-hover .vans_confirmation__button.-disabled:active:hover::after, .vans_confirmation__button[disabled]::after,
    html.-hover .vans_confirmation__button[disabled]:hover::after,
    html.-hover .vans_confirmation__button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_confirmation__button.-disabled::after,
      html[dir="rtl"] .vans_confirmation__button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_confirmation__button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_confirmation__button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_confirmation__button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_confirmation__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_confirmation__button[disabled]::after,
      html[dir="rtl"] .vans_confirmation__button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_confirmation__button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_confirmation__button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_confirmation__button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_confirmation__button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_confirmation__button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_confirmation__button::after {
        right: 0; }
      html[dir="rtl"] .vans_confirmation__button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_confirmation__button::after {
        left: 0; }
      html[dir="rtl"] .vans_confirmation__button::after {
        right: 0; }
    .vans_confirmation__button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_confirmation__button::before {
        right: 0; }
      html[dir="rtl"] .vans_confirmation__button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_confirmation__button::before {
        left: 0; }
      html[dir="rtl"] .vans_confirmation__button::before {
        right: 0; }
    .vans_confirmation__button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_confirmation__button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_confirmation__button,
    html[dir="rtl"] .vans_confirmation__button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_confirmation__button,
    html[dir="rtl"] .vans_confirmation__button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_confirmation__button,
    html[dir="rtl"] .vans_confirmation__button {
      padding-bottom: 0; }
    .vans_confirmation__button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_confirmation__button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    html:not([dir="rtl"]) .vans_confirmation__button {
      padding-left: 24px; }
    html[dir="rtl"] .vans_confirmation__button {
      padding-right: 24px; }
    html:not([dir="rtl"]) .vans_confirmation__button {
      padding-right: 24px; }
    html[dir="rtl"] .vans_confirmation__button {
      padding-left: 24px; }
    .vans_confirmation__button::after {
      border-color: transparent; }
    .vans_confirmation__button::after { }
    .vans_confirmation__button.-disabled::after,
    html.-hover .vans_confirmation__button.-disabled:hover::after,
    html.-hover .vans_confirmation__button.-disabled:active:hover::after, .vans_confirmation__button[disabled]::after,
    html.-hover .vans_confirmation__button[disabled]:hover::after,
    html.-hover .vans_confirmation__button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_confirmation__button.-disabled::after,
    html.-hover .vans_confirmation__button.-disabled:hover::after,
    html.-hover .vans_confirmation__button.-disabled:active:hover::after, .vans_confirmation__button[disabled]::after,
    html.-hover .vans_confirmation__button[disabled]:hover::after,
    html.-hover .vans_confirmation__button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_confirmation__button.-disabled::after,
      html[dir="rtl"] .vans_confirmation__button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_confirmation__button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_confirmation__button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_confirmation__button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_confirmation__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_confirmation__button[disabled]::after,
      html[dir="rtl"] .vans_confirmation__button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_confirmation__button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_confirmation__button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_confirmation__button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_confirmation__button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_confirmation__button::after {
      border-color: transparent; }
    .vans_confirmation__button::after { }
    html.-hover .vans_confirmation__button:hover {
      background: #242424; }
    .vans_confirmation__button:focus {
      background: #242424; }
    .vans_confirmation__button.-active,
    html.-hover .vans_confirmation__button:active:hover, .vans_confirmation__button:active:focus {
      color: #fff;
      background: #242424; }
      .vans_confirmation__button.-active::after,
      html.-hover .vans_confirmation__button:active:hover::after, .vans_confirmation__button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_confirmation__button.-disabled,
    html.-hover .vans_confirmation__button.-disabled:hover,
    html.-hover .vans_confirmation__button.-disabled:active:hover, .vans_confirmation__button[disabled],
    html.-hover .vans_confirmation__button[disabled]:hover,
    html.-hover .vans_confirmation__button[disabled]:active:hover {
      background-color: #333; }
      .vans_confirmation__button.-disabled::after,
      html.-hover .vans_confirmation__button.-disabled:hover::after,
      html.-hover .vans_confirmation__button.-disabled:active:hover::after, .vans_confirmation__button[disabled]::after,
      html.-hover .vans_confirmation__button[disabled]:hover::after,
      html.-hover .vans_confirmation__button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_confirmation__button.-disabled::after,
      html.-hover .vans_confirmation__button.-disabled:hover::after,
      html.-hover .vans_confirmation__button.-disabled:active:hover::after, .vans_confirmation__button[disabled]::after,
      html.-hover .vans_confirmation__button[disabled]:hover::after,
      html.-hover .vans_confirmation__button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_confirmation__button.-disabled::after,
        html[dir="rtl"] .vans_confirmation__button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_confirmation__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_confirmation__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_confirmation__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_confirmation__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_confirmation__button[disabled]::after,
        html[dir="rtl"] .vans_confirmation__button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_confirmation__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_confirmation__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_confirmation__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_confirmation__button[disabled]:active:hover::after {
          border-width: 1px; }
    :lang(ko) .vans_confirmation__button {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_confirmation__button,
    html[dir="rtl"] .vans_confirmation__button {
      margin-top: 40px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.country-selection-configuration__tab {
  font-weight: bold; }

.country-selection-configuration__content {
  margin: 10px 0 0 10px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_checkbox {
  position: relative;
  display: block;
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  .vans_checkbox__label, .vans_checkbox__label--external {
    font-size: 1em;
    display: block; }
    html:not([dir="rtl"]) .vans_checkbox__label, html:not([dir="rtl"]) .vans_checkbox__label--external,
    html[dir="rtl"] .vans_checkbox__label,
    html[dir="rtl"] .vans_checkbox__label--external {
      margin-bottom: 9px; }
    .vans_checkbox__label.-disabled, .-disabled.vans_checkbox__label--external {
      color: #999; }
  .vans_checkbox_invalid .vans_checkbox__label, .vans_checkbox_invalid .vans_checkbox__label--external {
    color: #9f0002; }
  .vans_checkbox__error {
    color: #9f0002;
    display: block; }
    html:not([dir="rtl"]) .vans_checkbox__error,
    html[dir="rtl"] .vans_checkbox__error {
      padding-top: 9px; }
  .vans_checkbox__info {
    display: block;
    color: #999; }
    html:not([dir="rtl"]) .vans_checkbox__info,
    html[dir="rtl"] .vans_checkbox__info {
      padding-top: 6px; }
  .vans_checkbox__value input + span::after {
    border-color: #999;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_checkbox__value input + span::after,
    html[dir="rtl"] .vans_checkbox__value input + span::after {
      border-width: 1px; }
  html:not([dir="rtl"]) .vans_checkbox__value label {
    padding-left: 16px; }
  html[dir="rtl"] .vans_checkbox__value label {
    padding-right: 16px; }
  html.-hover .vans_checkbox__value input:hover + span::after {
    border-color: #00adef;
    border-style: solid; }
    html:not([dir="rtl"]) html.-hover .vans_checkbox__value input:hover + span::after,
    html[dir="rtl"] html.-hover .vans_checkbox__value input:hover + span::after {
      border-width: 1px; }
  .vans_checkbox__value input:focus + span::after {
    border-color: #00adef;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_checkbox__value input:focus + span::after,
    html[dir="rtl"] .vans_checkbox__value input:focus + span::after {
      border-width: 1px; }
  .vans_checkbox__value input:focus + span::before {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3); }
  html.-hover .vans_checkbox__value input:active:hover + span::after,
  .vans_checkbox__value input:active:focus + span::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_checkbox__value_invalid input + span::after,
  html.-hover .vans_checkbox__value_invalid input:hover + span::after,
  .vans_checkbox__value_invalid input:focus + span::after {
    border-color: #9f0002;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_checkbox__value_invalid input + span::after,
    html[dir="rtl"] .vans_checkbox__value_invalid input + span::after, html:not([dir="rtl"])
    html.-hover .vans_checkbox__value_invalid input:hover + span::after,
    html[dir="rtl"]
    html.-hover .vans_checkbox__value_invalid input:hover + span::after, html:not([dir="rtl"])
    .vans_checkbox__value_invalid input:focus + span::after,
    html[dir="rtl"]
    .vans_checkbox__value_invalid input:focus + span::after {
      border-width: 1px; }
  .vans_checkbox__value_invalid input:focus + span::before {
    box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
  html.-hover .vans_checkbox__value_invalid input:active:hover + span::after,
  .vans_checkbox__value_invalid input:active:focus + span::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_checkbox__value input:checked + span::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_checkbox__value input:checked + span svg {
    fill: #00adef; }
  .vans_checkbox__value input[disabled] + span + label {
    color: #ccc; }
  .vans_checkbox__value input[disabled] + span::before,
  .vans_checkbox__value input:checked[disabled] + span::before {
    box-shadow: 0 0 0 3px transparent; }
  .vans_checkbox__value input[disabled] + span::after,
  .vans_checkbox__value input:checked[disabled] + span::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_checkbox__value input[disabled] + span::after,
  .vans_checkbox__value input:checked[disabled] + span::after {
    border-color: #ccc;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_checkbox__value input[disabled] + span::after,
    html[dir="rtl"] .vans_checkbox__value input[disabled] + span::after, html:not([dir="rtl"])
    .vans_checkbox__value input:checked[disabled] + span::after,
    html[dir="rtl"]
    .vans_checkbox__value input:checked[disabled] + span::after {
      border-width: 1px; }
  .vans_checkbox__value input:checked[disabled] + span {
    background-color: #ccc; }
  .vans_checkbox__value {
    position: relative;
    display: flex; }
    .vans_checkbox__value input {
      position: absolute;
      opacity: 0;
      width: 1.375em;
      height: 1.375em; }
    .vans_checkbox__value input + span {
      pointer-events: none;
      position: relative;
      width: 1.375em;
      min-width: 1.375em;
      height: 1.375em;
      display: inline-block;
      box-sizing: border-box;
      border-radius: 0 0 0 0; }
      html .vans_checkbox__value input + span {
        text-align: center; }
      .vans_checkbox__value input + span::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_checkbox__value input + span::after {
          right: 0; }
        html[dir="rtl"] .vans_checkbox__value input + span::after {
          left: 0; }
        html:not([dir="rtl"]) .vans_checkbox__value input + span::after {
          left: 0; }
        html[dir="rtl"] .vans_checkbox__value input + span::after {
          right: 0; }
      .vans_checkbox__value input + span::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 2; }
        html:not([dir="rtl"]) .vans_checkbox__value input + span::before {
          right: 0; }
        html[dir="rtl"] .vans_checkbox__value input + span::before {
          left: 0; }
        html:not([dir="rtl"]) .vans_checkbox__value input + span::before {
          left: 0; }
        html[dir="rtl"] .vans_checkbox__value input + span::before {
          right: 0; }
      .vans_checkbox__value input + span::before {
        border-top-left-radius: 1px;
        border-top-right-radius: 1px;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px; }
      .vans_checkbox__value input + span::after {
        border-radius: 0 0 0 0; }
      .vans_checkbox__value input + span svg {
        fill: transparent; }
    .vans_checkbox__value label {
      font-size: inherit;
      display: inline-block;
      hyphens: auto;
      line-height: inherit; }
      .vans_checkbox__value label a {
        color: inherit;
        text-decoration: underline; }
  :lang(ko) .vans_checkbox {
    font-family: MBKCorporateSRegular, sans-serif; }
  .vans_theme-dark .vans_checkbox__value input[disabled] + span::after,
  .vans_theme-dark .vans_checkbox__value input:checked[disabled] + span::after, [class*="vans_theme-"] .vans_theme-dark .vans_checkbox__value input[disabled] + span::after,
  [class*="vans_theme-"] .vans_theme-dark .vans_checkbox__value input:checked[disabled] + span::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_checkbox__value input[disabled] + span::after,
  [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_checkbox__value input:checked[disabled] + span::after {
    border-color: #5c5c5c; }
  .vans_theme-dark .vans_checkbox__value input:checked[disabled] + span, [class*="vans_theme-"] .vans_theme-dark .vans_checkbox__value input:checked[disabled] + span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_checkbox__value input:checked[disabled] + span {
    background-color: #5c5c5c; }
  .vans_checkbox__label, .vans_checkbox__label--external {
    font-family: CorporateSDemi, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    :lang(ko) .vans_checkbox__label, :lang(ko) .vans_checkbox__label--external {
      font-family: MBKCorporateSRegular, sans-serif;
      font-weight: bold; }
  .vans_checkbox_invalid .vans_checkbox__label, .vans_checkbox_invalid .vans_checkbox__label--external, [class*="vans_theme-"] .vans_checkbox_invalid .vans_checkbox__label, [class*="vans_theme-"] .vans_checkbox_invalid .vans_checkbox__label--external, [class*="vans_theme-"] [class*="vans_theme-"] .vans_checkbox_invalid .vans_checkbox__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_checkbox_invalid .vans_checkbox__label--external, .vans_theme-light .vans_checkbox_invalid .vans_checkbox__label, .vans_theme-light .vans_checkbox_invalid .vans_checkbox__label--external, [class*="vans_theme-"] .vans_theme-light .vans_checkbox_invalid .vans_checkbox__label, [class*="vans_theme-"] .vans_theme-light .vans_checkbox_invalid .vans_checkbox__label--external, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_checkbox_invalid .vans_checkbox__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_checkbox_invalid .vans_checkbox__label--external {
    color: #9f0002; }
  .vans_theme-dark .vans_checkbox_invalid .vans_checkbox__label, .vans_theme-dark .vans_checkbox_invalid .vans_checkbox__label--external, [class*="vans_theme-"] .vans_theme-dark .vans_checkbox_invalid .vans_checkbox__label, [class*="vans_theme-"] .vans_theme-dark .vans_checkbox_invalid .vans_checkbox__label--external, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_checkbox_invalid .vans_checkbox__label, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_checkbox_invalid .vans_checkbox__label--external {
    color: #fff; }
  html:not([dir="rtl"]) .vans_checkbox__label--external,
  html[dir="rtl"] .vans_checkbox__label--external {
    margin-bottom: 0; }
  .vans_checkbox__error {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px; }
    :lang(ko) .vans_checkbox__error {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_theme-dark .vans_checkbox__error, [class*="vans_theme-"] .vans_theme-dark .vans_checkbox__error, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_checkbox__error {
      color: #fff; }
      .vans_theme-dark .vans_checkbox__error > span, [class*="vans_theme-"] .vans_theme-dark .vans_checkbox__error > span, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_checkbox__error > span {
        background: #9f0002;
        padding: 6px;
        display: inline-block; }
  .vans_checkbox__container {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-left: -6px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-right: -6px; }
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-right: -6px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-left: -6px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-left: -6px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-right: -6px; }
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-right: -6px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-left: -6px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-left: -12px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-left: -12px; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-left: -12px; } }
    @media only screen and (min-width: 1440px) {
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-left: -12px; } }
    @media only screen and (min-width: 1921px) {
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-left: -12px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-right: -12px; }
      html:not([dir="rtl"]) .vans_checkbox__container {
        margin-right: -12px; }
      html[dir="rtl"] .vans_checkbox__container {
        margin-left: -12px; } }
  @media only screen and (min-width: 0) {
    .vans_checkbox__half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-left: 6px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-right: 6px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_checkbox__half {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-left: 6px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-right: 6px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_checkbox__half {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_checkbox__half {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_checkbox__half {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_checkbox__half {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_checkbox__half {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-left: 12px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_checkbox__half {
        padding-right: 12px; }
      html[dir="rtl"] .vans_checkbox__half {
        padding-left: 12px; } }
  html:not([dir="rtl"]) .vans_checkbox__half,
  html[dir="rtl"] .vans_checkbox__half {
    margin-top: 12px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_category-slider {
  opacity: 0;
  position: relative;
  width: 100%; }
  .vans_category-slider, [class*="vans_theme-"] .vans_category-slider, [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider, .vans_theme-light .vans_category-slider, [class*="vans_theme-"] .vans_theme-light .vans_category-slider, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider {
    color: #333; }
  .vans_theme-dark .vans_category-slider, [class*="vans_theme-"] .vans_theme-dark .vans_category-slider, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider {
    color: #fff; }
  .vans_category-slider.-visible {
    animation: vans_slideUp 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, vans_blendin 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards; }
  .vans_category-slider__container {
    position: relative;
    overflow: hidden; }
  .vans_category-slider__controls {
    width: 100%;
    height: auto;
    position: absolute;
    display: none;
    justify-content: space-between;
    font-family: CorporateSRegular, -apple-system, sans-serif;
    color: #666; }
    :lang(ko) .vans_category-slider__controls {
      font-family: MBKCorporateSRegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_category-slider__controls {
        font-size: 18px;
        line-height: 23px; } }
    @media only screen and (min-width: 768px) {
      .vans_category-slider__controls {
        font-size: 20px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_category-slider__controls {
        font-size: 22px;
        line-height: 29px; } }
    @media only screen and (min-width: 1024px) {
      .vans_category-slider__controls {
        top: 80px;
        display: flex; } }
    @media only screen and (min-width: 1280px) {
      .vans_category-slider__controls {
        top: 95px; } }
    .vans_category-slider__controls--prev, .vans_category-slider__controls--next {
      display: inline-block; }
      .vans_category-slider__controls--prev, [class*="vans_theme-"] .vans_category-slider__controls--prev, [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider__controls--prev, .vans_category-slider__controls--next, [class*="vans_theme-"] .vans_category-slider__controls--next, [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider__controls--next, .vans_theme-light .vans_category-slider__controls--prev, [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--prev, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--prev, .vans_theme-light .vans_category-slider__controls--next, [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--next, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--next {
        color: #333;
        cursor: pointer; }
        html.-hover .vans_category-slider__controls--prev:hover, .vans_category-slider__controls--prev:active,
        .vans_category-slider__controls--prev .-active, html.-hover [class*="vans_theme-"] .vans_category-slider__controls--prev:hover, [class*="vans_theme-"] .vans_category-slider__controls--prev:active,
        [class*="vans_theme-"] .vans_category-slider__controls--prev .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider__controls--prev:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider__controls--prev:active,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider__controls--prev .-active, html.-hover .vans_category-slider__controls--next:hover, .vans_category-slider__controls--next:active,
        .vans_category-slider__controls--next .-active, html.-hover [class*="vans_theme-"] .vans_category-slider__controls--next:hover, [class*="vans_theme-"] .vans_category-slider__controls--next:active,
        [class*="vans_theme-"] .vans_category-slider__controls--next .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider__controls--next:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider__controls--next:active,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider__controls--next .-active, html.-hover .vans_theme-light .vans_category-slider__controls--prev:hover, .vans_theme-light .vans_category-slider__controls--prev:active,
        .vans_theme-light .vans_category-slider__controls--prev .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--prev:hover, [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--prev:active,
        [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--prev .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--prev:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--prev:active,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--prev .-active, html.-hover .vans_theme-light .vans_category-slider__controls--next:hover, .vans_theme-light .vans_category-slider__controls--next:active,
        .vans_theme-light .vans_category-slider__controls--next .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--next:hover, [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--next:active,
        [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--next .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--next:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--next:active,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--next .-active {
          color: #0088c6; }
        .vans_category-slider__controls--prev.-inactive,
        html.-hover .vans_category-slider__controls--prev.-inactive:hover, [class*="vans_theme-"] .vans_category-slider__controls--prev.-inactive,
        html.-hover [class*="vans_theme-"] .vans_category-slider__controls--prev.-inactive:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider__controls--prev.-inactive,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider__controls--prev.-inactive:hover, .vans_category-slider__controls--next.-inactive,
        html.-hover .vans_category-slider__controls--next.-inactive:hover, [class*="vans_theme-"] .vans_category-slider__controls--next.-inactive,
        html.-hover [class*="vans_theme-"] .vans_category-slider__controls--next.-inactive:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider__controls--next.-inactive,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider__controls--next.-inactive:hover, .vans_theme-light .vans_category-slider__controls--prev.-inactive,
        html.-hover .vans_theme-light .vans_category-slider__controls--prev.-inactive:hover, [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--prev.-inactive,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--prev.-inactive:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--prev.-inactive,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--prev.-inactive:hover, .vans_theme-light .vans_category-slider__controls--next.-inactive,
        html.-hover .vans_theme-light .vans_category-slider__controls--next.-inactive:hover, [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--next.-inactive,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--next.-inactive:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--next.-inactive,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider__controls--next.-inactive:hover {
          cursor: auto;
          color: #a8a8a8; }
      .vans_theme-dark .vans_category-slider__controls--prev, [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev, .vans_theme-dark .vans_category-slider__controls--next, [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next {
        color: #fff;
        cursor: pointer; }
        html.-hover .vans_theme-dark .vans_category-slider__controls--prev:hover, .vans_theme-dark .vans_category-slider__controls--prev:active,
        .vans_theme-dark .vans_category-slider__controls--prev .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev:hover, [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev:active,
        [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev:active,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev .-active, html.-hover .vans_theme-dark .vans_category-slider__controls--next:hover, .vans_theme-dark .vans_category-slider__controls--next:active,
        .vans_theme-dark .vans_category-slider__controls--next .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next:hover, [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next:active,
        [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next:active,
        [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next .-active {
          color: #0088c6; }
        .vans_theme-dark .vans_category-slider__controls--prev.-inactive,
        html.-hover .vans_theme-dark .vans_category-slider__controls--prev.-inactive:hover, [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev.-inactive,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev.-inactive:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev.-inactive,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev.-inactive:hover, .vans_theme-dark .vans_category-slider__controls--next.-inactive,
        html.-hover .vans_theme-dark .vans_category-slider__controls--next.-inactive:hover, [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next.-inactive,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next.-inactive:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next.-inactive,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next.-inactive:hover {
          cursor: auto;
          color: #a8a8a8; }
        .vans_theme-dark .vans_category-slider__controls--prev.-inactive,
        html.-hover .vans_theme-dark .vans_category-slider__controls--prev.-inactive:hover, [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev.-inactive,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev.-inactive:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev.-inactive,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--prev.-inactive:hover, .vans_theme-dark .vans_category-slider__controls--next.-inactive,
        html.-hover .vans_theme-dark .vans_category-slider__controls--next.-inactive:hover, [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next.-inactive,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next.-inactive:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next.-inactive,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__controls--next.-inactive:hover {
          opacity: 0.6; }
    html:not([dir="rtl"]) .vans_category-slider__controls--prev {
      left: -44px; }
    html[dir="rtl"] .vans_category-slider__controls--prev {
      right: -44px; }
    html:not([dir="rtl"]) .vans_category-slider__controls--next {
      right: -44px; }
    html[dir="rtl"] .vans_category-slider__controls--next {
      left: -44px; }
  .vans_category-slider__inner {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media only screen and (min-width: 1024px) {
      .vans_category-slider__inner {
        overflow: visible; } }
    html.-hover .vans_category-slider__inner:hover {
      cursor: -moz-grab;
      cursor: -webkit-grab;
      cursor: grab;
      cursor: url("assets/cursors/drag.cur"), auto; }
    html.-hover .vans_category-slider__inner:active {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing;
      cursor: url("assets/cursors/dragging.cur"), auto; }
    body.-ie .vans_category-slider__inner:hover,
    body.-ie .vans_category-slider__inner:active {
      cursor: move; }
    .vans_category-slider__inner.-dragging {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing;
      transition: none;
      user-select: none; }
  .vans_category-slider__group {
    transform: translate3d(0, 0, 0);
    display: flex;
    flex-flow: nowrap;
    position: relative; }
    html:not([dir="rtl"]) .vans_category-slider__group,
    html[dir="rtl"] .vans_category-slider__group {
      padding-top: 40px; }
    html:not([dir="rtl"]) .vans_category-slider__group {
      margin-right: 12px; }
    html[dir="rtl"] .vans_category-slider__group {
      margin-left: 12px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_category-slider__group {
        margin-right: 16px; }
      html[dir="rtl"] .vans_category-slider__group {
        margin-left: 16px; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_category-slider__group,
      html[dir="rtl"] .vans_category-slider__group {
        padding-top: 48px; }
      html:not([dir="rtl"]) .vans_category-slider__group {
        margin-right: 20px; }
      html[dir="rtl"] .vans_category-slider__group {
        margin-left: 20px; } }
    .vans_category-slider__group::before {
      content: "";
      position: absolute;
      top: 26px;
      width: 100%;
      height: 1px; }
      .vans_category-slider__group::before, [class*="vans_theme-"] .vans_category-slider__group::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_category-slider__group::before, .vans_theme-light .vans_category-slider__group::before, [class*="vans_theme-"] .vans_theme-light .vans_category-slider__group::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_category-slider__group::before {
        background-color: #ccc; }
      .vans_theme-dark .vans_category-slider__group::before, [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__group::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_category-slider__group::before {
        background-color: #3c3c3c; }
    html:not([dir="rtl"]) .vans_category-slider__group:last-child {
      margin-right: 0; }
    html[dir="rtl"] .vans_category-slider__group:last-child {
      margin-left: 0; }
  html:not([dir="rtl"]) .vans_category-slider__group--single,
  html[dir="rtl"] .vans_category-slider__group--single {
    padding-top: 0; }
  .vans_category-slider__group--single::before {
    content: none; }
  .vans_category-slider__group--single .vans_category-slider__label {
    display: none; }
  .vans_category-slider__label {
    position: absolute;
    top: 0;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    html:not([dir="rtl"]) .vans_category-slider__label {
      left: 0; }
    html[dir="rtl"] .vans_category-slider__label {
      right: 0; }
    :lang(ko) .vans_category-slider__label {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_category-slider__label.-fixed {
      z-index: 100; }
    html:not([dir="rtl"]) .vans_category-slider__label.-right {
      text-align: right; }
    html[dir="rtl"] .vans_category-slider__label.-right {
      text-align: left; }
    html:not([dir="rtl"]) .vans_category-slider__label.-right {
      left: auto; }
    html[dir="rtl"] .vans_category-slider__label.-right {
      right: auto; }
    html:not([dir="rtl"]) .vans_category-slider__label.-right {
      right: 0; }
    html[dir="rtl"] .vans_category-slider__label.-right {
      left: 0; }
  .vans_category-slider__thumb {
    position: relative;
    min-width: 114px; }
    html:not([dir="rtl"]) .vans_category-slider__thumb {
      margin-right: 12px; }
    html[dir="rtl"] .vans_category-slider__thumb {
      margin-left: 12px; }
    html:not([dir="rtl"]) .vans_category-slider__thumb,
    html[dir="rtl"] .vans_category-slider__thumb {
      margin-bottom: 6px; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_category-slider__thumb {
        margin-right: 16px; }
      html[dir="rtl"] .vans_category-slider__thumb {
        margin-left: 16px; } }
    @media only screen and (min-width: 1024px) {
      .vans_category-slider__thumb {
        min-width: 107px; } }
    @media only screen and (min-width: 1280px) {
      .vans_category-slider__thumb {
        min-width: 138px; }
        html:not([dir="rtl"]) .vans_category-slider__thumb {
          margin-right: 20px; }
        html[dir="rtl"] .vans_category-slider__thumb {
          margin-left: 20px; } }
    html:not([dir="rtl"]) .vans_category-slider__thumb:last-child {
      margin-right: 0; }
    html[dir="rtl"] .vans_category-slider__thumb:last-child {
      margin-left: 0; }
    .vans_category-slider__thumb.-active::after {
      content: '';
      background-color: #00adef;
      position: absolute;
      bottom: -6px;
      display: block;
      width: 100%;
      height: 3px; }
  .vans_category-slider__information {
    position: relative;
    display: flex;
    justify-content: center;
    box-sizing: content-box; }
    html:not([dir="rtl"]) .vans_category-slider__information,
    html[dir="rtl"] .vans_category-slider__information {
      margin-top: -6px; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_category-slider__information {
        margin-left: 24px; }
      html[dir="rtl"] .vans_category-slider__information {
        margin-right: 24px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_category-slider__information {
        margin-left: 24px; }
      html[dir="rtl"] .vans_category-slider__information {
        margin-right: 24px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_category-slider__information {
        margin-left: 44px; }
      html[dir="rtl"] .vans_category-slider__information {
        margin-right: 44px; } }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_category-slider__information {
        margin-right: 24px; }
      html[dir="rtl"] .vans_category-slider__information {
        margin-left: 24px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_category-slider__information {
        margin-right: 24px; }
      html[dir="rtl"] .vans_category-slider__information {
        margin-left: 24px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_category-slider__information {
        margin-right: 44px; }
      html[dir="rtl"] .vans_category-slider__information {
        margin-left: 44px; } }
  html .vans_category-slider__information-item {
    text-align: center; }
  html:not([dir="rtl"]) .vans_category-slider__information-item,
  html[dir="rtl"] .vans_category-slider__information-item {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_category-slider__information-item {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_category-slider__information-item {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_category-slider__information-item {
      font-size: 33px;
      line-height: 33px; } }
  .js .vans_category-slider__information-item {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0; }
    .js .vans_category-slider__information-item.-active {
      transition-property: opacity;
      transition-duration: 0.1s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0.2s;
      opacity: 1;
      visibility: visible;
      position: static; }
    .js .vans_category-slider__information-item.-fromLeft {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
      animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
      visibility: visible;
      position: static; }
    .js .vans_category-slider__information-item.-fromRight {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
      animation: vans_blendin 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards, move-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.4s forwards;
      visibility: visible;
      position: static; }
    .js .vans_category-slider__information-item.-toLeft {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-left 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
      visibility: visible; }
    .js .vans_category-slider__information-item.-toRight {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      animation: vans_blendout 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards, move-out-right 0.2s cubic-bezier(0.25, 0.1, 0.25, 1) 0s forwards;
      visibility: visible; }
  .vans_category-slider__information-description {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    justify-content: center; }
    :lang(ko) .vans_category-slider__information-description {
      font-family: MBKCorporateSRegular, sans-serif; }
    .vans_category-slider__information-description > *::before {
      content: '\00a0 '; }
    .vans_category-slider__information-description > *:first-child::before {
      content: normal; }
  .vans_category-slider__information-category {
    display: none; }
  .vans_category-slider__information-disclaimer {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999; }
    :lang(ko) .vans_category-slider__information-disclaimer {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_category-slider .vans_image__image {
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_calendar {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  overflow: hidden;
  min-width: 270px; }
  :lang(ko) .vans_calendar {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_calendar,
  html[dir="rtl"] .vans_calendar {
    padding: 0 16px; }
  .vans_calendar__week, .vans_calendar__head, .vans_calendar__labels {
    display: flex;
    justify-content: space-around; }
  .vans_calendar__head {
    justify-content: space-between;
    position: relative;
    z-index: 5; }
    html:not([dir="rtl"]) .vans_calendar__head,
    html[dir="rtl"] .vans_calendar__head {
      padding-top: 12px; }
    html:not([dir="rtl"]) .vans_calendar__head,
    html[dir="rtl"] .vans_calendar__head {
      padding-bottom: 12px; }
    .vans_calendar__head, [class*="vans_theme-"] .vans_calendar__head, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__head, .vans_theme-light .vans_calendar__head, [class*="vans_theme-"] .vans_theme-light .vans_calendar__head, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__head {
      background-color: #fff; }
    .vans_theme-dark .vans_calendar__head, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__head, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__head {
      background-color: #000; }
  .vans_calendar__labels {
    position: relative;
    z-index: 5; }
    html:not([dir="rtl"]) .vans_calendar__labels,
    html[dir="rtl"] .vans_calendar__labels, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_calendar__labels,
    html[dir="rtl"] [class*="vans_theme-"] .vans_calendar__labels, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__labels,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__labels, html:not([dir="rtl"]) .vans_theme-light .vans_calendar__labels,
    html[dir="rtl"] .vans_theme-light .vans_calendar__labels, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_calendar__labels,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__labels, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__labels,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__labels {
      border-top: 1px solid #ddd; }
    html:not([dir="rtl"]) .vans_calendar__labels,
    html[dir="rtl"] .vans_calendar__labels, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_calendar__labels,
    html[dir="rtl"] [class*="vans_theme-"] .vans_calendar__labels, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__labels,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__labels, html:not([dir="rtl"]) .vans_theme-light .vans_calendar__labels,
    html[dir="rtl"] .vans_theme-light .vans_calendar__labels, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_calendar__labels,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__labels, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__labels,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__labels {
      border-bottom: 1px solid #ddd; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_calendar__labels,
    html[dir="rtl"] .vans_theme-dark .vans_calendar__labels, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_calendar__labels,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__labels, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__labels,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__labels {
      border-top: 1px solid #3c3c3c; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_calendar__labels,
    html[dir="rtl"] .vans_theme-dark .vans_calendar__labels, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_calendar__labels,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__labels, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__labels,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__labels {
      border-bottom: 1px solid #3c3c3c; }
    .vans_calendar__labels, [class*="vans_theme-"] .vans_calendar__labels, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__labels, .vans_theme-light .vans_calendar__labels, [class*="vans_theme-"] .vans_theme-light .vans_calendar__labels, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__labels {
      background: #fff; }
    .vans_theme-dark .vans_calendar__labels, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__labels, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__labels {
      background: #000; }
  .vans_calendar__weeks {
    position: relative;
    width: 100%;
    outline: none; }
    .vans_calendar__weeks::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      pointer-events: none;
      bottom: 0;
      top: auto;
      height: 10px; }
      html:not([dir="rtl"]) .vans_calendar__weeks::after {
        right: 0; }
      html[dir="rtl"] .vans_calendar__weeks::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_calendar__weeks::after {
        left: 0; }
      html[dir="rtl"] .vans_calendar__weeks::after {
        right: 0; }
      .vans_calendar__weeks::after, [class*="vans_theme-"] .vans_calendar__weeks::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__weeks::after, .vans_theme-light .vans_calendar__weeks::after, [class*="vans_theme-"] .vans_theme-light .vans_calendar__weeks::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__weeks::after {
        background: linear-gradient(rgba(255, 255, 255, 0) 0, white 100%); }
      .vans_theme-dark .vans_calendar__weeks::after, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__weeks::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__weeks::after {
        background: linear-gradient(rgba(0, 0, 0, 0) 0, black 100%); }
    html:not([dir="rtl"]) .vans_calendar__weeks,
    html[dir="rtl"] .vans_calendar__weeks {
      padding-bottom: 8px; }
    html:not([dir="rtl"]) .vans_calendar__weeks,
    html[dir="rtl"] .vans_calendar__weeks {
      padding-top: 20px; }
    .vans_calendar__weeks:focus .-focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3); }
      html:not([dir="rtl"]) .vans_calendar__weeks:focus .-focus::after,
      html[dir="rtl"] .vans_calendar__weeks:focus .-focus::after {
        border-width: 0; }
  .vans_calendar_invalid .vans_calendar__weeks:focus .-focus {
    box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
  .vans_calendar__week {
    width: 100%; }
    html:not([dir="rtl"]) .vans_calendar__week,
    html[dir="rtl"] .vans_calendar__week {
      padding-bottom: 12px; }
    .vans_calendar__week.-selected {
      z-index: 3; }
  .vans_calendar__day {
    display: inline-block;
    width: 16px;
    line-height: 32px;
    height: 32px;
    position: relative; }
  .vans_calendar__title {
    line-height: 32px; }
    html .vans_calendar__title {
      text-align: center; }
    html:not([dir="rtl"]) .vans_calendar__title,
    html[dir="rtl"] .vans_calendar__title {
      margin: 0 -100px; }
  .vans_calendar__label {
    user-select: none;
    width: 32px;
    position: absolute;
    line-height: 32px;
    top: 0px; }
    html:not([dir="rtl"]) .vans_calendar__label {
      left: -8px; }
    html[dir="rtl"] .vans_calendar__label {
      right: -8px; }
    html .vans_calendar__label {
      text-align: center; }
  .vans_calendar__nav-button {
    user-select: none;
    width: 32px;
    position: absolute;
    line-height: 32px;
    top: 0px;
    border-radius: 0.5px;
    line-height: 32px;
    height: 32px; }
    html:not([dir="rtl"]) .vans_calendar__nav-button {
      left: -8px; }
    html[dir="rtl"] .vans_calendar__nav-button {
      right: -8px; }
    .vans_calendar__nav-button::after {
      border-color: transparent; }
    .vans_calendar__nav-button::after { }
    .vans_calendar__nav-button.-disabled::after,
    html.-hover .vans_calendar__nav-button.-disabled:hover::after,
    html.-hover .vans_calendar__nav-button.-disabled:active:hover::after, .vans_calendar__nav-button[disabled]::after,
    html.-hover .vans_calendar__nav-button[disabled]:hover::after,
    html.-hover .vans_calendar__nav-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_calendar__nav-button.-disabled::after,
    html.-hover .vans_calendar__nav-button.-disabled:hover::after,
    html.-hover .vans_calendar__nav-button.-disabled:active:hover::after, .vans_calendar__nav-button[disabled]::after,
    html.-hover .vans_calendar__nav-button[disabled]:hover::after,
    html.-hover .vans_calendar__nav-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_calendar__nav-button.-disabled::after,
      html[dir="rtl"] .vans_calendar__nav-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_calendar__nav-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_calendar__nav-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_calendar__nav-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_calendar__nav-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_calendar__nav-button[disabled]::after,
      html[dir="rtl"] .vans_calendar__nav-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_calendar__nav-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_calendar__nav-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_calendar__nav-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_calendar__nav-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_calendar__nav-button::after {
      border-color: transparent; }
    .vans_calendar__nav-button::after { }
    html.-hover .vans_calendar__nav-button:hover {
      color: #00adef; }
    .vans_calendar__nav-button:focus {
      color: #00adef; }
    .vans_calendar__nav-button.-active,
    html.-hover .vans_calendar__nav-button:active:hover, .vans_calendar__nav-button:active:focus {
      color: #00adef; }
    .vans_calendar__nav-button.-disabled::after,
    html.-hover .vans_calendar__nav-button.-disabled:hover::after,
    html.-hover .vans_calendar__nav-button.-disabled:active:hover::after, .vans_calendar__nav-button[disabled]::after,
    html.-hover .vans_calendar__nav-button[disabled]:hover::after,
    html.-hover .vans_calendar__nav-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_calendar__nav-button.-disabled::after,
    html.-hover .vans_calendar__nav-button.-disabled:hover::after,
    html.-hover .vans_calendar__nav-button.-disabled:active:hover::after, .vans_calendar__nav-button[disabled]::after,
    html.-hover .vans_calendar__nav-button[disabled]:hover::after,
    html.-hover .vans_calendar__nav-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_calendar__nav-button.-disabled::after,
      html[dir="rtl"] .vans_calendar__nav-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_calendar__nav-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_calendar__nav-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_calendar__nav-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_calendar__nav-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_calendar__nav-button[disabled]::after,
      html[dir="rtl"] .vans_calendar__nav-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_calendar__nav-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_calendar__nav-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_calendar__nav-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_calendar__nav-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_calendar__nav-button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3); }
    .vans_calendar__nav-button, [class*="vans_theme-"] .vans_calendar__nav-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button, .vans_theme-light .vans_calendar__nav-button, [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button { }
      .vans_calendar__nav-button::after, [class*="vans_theme-"] .vans_calendar__nav-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button::after, .vans_theme-light .vans_calendar__nav-button::after, [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button::after {
        border-color: transparent; }
      .vans_calendar__nav-button::after, [class*="vans_theme-"] .vans_calendar__nav-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button::after, .vans_theme-light .vans_calendar__nav-button::after, [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button::after { }
      .vans_calendar__nav-button.-disabled,
      html.-hover .vans_calendar__nav-button.-disabled:hover,
      html.-hover .vans_calendar__nav-button.-disabled:active:hover, .vans_calendar__nav-button[disabled],
      html.-hover .vans_calendar__nav-button[disabled]:hover,
      html.-hover .vans_calendar__nav-button[disabled]:active:hover, [class*="vans_theme-"] .vans_calendar__nav-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:active:hover, [class*="vans_theme-"] .vans_calendar__nav-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:active:hover, .vans_theme-light .vans_calendar__nav-button.-disabled,
      html.-hover .vans_theme-light .vans_calendar__nav-button.-disabled:hover,
      html.-hover .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover, .vans_theme-light .vans_calendar__nav-button[disabled],
      html.-hover .vans_theme-light .vans_calendar__nav-button[disabled]:hover,
      html.-hover .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover {
        color: #ddd; }
        .vans_calendar__nav-button.-disabled::after,
        html.-hover .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover .vans_calendar__nav-button.-disabled:active:hover::after, .vans_calendar__nav-button[disabled]::after,
        html.-hover .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover .vans_calendar__nav-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_calendar__nav-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_calendar__nav-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:active:hover::after, .vans_theme-light .vans_calendar__nav-button.-disabled::after,
        html.-hover .vans_theme-light .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover::after, .vans_theme-light .vans_calendar__nav-button[disabled]::after,
        html.-hover .vans_theme-light .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_calendar__nav-button.-disabled::after,
        html.-hover .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover .vans_calendar__nav-button.-disabled:active:hover::after, .vans_calendar__nav-button[disabled]::after,
        html.-hover .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover .vans_calendar__nav-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_calendar__nav-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_calendar__nav-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:active:hover::after, .vans_theme-light .vans_calendar__nav-button.-disabled::after,
        html.-hover .vans_theme-light .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover::after, .vans_theme-light .vans_calendar__nav-button[disabled]::after,
        html.-hover .vans_theme-light .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_calendar__nav-button.-disabled::after,
          html[dir="rtl"] .vans_calendar__nav-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_calendar__nav-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_calendar__nav-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_calendar__nav-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_calendar__nav-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_calendar__nav-button[disabled]::after,
          html[dir="rtl"] .vans_calendar__nav-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_calendar__nav-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_calendar__nav-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_calendar__nav-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_calendar__nav-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_calendar__nav-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_calendar__nav-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__nav-button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_calendar__nav-button.-disabled::after,
          html[dir="rtl"] .vans_theme-light .vans_calendar__nav-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_calendar__nav-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_calendar__nav-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_calendar__nav-button[disabled]::after,
          html[dir="rtl"] .vans_theme-light .vans_calendar__nav-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_calendar__nav-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_calendar__nav-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__nav-button[disabled]:active:hover::after {
            border-width: 1px; }
    .vans_theme-dark .vans_calendar__nav-button, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button { }
      .vans_theme-dark .vans_calendar__nav-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button::after {
        border-color: transparent; }
      .vans_theme-dark .vans_calendar__nav-button::after, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button::after { }
      .vans_theme-dark .vans_calendar__nav-button.-disabled,
      html.-hover .vans_theme-dark .vans_calendar__nav-button.-disabled:hover,
      html.-hover .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover, .vans_theme-dark .vans_calendar__nav-button[disabled],
      html.-hover .vans_theme-dark .vans_calendar__nav-button[disabled]:hover,
      html.-hover .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover {
        color: #3c3c3c; }
        .vans_theme-dark .vans_calendar__nav-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover::after, .vans_theme-dark .vans_calendar__nav-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_calendar__nav-button.-disabled::after,
        html.-hover .vans_theme-dark .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover::after, .vans_theme-dark .vans_calendar__nav-button[disabled]::after,
        html.-hover .vans_theme-dark .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_theme-dark .vans_calendar__nav-button.-disabled::after,
          html[dir="rtl"] .vans_theme-dark .vans_calendar__nav-button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_calendar__nav-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_calendar__nav-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_calendar__nav-button[disabled]::after,
          html[dir="rtl"] .vans_theme-dark .vans_calendar__nav-button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_calendar__nav-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_calendar__nav-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__nav-button[disabled]:active:hover::after {
            border-width: 1px; }
  .vans_calendar_invalid .vans_calendar__nav-button:focus {
    box-shadow: 0 0 0 3px rgba(159, 0, 2, 0.15); }
  .vans_calendar__button {
    user-select: none;
    width: 32px;
    position: absolute;
    line-height: 32px;
    top: 0px;
    border-radius: 0.5px;
    line-height: 32px;
    height: 32px;
    line-height: 32px;
    height: 32px;
    background: transparent;
    border-radius: 16px 16px 16px 16px; }
    html:not([dir="rtl"]) .vans_calendar__button {
      left: -8px; }
    html[dir="rtl"] .vans_calendar__button {
      right: -8px; }
    .vans_calendar__button::after {
      border-color: transparent; }
    .vans_calendar__button::after { }
    .vans_calendar__button.-disabled::after,
    html.-hover .vans_calendar__button.-disabled:hover::after,
    html.-hover .vans_calendar__button.-disabled:active:hover::after, .vans_calendar__button[disabled]::after,
    html.-hover .vans_calendar__button[disabled]:hover::after,
    html.-hover .vans_calendar__button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_calendar__button.-disabled::after,
    html.-hover .vans_calendar__button.-disabled:hover::after,
    html.-hover .vans_calendar__button.-disabled:active:hover::after, .vans_calendar__button[disabled]::after,
    html.-hover .vans_calendar__button[disabled]:hover::after,
    html.-hover .vans_calendar__button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_calendar__button.-disabled::after,
      html[dir="rtl"] .vans_calendar__button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_calendar__button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_calendar__button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_calendar__button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_calendar__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_calendar__button[disabled]::after,
      html[dir="rtl"] .vans_calendar__button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_calendar__button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_calendar__button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_calendar__button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_calendar__button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_calendar__button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_calendar__button::after {
        right: 0; }
      html[dir="rtl"] .vans_calendar__button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_calendar__button::after {
        left: 0; }
      html[dir="rtl"] .vans_calendar__button::after {
        right: 0; }
    .vans_calendar__button::after {
      border-color: transparent; }
    .vans_calendar__button::before {
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
      border-bottom-right-radius: 16px;
      border-bottom-left-radius: 16px; }
    .vans_calendar__button::after {
      border-radius: 16px 16px 16px 16px; }
    .vans_calendar__button.-active::after,
    html.-hover .vans_calendar__button:active:hover::after, .vans_calendar__button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_calendar__button.-disabled,
    html.-hover .vans_calendar__button.-disabled:hover,
    html.-hover .vans_calendar__button.-disabled:active:hover, .vans_calendar__button[disabled],
    html.-hover .vans_calendar__button[disabled]:hover,
    html.-hover .vans_calendar__button[disabled]:active:hover {
      background-color: transparent; }
      .vans_calendar__button.-disabled::after,
      html.-hover .vans_calendar__button.-disabled:hover::after,
      html.-hover .vans_calendar__button.-disabled:active:hover::after, .vans_calendar__button[disabled]::after,
      html.-hover .vans_calendar__button[disabled]:hover::after,
      html.-hover .vans_calendar__button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_calendar__button.-disabled::after,
      html.-hover .vans_calendar__button.-disabled:hover::after,
      html.-hover .vans_calendar__button.-disabled:active:hover::after, .vans_calendar__button[disabled]::after,
      html.-hover .vans_calendar__button[disabled]:hover::after,
      html.-hover .vans_calendar__button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_calendar__button.-disabled::after,
        html[dir="rtl"] .vans_calendar__button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_calendar__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_calendar__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_calendar__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_calendar__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_calendar__button[disabled]::after,
        html[dir="rtl"] .vans_calendar__button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_calendar__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_calendar__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_calendar__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_calendar__button[disabled]:active:hover::after {
          border-width: 1px; }
    .vans_calendar__button, [class*="vans_theme-"] .vans_calendar__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button, .vans_theme-light .vans_calendar__button, [class*="vans_theme-"] .vans_theme-light .vans_calendar__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button {
      color: #333; }
      .vans_calendar__button::after, [class*="vans_theme-"] .vans_calendar__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button::after, .vans_theme-light .vans_calendar__button::after, [class*="vans_theme-"] .vans_theme-light .vans_calendar__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button::after {
        border-color: transparent; }
      .vans_calendar__button::after, [class*="vans_theme-"] .vans_calendar__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button::after, .vans_theme-light .vans_calendar__button::after, [class*="vans_theme-"] .vans_theme-light .vans_calendar__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button::after { }
      html.-hover .vans_calendar__button:hover, html.-hover [class*="vans_theme-"] .vans_calendar__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button:hover, html.-hover .vans_theme-light .vans_calendar__button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button:hover {
        background: #ddd; }
      .vans_calendar__button.-disabled,
      html.-hover .vans_calendar__button.-disabled:hover,
      html.-hover .vans_calendar__button.-disabled:active:hover, .vans_calendar__button[disabled],
      html.-hover .vans_calendar__button[disabled]:hover,
      html.-hover .vans_calendar__button[disabled]:active:hover, [class*="vans_theme-"] .vans_calendar__button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_calendar__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_calendar__button.-disabled:active:hover, [class*="vans_theme-"] .vans_calendar__button[disabled],
      html.-hover [class*="vans_theme-"] .vans_calendar__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_calendar__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]:active:hover, .vans_theme-light .vans_calendar__button.-disabled,
      html.-hover .vans_theme-light .vans_calendar__button.-disabled:hover,
      html.-hover .vans_theme-light .vans_calendar__button.-disabled:active:hover, .vans_theme-light .vans_calendar__button[disabled],
      html.-hover .vans_theme-light .vans_calendar__button[disabled]:hover,
      html.-hover .vans_theme-light .vans_calendar__button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:active:hover {
        color: #a8a8a8;
        background-color: transparent; }
        .vans_calendar__button.-disabled::after,
        html.-hover .vans_calendar__button.-disabled:hover::after,
        html.-hover .vans_calendar__button.-disabled:active:hover::after, .vans_calendar__button[disabled]::after,
        html.-hover .vans_calendar__button[disabled]:hover::after,
        html.-hover .vans_calendar__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_calendar__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_calendar__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]:active:hover::after, .vans_theme-light .vans_calendar__button.-disabled::after,
        html.-hover .vans_theme-light .vans_calendar__button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_calendar__button.-disabled:active:hover::after, .vans_theme-light .vans_calendar__button[disabled]::after,
        html.-hover .vans_theme-light .vans_calendar__button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_calendar__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_calendar__button.-disabled::after,
        html.-hover .vans_calendar__button.-disabled:hover::after,
        html.-hover .vans_calendar__button.-disabled:active:hover::after, .vans_calendar__button[disabled]::after,
        html.-hover .vans_calendar__button[disabled]:hover::after,
        html.-hover .vans_calendar__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_calendar__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_calendar__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_calendar__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]:active:hover::after, .vans_theme-light .vans_calendar__button.-disabled::after,
        html.-hover .vans_theme-light .vans_calendar__button.-disabled:hover::after,
        html.-hover .vans_theme-light .vans_calendar__button.-disabled:active:hover::after, .vans_theme-light .vans_calendar__button[disabled]::after,
        html.-hover .vans_theme-light .vans_calendar__button[disabled]:hover::after,
        html.-hover .vans_theme-light .vans_calendar__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_calendar__button.-disabled::after,
          html[dir="rtl"] .vans_calendar__button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_calendar__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_calendar__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_calendar__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_calendar__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_calendar__button[disabled]::after,
          html[dir="rtl"] .vans_calendar__button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_calendar__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_calendar__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_calendar__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_calendar__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_calendar__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_calendar__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_calendar__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_calendar__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_calendar__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_calendar__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_calendar__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_calendar__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_calendar__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_calendar__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_calendar__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_calendar__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_calendar__button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_calendar__button.-disabled::after,
          html[dir="rtl"] .vans_theme-light .vans_calendar__button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_calendar__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_calendar__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_calendar__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_calendar__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_calendar__button[disabled]::after,
          html[dir="rtl"] .vans_theme-light .vans_calendar__button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_calendar__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_calendar__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-light .vans_calendar__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-light .vans_calendar__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_calendar__button[disabled]:active:hover::after {
            border-width: 1px; }
    .vans_theme-dark .vans_calendar__button, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button {
      color: #fff; }
      .vans_theme-dark .vans_calendar__button::after, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button::after {
        border-color: transparent; }
      .vans_theme-dark .vans_calendar__button::after, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button::after { }
      html.-hover .vans_theme-dark .vans_calendar__button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button:hover {
        background: #3c3c3c; }
      .vans_theme-dark .vans_calendar__button.-disabled,
      html.-hover .vans_theme-dark .vans_calendar__button.-disabled:hover,
      html.-hover .vans_theme-dark .vans_calendar__button.-disabled:active:hover, .vans_theme-dark .vans_calendar__button[disabled],
      html.-hover .vans_theme-dark .vans_calendar__button[disabled]:hover,
      html.-hover .vans_theme-dark .vans_calendar__button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled],
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled],
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:hover,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:active:hover {
        color: #5c5c5c;
        background-color: transparent; }
        .vans_theme-dark .vans_calendar__button.-disabled::after,
        html.-hover .vans_theme-dark .vans_calendar__button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_calendar__button.-disabled:active:hover::after, .vans_theme-dark .vans_calendar__button[disabled]::after,
        html.-hover .vans_theme-dark .vans_calendar__button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_calendar__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:active:hover::after {
          box-shadow: inset 0 0 4px transparent; }
        .vans_theme-dark .vans_calendar__button.-disabled::after,
        html.-hover .vans_theme-dark .vans_calendar__button.-disabled:hover::after,
        html.-hover .vans_theme-dark .vans_calendar__button.-disabled:active:hover::after, .vans_theme-dark .vans_calendar__button[disabled]::after,
        html.-hover .vans_theme-dark .vans_calendar__button[disabled]:hover::after,
        html.-hover .vans_theme-dark .vans_calendar__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:hover::after,
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:active:hover::after {
          border-color: transparent;
          border-style: solid; }
          html:not([dir="rtl"]) .vans_theme-dark .vans_calendar__button.-disabled::after,
          html[dir="rtl"] .vans_theme-dark .vans_calendar__button.-disabled::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_calendar__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_calendar__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_calendar__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_calendar__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_calendar__button[disabled]::after,
          html[dir="rtl"] .vans_theme-dark .vans_calendar__button[disabled]::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_calendar__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_calendar__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover .vans_theme-dark .vans_calendar__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover .vans_theme-dark .vans_calendar__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]::after,
          html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:hover::after, html:not([dir="rtl"])
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:active:hover::after,
          html[dir="rtl"]
          html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_calendar__button[disabled]:active:hover::after {
            border-width: 1px; }
    html .vans_calendar__button {
      text-align: center; }
    .vans_calendar__button.-current {
      color: #00adef;
      font-family: CorporateSDemi, sans-serif;
      font-size: 16px;
      line-height: 21px;
      line-height: 32px; }
      :lang(ko) .vans_calendar__button.-current {
        font-family: MBKCorporateSRegular, sans-serif;
        font-weight: bold; }
    .vans_calendar__button.-selected {
      z-index: 3; }
      .vans_calendar__button.-selected,
      body.-hover .vans_calendar__button.-selected:hover {
        color: #fff;
        background: #00adef !important; }
        .vans_calendar__button.-selected::after,
        body.-hover .vans_calendar__button.-selected:hover::after {
          border-color: transparent; }
        .vans_calendar__button.-selected::after,
        body.-hover .vans_calendar__button.-selected:hover::after { }
        .vans_calendar__button.-selected.-disabled,
        html.-hover .vans_calendar__button.-selected.-disabled:hover,
        html.-hover .vans_calendar__button.-selected.-disabled:active:hover, .vans_calendar__button.-selected[disabled],
        html.-hover .vans_calendar__button.-selected[disabled]:hover,
        html.-hover .vans_calendar__button.-selected[disabled]:active:hover,
        body.-hover .vans_calendar__button.-selected:hover.-disabled,
        html.-hover
        body.-hover .vans_calendar__button.-selected:hover.-disabled:hover,
        html.-hover
        body.-hover .vans_calendar__button.-selected:hover.-disabled:active:hover,
        body.-hover .vans_calendar__button.-selected:hover[disabled],
        html.-hover
        body.-hover .vans_calendar__button.-selected:hover[disabled]:hover,
        html.-hover
        body.-hover .vans_calendar__button.-selected:hover[disabled]:active:hover {
          background-color: #00adef !important; }
          .vans_calendar__button.-selected.-disabled::after,
          html.-hover .vans_calendar__button.-selected.-disabled:hover::after,
          html.-hover .vans_calendar__button.-selected.-disabled:active:hover::after, .vans_calendar__button.-selected[disabled]::after,
          html.-hover .vans_calendar__button.-selected[disabled]:hover::after,
          html.-hover .vans_calendar__button.-selected[disabled]:active:hover::after,
          body.-hover .vans_calendar__button.-selected:hover.-disabled::after,
          html.-hover
          body.-hover .vans_calendar__button.-selected:hover.-disabled:hover::after,
          html.-hover
          body.-hover .vans_calendar__button.-selected:hover.-disabled:active:hover::after,
          body.-hover .vans_calendar__button.-selected:hover[disabled]::after,
          html.-hover
          body.-hover .vans_calendar__button.-selected:hover[disabled]:hover::after,
          html.-hover
          body.-hover .vans_calendar__button.-selected:hover[disabled]:active:hover::after {
            box-shadow: inset 0 0 4px transparent; }
          .vans_calendar__button.-selected.-disabled::after,
          html.-hover .vans_calendar__button.-selected.-disabled:hover::after,
          html.-hover .vans_calendar__button.-selected.-disabled:active:hover::after, .vans_calendar__button.-selected[disabled]::after,
          html.-hover .vans_calendar__button.-selected[disabled]:hover::after,
          html.-hover .vans_calendar__button.-selected[disabled]:active:hover::after,
          body.-hover .vans_calendar__button.-selected:hover.-disabled::after,
          html.-hover
          body.-hover .vans_calendar__button.-selected:hover.-disabled:hover::after,
          html.-hover
          body.-hover .vans_calendar__button.-selected:hover.-disabled:active:hover::after,
          body.-hover .vans_calendar__button.-selected:hover[disabled]::after,
          html.-hover
          body.-hover .vans_calendar__button.-selected:hover[disabled]:hover::after,
          html.-hover
          body.-hover .vans_calendar__button.-selected:hover[disabled]:active:hover::after {
            border-color: transparent;
            border-style: solid; }
            html:not([dir="rtl"]) .vans_calendar__button.-selected.-disabled::after,
            html[dir="rtl"] .vans_calendar__button.-selected.-disabled::after, html:not([dir="rtl"])
            html.-hover .vans_calendar__button.-selected.-disabled:hover::after,
            html[dir="rtl"]
            html.-hover .vans_calendar__button.-selected.-disabled:hover::after, html:not([dir="rtl"])
            html.-hover .vans_calendar__button.-selected.-disabled:active:hover::after,
            html[dir="rtl"]
            html.-hover .vans_calendar__button.-selected.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_calendar__button.-selected[disabled]::after,
            html[dir="rtl"] .vans_calendar__button.-selected[disabled]::after, html:not([dir="rtl"])
            html.-hover .vans_calendar__button.-selected[disabled]:hover::after,
            html[dir="rtl"]
            html.-hover .vans_calendar__button.-selected[disabled]:hover::after, html:not([dir="rtl"])
            html.-hover .vans_calendar__button.-selected[disabled]:active:hover::after,
            html[dir="rtl"]
            html.-hover .vans_calendar__button.-selected[disabled]:active:hover::after, html:not([dir="rtl"])
            body.-hover .vans_calendar__button.-selected:hover.-disabled::after,
            html[dir="rtl"]
            body.-hover .vans_calendar__button.-selected:hover.-disabled::after, html:not([dir="rtl"])
            html.-hover
            body.-hover .vans_calendar__button.-selected:hover.-disabled:hover::after,
            html[dir="rtl"]
            html.-hover
            body.-hover .vans_calendar__button.-selected:hover.-disabled:hover::after, html:not([dir="rtl"])
            html.-hover
            body.-hover .vans_calendar__button.-selected:hover.-disabled:active:hover::after,
            html[dir="rtl"]
            html.-hover
            body.-hover .vans_calendar__button.-selected:hover.-disabled:active:hover::after, html:not([dir="rtl"])
            body.-hover .vans_calendar__button.-selected:hover[disabled]::after,
            html[dir="rtl"]
            body.-hover .vans_calendar__button.-selected:hover[disabled]::after, html:not([dir="rtl"])
            html.-hover
            body.-hover .vans_calendar__button.-selected:hover[disabled]:hover::after,
            html[dir="rtl"]
            html.-hover
            body.-hover .vans_calendar__button.-selected:hover[disabled]:hover::after, html:not([dir="rtl"])
            html.-hover
            body.-hover .vans_calendar__button.-selected:hover[disabled]:active:hover::after,
            html[dir="rtl"]
            html.-hover
            body.-hover .vans_calendar__button.-selected:hover[disabled]:active:hover::after {
              border-width: 1px; }
    body.-hover .vans_calendar__button:hover,
    body.-hover .vans_calendar__button:hover:active {
      z-index: 3; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
html:not([dir="rtl"]) .vans_buttons,
html[dir="rtl"] .vans_buttons {
  margin-top: 28px; }

html:not([dir="rtl"]) .vans_buttons,
html[dir="rtl"] .vans_buttons {
  padding-bottom: 16px; }

.vans_buttons__button, .vans_buttons__button--primary, .vans_buttons__button--secondary {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 0 0;
  appearance: none;
  position: relative;
  outline: none;
  white-space: nowrap;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }
  :lang(ko) .vans_buttons__button, :lang(ko) .vans_buttons__button--primary, :lang(ko) .vans_buttons__button--secondary {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_buttons__button, html:not([dir="rtl"]) .vans_buttons__button--primary, html:not([dir="rtl"]) .vans_buttons__button--secondary {
    padding-left: 20px; }
  html[dir="rtl"] .vans_buttons__button, html[dir="rtl"] .vans_buttons__button--primary, html[dir="rtl"] .vans_buttons__button--secondary {
    padding-right: 20px; }
  html:not([dir="rtl"]) .vans_buttons__button, html:not([dir="rtl"]) .vans_buttons__button--primary, html:not([dir="rtl"]) .vans_buttons__button--secondary {
    padding-right: 20px; }
  html[dir="rtl"] .vans_buttons__button, html[dir="rtl"] .vans_buttons__button--primary, html[dir="rtl"] .vans_buttons__button--secondary {
    padding-left: 20px; }
  .vans_buttons__button::after, .vans_buttons__button--primary::after, .vans_buttons__button--secondary::after {
    border-color: transparent; }
  .vans_buttons__button::after, .vans_buttons__button--primary::after, .vans_buttons__button--secondary::after { }
  .vans_buttons__button.-active::after, .-active.vans_buttons__button--primary::after, .-active.vans_buttons__button--secondary::after,
  html.-hover .vans_buttons__button:active:hover::after,
  html.-hover .vans_buttons__button--primary:active:hover::after,
  html.-hover .vans_buttons__button--secondary:active:hover::after, .vans_buttons__button:active:focus::after, .vans_buttons__button--primary:active:focus::after, .vans_buttons__button--secondary:active:focus::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_buttons__button.-disabled::after, .-disabled.vans_buttons__button--primary::after, .-disabled.vans_buttons__button--secondary::after,
  html.-hover .vans_buttons__button.-disabled:hover::after,
  html.-hover .-disabled.vans_buttons__button--primary:hover::after,
  html.-hover .-disabled.vans_buttons__button--secondary:hover::after,
  html.-hover .vans_buttons__button.-disabled:active:hover::after,
  html.-hover .-disabled.vans_buttons__button--primary:active:hover::after,
  html.-hover .-disabled.vans_buttons__button--secondary:active:hover::after, .vans_buttons__button[disabled]::after, .vans_buttons__button--primary[disabled]::after, .vans_buttons__button--secondary[disabled]::after,
  html.-hover .vans_buttons__button[disabled]:hover::after,
  html.-hover .vans_buttons__button--primary[disabled]:hover::after,
  html.-hover .vans_buttons__button--secondary[disabled]:hover::after,
  html.-hover .vans_buttons__button[disabled]:active:hover::after,
  html.-hover .vans_buttons__button--primary[disabled]:active:hover::after,
  html.-hover .vans_buttons__button--secondary[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_buttons__button.-disabled::after, .-disabled.vans_buttons__button--primary::after, .-disabled.vans_buttons__button--secondary::after,
  html.-hover .vans_buttons__button.-disabled:hover::after,
  html.-hover .-disabled.vans_buttons__button--primary:hover::after,
  html.-hover .-disabled.vans_buttons__button--secondary:hover::after,
  html.-hover .vans_buttons__button.-disabled:active:hover::after,
  html.-hover .-disabled.vans_buttons__button--primary:active:hover::after,
  html.-hover .-disabled.vans_buttons__button--secondary:active:hover::after, .vans_buttons__button[disabled]::after, .vans_buttons__button--primary[disabled]::after, .vans_buttons__button--secondary[disabled]::after,
  html.-hover .vans_buttons__button[disabled]:hover::after,
  html.-hover .vans_buttons__button--primary[disabled]:hover::after,
  html.-hover .vans_buttons__button--secondary[disabled]:hover::after,
  html.-hover .vans_buttons__button[disabled]:active:hover::after,
  html.-hover .vans_buttons__button--primary[disabled]:active:hover::after,
  html.-hover .vans_buttons__button--secondary[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_buttons__button.-disabled::after, html:not([dir="rtl"]) .-disabled.vans_buttons__button--primary::after, html:not([dir="rtl"]) .-disabled.vans_buttons__button--secondary::after,
    html[dir="rtl"] .vans_buttons__button.-disabled::after,
    html[dir="rtl"] .-disabled.vans_buttons__button--primary::after,
    html[dir="rtl"] .-disabled.vans_buttons__button--secondary::after, html:not([dir="rtl"]) html.-hover .vans_buttons__button.-disabled:hover::after, html:not([dir="rtl"]) html.-hover .-disabled.vans_buttons__button--primary:hover::after, html:not([dir="rtl"]) html.-hover .-disabled.vans_buttons__button--secondary:hover::after,
    html[dir="rtl"] html.-hover .vans_buttons__button.-disabled:hover::after,
    html[dir="rtl"] html.-hover .-disabled.vans_buttons__button--primary:hover::after,
    html[dir="rtl"] html.-hover .-disabled.vans_buttons__button--secondary:hover::after, html:not([dir="rtl"]) html.-hover .vans_buttons__button.-disabled:active:hover::after, html:not([dir="rtl"]) html.-hover .-disabled.vans_buttons__button--primary:active:hover::after, html:not([dir="rtl"]) html.-hover .-disabled.vans_buttons__button--secondary:active:hover::after,
    html[dir="rtl"] html.-hover .vans_buttons__button.-disabled:active:hover::after,
    html[dir="rtl"] html.-hover .-disabled.vans_buttons__button--primary:active:hover::after,
    html[dir="rtl"] html.-hover .-disabled.vans_buttons__button--secondary:active:hover::after, html:not([dir="rtl"]) .vans_buttons__button[disabled]::after, html:not([dir="rtl"]) .vans_buttons__button--primary[disabled]::after, html:not([dir="rtl"]) .vans_buttons__button--secondary[disabled]::after,
    html[dir="rtl"] .vans_buttons__button[disabled]::after,
    html[dir="rtl"] .vans_buttons__button--primary[disabled]::after,
    html[dir="rtl"] .vans_buttons__button--secondary[disabled]::after, html:not([dir="rtl"]) html.-hover .vans_buttons__button[disabled]:hover::after, html:not([dir="rtl"]) html.-hover .vans_buttons__button--primary[disabled]:hover::after, html:not([dir="rtl"]) html.-hover .vans_buttons__button--secondary[disabled]:hover::after,
    html[dir="rtl"] html.-hover .vans_buttons__button[disabled]:hover::after,
    html[dir="rtl"] html.-hover .vans_buttons__button--primary[disabled]:hover::after,
    html[dir="rtl"] html.-hover .vans_buttons__button--secondary[disabled]:hover::after, html:not([dir="rtl"]) html.-hover .vans_buttons__button[disabled]:active:hover::after, html:not([dir="rtl"]) html.-hover .vans_buttons__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) html.-hover .vans_buttons__button--secondary[disabled]:active:hover::after,
    html[dir="rtl"] html.-hover .vans_buttons__button[disabled]:active:hover::after,
    html[dir="rtl"] html.-hover .vans_buttons__button--primary[disabled]:active:hover::after,
    html[dir="rtl"] html.-hover .vans_buttons__button--secondary[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_buttons__button::after, .vans_buttons__button--primary::after, .vans_buttons__button--secondary::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_buttons__button::after, html:not([dir="rtl"]) .vans_buttons__button--primary::after, html:not([dir="rtl"]) .vans_buttons__button--secondary::after {
      right: 0; }
    html[dir="rtl"] .vans_buttons__button::after, html[dir="rtl"] .vans_buttons__button--primary::after, html[dir="rtl"] .vans_buttons__button--secondary::after {
      left: 0; }
    html:not([dir="rtl"]) .vans_buttons__button::after, html:not([dir="rtl"]) .vans_buttons__button--primary::after, html:not([dir="rtl"]) .vans_buttons__button--secondary::after {
      left: 0; }
    html[dir="rtl"] .vans_buttons__button::after, html[dir="rtl"] .vans_buttons__button--primary::after, html[dir="rtl"] .vans_buttons__button--secondary::after {
      right: 0; }
  .vans_buttons__button::before, .vans_buttons__button--primary::before, .vans_buttons__button--secondary::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_buttons__button::before, html:not([dir="rtl"]) .vans_buttons__button--primary::before, html:not([dir="rtl"]) .vans_buttons__button--secondary::before {
      right: 0; }
    html[dir="rtl"] .vans_buttons__button::before, html[dir="rtl"] .vans_buttons__button--primary::before, html[dir="rtl"] .vans_buttons__button--secondary::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_buttons__button::before, html:not([dir="rtl"]) .vans_buttons__button--primary::before, html:not([dir="rtl"]) .vans_buttons__button--secondary::before {
      left: 0; }
    html[dir="rtl"] .vans_buttons__button::before, html[dir="rtl"] .vans_buttons__button--primary::before, html[dir="rtl"] .vans_buttons__button--secondary::before {
      right: 0; }
  .vans_buttons__button::before, .vans_buttons__button--primary::before, .vans_buttons__button--secondary::before {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
  .vans_buttons__button::after, .vans_buttons__button--primary::after, .vans_buttons__button--secondary::after {
    border-radius: 0 0 0 0; }
  html:not([dir="rtl"]) .vans_buttons__button, html:not([dir="rtl"]) .vans_buttons__button--primary, html:not([dir="rtl"]) .vans_buttons__button--secondary, html[dir="rtl"] .vans_buttons__button, html[dir="rtl"] .vans_buttons__button--primary, html[dir="rtl"] .vans_buttons__button--secondary {
    margin: 0 0 auto; }
  html:not([dir="rtl"]) .vans_buttons__button, html:not([dir="rtl"]) .vans_buttons__button--primary, html:not([dir="rtl"]) .vans_buttons__button--secondary, html[dir="rtl"] .vans_buttons__button, html[dir="rtl"] .vans_buttons__button--primary, html[dir="rtl"] .vans_buttons__button--secondary {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_buttons__button, html:not([dir="rtl"]) .vans_buttons__button--primary, html:not([dir="rtl"]) .vans_buttons__button--secondary, html[dir="rtl"] .vans_buttons__button, html[dir="rtl"] .vans_buttons__button--primary, html[dir="rtl"] .vans_buttons__button--secondary {
    padding-bottom: 0; }
  .vans_buttons__button:focus, .vans_buttons__button--primary:focus, .vans_buttons__button--secondary:focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
    border-radius: 0.5px; }
  .vans_buttons__button__value {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block; }
  html:not([dir="rtl"]) .vans_buttons__button, html:not([dir="rtl"]) .vans_buttons__button--primary, html:not([dir="rtl"]) .vans_buttons__button--secondary, html[dir="rtl"] .vans_buttons__button, html[dir="rtl"] .vans_buttons__button--primary, html[dir="rtl"] .vans_buttons__button--secondary {
    margin-top: 12px; }
  html .vans_buttons__button, html .vans_buttons__button--primary, html .vans_buttons__button--secondary {
    text-align: center; }
  @media only screen and (min-width: 480px) {
    .vans_buttons__button, .vans_buttons__button--primary, .vans_buttons__button--secondary {
      width: auto; }
      html:not([dir="rtl"]) .vans_buttons__button, html:not([dir="rtl"]) .vans_buttons__button--primary, html:not([dir="rtl"]) .vans_buttons__button--secondary {
        margin-right: 12px; }
      html[dir="rtl"] .vans_buttons__button, html[dir="rtl"] .vans_buttons__button--primary, html[dir="rtl"] .vans_buttons__button--secondary {
        margin-left: 12px; } }
  html:not([dir="rtl"]) .vans_buttons__button:last-child, html:not([dir="rtl"]) .vans_buttons__button--primary:last-child, html:not([dir="rtl"]) .vans_buttons__button--secondary:last-child {
    margin-right: 0; }
  html[dir="rtl"] .vans_buttons__button:last-child, html[dir="rtl"] .vans_buttons__button--primary:last-child, html[dir="rtl"] .vans_buttons__button--secondary:last-child {
    margin-left: 0; }

.vans_buttons__button--primary, [class*="vans_theme-"] .vans_buttons__button--primary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary, .vans_theme-light .vans_buttons__button--primary, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary {
  color: #fff;
  background: #333; }
  .vans_buttons__button--primary::after, [class*="vans_theme-"] .vans_buttons__button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary::after, .vans_theme-light .vans_buttons__button--primary::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary::after {
    border-color: transparent; }
  .vans_buttons__button--primary::after, [class*="vans_theme-"] .vans_buttons__button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary::after, .vans_theme-light .vans_buttons__button--primary::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary::after { }
  html.-hover .vans_buttons__button--primary:hover, html.-hover [class*="vans_theme-"] .vans_buttons__button--primary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary:hover, html.-hover .vans_theme-light .vans_buttons__button--primary:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary:hover {
    background: #242424; }
  .vans_buttons__button--primary:focus, [class*="vans_theme-"] .vans_buttons__button--primary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary:focus, .vans_theme-light .vans_buttons__button--primary:focus, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary:focus {
    background: #242424; }
  .vans_buttons__button--primary.-active,
  html.-hover .vans_buttons__button--primary:active:hover, .vans_buttons__button--primary:active:focus, [class*="vans_theme-"] .vans_buttons__button--primary.-active,
  html.-hover [class*="vans_theme-"] .vans_buttons__button--primary:active:hover, [class*="vans_theme-"] .vans_buttons__button--primary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary:active:focus, .vans_theme-light .vans_buttons__button--primary.-active,
  html.-hover .vans_theme-light .vans_buttons__button--primary:active:hover, .vans_theme-light .vans_buttons__button--primary:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-active,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary:active:focus {
    color: #fff;
    background: #242424; }
    .vans_buttons__button--primary.-active::after,
    html.-hover .vans_buttons__button--primary:active:hover::after, .vans_buttons__button--primary:active:focus::after, [class*="vans_theme-"] .vans_buttons__button--primary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--primary:active:hover::after, [class*="vans_theme-"] .vans_buttons__button--primary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary:active:focus::after, .vans_theme-light .vans_buttons__button--primary.-active::after,
    html.-hover .vans_theme-light .vans_buttons__button--primary:active:hover::after, .vans_theme-light .vans_buttons__button--primary:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_buttons__button--primary.-disabled,
  html.-hover .vans_buttons__button--primary.-disabled:hover,
  html.-hover .vans_buttons__button--primary.-disabled:active:hover, .vans_buttons__button--primary[disabled],
  html.-hover .vans_buttons__button--primary[disabled]:hover,
  html.-hover .vans_buttons__button--primary[disabled]:active:hover, [class*="vans_theme-"] .vans_buttons__button--primary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:active:hover, [class*="vans_theme-"] .vans_buttons__button--primary[disabled],
  html.-hover [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:active:hover, .vans_theme-light .vans_buttons__button--primary.-disabled,
  html.-hover .vans_theme-light .vans_buttons__button--primary.-disabled:hover,
  html.-hover .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover, .vans_theme-light .vans_buttons__button--primary[disabled],
  html.-hover .vans_theme-light .vans_buttons__button--primary[disabled]:hover,
  html.-hover .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled],
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover {
    background-color: #333; }
    .vans_buttons__button--primary.-disabled::after,
    html.-hover .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover .vans_buttons__button--primary.-disabled:active:hover::after, .vans_buttons__button--primary[disabled]::after,
    html.-hover .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover .vans_buttons__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_buttons__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_buttons__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:active:hover::after, .vans_theme-light .vans_buttons__button--primary.-disabled::after,
    html.-hover .vans_theme-light .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover::after, .vans_theme-light .vans_buttons__button--primary[disabled]::after,
    html.-hover .vans_theme-light .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_buttons__button--primary.-disabled::after,
    html.-hover .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover .vans_buttons__button--primary.-disabled:active:hover::after, .vans_buttons__button--primary[disabled]::after,
    html.-hover .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover .vans_buttons__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_buttons__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_buttons__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:active:hover::after, .vans_theme-light .vans_buttons__button--primary.-disabled::after,
    html.-hover .vans_theme-light .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover::after, .vans_theme-light .vans_buttons__button--primary[disabled]::after,
    html.-hover .vans_theme-light .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_buttons__button--primary.-disabled::after,
      html[dir="rtl"] .vans_buttons__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_buttons__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_buttons__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_buttons__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_buttons__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_buttons__button--primary[disabled]::after,
      html[dir="rtl"] .vans_buttons__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_buttons__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_buttons__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_buttons__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_buttons__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_buttons__button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_buttons__button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_buttons__button--primary.-disabled::after,
      html[dir="rtl"] .vans_theme-light .vans_buttons__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_buttons__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_buttons__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_buttons__button--primary[disabled]::after,
      html[dir="rtl"] .vans_theme-light .vans_buttons__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_buttons__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_buttons__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--primary[disabled]:active:hover::after {
        border-width: 1px; }

.vans_theme-dark .vans_buttons__button--primary, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary {
  color: #333;
  background: #ececec; }
  .vans_theme-dark .vans_buttons__button--primary::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary::after {
    border-color: transparent; }
  .vans_theme-dark .vans_buttons__button--primary::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary::after { }
  html.-hover .vans_theme-dark .vans_buttons__button--primary:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary:hover {
    background: #d9d9d9; }
  .vans_theme-dark .vans_buttons__button--primary:focus, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary:focus {
    background: #d9d9d9; }
  .vans_theme-dark .vans_buttons__button--primary.-active,
  html.-hover .vans_theme-dark .vans_buttons__button--primary:active:hover, .vans_theme-dark .vans_buttons__button--primary:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-active,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary:active:focus {
    color: #333;
    background: #d9d9d9; }
    .vans_theme-dark .vans_buttons__button--primary.-active::after,
    html.-hover .vans_theme-dark .vans_buttons__button--primary:active:hover::after, .vans_theme-dark .vans_buttons__button--primary:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_theme-dark .vans_buttons__button--primary.-disabled,
  html.-hover .vans_theme-dark .vans_buttons__button--primary.-disabled:hover,
  html.-hover .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover, .vans_theme-dark .vans_buttons__button--primary[disabled],
  html.-hover .vans_theme-dark .vans_buttons__button--primary[disabled]:hover,
  html.-hover .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled],
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover {
    background-color: #ececec; }
    .vans_theme-dark .vans_buttons__button--primary.-disabled::after,
    html.-hover .vans_theme-dark .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover::after, .vans_theme-dark .vans_buttons__button--primary[disabled]::after,
    html.-hover .vans_theme-dark .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_buttons__button--primary.-disabled::after,
    html.-hover .vans_theme-dark .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover::after, .vans_theme-dark .vans_buttons__button--primary[disabled]::after,
    html.-hover .vans_theme-dark .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_buttons__button--primary.-disabled::after,
      html[dir="rtl"] .vans_theme-dark .vans_buttons__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_buttons__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_buttons__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_buttons__button--primary[disabled]::after,
      html[dir="rtl"] .vans_theme-dark .vans_buttons__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_buttons__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_buttons__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--primary[disabled]:active:hover::after {
        border-width: 1px; }

.vans_buttons__button--secondary, [class*="vans_theme-"] .vans_buttons__button--secondary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary, .vans_theme-light .vans_buttons__button--secondary, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary {
  color: #333;
  background: #ececec; }
  .vans_buttons__button--secondary::after, [class*="vans_theme-"] .vans_buttons__button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary::after, .vans_theme-light .vans_buttons__button--secondary::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary::after {
    border-color: transparent; }
  .vans_buttons__button--secondary::after, [class*="vans_theme-"] .vans_buttons__button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary::after, .vans_theme-light .vans_buttons__button--secondary::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary::after { }
  html.-hover .vans_buttons__button--secondary:hover, html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary:hover, html.-hover .vans_theme-light .vans_buttons__button--secondary:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary:hover {
    background: #d9d9d9; }
  .vans_buttons__button--secondary:focus, [class*="vans_theme-"] .vans_buttons__button--secondary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary:focus, .vans_theme-light .vans_buttons__button--secondary:focus, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary:focus {
    background: #d9d9d9; }
  .vans_buttons__button--secondary.-active,
  html.-hover .vans_buttons__button--secondary:active:hover, .vans_buttons__button--secondary:active:focus, [class*="vans_theme-"] .vans_buttons__button--secondary.-active,
  html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary:active:hover, [class*="vans_theme-"] .vans_buttons__button--secondary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary:active:focus, .vans_theme-light .vans_buttons__button--secondary.-active,
  html.-hover .vans_theme-light .vans_buttons__button--secondary:active:hover, .vans_theme-light .vans_buttons__button--secondary:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-active,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary:active:focus {
    color: #333;
    background: #d9d9d9; }
    .vans_buttons__button--secondary.-active::after,
    html.-hover .vans_buttons__button--secondary:active:hover::after, .vans_buttons__button--secondary:active:focus::after, [class*="vans_theme-"] .vans_buttons__button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary:active:hover::after, [class*="vans_theme-"] .vans_buttons__button--secondary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary:active:focus::after, .vans_theme-light .vans_buttons__button--secondary.-active::after,
    html.-hover .vans_theme-light .vans_buttons__button--secondary:active:hover::after, .vans_theme-light .vans_buttons__button--secondary:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_buttons__button--secondary.-disabled,
  html.-hover .vans_buttons__button--secondary.-disabled:hover,
  html.-hover .vans_buttons__button--secondary.-disabled:active:hover, .vans_buttons__button--secondary[disabled],
  html.-hover .vans_buttons__button--secondary[disabled]:hover,
  html.-hover .vans_buttons__button--secondary[disabled]:active:hover, [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:active:hover, [class*="vans_theme-"] .vans_buttons__button--secondary[disabled],
  html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:active:hover, .vans_theme-light .vans_buttons__button--secondary.-disabled,
  html.-hover .vans_theme-light .vans_buttons__button--secondary.-disabled:hover,
  html.-hover .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover, .vans_theme-light .vans_buttons__button--secondary[disabled],
  html.-hover .vans_theme-light .vans_buttons__button--secondary[disabled]:hover,
  html.-hover .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled],
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover {
    background-color: #ececec; }
    .vans_buttons__button--secondary.-disabled::after,
    html.-hover .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover .vans_buttons__button--secondary.-disabled:active:hover::after, .vans_buttons__button--secondary[disabled]::after,
    html.-hover .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover .vans_buttons__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:active:hover::after, .vans_theme-light .vans_buttons__button--secondary.-disabled::after,
    html.-hover .vans_theme-light .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover::after, .vans_theme-light .vans_buttons__button--secondary[disabled]::after,
    html.-hover .vans_theme-light .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_buttons__button--secondary.-disabled::after,
    html.-hover .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover .vans_buttons__button--secondary.-disabled:active:hover::after, .vans_buttons__button--secondary[disabled]::after,
    html.-hover .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover .vans_buttons__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:active:hover::after, .vans_theme-light .vans_buttons__button--secondary.-disabled::after,
    html.-hover .vans_theme-light .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover::after, .vans_theme-light .vans_buttons__button--secondary[disabled]::after,
    html.-hover .vans_theme-light .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_buttons__button--secondary.-disabled::after,
      html[dir="rtl"] .vans_buttons__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_buttons__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_buttons__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_buttons__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_buttons__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_buttons__button--secondary[disabled]::after,
      html[dir="rtl"] .vans_buttons__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_buttons__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_buttons__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_buttons__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_buttons__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_buttons__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_buttons__button--secondary.-disabled::after,
      html[dir="rtl"] .vans_theme-light .vans_buttons__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_buttons__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_buttons__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_buttons__button--secondary[disabled]::after,
      html[dir="rtl"] .vans_theme-light .vans_buttons__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_buttons__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_buttons__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_buttons__button--secondary[disabled]:active:hover::after {
        border-width: 1px; }

.vans_theme-dark .vans_buttons__button--secondary, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary {
  color: #fff;
  background: #333; }
  .vans_theme-dark .vans_buttons__button--secondary::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary::after {
    border-color: transparent; }
  .vans_theme-dark .vans_buttons__button--secondary::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary::after { }
  html.-hover .vans_theme-dark .vans_buttons__button--secondary:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary:hover {
    background: #242424; }
  .vans_theme-dark .vans_buttons__button--secondary:focus, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary:focus {
    background: #242424; }
  .vans_theme-dark .vans_buttons__button--secondary.-active,
  html.-hover .vans_theme-dark .vans_buttons__button--secondary:active:hover, .vans_theme-dark .vans_buttons__button--secondary:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-active,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary:active:focus {
    color: #fff;
    background: #242424; }
    .vans_theme-dark .vans_buttons__button--secondary.-active::after,
    html.-hover .vans_theme-dark .vans_buttons__button--secondary:active:hover::after, .vans_theme-dark .vans_buttons__button--secondary:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_theme-dark .vans_buttons__button--secondary.-disabled,
  html.-hover .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover,
  html.-hover .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover, .vans_theme-dark .vans_buttons__button--secondary[disabled],
  html.-hover .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover,
  html.-hover .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled],
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover {
    background-color: #333; }
    .vans_theme-dark .vans_buttons__button--secondary.-disabled::after,
    html.-hover .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover::after, .vans_theme-dark .vans_buttons__button--secondary[disabled]::after,
    html.-hover .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_buttons__button--secondary.-disabled::after,
    html.-hover .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover::after, .vans_theme-dark .vans_buttons__button--secondary[disabled]::after,
    html.-hover .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_buttons__button--secondary.-disabled::after,
      html[dir="rtl"] .vans_theme-dark .vans_buttons__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_buttons__button--secondary[disabled]::after,
      html[dir="rtl"] .vans_theme-dark .vans_buttons__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_buttons__button--secondary[disabled]:active:hover::after {
        border-width: 1px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_button--primary, .vans_button--secondary, .vans_button--cyan {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 0 0;
  appearance: none;
  position: relative;
  outline: none;
  white-space: nowrap;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis; }
  :lang(ko) .vans_button--primary, :lang(ko) .vans_button--secondary, :lang(ko) .vans_button--cyan {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_button--primary, html:not([dir="rtl"]) .vans_button--secondary, html:not([dir="rtl"]) .vans_button--cyan {
    padding-left: 20px; }
  html[dir="rtl"] .vans_button--primary, html[dir="rtl"] .vans_button--secondary, html[dir="rtl"] .vans_button--cyan {
    padding-right: 20px; }
  html:not([dir="rtl"]) .vans_button--primary, html:not([dir="rtl"]) .vans_button--secondary, html:not([dir="rtl"]) .vans_button--cyan {
    padding-right: 20px; }
  html[dir="rtl"] .vans_button--primary, html[dir="rtl"] .vans_button--secondary, html[dir="rtl"] .vans_button--cyan {
    padding-left: 20px; }
  .vans_button--primary::after, .vans_button--secondary::after, .vans_button--cyan::after {
    border-color: transparent; }
  .vans_button--primary::after, .vans_button--secondary::after, .vans_button--cyan::after { }
  .-active.vans_button--primary::after, .-active.vans_button--secondary::after, .-active.vans_button--cyan::after,
  html.-hover .vans_button--primary:active:hover::after,
  html.-hover .vans_button--secondary:active:hover::after,
  html.-hover .vans_button--cyan:active:hover::after, .vans_button--primary:active:focus::after, .vans_button--secondary:active:focus::after, .vans_button--cyan:active:focus::after {
    box-shadow: inset 0 0 4px transparent; }
  .-disabled.vans_button--primary::after, .-disabled.vans_button--secondary::after, .-disabled.vans_button--cyan::after,
  html.-hover .-disabled.vans_button--primary:hover::after,
  html.-hover .-disabled.vans_button--secondary:hover::after,
  html.-hover .-disabled.vans_button--cyan:hover::after,
  html.-hover .-disabled.vans_button--primary:active:hover::after,
  html.-hover .-disabled.vans_button--secondary:active:hover::after,
  html.-hover .-disabled.vans_button--cyan:active:hover::after, .vans_button--primary[disabled]::after, .vans_button--secondary[disabled]::after, .vans_button--cyan[disabled]::after,
  html.-hover .vans_button--primary[disabled]:hover::after,
  html.-hover .vans_button--secondary[disabled]:hover::after,
  html.-hover .vans_button--cyan[disabled]:hover::after,
  html.-hover .vans_button--primary[disabled]:active:hover::after,
  html.-hover .vans_button--secondary[disabled]:active:hover::after,
  html.-hover .vans_button--cyan[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .-disabled.vans_button--primary::after, .-disabled.vans_button--secondary::after, .-disabled.vans_button--cyan::after,
  html.-hover .-disabled.vans_button--primary:hover::after,
  html.-hover .-disabled.vans_button--secondary:hover::after,
  html.-hover .-disabled.vans_button--cyan:hover::after,
  html.-hover .-disabled.vans_button--primary:active:hover::after,
  html.-hover .-disabled.vans_button--secondary:active:hover::after,
  html.-hover .-disabled.vans_button--cyan:active:hover::after, .vans_button--primary[disabled]::after, .vans_button--secondary[disabled]::after, .vans_button--cyan[disabled]::after,
  html.-hover .vans_button--primary[disabled]:hover::after,
  html.-hover .vans_button--secondary[disabled]:hover::after,
  html.-hover .vans_button--cyan[disabled]:hover::after,
  html.-hover .vans_button--primary[disabled]:active:hover::after,
  html.-hover .vans_button--secondary[disabled]:active:hover::after,
  html.-hover .vans_button--cyan[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .-disabled.vans_button--primary::after, html:not([dir="rtl"]) .-disabled.vans_button--secondary::after, html:not([dir="rtl"]) .-disabled.vans_button--cyan::after,
    html[dir="rtl"] .-disabled.vans_button--primary::after,
    html[dir="rtl"] .-disabled.vans_button--secondary::after,
    html[dir="rtl"] .-disabled.vans_button--cyan::after, html:not([dir="rtl"]) html.-hover .-disabled.vans_button--primary:hover::after, html:not([dir="rtl"]) html.-hover .-disabled.vans_button--secondary:hover::after, html:not([dir="rtl"]) html.-hover .-disabled.vans_button--cyan:hover::after,
    html[dir="rtl"] html.-hover .-disabled.vans_button--primary:hover::after,
    html[dir="rtl"] html.-hover .-disabled.vans_button--secondary:hover::after,
    html[dir="rtl"] html.-hover .-disabled.vans_button--cyan:hover::after, html:not([dir="rtl"]) html.-hover .-disabled.vans_button--primary:active:hover::after, html:not([dir="rtl"]) html.-hover .-disabled.vans_button--secondary:active:hover::after, html:not([dir="rtl"]) html.-hover .-disabled.vans_button--cyan:active:hover::after,
    html[dir="rtl"] html.-hover .-disabled.vans_button--primary:active:hover::after,
    html[dir="rtl"] html.-hover .-disabled.vans_button--secondary:active:hover::after,
    html[dir="rtl"] html.-hover .-disabled.vans_button--cyan:active:hover::after, html:not([dir="rtl"]) .vans_button--primary[disabled]::after, html:not([dir="rtl"]) .vans_button--secondary[disabled]::after, html:not([dir="rtl"]) .vans_button--cyan[disabled]::after,
    html[dir="rtl"] .vans_button--primary[disabled]::after,
    html[dir="rtl"] .vans_button--secondary[disabled]::after,
    html[dir="rtl"] .vans_button--cyan[disabled]::after, html:not([dir="rtl"]) html.-hover .vans_button--primary[disabled]:hover::after, html:not([dir="rtl"]) html.-hover .vans_button--secondary[disabled]:hover::after, html:not([dir="rtl"]) html.-hover .vans_button--cyan[disabled]:hover::after,
    html[dir="rtl"] html.-hover .vans_button--primary[disabled]:hover::after,
    html[dir="rtl"] html.-hover .vans_button--secondary[disabled]:hover::after,
    html[dir="rtl"] html.-hover .vans_button--cyan[disabled]:hover::after, html:not([dir="rtl"]) html.-hover .vans_button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) html.-hover .vans_button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) html.-hover .vans_button--cyan[disabled]:active:hover::after,
    html[dir="rtl"] html.-hover .vans_button--primary[disabled]:active:hover::after,
    html[dir="rtl"] html.-hover .vans_button--secondary[disabled]:active:hover::after,
    html[dir="rtl"] html.-hover .vans_button--cyan[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_button--primary::after, .vans_button--secondary::after, .vans_button--cyan::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_button--primary::after, html:not([dir="rtl"]) .vans_button--secondary::after, html:not([dir="rtl"]) .vans_button--cyan::after {
      right: 0; }
    html[dir="rtl"] .vans_button--primary::after, html[dir="rtl"] .vans_button--secondary::after, html[dir="rtl"] .vans_button--cyan::after {
      left: 0; }
    html:not([dir="rtl"]) .vans_button--primary::after, html:not([dir="rtl"]) .vans_button--secondary::after, html:not([dir="rtl"]) .vans_button--cyan::after {
      left: 0; }
    html[dir="rtl"] .vans_button--primary::after, html[dir="rtl"] .vans_button--secondary::after, html[dir="rtl"] .vans_button--cyan::after {
      right: 0; }
  .vans_button--primary::before, .vans_button--secondary::before, .vans_button--cyan::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_button--primary::before, html:not([dir="rtl"]) .vans_button--secondary::before, html:not([dir="rtl"]) .vans_button--cyan::before {
      right: 0; }
    html[dir="rtl"] .vans_button--primary::before, html[dir="rtl"] .vans_button--secondary::before, html[dir="rtl"] .vans_button--cyan::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_button--primary::before, html:not([dir="rtl"]) .vans_button--secondary::before, html:not([dir="rtl"]) .vans_button--cyan::before {
      left: 0; }
    html[dir="rtl"] .vans_button--primary::before, html[dir="rtl"] .vans_button--secondary::before, html[dir="rtl"] .vans_button--cyan::before {
      right: 0; }
  .vans_button--primary::before, .vans_button--secondary::before, .vans_button--cyan::before {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
  .vans_button--primary::after, .vans_button--secondary::after, .vans_button--cyan::after {
    border-radius: 0 0 0 0; }
  html:not([dir="rtl"]) .vans_button--primary, html:not([dir="rtl"]) .vans_button--secondary, html:not([dir="rtl"]) .vans_button--cyan, html[dir="rtl"] .vans_button--primary, html[dir="rtl"] .vans_button--secondary, html[dir="rtl"] .vans_button--cyan {
    margin: 0 0 auto; }
  html:not([dir="rtl"]) .vans_button--primary, html:not([dir="rtl"]) .vans_button--secondary, html:not([dir="rtl"]) .vans_button--cyan, html[dir="rtl"] .vans_button--primary, html[dir="rtl"] .vans_button--secondary, html[dir="rtl"] .vans_button--cyan {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_button--primary, html:not([dir="rtl"]) .vans_button--secondary, html:not([dir="rtl"]) .vans_button--cyan, html[dir="rtl"] .vans_button--primary, html[dir="rtl"] .vans_button--secondary, html[dir="rtl"] .vans_button--cyan {
    padding-bottom: 0; }
  .vans_button--primary:focus, .vans_button--secondary:focus, .vans_button--cyan:focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
    border-radius: 0.5px; }

.vans_button--primary, [class*="vans_theme-"] .vans_button--primary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary, .vans_theme-light .vans_button--primary, [class*="vans_theme-"] .vans_theme-light .vans_button--primary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary {
  color: #fff;
  background: #333; }
  .vans_button--primary::after, [class*="vans_theme-"] .vans_button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary::after, .vans_theme-light .vans_button--primary::after, [class*="vans_theme-"] .vans_theme-light .vans_button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary::after {
    border-color: transparent; }
  .vans_button--primary::after, [class*="vans_theme-"] .vans_button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary::after, .vans_theme-light .vans_button--primary::after, [class*="vans_theme-"] .vans_theme-light .vans_button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary::after { }
  html.-hover .vans_button--primary:hover, html.-hover [class*="vans_theme-"] .vans_button--primary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary:hover, html.-hover .vans_theme-light .vans_button--primary:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary:hover {
    background: #242424; }
  .vans_button--primary:focus, [class*="vans_theme-"] .vans_button--primary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary:focus, .vans_theme-light .vans_button--primary:focus, [class*="vans_theme-"] .vans_theme-light .vans_button--primary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary:focus {
    background: #242424; }
  .vans_button--primary.-active,
  html.-hover .vans_button--primary:active:hover, .vans_button--primary:active:focus, [class*="vans_theme-"] .vans_button--primary.-active,
  html.-hover [class*="vans_theme-"] .vans_button--primary:active:hover, [class*="vans_theme-"] .vans_button--primary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary:active:focus, .vans_theme-light .vans_button--primary.-active,
  html.-hover .vans_theme-light .vans_button--primary:active:hover, .vans_theme-light .vans_button--primary:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-active,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_button--primary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary:active:focus {
    color: #fff;
    background: #242424; }
    .vans_button--primary.-active::after,
    html.-hover .vans_button--primary:active:hover::after, .vans_button--primary:active:focus::after, [class*="vans_theme-"] .vans_button--primary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_button--primary:active:hover::after, [class*="vans_theme-"] .vans_button--primary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary:active:focus::after, .vans_theme-light .vans_button--primary.-active::after,
    html.-hover .vans_theme-light .vans_button--primary:active:hover::after, .vans_theme-light .vans_button--primary:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_button--primary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_button--primary.-disabled,
  html.-hover .vans_button--primary.-disabled:hover,
  html.-hover .vans_button--primary.-disabled:active:hover, .vans_button--primary[disabled],
  html.-hover .vans_button--primary[disabled]:hover,
  html.-hover .vans_button--primary[disabled]:active:hover, [class*="vans_theme-"] .vans_button--primary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_button--primary.-disabled:active:hover, [class*="vans_theme-"] .vans_button--primary[disabled],
  html.-hover [class*="vans_theme-"] .vans_button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_button--primary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]:active:hover, .vans_theme-light .vans_button--primary.-disabled,
  html.-hover .vans_theme-light .vans_button--primary.-disabled:hover,
  html.-hover .vans_theme-light .vans_button--primary.-disabled:active:hover, .vans_theme-light .vans_button--primary[disabled],
  html.-hover .vans_theme-light .vans_button--primary[disabled]:hover,
  html.-hover .vans_theme-light .vans_button--primary[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled],
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:active:hover {
    background-color: #333; }
    .vans_button--primary.-disabled::after,
    html.-hover .vans_button--primary.-disabled:hover::after,
    html.-hover .vans_button--primary.-disabled:active:hover::after, .vans_button--primary[disabled]::after,
    html.-hover .vans_button--primary[disabled]:hover::after,
    html.-hover .vans_button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]:active:hover::after, .vans_theme-light .vans_button--primary.-disabled::after,
    html.-hover .vans_theme-light .vans_button--primary.-disabled:hover::after,
    html.-hover .vans_theme-light .vans_button--primary.-disabled:active:hover::after, .vans_theme-light .vans_button--primary[disabled]::after,
    html.-hover .vans_theme-light .vans_button--primary[disabled]:hover::after,
    html.-hover .vans_theme-light .vans_button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_button--primary.-disabled::after,
    html.-hover .vans_button--primary.-disabled:hover::after,
    html.-hover .vans_button--primary.-disabled:active:hover::after, .vans_button--primary[disabled]::after,
    html.-hover .vans_button--primary[disabled]:hover::after,
    html.-hover .vans_button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]:active:hover::after, .vans_theme-light .vans_button--primary.-disabled::after,
    html.-hover .vans_theme-light .vans_button--primary.-disabled:hover::after,
    html.-hover .vans_theme-light .vans_button--primary.-disabled:active:hover::after, .vans_theme-light .vans_button--primary[disabled]::after,
    html.-hover .vans_theme-light .vans_button--primary[disabled]:hover::after,
    html.-hover .vans_theme-light .vans_button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_button--primary.-disabled::after,
      html[dir="rtl"] .vans_button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_button--primary[disabled]::after,
      html[dir="rtl"] .vans_button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_button--primary.-disabled::after,
      html[dir="rtl"] .vans_theme-light .vans_button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_button--primary[disabled]::after,
      html[dir="rtl"] .vans_theme-light .vans_button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--primary[disabled]:active:hover::after {
        border-width: 1px; }

.vans_theme-dark .vans_button--primary, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary {
  color: #333;
  background: #ececec; }
  .vans_theme-dark .vans_button--primary::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary::after {
    border-color: transparent; }
  .vans_theme-dark .vans_button--primary::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary::after { }
  html.-hover .vans_theme-dark .vans_button--primary:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary:hover {
    background: #d9d9d9; }
  .vans_theme-dark .vans_button--primary:focus, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary:focus {
    background: #d9d9d9; }
  .vans_theme-dark .vans_button--primary.-active,
  html.-hover .vans_theme-dark .vans_button--primary:active:hover, .vans_theme-dark .vans_button--primary:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-active,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary:active:focus {
    color: #333;
    background: #d9d9d9; }
    .vans_theme-dark .vans_button--primary.-active::after,
    html.-hover .vans_theme-dark .vans_button--primary:active:hover::after, .vans_theme-dark .vans_button--primary:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_theme-dark .vans_button--primary.-disabled,
  html.-hover .vans_theme-dark .vans_button--primary.-disabled:hover,
  html.-hover .vans_theme-dark .vans_button--primary.-disabled:active:hover, .vans_theme-dark .vans_button--primary[disabled],
  html.-hover .vans_theme-dark .vans_button--primary[disabled]:hover,
  html.-hover .vans_theme-dark .vans_button--primary[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled],
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:active:hover {
    background-color: #ececec; }
    .vans_theme-dark .vans_button--primary.-disabled::after,
    html.-hover .vans_theme-dark .vans_button--primary.-disabled:hover::after,
    html.-hover .vans_theme-dark .vans_button--primary.-disabled:active:hover::after, .vans_theme-dark .vans_button--primary[disabled]::after,
    html.-hover .vans_theme-dark .vans_button--primary[disabled]:hover::after,
    html.-hover .vans_theme-dark .vans_button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_button--primary.-disabled::after,
    html.-hover .vans_theme-dark .vans_button--primary.-disabled:hover::after,
    html.-hover .vans_theme-dark .vans_button--primary.-disabled:active:hover::after, .vans_theme-dark .vans_button--primary[disabled]::after,
    html.-hover .vans_theme-dark .vans_button--primary[disabled]:hover::after,
    html.-hover .vans_theme-dark .vans_button--primary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_button--primary.-disabled::after,
      html[dir="rtl"] .vans_theme-dark .vans_button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_button--primary[disabled]::after,
      html[dir="rtl"] .vans_theme-dark .vans_button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--primary[disabled]:active:hover::after {
        border-width: 1px; }

.vans_button--secondary, [class*="vans_theme-"] .vans_button--secondary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary, .vans_theme-light .vans_button--secondary, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary {
  color: #333;
  background: #ececec; }
  .vans_button--secondary::after, [class*="vans_theme-"] .vans_button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary::after, .vans_theme-light .vans_button--secondary::after, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary::after {
    border-color: transparent; }
  .vans_button--secondary::after, [class*="vans_theme-"] .vans_button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary::after, .vans_theme-light .vans_button--secondary::after, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary::after { }
  html.-hover .vans_button--secondary:hover, html.-hover [class*="vans_theme-"] .vans_button--secondary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary:hover, html.-hover .vans_theme-light .vans_button--secondary:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary:hover {
    background: #d9d9d9; }
  .vans_button--secondary:focus, [class*="vans_theme-"] .vans_button--secondary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary:focus, .vans_theme-light .vans_button--secondary:focus, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary:focus {
    background: #d9d9d9; }
  .vans_button--secondary.-active,
  html.-hover .vans_button--secondary:active:hover, .vans_button--secondary:active:focus, [class*="vans_theme-"] .vans_button--secondary.-active,
  html.-hover [class*="vans_theme-"] .vans_button--secondary:active:hover, [class*="vans_theme-"] .vans_button--secondary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary:active:focus, .vans_theme-light .vans_button--secondary.-active,
  html.-hover .vans_theme-light .vans_button--secondary:active:hover, .vans_theme-light .vans_button--secondary:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-active,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary:active:focus {
    color: #333;
    background: #d9d9d9; }
    .vans_button--secondary.-active::after,
    html.-hover .vans_button--secondary:active:hover::after, .vans_button--secondary:active:focus::after, [class*="vans_theme-"] .vans_button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_button--secondary:active:hover::after, [class*="vans_theme-"] .vans_button--secondary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary:active:focus::after, .vans_theme-light .vans_button--secondary.-active::after,
    html.-hover .vans_theme-light .vans_button--secondary:active:hover::after, .vans_theme-light .vans_button--secondary:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_button--secondary.-disabled,
  html.-hover .vans_button--secondary.-disabled:hover,
  html.-hover .vans_button--secondary.-disabled:active:hover, .vans_button--secondary[disabled],
  html.-hover .vans_button--secondary[disabled]:hover,
  html.-hover .vans_button--secondary[disabled]:active:hover, [class*="vans_theme-"] .vans_button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_button--secondary.-disabled:active:hover, [class*="vans_theme-"] .vans_button--secondary[disabled],
  html.-hover [class*="vans_theme-"] .vans_button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_button--secondary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]:active:hover, .vans_theme-light .vans_button--secondary.-disabled,
  html.-hover .vans_theme-light .vans_button--secondary.-disabled:hover,
  html.-hover .vans_theme-light .vans_button--secondary.-disabled:active:hover, .vans_theme-light .vans_button--secondary[disabled],
  html.-hover .vans_theme-light .vans_button--secondary[disabled]:hover,
  html.-hover .vans_theme-light .vans_button--secondary[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled],
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:active:hover {
    background-color: #ececec; }
    .vans_button--secondary.-disabled::after,
    html.-hover .vans_button--secondary.-disabled:hover::after,
    html.-hover .vans_button--secondary.-disabled:active:hover::after, .vans_button--secondary[disabled]::after,
    html.-hover .vans_button--secondary[disabled]:hover::after,
    html.-hover .vans_button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]:active:hover::after, .vans_theme-light .vans_button--secondary.-disabled::after,
    html.-hover .vans_theme-light .vans_button--secondary.-disabled:hover::after,
    html.-hover .vans_theme-light .vans_button--secondary.-disabled:active:hover::after, .vans_theme-light .vans_button--secondary[disabled]::after,
    html.-hover .vans_theme-light .vans_button--secondary[disabled]:hover::after,
    html.-hover .vans_theme-light .vans_button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_button--secondary.-disabled::after,
    html.-hover .vans_button--secondary.-disabled:hover::after,
    html.-hover .vans_button--secondary.-disabled:active:hover::after, .vans_button--secondary[disabled]::after,
    html.-hover .vans_button--secondary[disabled]:hover::after,
    html.-hover .vans_button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]:active:hover::after, .vans_theme-light .vans_button--secondary.-disabled::after,
    html.-hover .vans_theme-light .vans_button--secondary.-disabled:hover::after,
    html.-hover .vans_theme-light .vans_button--secondary.-disabled:active:hover::after, .vans_theme-light .vans_button--secondary[disabled]::after,
    html.-hover .vans_theme-light .vans_button--secondary[disabled]:hover::after,
    html.-hover .vans_theme-light .vans_button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_button--secondary.-disabled::after,
      html[dir="rtl"] .vans_button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_button--secondary[disabled]::after,
      html[dir="rtl"] .vans_button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_button--secondary.-disabled::after,
      html[dir="rtl"] .vans_theme-light .vans_button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_button--secondary[disabled]::after,
      html[dir="rtl"] .vans_theme-light .vans_button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-light .vans_button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-light .vans_button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_button--secondary[disabled]:active:hover::after {
        border-width: 1px; }

.vans_theme-dark .vans_button--secondary, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary {
  color: #fff;
  background: #333; }
  .vans_theme-dark .vans_button--secondary::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary::after {
    border-color: transparent; }
  .vans_theme-dark .vans_button--secondary::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary::after { }
  html.-hover .vans_theme-dark .vans_button--secondary:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary:hover {
    background: #242424; }
  .vans_theme-dark .vans_button--secondary:focus, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary:focus {
    background: #242424; }
  .vans_theme-dark .vans_button--secondary.-active,
  html.-hover .vans_theme-dark .vans_button--secondary:active:hover, .vans_theme-dark .vans_button--secondary:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-active,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-active,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary:active:focus {
    color: #fff;
    background: #242424; }
    .vans_theme-dark .vans_button--secondary.-active::after,
    html.-hover .vans_theme-dark .vans_button--secondary:active:hover::after, .vans_theme-dark .vans_button--secondary:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-active::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
  .vans_theme-dark .vans_button--secondary.-disabled,
  html.-hover .vans_theme-dark .vans_button--secondary.-disabled:hover,
  html.-hover .vans_theme-dark .vans_button--secondary.-disabled:active:hover, .vans_theme-dark .vans_button--secondary[disabled],
  html.-hover .vans_theme-dark .vans_button--secondary[disabled]:hover,
  html.-hover .vans_theme-dark .vans_button--secondary[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled],
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled],
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:hover,
  html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:active:hover {
    background-color: #333; }
    .vans_theme-dark .vans_button--secondary.-disabled::after,
    html.-hover .vans_theme-dark .vans_button--secondary.-disabled:hover::after,
    html.-hover .vans_theme-dark .vans_button--secondary.-disabled:active:hover::after, .vans_theme-dark .vans_button--secondary[disabled]::after,
    html.-hover .vans_theme-dark .vans_button--secondary[disabled]:hover::after,
    html.-hover .vans_theme-dark .vans_button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_button--secondary.-disabled::after,
    html.-hover .vans_theme-dark .vans_button--secondary.-disabled:hover::after,
    html.-hover .vans_theme-dark .vans_button--secondary.-disabled:active:hover::after, .vans_theme-dark .vans_button--secondary[disabled]::after,
    html.-hover .vans_theme-dark .vans_button--secondary[disabled]:hover::after,
    html.-hover .vans_theme-dark .vans_button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:hover::after,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_theme-dark .vans_button--secondary.-disabled::after,
      html[dir="rtl"] .vans_theme-dark .vans_button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_button--secondary[disabled]::after,
      html[dir="rtl"] .vans_theme-dark .vans_button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_theme-dark .vans_button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_theme-dark .vans_button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]::after,
      html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_button--secondary[disabled]:active:hover::after {
        border-width: 1px; }

.vans_button--cyan {
  color: #fff;
  background: #00adef; }
  .vans_button--cyan::after {
    border-color: transparent; }
  .vans_button--cyan::after { }
  html.-hover .vans_button--cyan:hover {
    background: #0088c6; }
  .vans_button--cyan:focus {
    background: #0088c6; }
  .vans_button--cyan.-active,
  html.-hover .vans_button--cyan:active:hover, .vans_button--cyan:active:focus {
    color: #fff;
    background: #0088c6; }
  .vans_button--cyan.-disabled,
  html.-hover .vans_button--cyan.-disabled:hover,
  html.-hover .vans_button--cyan.-disabled:active:hover, .vans_button--cyan[disabled],
  html.-hover .vans_button--cyan[disabled]:hover,
  html.-hover .vans_button--cyan[disabled]:active:hover {
    background-color: #00adef; }
    .vans_button--cyan.-disabled::after,
    html.-hover .vans_button--cyan.-disabled:hover::after,
    html.-hover .vans_button--cyan.-disabled:active:hover::after, .vans_button--cyan[disabled]::after,
    html.-hover .vans_button--cyan[disabled]:hover::after,
    html.-hover .vans_button--cyan[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_button--cyan.-disabled::after,
    html.-hover .vans_button--cyan.-disabled:hover::after,
    html.-hover .vans_button--cyan.-disabled:active:hover::after, .vans_button--cyan[disabled]::after,
    html.-hover .vans_button--cyan[disabled]:hover::after,
    html.-hover .vans_button--cyan[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_button--cyan.-disabled::after,
      html[dir="rtl"] .vans_button--cyan.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_button--cyan.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_button--cyan.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_button--cyan.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_button--cyan.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_button--cyan[disabled]::after,
      html[dir="rtl"] .vans_button--cyan[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_button--cyan[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_button--cyan[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_button--cyan[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_button--cyan[disabled]:active:hover::after {
        border-width: 1px; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
html:not([dir="rtl"]) .vans_business-unit,
html[dir="rtl"] .vans_business-unit {
  padding-top: 28px; }

html:not([dir="rtl"]) .vans_business-unit,
html[dir="rtl"] .vans_business-unit {
  padding-bottom: 37px; }

.vans_business-unit__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_business-unit__inner,
    html[dir="rtl"] .vans_business-unit__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_business-unit__inner,
    html[dir="rtl"] .vans_business-unit__inner {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_business-unit__inner,
    html[dir="rtl"] .vans_business-unit__inner {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_business-unit__inner,
    html[dir="rtl"] .vans_business-unit__inner {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_business-unit__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_business-unit__inner,
      html[dir="rtl"] .vans_business-unit__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_business-unit__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_business-unit__inner,
      html[dir="rtl"] .vans_business-unit__inner {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_business-unit__inner {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_business-unit__inner,
      html[dir="rtl"] .vans_business-unit__inner {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_business-unit__headline-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_business-unit__headline-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-left: 6px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-right: 6px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_business-unit__headline-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_business-unit__headline-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_business-unit__headline-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_business-unit__headline-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_business-unit__headline-container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_business-unit__headline-container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_business-unit__headline-container {
      padding-left: 12px; } }

.vans_business-unit__headline {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px; }
  .vans_business-unit__headline, [class*="vans_theme-"] .vans_business-unit__headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_business-unit__headline, .vans_theme-light .vans_business-unit__headline, [class*="vans_theme-"] .vans_theme-light .vans_business-unit__headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_business-unit__headline {
    color: #333; }
  .vans_theme-dark .vans_business-unit__headline, [class*="vans_theme-"] .vans_theme-dark .vans_business-unit__headline, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_business-unit__headline {
    color: #fff; }
  :lang(ko) .vans_business-unit__headline {
    font-family: MBKCorporateSRegular, sans-serif; }

.vans_business-unit__wrapper {
  overflow: hidden;
  width: 100%;
  position: relative; }
  html:not([dir="rtl"]) .vans_business-unit__wrapper,
  html[dir="rtl"] .vans_business-unit__wrapper {
    margin-top: 18px; }
  .vans_business-unit__wrapper::before {
    content: '';
    position: absolute;
    top: 0; }
    html:not([dir="rtl"]) .vans_business-unit__wrapper::before {
      left: 0; }
    html[dir="rtl"] .vans_business-unit__wrapper::before {
      right: 0; }
    html:not([dir="rtl"]) .vans_business-unit__wrapper::before {
      right: 0; }
    html[dir="rtl"] .vans_business-unit__wrapper::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_business-unit__wrapper::before,
    html[dir="rtl"] .vans_business-unit__wrapper::before {
      padding-top: 48%; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_business-unit__wrapper::before,
      html[dir="rtl"] .vans_business-unit__wrapper::before {
        padding-top: 14%; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_business-unit__wrapper::before,
      html[dir="rtl"] .vans_business-unit__wrapper::before {
        padding-top: 179.2px; } }
    .vans_business-unit__wrapper::before, [class*="vans_theme-"] .vans_business-unit__wrapper::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_business-unit__wrapper::before, .vans_theme-light .vans_business-unit__wrapper::before, [class*="vans_theme-"] .vans_theme-light .vans_business-unit__wrapper::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_business-unit__wrapper::before {
      background-image: linear-gradient(rgba(255, 255, 255, 0) 0, #f4f4f4 40%, white 48%); }
    .vans_theme-dark .vans_business-unit__wrapper::before, [class*="vans_theme-"] .vans_theme-dark .vans_business-unit__wrapper::before, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_business-unit__wrapper::before {
      background-image: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0) 48%); }

.vans_business-unit__container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.3s; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_business-unit__container,
    html[dir="rtl"] .vans_business-unit__container {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_business-unit__container,
    html[dir="rtl"] .vans_business-unit__container {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_business-unit__container,
    html[dir="rtl"] .vans_business-unit__container {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_business-unit__container,
    html[dir="rtl"] .vans_business-unit__container {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_business-unit__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_business-unit__container,
      html[dir="rtl"] .vans_business-unit__container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_business-unit__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_business-unit__container,
      html[dir="rtl"] .vans_business-unit__container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_business-unit__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_business-unit__container,
      html[dir="rtl"] .vans_business-unit__container {
        margin: 0 auto; } }
  html.-hover .vans_business-unit__container:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
    cursor: grab;
    cursor: url("assets/cursors/drag.cur"), auto; }
  html.-hover .vans_business-unit__container:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    cursor: url("assets/cursors/dragging.cur"), auto; }
  body.-ie .vans_business-unit__container:hover,
  body.-ie .vans_business-unit__container:active {
    cursor: move; }
  .vans_business-unit__container.-dragging {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    cursor: grabbing;
    transition: none;
    user-select: none; }
  .vans_business-unit__container.-dragging {
    transition: none; }
  @media only screen and (min-width: 768px) {
    .vans_business-unit__container {
      transform: translate3d(0, 0, 0) !important; } }

@media only screen and (min-width: 0) {
  .vans_business-unit__teaser-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_business-unit__teaser-wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_business-unit__teaser-wrapper {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_business-unit__teaser-wrapper {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_business-unit__teaser-wrapper {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_business-unit__teaser-wrapper {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_business-unit__teaser-wrapper {
    flex: 0 0 auto;
    width: 33.33333%; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_business-unit__teaser-wrapper {
      padding-left: 12px; } }

.vans_business-unit__teaser {
  width: 50%;
  cursor: pointer; }
  html:not([dir="rtl"]) .vans_business-unit__teaser {
    float: left; }
  html[dir="rtl"] .vans_business-unit__teaser {
    float: right; }
  html .vans_business-unit__teaser {
    text-align: center; }
  html.-hover .vans_business-unit__teaser:hover {
    color: #00adef; }
  .vans_business-unit__teaser-image .vans_image__image {
    width: 100%;
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none; }
  .vans_business-unit__teaser-title {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #999;
    cursor: pointer; }
    :lang(ko) .vans_business-unit__teaser-title {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_business-unit__teaser-title:hover, .vans_business-unit__teaser-title:focus, .vans_business-unit__teaser-title.-active {
      color: #00adef;
      outline: 0; }
    html:not([dir="rtl"]) .vans_business-unit__teaser-title,
    html[dir="rtl"] .vans_business-unit__teaser-title {
      margin-top: 6px; }

.vans_business-unit__pagination {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative; }
  html:not([dir="rtl"]) .vans_business-unit__pagination,
  html[dir="rtl"] .vans_business-unit__pagination {
    margin: 0 auto; }
  html:not([dir="rtl"]) .vans_business-unit__pagination,
  html[dir="rtl"] .vans_business-unit__pagination {
    margin-top: 6px; }
  @media only screen and (min-width: 768px) {
    .vans_business-unit__pagination {
      display: none; } }

.vans_business-unit__pagination-item {
  display: inline-flex;
  position: relative;
  width: 16px;
  height: 28px;
  cursor: pointer; }
  .vans_business-unit__pagination-item, [class*="vans_theme-"] .vans_business-unit__pagination-item, [class*="vans_theme-"] [class*="vans_theme-"] .vans_business-unit__pagination-item, .vans_theme-light .vans_business-unit__pagination-item, [class*="vans_theme-"] .vans_theme-light .vans_business-unit__pagination-item, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_business-unit__pagination-item {
    color: #ccc; }
  .vans_theme-dark .vans_business-unit__pagination-item, [class*="vans_theme-"] .vans_theme-dark .vans_business-unit__pagination-item, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_business-unit__pagination-item {
    color: #fff; }
  html.-hover .vans_business-unit__pagination-item:hover {
    color: #00adef; }
  .vans_business-unit__pagination-item.-active {
    color: #00adef !important;
    cursor: auto; }
  @media only screen and (min-width: 768px) {
    .vans_business-unit__pagination-item {
      width: auto;
      height: auto; }
      html:not([dir="rtl"]) .vans_business-unit__pagination-item,
      html[dir="rtl"] .vans_business-unit__pagination-item {
        padding: 12px 0; } }

.vans_business-unit__pagination-dot {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: currentColor; }
  html:not([dir="rtl"]) .vans_business-unit__pagination-dot,
  html[dir="rtl"] .vans_business-unit__pagination-dot {
    margin: auto; }
  @media only screen and (min-width: 768px) {
    .vans_business-unit__pagination-dot {
      width: 64px;
      height: 3px;
      border-radius: 0; }
      html:not([dir="rtl"]) .vans_business-unit__pagination-dot,
      html[dir="rtl"] .vans_business-unit__pagination-dot {
        margin: 0 3px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_breadcrumb__container {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_breadcrumb__container,
    html[dir="rtl"] .vans_breadcrumb__container {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_breadcrumb__container,
    html[dir="rtl"] .vans_breadcrumb__container {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_breadcrumb__container,
    html[dir="rtl"] .vans_breadcrumb__container {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_breadcrumb__container,
    html[dir="rtl"] .vans_breadcrumb__container {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_breadcrumb__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_breadcrumb__container,
      html[dir="rtl"] .vans_breadcrumb__container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_breadcrumb__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_breadcrumb__container,
      html[dir="rtl"] .vans_breadcrumb__container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_breadcrumb__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_breadcrumb__container,
      html[dir="rtl"] .vans_breadcrumb__container {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_breadcrumb__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_breadcrumb__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-left: 6px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-right: 6px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_breadcrumb__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_breadcrumb__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_breadcrumb__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_breadcrumb__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_breadcrumb__inner {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-left: 12px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_breadcrumb__inner {
      padding-right: 12px; }
    html[dir="rtl"] .vans_breadcrumb__inner {
      padding-left: 12px; } }

@media only screen and (min-width: 768px) {
  .vans_breadcrumb__inner {
    display: flex; } }

.vans_breadcrumb__entries {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }
  html:not([dir="rtl"]) .vans_breadcrumb__entries,
  html[dir="rtl"] .vans_breadcrumb__entries {
    padding: 18px 0; }
  @media only screen and (min-width: 768px) {
    .vans_breadcrumb__entries {
      flex: 1; } }

.vans_breadcrumb__current-page {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #00adef; }
  :lang(ko) .vans_breadcrumb__current-page {
    font-family: MBKCorporateSRegular, sans-serif; }

.vans_breadcrumb__link {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #999;
  cursor: pointer; }
  :lang(ko) .vans_breadcrumb__link {
    font-family: MBKCorporateSRegular, sans-serif; }
  html.-hover .vans_breadcrumb__link:hover, .vans_breadcrumb__link:focus, .vans_breadcrumb__link.-active {
    color: #00adef;
    outline: 0; }

.vans_breadcrumb__icon {
  color: #999;
  display: inline-block; }
  html:not([dir="rtl"]) .vans_breadcrumb__icon,
  html[dir="rtl"] .vans_breadcrumb__icon {
    padding: 0 12px; }

.vans_breadcrumb, [class*="vans_theme-"] .vans_breadcrumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_breadcrumb, .vans_theme-light .vans_breadcrumb, [class*="vans_theme-"] .vans_theme-light .vans_breadcrumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_breadcrumb {
  background: #f8f8f8; }

.vans_theme-dark .vans_breadcrumb, [class*="vans_theme-"] .vans_theme-dark .vans_breadcrumb, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_breadcrumb {
  background: #000; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_body-variants-gallery {
  position: relative;
  width: 100%;
  overflow: hidden; }
  html.-hover .vans_body-variants-gallery:hover .vans_body-variants-gallery__controls:not(.-single) {
    animation: vans_blendin 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
  .vans_body-variants-gallery .vans_body-variants-gallery__gallery {
    transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .vans_body-variants-gallery .vans_body-variants-gallery__controls {
    animation: vans_blendout 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards; }
  .vans_body-variants-gallery .vans_body-variants-gallery__images {
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s; }
    .vans_body-variants-gallery .vans_body-variants-gallery__images.-active {
      opacity: 1; }
  .vans_body-variants-gallery__background {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: transform 0s;
    transform-origin: bottom;
    height: 1px; }
    .vans_body-variants-gallery__background, [class*="vans_theme-"] .vans_body-variants-gallery__background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__background, .vans_theme-light .vans_body-variants-gallery__background, [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__background {
      background-color: #f8f8f8; }
    .vans_theme-dark .vans_body-variants-gallery__background, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__background {
      background-color: #1f1f1f; }
    html:not([dir="rtl"]) .vans_body-variants-gallery__background,
    html[dir="rtl"] .vans_body-variants-gallery__background {
      padding-bottom: 22%; }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_body-variants-gallery__background,
      html[dir="rtl"] .vans_body-variants-gallery__background {
        padding-bottom: 20%; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_body-variants-gallery__background,
      html[dir="rtl"] .vans_body-variants-gallery__background {
        padding-bottom: 13%; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_body-variants-gallery__background,
      html[dir="rtl"] .vans_body-variants-gallery__background {
        padding-bottom: 166.4px; } }
    .vans_body-variants-gallery__background.-animate {
      transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .vans_body-variants-gallery__container {
    position: relative;
    overflow: hidden; }
  .vans_body-variants-gallery__container-inner {
    overflow: hidden; }
  .vans_body-variants-gallery__gallery {
    width: 100%; }
    html:not([dir="rtl"]) .vans_body-variants-gallery__gallery,
    html[dir="rtl"] .vans_body-variants-gallery__gallery {
      padding-bottom: 56.25%; }
    html.-hover .vans_body-variants-gallery__gallery:hover {
      cursor: -moz-grab;
      cursor: -webkit-grab;
      cursor: grab;
      cursor: url("assets/cursors/drag.cur"), auto; }
    html.-hover .vans_body-variants-gallery__gallery:active {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing;
      cursor: url("assets/cursors/dragging.cur"), auto; }
    body.-ie .vans_body-variants-gallery__gallery:hover,
    body.-ie .vans_body-variants-gallery__gallery:active {
      cursor: move; }
    .vans_body-variants-gallery__gallery.-dragging {
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing;
      cursor: grabbing;
      transition: none;
      user-select: none; }
    .vans_body-variants-gallery__gallery.-dragging {
      transition: none !important; }
      .vans_body-variants-gallery__gallery.-dragging .vans_gallery__page-button {
        opacity: 0; }
  .vans_body-variants-gallery__images {
    display: flex;
    flex-flow: nowrap;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s linear;
    transition-delay: 0.25s; }
    .vans_body-variants-gallery__images.-active {
      transition-delay: 0s;
      opacity: 1; }
  .vans_body-variants-gallery__page {
    display: block;
    min-width: 100%;
    position: relative; }
    .vans_body-variants-gallery__page .vans_image__image {
      pointer-events: none;
      user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -webkit-user-select: none; }
  .vans_body-variants-gallery__pagination-wrapper {
    position: relative;
    width: 100%; }
  .vans_body-variants-gallery__pagination {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom: 0; }
    html:not([dir="rtl"]) .vans_body-variants-gallery__pagination,
    html[dir="rtl"] .vans_body-variants-gallery__pagination {
      margin: 0 auto; }
    .vans_body-variants-gallery__pagination.-active {
      opacity: 1; }
  .vans_body-variants-gallery__pagination-item {
    display: inline-flex;
    position: relative;
    width: 16px;
    height: 28px;
    cursor: pointer; }
    .vans_body-variants-gallery__pagination-item, [class*="vans_theme-"] .vans_body-variants-gallery__pagination-item, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__pagination-item, .vans_theme-light .vans_body-variants-gallery__pagination-item, [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__pagination-item, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__pagination-item {
      color: #ccc; }
    .vans_theme-dark .vans_body-variants-gallery__pagination-item, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__pagination-item, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__pagination-item {
      color: #fff; }
    html.-hover .vans_body-variants-gallery__pagination-item:hover {
      color: #00adef; }
    .vans_body-variants-gallery__pagination-item.-active {
      color: #00adef !important;
      cursor: auto; }
    @media only screen and (min-width: 768px) {
      .vans_body-variants-gallery__pagination-item {
        width: auto;
        height: auto; }
        html:not([dir="rtl"]) .vans_body-variants-gallery__pagination-item,
        html[dir="rtl"] .vans_body-variants-gallery__pagination-item {
          padding: 12px 0; } }
  .vans_body-variants-gallery__pagination-dot {
    display: inline-flex;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: currentColor; }
    html:not([dir="rtl"]) .vans_body-variants-gallery__pagination-dot,
    html[dir="rtl"] .vans_body-variants-gallery__pagination-dot {
      margin: auto; }
    @media only screen and (min-width: 768px) {
      .vans_body-variants-gallery__pagination-dot {
        width: 64px;
        height: 3px;
        border-radius: 0; }
        html:not([dir="rtl"]) .vans_body-variants-gallery__pagination-dot,
        html[dir="rtl"] .vans_body-variants-gallery__pagination-dot {
          margin: 0 3px; } }
  .vans_body-variants-gallery__controls {
    width: 100%;
    height: auto;
    position: absolute;
    top: calc(50% - 20px);
    display: none;
    justify-content: space-between;
    pointer-events: none; }
    html:not([dir="rtl"]) .vans_body-variants-gallery__controls {
      left: 0; }
    html[dir="rtl"] .vans_body-variants-gallery__controls {
      right: 0; }
    @media only screen and (min-width: 768px) {
      .vans_body-variants-gallery__controls {
        display: flex; } }
  .vans_body-variants-gallery__controls-next, .vans_body-variants-gallery__controls-prev {
    pointer-events: all; }
    .vans_body-variants-gallery__controls-next, [class*="vans_theme-"] .vans_body-variants-gallery__controls-next, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-next, .vans_body-variants-gallery__controls-prev, [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev, .vans_theme-light .vans_body-variants-gallery__controls-next, [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next, .vans_theme-light .vans_body-variants-gallery__controls-prev, [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev {
      width: 40px;
      height: 40px;
      background: #ececec;
      color: #333;
      font-size: 1rem;
      cursor: pointer;
      font-size: 16px;
      line-height: 40px; }
      html .vans_body-variants-gallery__controls-next, html [class*="vans_theme-"] .vans_body-variants-gallery__controls-next, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-next, html .vans_body-variants-gallery__controls-prev, html [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev, html .vans_theme-light .vans_body-variants-gallery__controls-next, html [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next, html .vans_theme-light .vans_body-variants-gallery__controls-prev, html [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev {
        text-align: center; }
      .vans_body-variants-gallery__controls-next.-disabled,
      html.-hover .vans_body-variants-gallery__controls-next.-disabled:hover, [class*="vans_theme-"] .vans_body-variants-gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] .vans_body-variants-gallery__controls-next.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-next.-disabled:hover, .vans_body-variants-gallery__controls-prev.-disabled,
      html.-hover .vans_body-variants-gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev.-disabled:hover, .vans_theme-light .vans_body-variants-gallery__controls-next.-disabled,
      html.-hover .vans_theme-light .vans_body-variants-gallery__controls-next.-disabled:hover, [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next.-disabled:hover, .vans_theme-light .vans_body-variants-gallery__controls-prev.-disabled,
      html.-hover .vans_theme-light .vans_body-variants-gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev.-disabled:hover {
        cursor: auto;
        background: #f4f4f4;
        color: #a8a8a8; }
      html.-hover .vans_body-variants-gallery__controls-next:hover, .vans_body-variants-gallery__controls-next:active,
      .vans_body-variants-gallery__controls-next .-active, html.-hover [class*="vans_theme-"] .vans_body-variants-gallery__controls-next:hover, [class*="vans_theme-"] .vans_body-variants-gallery__controls-next:active,
      [class*="vans_theme-"] .vans_body-variants-gallery__controls-next .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-next:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-next:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-next .-active, html.-hover .vans_body-variants-gallery__controls-prev:hover, .vans_body-variants-gallery__controls-prev:active,
      .vans_body-variants-gallery__controls-prev .-active, html.-hover [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev:hover, [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev:active,
      [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants-gallery__controls-prev .-active, html.-hover .vans_theme-light .vans_body-variants-gallery__controls-next:hover, .vans_theme-light .vans_body-variants-gallery__controls-next:active,
      .vans_theme-light .vans_body-variants-gallery__controls-next .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next:hover, [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next:active,
      [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-next .-active, html.-hover .vans_theme-light .vans_body-variants-gallery__controls-prev:hover, .vans_theme-light .vans_body-variants-gallery__controls-prev:active,
      .vans_theme-light .vans_body-variants-gallery__controls-prev .-active, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev:hover, [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev:active,
      [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants-gallery__controls-prev .-active {
        background: #d9d9d9; }
    .vans_theme-dark .vans_body-variants-gallery__controls-next, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next, .vans_theme-dark .vans_body-variants-gallery__controls-prev, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev {
      width: 40px;
      height: 40px;
      background: #333;
      color: #fff;
      font-size: 1rem;
      cursor: pointer;
      font-size: 16px;
      line-height: 40px; }
      html .vans_theme-dark .vans_body-variants-gallery__controls-next, html [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next, html .vans_theme-dark .vans_body-variants-gallery__controls-prev, html [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev, html [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev {
        text-align: center; }
      .vans_theme-dark .vans_body-variants-gallery__controls-next.-disabled,
      html.-hover .vans_theme-dark .vans_body-variants-gallery__controls-next.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next.-disabled:hover, .vans_theme-dark .vans_body-variants-gallery__controls-prev.-disabled,
      html.-hover .vans_theme-dark .vans_body-variants-gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev.-disabled:hover {
        cursor: auto;
        background: #5c5c5c;
        color: #8d8d8d; }
      html.-hover .vans_theme-dark .vans_body-variants-gallery__controls-next:hover, .vans_theme-dark .vans_body-variants-gallery__controls-next:active,
      .vans_theme-dark .vans_body-variants-gallery__controls-next .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next:hover, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next:active,
      [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next .-active, html.-hover .vans_theme-dark .vans_body-variants-gallery__controls-prev:hover, .vans_theme-dark .vans_body-variants-gallery__controls-prev:active,
      .vans_theme-dark .vans_body-variants-gallery__controls-prev .-active, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev:hover, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev:active,
      [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev .-active, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev:active,
      [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev .-active {
        background: #242424; }
      .vans_theme-dark .vans_body-variants-gallery__controls-next.-disabled,
      html.-hover .vans_theme-dark .vans_body-variants-gallery__controls-next.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-next.-disabled:hover, .vans_theme-dark .vans_body-variants-gallery__controls-prev.-disabled,
      html.-hover .vans_theme-dark .vans_body-variants-gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev.-disabled:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev.-disabled,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants-gallery__controls-prev.-disabled:hover {
        opacity: 0.6; }
  .vans_body-variants-gallery__button-index {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;
    height: 48px;
    color: #fff;
    background: #333;
    flex-grow: 2; }
    html:not([dir="rtl"]) .vans_body-variants-gallery__button-index {
      padding-left: 20px; }
    html[dir="rtl"] .vans_body-variants-gallery__button-index {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_body-variants-gallery__button-index {
      padding-right: 20px; }
    html[dir="rtl"] .vans_body-variants-gallery__button-index {
      padding-left: 20px; }
    .vans_body-variants-gallery__button-index::after {
      border-color: transparent; }
    .vans_body-variants-gallery__button-index::after { }
    .vans_body-variants-gallery__button-index.-active::after,
    html.-hover .vans_body-variants-gallery__button-index:active:hover::after, .vans_body-variants-gallery__button-index:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_body-variants-gallery__button-index.-disabled::after,
    html.-hover .vans_body-variants-gallery__button-index.-disabled:hover::after,
    html.-hover .vans_body-variants-gallery__button-index.-disabled:active:hover::after, .vans_body-variants-gallery__button-index[disabled]::after,
    html.-hover .vans_body-variants-gallery__button-index[disabled]:hover::after,
    html.-hover .vans_body-variants-gallery__button-index[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_body-variants-gallery__button-index.-disabled::after,
    html.-hover .vans_body-variants-gallery__button-index.-disabled:hover::after,
    html.-hover .vans_body-variants-gallery__button-index.-disabled:active:hover::after, .vans_body-variants-gallery__button-index[disabled]::after,
    html.-hover .vans_body-variants-gallery__button-index[disabled]:hover::after,
    html.-hover .vans_body-variants-gallery__button-index[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_body-variants-gallery__button-index.-disabled::after,
      html[dir="rtl"] .vans_body-variants-gallery__button-index.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_body-variants-gallery__button-index.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-variants-gallery__button-index.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_body-variants-gallery__button-index.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-variants-gallery__button-index.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_body-variants-gallery__button-index[disabled]::after,
      html[dir="rtl"] .vans_body-variants-gallery__button-index[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_body-variants-gallery__button-index[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-variants-gallery__button-index[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_body-variants-gallery__button-index[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-variants-gallery__button-index[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_body-variants-gallery__button-index::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_body-variants-gallery__button-index::after {
        right: 0; }
      html[dir="rtl"] .vans_body-variants-gallery__button-index::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_body-variants-gallery__button-index::after {
        left: 0; }
      html[dir="rtl"] .vans_body-variants-gallery__button-index::after {
        right: 0; }
    .vans_body-variants-gallery__button-index::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_body-variants-gallery__button-index::before {
        right: 0; }
      html[dir="rtl"] .vans_body-variants-gallery__button-index::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_body-variants-gallery__button-index::before {
        left: 0; }
      html[dir="rtl"] .vans_body-variants-gallery__button-index::before {
        right: 0; }
    .vans_body-variants-gallery__button-index::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_body-variants-gallery__button-index::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_body-variants-gallery__button-index,
    html[dir="rtl"] .vans_body-variants-gallery__button-index {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_body-variants-gallery__button-index,
    html[dir="rtl"] .vans_body-variants-gallery__button-index {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_body-variants-gallery__button-index,
    html[dir="rtl"] .vans_body-variants-gallery__button-index {
      padding-bottom: 0; }
    .vans_body-variants-gallery__button-index:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_body-variants-gallery__button-index__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    html:not([dir="rtl"]) .vans_body-variants-gallery__button-index {
      padding-left: 24px; }
    html[dir="rtl"] .vans_body-variants-gallery__button-index {
      padding-right: 24px; }
    html:not([dir="rtl"]) .vans_body-variants-gallery__button-index {
      padding-right: 24px; }
    html[dir="rtl"] .vans_body-variants-gallery__button-index {
      padding-left: 24px; }
    .vans_body-variants-gallery__button-index::after {
      border-color: transparent; }
    .vans_body-variants-gallery__button-index::after { }
    .vans_body-variants-gallery__button-index.-disabled::after,
    html.-hover .vans_body-variants-gallery__button-index.-disabled:hover::after,
    html.-hover .vans_body-variants-gallery__button-index.-disabled:active:hover::after, .vans_body-variants-gallery__button-index[disabled]::after,
    html.-hover .vans_body-variants-gallery__button-index[disabled]:hover::after,
    html.-hover .vans_body-variants-gallery__button-index[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_body-variants-gallery__button-index.-disabled::after,
    html.-hover .vans_body-variants-gallery__button-index.-disabled:hover::after,
    html.-hover .vans_body-variants-gallery__button-index.-disabled:active:hover::after, .vans_body-variants-gallery__button-index[disabled]::after,
    html.-hover .vans_body-variants-gallery__button-index[disabled]:hover::after,
    html.-hover .vans_body-variants-gallery__button-index[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_body-variants-gallery__button-index.-disabled::after,
      html[dir="rtl"] .vans_body-variants-gallery__button-index.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_body-variants-gallery__button-index.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-variants-gallery__button-index.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_body-variants-gallery__button-index.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-variants-gallery__button-index.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_body-variants-gallery__button-index[disabled]::after,
      html[dir="rtl"] .vans_body-variants-gallery__button-index[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_body-variants-gallery__button-index[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-variants-gallery__button-index[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_body-variants-gallery__button-index[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-variants-gallery__button-index[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_body-variants-gallery__button-index::after {
      border-color: transparent; }
    .vans_body-variants-gallery__button-index::after { }
    html.-hover .vans_body-variants-gallery__button-index:hover {
      background: #242424; }
    .vans_body-variants-gallery__button-index:focus {
      background: #242424; }
    .vans_body-variants-gallery__button-index.-active,
    html.-hover .vans_body-variants-gallery__button-index:active:hover, .vans_body-variants-gallery__button-index:active:focus {
      color: #fff;
      background: #242424; }
      .vans_body-variants-gallery__button-index.-active::after,
      html.-hover .vans_body-variants-gallery__button-index:active:hover::after, .vans_body-variants-gallery__button-index:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_body-variants-gallery__button-index.-disabled,
    html.-hover .vans_body-variants-gallery__button-index.-disabled:hover,
    html.-hover .vans_body-variants-gallery__button-index.-disabled:active:hover, .vans_body-variants-gallery__button-index[disabled],
    html.-hover .vans_body-variants-gallery__button-index[disabled]:hover,
    html.-hover .vans_body-variants-gallery__button-index[disabled]:active:hover {
      background-color: #333; }
      .vans_body-variants-gallery__button-index.-disabled::after,
      html.-hover .vans_body-variants-gallery__button-index.-disabled:hover::after,
      html.-hover .vans_body-variants-gallery__button-index.-disabled:active:hover::after, .vans_body-variants-gallery__button-index[disabled]::after,
      html.-hover .vans_body-variants-gallery__button-index[disabled]:hover::after,
      html.-hover .vans_body-variants-gallery__button-index[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_body-variants-gallery__button-index.-disabled::after,
      html.-hover .vans_body-variants-gallery__button-index.-disabled:hover::after,
      html.-hover .vans_body-variants-gallery__button-index.-disabled:active:hover::after, .vans_body-variants-gallery__button-index[disabled]::after,
      html.-hover .vans_body-variants-gallery__button-index[disabled]:hover::after,
      html.-hover .vans_body-variants-gallery__button-index[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_body-variants-gallery__button-index.-disabled::after,
        html[dir="rtl"] .vans_body-variants-gallery__button-index.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_body-variants-gallery__button-index.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-variants-gallery__button-index.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_body-variants-gallery__button-index.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-variants-gallery__button-index.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_body-variants-gallery__button-index[disabled]::after,
        html[dir="rtl"] .vans_body-variants-gallery__button-index[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_body-variants-gallery__button-index[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-variants-gallery__button-index[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_body-variants-gallery__button-index[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-variants-gallery__button-index[disabled]:active:hover::after {
          border-width: 1px; }
    html:not([dir="rtl"]) .vans_body-variants-gallery__button-index,
    html[dir="rtl"] .vans_body-variants-gallery__button-index {
      border: 1px solid #bada55; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_body-variants, [class*="vans_theme-"] .vans_body-variants, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants, .vans_theme-light .vans_body-variants, [class*="vans_theme-"] .vans_theme-light .vans_body-variants, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants {
  color: #333; }

.vans_theme-dark .vans_body-variants, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants {
  color: #fff; }

html:not([dir="rtl"]) .vans_body-variants,
html[dir="rtl"] .vans_body-variants {
  padding-top: 1.5em; }

html:not([dir="rtl"]) .vans_body-variants,
html[dir="rtl"] .vans_body-variants {
  padding-bottom: 1em; }

@media only screen and (min-width: 0) {
  .vans_body-variants {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_body-variants {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_body-variants {
    font-size: 33px;
    line-height: 33px; } }

.no-js .vans_body-variants .vans_slider {
  display: none; }

.no-js .vans_body-variants .vans_body-variants-gallery__images {
  opacity: 1;
  display: block;
  position: relative; }

.no-js .vans_body-variants .vans_body-variants__values {
  display: none; }

.no-js .vans_body-variants .vans_body-variants__data-placeholder {
  display: flex;
  width: 100%;
  justify-content: space-between; }
  .no-js .vans_body-variants .vans_body-variants__data-placeholder .vans_body-variants__table-value {
    position: relative; }

.vans_body-variants__wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  position: relative; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_body-variants__wrapper,
    html[dir="rtl"] .vans_body-variants__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_body-variants__wrapper,
    html[dir="rtl"] .vans_body-variants__wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_body-variants__wrapper,
    html[dir="rtl"] .vans_body-variants__wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_body-variants__wrapper,
    html[dir="rtl"] .vans_body-variants__wrapper {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_body-variants__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_body-variants__wrapper,
      html[dir="rtl"] .vans_body-variants__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_body-variants__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_body-variants__wrapper,
      html[dir="rtl"] .vans_body-variants__wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_body-variants__wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_body-variants__wrapper,
      html[dir="rtl"] .vans_body-variants__wrapper {
        margin: 0 auto; } }

.vans_body-variants__inner, .vans_body-variants__inner--button {
  position: relative; }
  @media only screen and (min-width: 0) {
    .vans_body-variants__inner, .vans_body-variants__inner--button {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-left: 6px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-right: 6px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_body-variants__inner, .vans_body-variants__inner--button {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-left: 6px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-right: 6px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_body-variants__inner, .vans_body-variants__inner--button {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_body-variants__inner, .vans_body-variants__inner--button {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_body-variants__inner, .vans_body-variants__inner--button {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_body-variants__inner, .vans_body-variants__inner--button {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_body-variants__inner, .vans_body-variants__inner--button {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__inner, html:not([dir="rtl"]) .vans_body-variants__inner--button {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-variants__inner, html[dir="rtl"] .vans_body-variants__inner--button {
        padding-left: 12px; } }

.vans_body-variants__headline {
  font-family: CorporateACondensedRegular, sans-serif; }
  :lang(ko) .vans_body-variants__headline {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .vans_body-variants__headline {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .vans_body-variants__headline {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .vans_body-variants__headline {
      font-size: 40px;
      line-height: 40px; } }

html:not([dir="rtl"]) .vans_body-variants__copy,
html[dir="rtl"] .vans_body-variants__copy {
  padding-top: 0.8em; }

@media only screen and (min-width: 0) {
  .vans_body-variants__copy {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_body-variants__copy {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_body-variants__copy {
    font-size: 33px;
    line-height: 33px; } }

html:not([dir="rtl"]) .vans_body-variants__copy,
html[dir="rtl"] .vans_body-variants__copy {
  padding-bottom: 18px; }

.vans_body-variants__sliders {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_body-variants__sliders,
    html[dir="rtl"] .vans_body-variants__sliders {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_body-variants__sliders,
    html[dir="rtl"] .vans_body-variants__sliders {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_body-variants__sliders,
    html[dir="rtl"] .vans_body-variants__sliders {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_body-variants__sliders,
    html[dir="rtl"] .vans_body-variants__sliders {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_body-variants__sliders {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_body-variants__sliders,
      html[dir="rtl"] .vans_body-variants__sliders {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_body-variants__sliders {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_body-variants__sliders,
      html[dir="rtl"] .vans_body-variants__sliders {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_body-variants__sliders {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_body-variants__sliders,
      html[dir="rtl"] .vans_body-variants__sliders {
        margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_body-variants__sliders,
  html[dir="rtl"] .vans_body-variants__sliders {
    padding-top: 1em; }
  @media only screen and (min-width: 0) {
    .vans_body-variants__sliders {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_body-variants__sliders {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_body-variants__sliders {
      font-size: 33px;
      line-height: 33px; } }

.vans_body-variants__sliders-wrapper {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 0) {
    .vans_body-variants__sliders-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_body-variants__sliders-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-left: 6px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-right: 6px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_body-variants__sliders-wrapper {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_body-variants__sliders-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_body-variants__sliders-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_body-variants__sliders-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_body-variants__sliders-wrapper {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_body-variants__sliders-wrapper {
      flex-direction: row; } }
  .vans_body-variants__sliders-wrapper > * {
    width: 100%; }
    html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper > *,
    html[dir="rtl"] .vans_body-variants__sliders-wrapper > * {
      margin-top: 37px; }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper > * {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper > * {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper > * {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-variants__sliders-wrapper > * {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper > *,
      html[dir="rtl"] .vans_body-variants__sliders-wrapper > * {
        margin-top: 0; } }
  html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper > *:first-child,
  html[dir="rtl"] .vans_body-variants__sliders-wrapper > *:first-child {
    margin-top: 0; }
  html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper > *:first-child {
    padding-left: 0; }
  html[dir="rtl"] .vans_body-variants__sliders-wrapper > *:first-child {
    padding-right: 0; }
  html:not([dir="rtl"]) .vans_body-variants__sliders-wrapper > *:last-child {
    padding-right: 0; }
  html[dir="rtl"] .vans_body-variants__sliders-wrapper > *:last-child {
    padding-left: 0; }

html:not([dir="rtl"]) .vans_body-variants__gallery,
html[dir="rtl"] .vans_body-variants__gallery {
  margin-top: 1em; }

@media only screen and (min-width: 0) {
  .vans_body-variants__gallery {
    font-size: 18px;
    line-height: 18px; } }

@media only screen and (min-width: 768px) {
  .vans_body-variants__gallery {
    font-size: 26px;
    line-height: 26px; } }

@media only screen and (min-width: 1280px) {
  .vans_body-variants__gallery {
    font-size: 33px;
    line-height: 33px; } }

@media only screen and (min-width: 768px) {
  .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) and (min-width: 0) {
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper,
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper,
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper,
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper {
      margin: 0 32px; } }
  @media only screen and (min-width: 768px) and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper,
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper {
      margin: 0 44px; } }
  @media only screen and (min-width: 768px) and (min-width: 1280px) {
    .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper,
      html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1440px) {
    .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper,
      html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper {
        margin: 0 auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1921px) {
    .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper,
      html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container-wrapper {
        margin: 0 auto; } }

@media only screen and (min-width: 768px) {
  .vans_body-variants__gallery .vans_body-variants-gallery__container {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_body-variants__gallery .vans_body-variants-gallery__container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-left: 12px; }
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container {
      margin-left: 16.66667% !important; }
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container {
      margin-right: 16.66667% !important; }
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container {
      margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container {
      margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }

@media only screen and (min-width: 1280px) {
  .vans_body-variants__gallery .vans_body-variants-gallery__container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_body-variants__gallery .vans_body-variants-gallery__container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_body-variants__gallery .vans_body-variants-gallery__container {
    flex: 0 0 auto;
    width: 66.66667%; }
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-left: 12px; }
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-right: 12px; }
    html[dir="rtl"] .vans_body-variants__gallery .vans_body-variants-gallery__container {
      padding-left: 12px; } }

.vans_body-variants__values {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .vans_body-variants__values {
      display: flex;
      justify-content: space-between; } }
  html:not([dir="rtl"]) .vans_body-variants__values,
  html[dir="rtl"] .vans_body-variants__values {
    margin-top: 18px; }

.vans_body-variants__table-label {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #999; }
  :lang(ko) .vans_body-variants__table-label {
    font-family: MBKCorporateSRegular, sans-serif; }

.vans_body-variants__table-values {
  position: relative;
  width: 100%;
  height: 26px;
  overflow: hidden; }
  html:not([dir="rtl"]) .vans_body-variants__table-values,
  html[dir="rtl"] .vans_body-variants__table-values {
    margin-top: 3px; }

.vans_body-variants__table-value {
  position: absolute;
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 22px;
  line-height: 29px; }
  .vans_body-variants__table-value, [class*="vans_theme-"] .vans_body-variants__table-value, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__table-value, .vans_theme-light .vans_body-variants__table-value, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__table-value, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__table-value {
    color: #333; }
  .vans_theme-dark .vans_body-variants__table-value, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__table-value, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__table-value {
    color: #fff; }
  :lang(ko) .vans_body-variants__table-value {
    font-family: MBKCorporateSRegular, sans-serif; }
  .vans_body-variants__table-value.-current {
    transform: translateY(0); }
  .vans_body-variants__table-value.-new {
    transform: translateY(100%); }

.vans_body-variants__cell {
  flex: 1 1 auto; }
  html:not([dir="rtl"]) .vans_body-variants__cell,
  html[dir="rtl"] .vans_body-variants__cell {
    padding-top: 0; }
  @media only screen and (min-width: 0) and (max-width: 767px) {
    html:not([dir="rtl"]) .vans_body-variants__cell,
    html[dir="rtl"] .vans_body-variants__cell {
      padding-top: 12px; } }
  html:not([dir="rtl"]) .vans_body-variants__cell:first-of-type,
  html[dir="rtl"] .vans_body-variants__cell:first-of-type {
    padding-top: 0; }
  .vans_body-variants__cell.-animate .vans_body-variants__table-value.-current {
    animation: bottomToTopCurrent 0.3s linear forwards 0s; }
  .vans_body-variants__cell.-animate .vans_body-variants__table-value.-new {
    animation: bottomToTopNew 0.3s linear forwards 0.1s; }

.vans_body-variants__data-placeholder {
  display: none; }

.vans_body-variants__container {
  position: relative; }
  html:not([dir="rtl"]) .vans_body-variants__container,
  html[dir="rtl"] .vans_body-variants__container {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_body-variants__container {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_body-variants__container {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_body-variants__container {
      font-size: 33px;
      line-height: 33px; } }

.vans_body-variants__background {
  position: absolute;
  width: 100%;
  height: 100%; }
  .vans_body-variants__background, [class*="vans_theme-"] .vans_body-variants__background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__background, .vans_theme-light .vans_body-variants__background, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__background {
    background-color: #f8f8f8; }
  .vans_theme-dark .vans_body-variants__background, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__background, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__background {
    background-color: #1f1f1f; }

.vans_body-variants__inner--button {
  display: flex;
  justify-content: center; }
  html:not([dir="rtl"]) .vans_body-variants__inner--button,
  html[dir="rtl"] .vans_body-variants__inner--button {
    margin-top: 40px; }

.vans_body-variants__button {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 0 0;
  appearance: none;
  position: relative;
  outline: none;
  white-space: nowrap;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: none; }
  :lang(ko) .vans_body-variants__button {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .vans_body-variants__button {
    padding-left: 20px; }
  html[dir="rtl"] .vans_body-variants__button {
    padding-right: 20px; }
  html:not([dir="rtl"]) .vans_body-variants__button {
    padding-right: 20px; }
  html[dir="rtl"] .vans_body-variants__button {
    padding-left: 20px; }
  .vans_body-variants__button::after {
    border-color: transparent; }
  .vans_body-variants__button::after { }
  .vans_body-variants__button.-active::after,
  html.-hover .vans_body-variants__button:active:hover::after, .vans_body-variants__button:active:focus::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_body-variants__button.-disabled::after,
  html.-hover .vans_body-variants__button.-disabled:hover::after,
  html.-hover .vans_body-variants__button.-disabled:active:hover::after, .vans_body-variants__button[disabled]::after,
  html.-hover .vans_body-variants__button[disabled]:hover::after,
  html.-hover .vans_body-variants__button[disabled]:active:hover::after {
    box-shadow: inset 0 0 4px transparent; }
  .vans_body-variants__button.-disabled::after,
  html.-hover .vans_body-variants__button.-disabled:hover::after,
  html.-hover .vans_body-variants__button.-disabled:active:hover::after, .vans_body-variants__button[disabled]::after,
  html.-hover .vans_body-variants__button[disabled]:hover::after,
  html.-hover .vans_body-variants__button[disabled]:active:hover::after {
    border-color: transparent;
    border-style: solid; }
    html:not([dir="rtl"]) .vans_body-variants__button.-disabled::after,
    html[dir="rtl"] .vans_body-variants__button.-disabled::after, html:not([dir="rtl"])
    html.-hover .vans_body-variants__button.-disabled:hover::after,
    html[dir="rtl"]
    html.-hover .vans_body-variants__button.-disabled:hover::after, html:not([dir="rtl"])
    html.-hover .vans_body-variants__button.-disabled:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_body-variants__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_body-variants__button[disabled]::after,
    html[dir="rtl"] .vans_body-variants__button[disabled]::after, html:not([dir="rtl"])
    html.-hover .vans_body-variants__button[disabled]:hover::after,
    html[dir="rtl"]
    html.-hover .vans_body-variants__button[disabled]:hover::after, html:not([dir="rtl"])
    html.-hover .vans_body-variants__button[disabled]:active:hover::after,
    html[dir="rtl"]
    html.-hover .vans_body-variants__button[disabled]:active:hover::after {
      border-width: 1px; }
  .vans_body-variants__button::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_body-variants__button::after {
      right: 0; }
    html[dir="rtl"] .vans_body-variants__button::after {
      left: 0; }
    html:not([dir="rtl"]) .vans_body-variants__button::after {
      left: 0; }
    html[dir="rtl"] .vans_body-variants__button::after {
      right: 0; }
  .vans_body-variants__button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2; }
    html:not([dir="rtl"]) .vans_body-variants__button::before {
      right: 0; }
    html[dir="rtl"] .vans_body-variants__button::before {
      left: 0; }
    html:not([dir="rtl"]) .vans_body-variants__button::before {
      left: 0; }
    html[dir="rtl"] .vans_body-variants__button::before {
      right: 0; }
  .vans_body-variants__button::before {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px; }
  .vans_body-variants__button::after {
    border-radius: 0 0 0 0; }
  html:not([dir="rtl"]) .vans_body-variants__button,
  html[dir="rtl"] .vans_body-variants__button {
    margin: 0 0 auto; }
  html:not([dir="rtl"]) .vans_body-variants__button,
  html[dir="rtl"] .vans_body-variants__button {
    padding-top: 0; }
  html:not([dir="rtl"]) .vans_body-variants__button,
  html[dir="rtl"] .vans_body-variants__button {
    padding-bottom: 0; }
  .vans_body-variants__button:focus {
    box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
    border-radius: 0.5px; }
  .vans_body-variants__button__value {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block; }
  .vans_body-variants__button, [class*="vans_theme-"] .vans_body-variants__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button, .vans_theme-light .vans_body-variants__button, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button {
    color: #333;
    background: #ececec; }
    .vans_body-variants__button::after, [class*="vans_theme-"] .vans_body-variants__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button::after, .vans_theme-light .vans_body-variants__button::after, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button::after {
      border-color: transparent; }
    .vans_body-variants__button::after, [class*="vans_theme-"] .vans_body-variants__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button::after, .vans_theme-light .vans_body-variants__button::after, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button::after { }
    html.-hover .vans_body-variants__button:hover, html.-hover [class*="vans_theme-"] .vans_body-variants__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button:hover, html.-hover .vans_theme-light .vans_body-variants__button:hover, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button:hover {
      background: #d9d9d9; }
    .vans_body-variants__button:focus, [class*="vans_theme-"] .vans_body-variants__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button:focus, .vans_theme-light .vans_body-variants__button:focus, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button:focus {
      background: #d9d9d9; }
    .vans_body-variants__button.-active,
    html.-hover .vans_body-variants__button:active:hover, .vans_body-variants__button:active:focus, [class*="vans_theme-"] .vans_body-variants__button.-active,
    html.-hover [class*="vans_theme-"] .vans_body-variants__button:active:hover, [class*="vans_theme-"] .vans_body-variants__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button:active:focus, .vans_theme-light .vans_body-variants__button.-active,
    html.-hover .vans_theme-light .vans_body-variants__button:active:hover, .vans_theme-light .vans_body-variants__button:active:focus, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button:active:focus {
      color: #333;
      background: #d9d9d9; }
      .vans_body-variants__button.-active::after,
      html.-hover .vans_body-variants__button:active:hover::after, .vans_body-variants__button:active:focus::after, [class*="vans_theme-"] .vans_body-variants__button.-active::after,
      html.-hover [class*="vans_theme-"] .vans_body-variants__button:active:hover::after, [class*="vans_theme-"] .vans_body-variants__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button:active:focus::after, .vans_theme-light .vans_body-variants__button.-active::after,
      html.-hover .vans_theme-light .vans_body-variants__button:active:hover::after, .vans_theme-light .vans_body-variants__button:active:focus::after, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_body-variants__button.-disabled,
    html.-hover .vans_body-variants__button.-disabled:hover,
    html.-hover .vans_body-variants__button.-disabled:active:hover, .vans_body-variants__button[disabled],
    html.-hover .vans_body-variants__button[disabled]:hover,
    html.-hover .vans_body-variants__button[disabled]:active:hover, [class*="vans_theme-"] .vans_body-variants__button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_body-variants__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_body-variants__button.-disabled:active:hover, [class*="vans_theme-"] .vans_body-variants__button[disabled],
    html.-hover [class*="vans_theme-"] .vans_body-variants__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_body-variants__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]:active:hover, .vans_theme-light .vans_body-variants__button.-disabled,
    html.-hover .vans_theme-light .vans_body-variants__button.-disabled:hover,
    html.-hover .vans_theme-light .vans_body-variants__button.-disabled:active:hover, .vans_theme-light .vans_body-variants__button[disabled],
    html.-hover .vans_theme-light .vans_body-variants__button[disabled]:hover,
    html.-hover .vans_theme-light .vans_body-variants__button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:active:hover {
      background-color: #ececec; }
      .vans_body-variants__button.-disabled::after,
      html.-hover .vans_body-variants__button.-disabled:hover::after,
      html.-hover .vans_body-variants__button.-disabled:active:hover::after, .vans_body-variants__button[disabled]::after,
      html.-hover .vans_body-variants__button[disabled]:hover::after,
      html.-hover .vans_body-variants__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_body-variants__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_body-variants__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_body-variants__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_body-variants__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_body-variants__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_body-variants__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]:active:hover::after, .vans_theme-light .vans_body-variants__button.-disabled::after,
      html.-hover .vans_theme-light .vans_body-variants__button.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_body-variants__button.-disabled:active:hover::after, .vans_theme-light .vans_body-variants__button[disabled]::after,
      html.-hover .vans_theme-light .vans_body-variants__button[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_body-variants__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_body-variants__button.-disabled::after,
      html.-hover .vans_body-variants__button.-disabled:hover::after,
      html.-hover .vans_body-variants__button.-disabled:active:hover::after, .vans_body-variants__button[disabled]::after,
      html.-hover .vans_body-variants__button[disabled]:hover::after,
      html.-hover .vans_body-variants__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_body-variants__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_body-variants__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_body-variants__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_body-variants__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_body-variants__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_body-variants__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]:active:hover::after, .vans_theme-light .vans_body-variants__button.-disabled::after,
      html.-hover .vans_theme-light .vans_body-variants__button.-disabled:hover::after,
      html.-hover .vans_theme-light .vans_body-variants__button.-disabled:active:hover::after, .vans_theme-light .vans_body-variants__button[disabled]::after,
      html.-hover .vans_theme-light .vans_body-variants__button[disabled]:hover::after,
      html.-hover .vans_theme-light .vans_body-variants__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_body-variants__button.-disabled::after,
        html[dir="rtl"] .vans_body-variants__button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_body-variants__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-variants__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_body-variants__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-variants__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_body-variants__button[disabled]::after,
        html[dir="rtl"] .vans_body-variants__button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_body-variants__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-variants__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_body-variants__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-variants__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_body-variants__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_body-variants__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_body-variants__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_body-variants__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_body-variants__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_body-variants__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_body-variants__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_body-variants__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_body-variants__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_body-variants__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_body-variants__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_body-variants__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-variants__button[disabled]:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_body-variants__button.-disabled::after,
        html[dir="rtl"] .vans_theme-light .vans_body-variants__button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_body-variants__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_body-variants__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_body-variants__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_body-variants__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-light .vans_body-variants__button[disabled]::after,
        html[dir="rtl"] .vans_theme-light .vans_body-variants__button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_body-variants__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_body-variants__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-light .vans_body-variants__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-light .vans_body-variants__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-variants__button[disabled]:active:hover::after {
          border-width: 1px; }
  .vans_theme-dark .vans_body-variants__button, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button {
    color: #fff;
    background: #333; }
    .vans_theme-dark .vans_body-variants__button::after, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button::after {
      border-color: transparent; }
    .vans_theme-dark .vans_body-variants__button::after, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button::after { }
    html.-hover .vans_theme-dark .vans_body-variants__button:hover, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button:hover, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button:hover {
      background: #242424; }
    .vans_theme-dark .vans_body-variants__button:focus, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button:focus {
      background: #242424; }
    .vans_theme-dark .vans_body-variants__button.-active,
    html.-hover .vans_theme-dark .vans_body-variants__button:active:hover, .vans_theme-dark .vans_body-variants__button:active:focus, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-active,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button:active:focus, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-active,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button:active:focus {
      color: #fff;
      background: #242424; }
      .vans_theme-dark .vans_body-variants__button.-active::after,
      html.-hover .vans_theme-dark .vans_body-variants__button:active:hover::after, .vans_theme-dark .vans_body-variants__button:active:focus::after, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-active::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button:active:focus::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-active::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_theme-dark .vans_body-variants__button.-disabled,
    html.-hover .vans_theme-dark .vans_body-variants__button.-disabled:hover,
    html.-hover .vans_theme-dark .vans_body-variants__button.-disabled:active:hover, .vans_theme-dark .vans_body-variants__button[disabled],
    html.-hover .vans_theme-dark .vans_body-variants__button[disabled]:hover,
    html.-hover .vans_theme-dark .vans_body-variants__button[disabled]:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:active:hover, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled],
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:active:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled],
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:hover,
    html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:active:hover {
      background-color: #333; }
      .vans_theme-dark .vans_body-variants__button.-disabled::after,
      html.-hover .vans_theme-dark .vans_body-variants__button.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_body-variants__button.-disabled:active:hover::after, .vans_theme-dark .vans_body-variants__button[disabled]::after,
      html.-hover .vans_theme-dark .vans_body-variants__button[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_body-variants__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_theme-dark .vans_body-variants__button.-disabled::after,
      html.-hover .vans_theme-dark .vans_body-variants__button.-disabled:hover::after,
      html.-hover .vans_theme-dark .vans_body-variants__button.-disabled:active:hover::after, .vans_theme-dark .vans_body-variants__button[disabled]::after,
      html.-hover .vans_theme-dark .vans_body-variants__button[disabled]:hover::after,
      html.-hover .vans_theme-dark .vans_body-variants__button[disabled]:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:active:hover::after, [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:active:hover::after, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:hover::after,
      html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_theme-dark .vans_body-variants__button.-disabled::after,
        html[dir="rtl"] .vans_theme-dark .vans_body-variants__button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_body-variants__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_body-variants__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_body-variants__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_body-variants__button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_theme-dark .vans_body-variants__button[disabled]::after,
        html[dir="rtl"] .vans_theme-dark .vans_body-variants__button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_body-variants__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_body-variants__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_theme-dark .vans_body-variants__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_theme-dark .vans_body-variants__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button.-disabled:active:hover::after, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]::after,
        html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-variants__button[disabled]:active:hover::after {
          border-width: 1px; }
  html .vans_body-variants__button {
    text-align: center; }
  @media only screen and (min-width: 768px) {
    .vans_body-variants__button {
      width: auto; }
      .vans_body-variants__button.-visible {
        display: inline-block; } }
  .vans_body-variants__button.-visible {
    display: block; }


@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_body-type-teaser {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_body-type-teaser,
    html[dir="rtl"] .vans_body-type-teaser {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_body-type-teaser,
    html[dir="rtl"] .vans_body-type-teaser {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_body-type-teaser,
    html[dir="rtl"] .vans_body-type-teaser {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_body-type-teaser,
    html[dir="rtl"] .vans_body-type-teaser {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_body-type-teaser {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_body-type-teaser,
      html[dir="rtl"] .vans_body-type-teaser {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_body-type-teaser {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_body-type-teaser,
      html[dir="rtl"] .vans_body-type-teaser {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_body-type-teaser {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_body-type-teaser,
      html[dir="rtl"] .vans_body-type-teaser {
        margin: 0 auto; } }
  html:not([dir="rtl"]) .vans_body-type-teaser__grid-wrapper,
  html[dir="rtl"] .vans_body-type-teaser__grid-wrapper {
    padding-top: 1.5em; }
  html:not([dir="rtl"]) .vans_body-type-teaser__grid-wrapper,
  html[dir="rtl"] .vans_body-type-teaser__grid-wrapper {
    padding-bottom: 1em; }
  @media only screen and (min-width: 0) {
    .vans_body-type-teaser__grid-wrapper {
      font-size: 18px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .vans_body-type-teaser__grid-wrapper {
      font-size: 26px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .vans_body-type-teaser__grid-wrapper {
      font-size: 33px;
      line-height: 33px; } }
  html:not([dir="rtl"]) .vans_body-type-teaser__grid > div:nth-child(1) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__grid > div:nth-child(1) .vans_body-type-teaser__teaser--end,
  html[dir="rtl"] .vans_body-type-teaser__grid > div:nth-child(1) .vans_body-type-teaser__teaser,
  html[dir="rtl"] .vans_body-type-teaser__grid > div:nth-child(1) .vans_body-type-teaser__teaser--end {
    margin-top: 0; }
  .vans_body-type-teaser__teaser, .vans_body-type-teaser__teaser--end {
    display: flex;
    flex-flow: column nowrap;
    opacity: 0;
    transform: scale(0.8); }
    html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end,
    html[dir="rtl"] .vans_body-type-teaser__teaser,
    html[dir="rtl"] .vans_body-type-teaser__teaser--end {
      margin-top: 1em; }
    @media only screen and (min-width: 0) {
      .vans_body-type-teaser__teaser, .vans_body-type-teaser__teaser--end {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_body-type-teaser__teaser, .vans_body-type-teaser__teaser--end {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_body-type-teaser__teaser, .vans_body-type-teaser__teaser--end {
        font-size: 33px;
        line-height: 33px; } }
    @media only screen and (min-width: 0) {
      .vans_body-type-teaser__teaser, .vans_body-type-teaser__teaser--end {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-left: 6px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-right: 6px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_body-type-teaser__teaser, .vans_body-type-teaser__teaser--end {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-left: 6px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-right: 6px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_body-type-teaser__teaser, .vans_body-type-teaser__teaser--end {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-left: 12px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-right: 12px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_body-type-teaser__teaser, .vans_body-type-teaser__teaser--end {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-left: 12px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-right: 12px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_body-type-teaser__teaser, .vans_body-type-teaser__teaser--end {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-left: 12px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-right: 12px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_body-type-teaser__teaser, .vans_body-type-teaser__teaser--end {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-left: 12px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-right: 12px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_body-type-teaser__teaser, .vans_body-type-teaser__teaser--end {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-left: 12px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__teaser, html:not([dir="rtl"]) .vans_body-type-teaser__teaser--end {
          padding-right: 12px; }
        
        html[dir="rtl"] .vans_body-type-teaser__teaser,
        html[dir="rtl"] .vans_body-type-teaser__teaser--end {
          padding-left: 12px; } }
    .vans_body-type-teaser__teaser.-visible, .-visible.vans_body-type-teaser__teaser--end {
      animation: vans_blendin 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards, vans_zoomin 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s forwards; }
    @media only screen and (min-width: 1024px) {
      .vans_body-type-teaser__teaser, .vans_body-type-teaser__teaser--end {
        flex-flow: row nowrap; } }
  @media only screen and (min-width: 1024px) {
    .vans_body-type-teaser__teaser--end .vans_body-type-teaser__image-container {
      order: 2; } }
  @media only screen and (min-width: 1024px) {
    .vans_body-type-teaser__teaser--end .vans_body-type-teaser__content-wrapper {
      order: 1; } }
  @media only screen and (min-width: 0) {
    .vans_body-type-teaser__image-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-left: 6px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-right: 6px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_body-type-teaser__image-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-left: 6px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-right: 6px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_body-type-teaser__image-container {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_body-type-teaser__image-container {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_body-type-teaser__image-container {
      flex: 0 0 auto;
      width: 58.33333%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_body-type-teaser__image-container {
      flex: 0 0 auto;
      width: 58.33333%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_body-type-teaser__image-container {
      flex: 0 0 auto;
      width: 58.33333%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__image-container {
        padding-left: 12px; } }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
      padding-left: 0; }
    html[dir="rtl"] .vans_body-type-teaser__image-container {
      padding-right: 0; }
    html:not([dir="rtl"]) .vans_body-type-teaser__image-container {
      padding-right: 0; }
    html[dir="rtl"] .vans_body-type-teaser__image-container {
      padding-left: 0; } }
  .vans_body-type-teaser__image {
    position: relative;
    overflow: hidden; }
    .vans_body-type-teaser__image::before {
      display: block;
      content: "";
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image::before,
      html[dir="rtl"] .vans_body-type-teaser__image::before {
        padding-bottom: 75%; }
    .vans_body-type-teaser__image > .vans_image {
      position: absolute;
      top: 0;
      bottom: 0; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image > .vans_image {
        left: 0; }
      html[dir="rtl"] .vans_body-type-teaser__image > .vans_image {
        right: 0; }
      html:not([dir="rtl"]) .vans_body-type-teaser__image > .vans_image {
        right: 0; }
      html[dir="rtl"] .vans_body-type-teaser__image > .vans_image {
        left: 0; }
    @media only screen and (min-width: 768px) {
      .vans_body-type-teaser__image {
        position: relative;
        overflow: hidden; }
        .vans_body-type-teaser__image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_body-type-teaser__image::before,
          html[dir="rtl"] .vans_body-type-teaser__image::before {
            padding-bottom: 56.25%; }
        .vans_body-type-teaser__image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_body-type-teaser__image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_body-type-teaser__image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_body-type-teaser__image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_body-type-teaser__image > .vans_image {
            left: 0; } }
    @media only screen and (min-width: 1024px) {
      .vans_body-type-teaser__image {
        position: relative;
        overflow: hidden; }
        .vans_body-type-teaser__image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_body-type-teaser__image::before,
          html[dir="rtl"] .vans_body-type-teaser__image::before {
            padding-bottom: 100%; }
        .vans_body-type-teaser__image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_body-type-teaser__image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_body-type-teaser__image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_body-type-teaser__image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_body-type-teaser__image > .vans_image {
            left: 0; } }
    @media only screen and (min-width: 1280px) {
      .vans_body-type-teaser__image {
        position: relative;
        overflow: hidden; }
        .vans_body-type-teaser__image::before {
          display: block;
          content: "";
          width: 100%; }
          html:not([dir="rtl"]) .vans_body-type-teaser__image::before,
          html[dir="rtl"] .vans_body-type-teaser__image::before {
            padding-bottom: 75%; }
        .vans_body-type-teaser__image > .vans_image {
          position: absolute;
          top: 0;
          bottom: 0; }
          html:not([dir="rtl"]) .vans_body-type-teaser__image > .vans_image {
            left: 0; }
          html[dir="rtl"] .vans_body-type-teaser__image > .vans_image {
            right: 0; }
          html:not([dir="rtl"]) .vans_body-type-teaser__image > .vans_image {
            right: 0; }
          html[dir="rtl"] .vans_body-type-teaser__image > .vans_image {
            left: 0; } }
  .vans_body-type-teaser__content-wrapper {
    display: flex;
    align-items: center;
    background: #fff; }
    @media only screen and (min-width: 0) {
      .vans_body-type-teaser__content-wrapper {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-left: 6px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-right: 6px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-left: 6px; } }
    @media only screen and (min-width: 480px) {
      .vans_body-type-teaser__content-wrapper {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-left: 6px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-right: 6px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-right: 6px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-left: 6px; } }
    @media only screen and (min-width: 768px) {
      .vans_body-type-teaser__content-wrapper {
        flex: 0 0 auto;
        width: 100%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-left: 12px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-right: 12px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-left: 12px; } }
    @media only screen and (min-width: 1024px) {
      .vans_body-type-teaser__content-wrapper {
        flex: 0 0 auto;
        width: 50%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-left: 12px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-right: 12px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-left: 12px; } }
    @media only screen and (min-width: 1280px) {
      .vans_body-type-teaser__content-wrapper {
        flex: 0 0 auto;
        width: 41.66667%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-left: 12px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-right: 12px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-left: 12px; } }
    @media only screen and (min-width: 1440px) {
      .vans_body-type-teaser__content-wrapper {
        flex: 0 0 auto;
        width: 41.66667%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-left: 12px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-right: 12px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-left: 12px; } }
    @media only screen and (min-width: 1921px) {
      .vans_body-type-teaser__content-wrapper {
        flex: 0 0 auto;
        width: 41.66667%; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-left: 12px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-right: 12px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
          padding-right: 12px; }
        html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
          padding-left: 12px; } }
    .vans_body-type-teaser__content-wrapper, [class*="vans_theme-"] .vans_body-type-teaser__content-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_body-type-teaser__content-wrapper, .vans_theme-light .vans_body-type-teaser__content-wrapper, [class*="vans_theme-"] .vans_theme-light .vans_body-type-teaser__content-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_body-type-teaser__content-wrapper {
      background: #f8f8f8; }
    .vans_theme-dark .vans_body-type-teaser__content-wrapper, [class*="vans_theme-"] .vans_theme-dark .vans_body-type-teaser__content-wrapper, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_body-type-teaser__content-wrapper {
      background: #fff; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
        padding-left: 0; }
      html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
        padding-right: 0; }
      html:not([dir="rtl"]) .vans_body-type-teaser__content-wrapper {
        padding-right: 0; }
      html[dir="rtl"] .vans_body-type-teaser__content-wrapper {
        padding-left: 0; } }
  .vans_body-type-teaser__content {
    width: 100%; }
    html:not([dir="rtl"]) .vans_body-type-teaser__content,
    html[dir="rtl"] .vans_body-type-teaser__content {
      padding: 36px 24px 24px; }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_body-type-teaser__content,
      html[dir="rtl"] .vans_body-type-teaser__content {
        padding-bottom: 40px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_body-type-teaser__content,
      html[dir="rtl"] .vans_body-type-teaser__content {
        padding: 48px 32px 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_body-type-teaser__content,
      html[dir="rtl"] .vans_body-type-teaser__content {
        padding: 0 32px; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_body-type-teaser__content,
      html[dir="rtl"] .vans_body-type-teaser__content {
        padding: 0 40px; } }
  .vans_body-type-teaser__headline {
    font-family: CorporateACondensedRegular, sans-serif;
    color: #333; }
    :lang(ko) .vans_body-type-teaser__headline {
      font-family: MBKCorporateARegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .vans_body-type-teaser__headline {
        font-size: 28px;
        line-height: 28px; } }
    @media only screen and (min-width: 768px) {
      .vans_body-type-teaser__headline {
        font-size: 36px;
        line-height: 36px; } }
    @media only screen and (min-width: 1280px) {
      .vans_body-type-teaser__headline {
        font-size: 40px;
        line-height: 40px; } }
  .vans_body-type-teaser__bullet-points {
    list-style-type: disc; }
    html:not([dir="rtl"]) .vans_body-type-teaser__bullet-points,
    html[dir="rtl"] .vans_body-type-teaser__bullet-points {
      margin-top: 1em; }
    @media only screen and (min-width: 0) {
      .vans_body-type-teaser__bullet-points {
        font-size: 18px;
        line-height: 18px; } }
    @media only screen and (min-width: 768px) {
      .vans_body-type-teaser__bullet-points {
        font-size: 26px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .vans_body-type-teaser__bullet-points {
        font-size: 33px;
        line-height: 33px; } }
    html:not([dir="rtl"]) .vans_body-type-teaser__bullet-points {
      padding-left: 24px; }
    html[dir="rtl"] .vans_body-type-teaser__bullet-points {
      padding-right: 24px; }
  .vans_body-type-teaser__bullet-point {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333; }
    :lang(ko) .vans_body-type-teaser__bullet-point {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_body-type-teaser__bullet-point,
    html[dir="rtl"] .vans_body-type-teaser__bullet-point {
      margin-bottom: 6px; }
  .vans_body-type-teaser__price-container {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 22px;
    line-height: 29px;
    color: #333; }
    html:not([dir="rtl"]) .vans_body-type-teaser__price-container,
    html[dir="rtl"] .vans_body-type-teaser__price-container {
      margin-top: 25px; }
    :lang(ko) .vans_body-type-teaser__price-container {
      font-family: MBKCorporateSRegular, sans-serif; }
  .vans_body-type-teaser__price-disclaimer {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999; }
    :lang(ko) .vans_body-type-teaser__price-disclaimer {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_body-type-teaser__price-disclaimer,
    html[dir="rtl"] .vans_body-type-teaser__price-disclaimer {
      margin-top: 3px; }
  .vans_body-type-teaser__buttons {
    width: 100%; }
    html:not([dir="rtl"]) .vans_body-type-teaser__buttons,
    html[dir="rtl"] .vans_body-type-teaser__buttons {
      margin-top: 28px; }
  .vans_body-type-teaser__primary-button {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    background: #333;
    width: 100%; }
    :lang(ko) .vans_body-type-teaser__primary-button {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_body-type-teaser__primary-button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_body-type-teaser__primary-button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_body-type-teaser__primary-button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_body-type-teaser__primary-button {
      padding-left: 20px; }
    .vans_body-type-teaser__primary-button::after {
      border-color: transparent; }
    .vans_body-type-teaser__primary-button::after { }
    .vans_body-type-teaser__primary-button.-active::after,
    html.-hover .vans_body-type-teaser__primary-button:active:hover::after, .vans_body-type-teaser__primary-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_body-type-teaser__primary-button.-disabled::after,
    html.-hover .vans_body-type-teaser__primary-button.-disabled:hover::after,
    html.-hover .vans_body-type-teaser__primary-button.-disabled:active:hover::after, .vans_body-type-teaser__primary-button[disabled]::after,
    html.-hover .vans_body-type-teaser__primary-button[disabled]:hover::after,
    html.-hover .vans_body-type-teaser__primary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_body-type-teaser__primary-button.-disabled::after,
    html.-hover .vans_body-type-teaser__primary-button.-disabled:hover::after,
    html.-hover .vans_body-type-teaser__primary-button.-disabled:active:hover::after, .vans_body-type-teaser__primary-button[disabled]::after,
    html.-hover .vans_body-type-teaser__primary-button[disabled]:hover::after,
    html.-hover .vans_body-type-teaser__primary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_body-type-teaser__primary-button.-disabled::after,
      html[dir="rtl"] .vans_body-type-teaser__primary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_body-type-teaser__primary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-type-teaser__primary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_body-type-teaser__primary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-type-teaser__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_body-type-teaser__primary-button[disabled]::after,
      html[dir="rtl"] .vans_body-type-teaser__primary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_body-type-teaser__primary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-type-teaser__primary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_body-type-teaser__primary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-type-teaser__primary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_body-type-teaser__primary-button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_body-type-teaser__primary-button::after {
        right: 0; }
      html[dir="rtl"] .vans_body-type-teaser__primary-button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_body-type-teaser__primary-button::after {
        left: 0; }
      html[dir="rtl"] .vans_body-type-teaser__primary-button::after {
        right: 0; }
    .vans_body-type-teaser__primary-button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_body-type-teaser__primary-button::before {
        right: 0; }
      html[dir="rtl"] .vans_body-type-teaser__primary-button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_body-type-teaser__primary-button::before {
        left: 0; }
      html[dir="rtl"] .vans_body-type-teaser__primary-button::before {
        right: 0; }
    .vans_body-type-teaser__primary-button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_body-type-teaser__primary-button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_body-type-teaser__primary-button,
    html[dir="rtl"] .vans_body-type-teaser__primary-button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_body-type-teaser__primary-button,
    html[dir="rtl"] .vans_body-type-teaser__primary-button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_body-type-teaser__primary-button,
    html[dir="rtl"] .vans_body-type-teaser__primary-button {
      padding-bottom: 0; }
    .vans_body-type-teaser__primary-button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_body-type-teaser__primary-button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    .vans_body-type-teaser__primary-button::after {
      border-color: transparent; }
    .vans_body-type-teaser__primary-button::after { }
    html.-hover .vans_body-type-teaser__primary-button:hover {
      background: #242424; }
    .vans_body-type-teaser__primary-button:focus {
      background: #242424; }
    .vans_body-type-teaser__primary-button.-active,
    html.-hover .vans_body-type-teaser__primary-button:active:hover, .vans_body-type-teaser__primary-button:active:focus {
      color: #fff;
      background: #242424; }
      .vans_body-type-teaser__primary-button.-active::after,
      html.-hover .vans_body-type-teaser__primary-button:active:hover::after, .vans_body-type-teaser__primary-button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_body-type-teaser__primary-button.-disabled,
    html.-hover .vans_body-type-teaser__primary-button.-disabled:hover,
    html.-hover .vans_body-type-teaser__primary-button.-disabled:active:hover, .vans_body-type-teaser__primary-button[disabled],
    html.-hover .vans_body-type-teaser__primary-button[disabled]:hover,
    html.-hover .vans_body-type-teaser__primary-button[disabled]:active:hover {
      background-color: #333; }
      .vans_body-type-teaser__primary-button.-disabled::after,
      html.-hover .vans_body-type-teaser__primary-button.-disabled:hover::after,
      html.-hover .vans_body-type-teaser__primary-button.-disabled:active:hover::after, .vans_body-type-teaser__primary-button[disabled]::after,
      html.-hover .vans_body-type-teaser__primary-button[disabled]:hover::after,
      html.-hover .vans_body-type-teaser__primary-button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_body-type-teaser__primary-button.-disabled::after,
      html.-hover .vans_body-type-teaser__primary-button.-disabled:hover::after,
      html.-hover .vans_body-type-teaser__primary-button.-disabled:active:hover::after, .vans_body-type-teaser__primary-button[disabled]::after,
      html.-hover .vans_body-type-teaser__primary-button[disabled]:hover::after,
      html.-hover .vans_body-type-teaser__primary-button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_body-type-teaser__primary-button.-disabled::after,
        html[dir="rtl"] .vans_body-type-teaser__primary-button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_body-type-teaser__primary-button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-type-teaser__primary-button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_body-type-teaser__primary-button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-type-teaser__primary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_body-type-teaser__primary-button[disabled]::after,
        html[dir="rtl"] .vans_body-type-teaser__primary-button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_body-type-teaser__primary-button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-type-teaser__primary-button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_body-type-teaser__primary-button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-type-teaser__primary-button[disabled]:active:hover::after {
          border-width: 1px; }
    html .vans_body-type-teaser__primary-button {
      text-align: center; }
    html:not([dir="rtl"]) .vans_body-type-teaser__primary-button,
    html[dir="rtl"] .vans_body-type-teaser__primary-button {
      margin-top: 12px; }
    @media only screen and (min-width: 480px) {
      .vans_body-type-teaser__primary-button {
        width: auto; }
        html:not([dir="rtl"]) .vans_body-type-teaser__primary-button {
          margin-right: 12px; }
        html[dir="rtl"] .vans_body-type-teaser__primary-button {
          margin-left: 12px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__primary-button,
        html[dir="rtl"] .vans_body-type-teaser__primary-button {
          margin-bottom: 0; } }
  .vans_body-type-teaser__secondary-button {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    border-radius: 0 0 0 0;
    appearance: none;
    position: relative;
    outline: none;
    white-space: nowrap;
    max-width: 100%;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    background: #ececec;
    width: 100%; }
    :lang(ko) .vans_body-type-teaser__secondary-button {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button {
      padding-left: 20px; }
    html[dir="rtl"] .vans_body-type-teaser__secondary-button {
      padding-right: 20px; }
    html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button {
      padding-right: 20px; }
    html[dir="rtl"] .vans_body-type-teaser__secondary-button {
      padding-left: 20px; }
    .vans_body-type-teaser__secondary-button::after {
      border-color: transparent; }
    .vans_body-type-teaser__secondary-button::after { }
    .vans_body-type-teaser__secondary-button.-active::after,
    html.-hover .vans_body-type-teaser__secondary-button:active:hover::after, .vans_body-type-teaser__secondary-button:active:focus::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_body-type-teaser__secondary-button.-disabled::after,
    html.-hover .vans_body-type-teaser__secondary-button.-disabled:hover::after,
    html.-hover .vans_body-type-teaser__secondary-button.-disabled:active:hover::after, .vans_body-type-teaser__secondary-button[disabled]::after,
    html.-hover .vans_body-type-teaser__secondary-button[disabled]:hover::after,
    html.-hover .vans_body-type-teaser__secondary-button[disabled]:active:hover::after {
      box-shadow: inset 0 0 4px transparent; }
    .vans_body-type-teaser__secondary-button.-disabled::after,
    html.-hover .vans_body-type-teaser__secondary-button.-disabled:hover::after,
    html.-hover .vans_body-type-teaser__secondary-button.-disabled:active:hover::after, .vans_body-type-teaser__secondary-button[disabled]::after,
    html.-hover .vans_body-type-teaser__secondary-button[disabled]:hover::after,
    html.-hover .vans_body-type-teaser__secondary-button[disabled]:active:hover::after {
      border-color: transparent;
      border-style: solid; }
      html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button.-disabled::after,
      html[dir="rtl"] .vans_body-type-teaser__secondary-button.-disabled::after, html:not([dir="rtl"])
      html.-hover .vans_body-type-teaser__secondary-button.-disabled:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-type-teaser__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
      html.-hover .vans_body-type-teaser__secondary-button.-disabled:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-type-teaser__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button[disabled]::after,
      html[dir="rtl"] .vans_body-type-teaser__secondary-button[disabled]::after, html:not([dir="rtl"])
      html.-hover .vans_body-type-teaser__secondary-button[disabled]:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-type-teaser__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
      html.-hover .vans_body-type-teaser__secondary-button[disabled]:active:hover::after,
      html[dir="rtl"]
      html.-hover .vans_body-type-teaser__secondary-button[disabled]:active:hover::after {
        border-width: 1px; }
    .vans_body-type-teaser__secondary-button::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button::after {
        right: 0; }
      html[dir="rtl"] .vans_body-type-teaser__secondary-button::after {
        left: 0; }
      html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button::after {
        left: 0; }
      html[dir="rtl"] .vans_body-type-teaser__secondary-button::after {
        right: 0; }
    .vans_body-type-teaser__secondary-button::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2; }
      html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button::before {
        right: 0; }
      html[dir="rtl"] .vans_body-type-teaser__secondary-button::before {
        left: 0; }
      html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button::before {
        left: 0; }
      html[dir="rtl"] .vans_body-type-teaser__secondary-button::before {
        right: 0; }
    .vans_body-type-teaser__secondary-button::before {
      border-top-left-radius: 1px;
      border-top-right-radius: 1px;
      border-bottom-right-radius: 1px;
      border-bottom-left-radius: 1px; }
    .vans_body-type-teaser__secondary-button::after {
      border-radius: 0 0 0 0; }
    html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button,
    html[dir="rtl"] .vans_body-type-teaser__secondary-button {
      margin: 0 0 auto; }
    html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button,
    html[dir="rtl"] .vans_body-type-teaser__secondary-button {
      padding-top: 0; }
    html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button,
    html[dir="rtl"] .vans_body-type-teaser__secondary-button {
      padding-bottom: 0; }
    .vans_body-type-teaser__secondary-button:focus {
      box-shadow: 0 0 0 3px rgba(0, 173, 239, 0.3);
      border-radius: 0.5px; }
    .vans_body-type-teaser__secondary-button__value {
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: inline-block; }
    .vans_body-type-teaser__secondary-button::after {
      border-color: transparent; }
    .vans_body-type-teaser__secondary-button::after { }
    html.-hover .vans_body-type-teaser__secondary-button:hover {
      background: #d9d9d9; }
    .vans_body-type-teaser__secondary-button:focus {
      background: #d9d9d9; }
    .vans_body-type-teaser__secondary-button.-active,
    html.-hover .vans_body-type-teaser__secondary-button:active:hover, .vans_body-type-teaser__secondary-button:active:focus {
      color: #333;
      background: #d9d9d9; }
      .vans_body-type-teaser__secondary-button.-active::after,
      html.-hover .vans_body-type-teaser__secondary-button:active:hover::after, .vans_body-type-teaser__secondary-button:active:focus::after {
        box-shadow: inset 0 0 4px transparent; }
    .vans_body-type-teaser__secondary-button.-disabled,
    html.-hover .vans_body-type-teaser__secondary-button.-disabled:hover,
    html.-hover .vans_body-type-teaser__secondary-button.-disabled:active:hover, .vans_body-type-teaser__secondary-button[disabled],
    html.-hover .vans_body-type-teaser__secondary-button[disabled]:hover,
    html.-hover .vans_body-type-teaser__secondary-button[disabled]:active:hover {
      background-color: #ececec; }
      .vans_body-type-teaser__secondary-button.-disabled::after,
      html.-hover .vans_body-type-teaser__secondary-button.-disabled:hover::after,
      html.-hover .vans_body-type-teaser__secondary-button.-disabled:active:hover::after, .vans_body-type-teaser__secondary-button[disabled]::after,
      html.-hover .vans_body-type-teaser__secondary-button[disabled]:hover::after,
      html.-hover .vans_body-type-teaser__secondary-button[disabled]:active:hover::after {
        box-shadow: inset 0 0 4px transparent; }
      .vans_body-type-teaser__secondary-button.-disabled::after,
      html.-hover .vans_body-type-teaser__secondary-button.-disabled:hover::after,
      html.-hover .vans_body-type-teaser__secondary-button.-disabled:active:hover::after, .vans_body-type-teaser__secondary-button[disabled]::after,
      html.-hover .vans_body-type-teaser__secondary-button[disabled]:hover::after,
      html.-hover .vans_body-type-teaser__secondary-button[disabled]:active:hover::after {
        border-color: transparent;
        border-style: solid; }
        html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button.-disabled::after,
        html[dir="rtl"] .vans_body-type-teaser__secondary-button.-disabled::after, html:not([dir="rtl"])
        html.-hover .vans_body-type-teaser__secondary-button.-disabled:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-type-teaser__secondary-button.-disabled:hover::after, html:not([dir="rtl"])
        html.-hover .vans_body-type-teaser__secondary-button.-disabled:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-type-teaser__secondary-button.-disabled:active:hover::after, html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button[disabled]::after,
        html[dir="rtl"] .vans_body-type-teaser__secondary-button[disabled]::after, html:not([dir="rtl"])
        html.-hover .vans_body-type-teaser__secondary-button[disabled]:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-type-teaser__secondary-button[disabled]:hover::after, html:not([dir="rtl"])
        html.-hover .vans_body-type-teaser__secondary-button[disabled]:active:hover::after,
        html[dir="rtl"]
        html.-hover .vans_body-type-teaser__secondary-button[disabled]:active:hover::after {
          border-width: 1px; }
    html .vans_body-type-teaser__secondary-button {
      text-align: center; }
    html:not([dir="rtl"]) .vans_body-type-teaser__secondary-button,
    html[dir="rtl"] .vans_body-type-teaser__secondary-button {
      margin-top: 12px; }
    @media only screen and (min-width: 480px) {
      .vans_body-type-teaser__secondary-button {
        width: auto; } }
  .vans_body-type-teaser__disclaimer-wrapper {
    display: flex;
    position: relative;
    flex-wrap: wrap; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer-wrapper,
      html[dir="rtl"] .vans_body-type-teaser__disclaimer-wrapper {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer-wrapper,
      html[dir="rtl"] .vans_body-type-teaser__disclaimer-wrapper {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer-wrapper,
      html[dir="rtl"] .vans_body-type-teaser__disclaimer-wrapper {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer-wrapper,
      html[dir="rtl"] .vans_body-type-teaser__disclaimer-wrapper {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_body-type-teaser__disclaimer-wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer-wrapper,
        html[dir="rtl"] .vans_body-type-teaser__disclaimer-wrapper {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_body-type-teaser__disclaimer-wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer-wrapper,
        html[dir="rtl"] .vans_body-type-teaser__disclaimer-wrapper {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_body-type-teaser__disclaimer-wrapper {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer-wrapper,
        html[dir="rtl"] .vans_body-type-teaser__disclaimer-wrapper {
          margin: 0 auto; } }
  @media only screen and (min-width: 0) {
    .vans_body-type-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_body-type-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-left: 6px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-right: 6px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_body-type-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_body-type-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_body-type-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_body-type-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_body-type-teaser__disclaimer {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-left: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_body-type-teaser__disclaimer {
        padding-right: 12px; }
      html[dir="rtl"] .vans_body-type-teaser__disclaimer {
        padding-left: 12px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_back-to-top__container {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_back-to-top__container,
    html[dir="rtl"] .vans_back-to-top__container {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_back-to-top__container,
    html[dir="rtl"] .vans_back-to-top__container {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_back-to-top__container,
    html[dir="rtl"] .vans_back-to-top__container {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_back-to-top__container,
    html[dir="rtl"] .vans_back-to-top__container {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_back-to-top__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_back-to-top__container,
      html[dir="rtl"] .vans_back-to-top__container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_back-to-top__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_back-to-top__container,
      html[dir="rtl"] .vans_back-to-top__container {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_back-to-top__container {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_back-to-top__container,
      html[dir="rtl"] .vans_back-to-top__container {
        margin: 0 auto; } }

@media only screen and (min-width: 0) {
  .vans_back-to-top__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 480px) {
  .vans_back-to-top__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-left: 6px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-right: 6px; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-right: 6px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-left: 6px; } }

@media only screen and (min-width: 768px) {
  .vans_back-to-top__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) {
  .vans_back-to-top__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1280px) {
  .vans_back-to-top__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1440px) {
  .vans_back-to-top__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-left: 12px; } }

@media only screen and (min-width: 1921px) {
  .vans_back-to-top__wrapper {
    flex: 0 0 auto;
    width: 100%; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-left: 12px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_back-to-top__wrapper {
      padding-right: 12px; }
    html[dir="rtl"] .vans_back-to-top__wrapper {
      padding-left: 12px; } }

.vans_back-to-top__template, .vans_back-to-top__template--breadcrumb {
  overflow: hidden;
  display: flex;
  justify-content: flex-end; }

.vans_back-to-top__link {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #999;
  cursor: pointer; }
  :lang(ko) .vans_back-to-top__link {
    font-family: MBKCorporateSRegular, sans-serif; }
  html.-hover .vans_back-to-top__link:hover, .vans_back-to-top__link:focus, .vans_back-to-top__link.-active {
    color: #00adef;
    outline: 0; }
  .vans_back-to-top__link.-hidden {
    height: 0;
    visibility: hidden;
    width: 0; }
    html:not([dir="rtl"]) .vans_back-to-top__link.-hidden,
    html[dir="rtl"] .vans_back-to-top__link.-hidden {
      border: 0; }
    html:not([dir="rtl"]) .vans_back-to-top__link.-hidden,
    html[dir="rtl"] .vans_back-to-top__link.-hidden {
      margin: 0; }
    html:not([dir="rtl"]) .vans_back-to-top__link.-hidden,
    html[dir="rtl"] .vans_back-to-top__link.-hidden {
      padding: 0; }
  html:not([dir="rtl"]) .vans_back-to-top__link,
  html[dir="rtl"] .vans_back-to-top__link {
    margin: 18px 0; }

.vans_back-to-top__link-icon {
  display: inline-block; }
  html:not([dir="rtl"]) .vans_back-to-top__link-icon {
    padding-right: 12px; }
  html[dir="rtl"] .vans_back-to-top__link-icon {
    padding-left: 12px; }

html:not([dir="rtl"]) .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] [class*="vans_theme-"] .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) .vans_theme-light .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] .vans_theme-light .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_back-to-top__template--breadcrumb {
  border: 0; }

html:not([dir="rtl"]) .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] [class*="vans_theme-"] .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) .vans_theme-light .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] .vans_theme-light .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_back-to-top__template--breadcrumb {
  border-bottom: 1px solid #ddd; }

html:not([dir="rtl"]) .vans_theme-dark .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] .vans_theme-dark .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_back-to-top__template--breadcrumb {
  border: 0; }

html:not([dir="rtl"]) .vans_theme-dark .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] .vans_theme-dark .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_back-to-top__template--breadcrumb, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_back-to-top__template--breadcrumb,
html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_back-to-top__template--breadcrumb {
  border-bottom: 1px solid #666; }

html:not([dir="rtl"]) .vans_back-to-top__template--breadcrumb.-hidden,
html[dir="rtl"] .vans_back-to-top__template--breadcrumb.-hidden {
  border: 0; }

@media only screen and (min-width: 768px) {
  .vans_back-to-top__template--breadcrumb {
    order: 1; }
    html:not([dir="rtl"]) .vans_back-to-top__template--breadcrumb,
    html[dir="rtl"] .vans_back-to-top__template--breadcrumb {
      border: 0 !important; }
    html:not([dir="rtl"]) .vans_back-to-top__template--breadcrumb {
      margin-left: 60px; }
    html[dir="rtl"] .vans_back-to-top__template--breadcrumb {
      margin-right: 60px; } }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_app-buttons {
  width: 100%; }
  html:not([dir="rtl"]) .vans_app-buttons,
  html[dir="rtl"] .vans_app-buttons {
    margin-top: 28px; }
  .vans_app-buttons > * {
    display: inline-block;
    width: 100%; }
    html:not([dir="rtl"]) .vans_app-buttons > *,
    html[dir="rtl"] .vans_app-buttons > * {
      margin-top: 12px; }
    @media only screen and (min-width: 480px) {
      .vans_app-buttons > * {
        width: auto; }
        html:not([dir="rtl"]) .vans_app-buttons > * {
          margin-right: 12px; }
        html[dir="rtl"] .vans_app-buttons > * {
          margin-left: 12px; } }
    html:not([dir="rtl"]) .vans_app-buttons > *:last-child {
      margin-right: 0; }
    html[dir="rtl"] .vans_app-buttons > *:last-child {
      margin-left: 0; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_anchor {
  display: none; }
  .vans_anchor--show {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    display: block;
    height: 40px; }
    @media only screen and (min-width: 0) {
      html:not([dir="rtl"]) .vans_anchor--show,
      html[dir="rtl"] .vans_anchor--show {
        margin: 0 18px; } }
    @media only screen and (min-width: 480px) {
      html:not([dir="rtl"]) .vans_anchor--show,
      html[dir="rtl"] .vans_anchor--show {
        margin: 0 18px; } }
    @media only screen and (min-width: 768px) {
      html:not([dir="rtl"]) .vans_anchor--show,
      html[dir="rtl"] .vans_anchor--show {
        margin: 0 32px; } }
    @media only screen and (min-width: 1024px) {
      html:not([dir="rtl"]) .vans_anchor--show,
      html[dir="rtl"] .vans_anchor--show {
        margin: 0 44px; } }
    @media only screen and (min-width: 1280px) {
      .vans_anchor--show {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_anchor--show,
        html[dir="rtl"] .vans_anchor--show {
          margin: 0 auto; } }
    @media only screen and (min-width: 1440px) {
      .vans_anchor--show {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_anchor--show,
        html[dir="rtl"] .vans_anchor--show {
          margin: 0 auto; } }
    @media only screen and (min-width: 1921px) {
      .vans_anchor--show {
        width: 1188px; }
        html:not([dir="rtl"]) .vans_anchor--show,
        html[dir="rtl"] .vans_anchor--show {
          margin: 0 auto; } }
  .vans_anchor__container {
    border: 1px solid #a0a0a0;
    width: max-content;
    height: 36px;
    padding: 2px; }
  .vans_anchor__icon {
    float: left; }
  .vans_anchor__text {
    font-size: 16px;
    line-height: 16px;
    margin: 5px;
    float: left;
    width: auto;
    white-space: nowrap; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
.vans_accordion {
  display: flex;
  position: relative;
  flex-wrap: wrap; }
  @media only screen and (min-width: 0) {
    html:not([dir="rtl"]) .vans_accordion,
    html[dir="rtl"] .vans_accordion {
      margin: 0 18px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_accordion,
    html[dir="rtl"] .vans_accordion {
      margin: 0 18px; } }
  @media only screen and (min-width: 768px) {
    html:not([dir="rtl"]) .vans_accordion,
    html[dir="rtl"] .vans_accordion {
      margin: 0 32px; } }
  @media only screen and (min-width: 1024px) {
    html:not([dir="rtl"]) .vans_accordion,
    html[dir="rtl"] .vans_accordion {
      margin: 0 44px; } }
  @media only screen and (min-width: 1280px) {
    .vans_accordion {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_accordion,
      html[dir="rtl"] .vans_accordion {
        margin: 0 auto; } }
  @media only screen and (min-width: 1440px) {
    .vans_accordion {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_accordion,
      html[dir="rtl"] .vans_accordion {
        margin: 0 auto; } }
  @media only screen and (min-width: 1921px) {
    .vans_accordion {
      width: 1188px; }
      html:not([dir="rtl"]) .vans_accordion,
      html[dir="rtl"] .vans_accordion {
        margin: 0 auto; } }
  .vans_accordion, [class*="vans_theme-"] .vans_accordion, [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion, .vans_theme-light .vans_accordion, [class*="vans_theme-"] .vans_theme-light .vans_accordion, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion {
    color: #333; }
  .vans_theme-dark .vans_accordion, [class*="vans_theme-"] .vans_theme-dark .vans_accordion, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion {
    color: #fff; }
  @media only screen and (min-width: 0) {
    .vans_accordion__inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-left: 6px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-right: 6px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_accordion__inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-left: 6px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-right: 6px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_accordion__inner {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_accordion__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-left: 12px; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        margin-left: 16.66667% !important; }
      html[dir="rtl"] .vans_accordion__inner {
        margin-right: 16.66667% !important; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        margin-right: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; }
      html[dir="rtl"] .vans_accordion__inner {
        margin-left: calc((1 - 0.16667 - 0.66667 ) * 100%) !important; } }
  @media only screen and (min-width: 1280px) {
    .vans_accordion__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_accordion__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_accordion__inner {
      flex: 0 0 auto;
      width: 66.66667%; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-left: 12px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_accordion__inner {
        padding-right: 12px; }
      html[dir="rtl"] .vans_accordion__inner {
        padding-left: 12px; } }
  .vans_accordion__item-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .vans_accordion__item-header, [class*="vans_theme-"] .vans_accordion__item-header, [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion__item-header, .vans_theme-light .vans_accordion__item-header, [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-header, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-header {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      color: #333;
      cursor: pointer; }
      :lang(ko) .vans_accordion__item-header, :lang(ko) [class*="vans_theme-"] .vans_accordion__item-header, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion__item-header, :lang(ko) .vans_theme-light .vans_accordion__item-header, :lang(ko) [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-header, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-header {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_accordion__item-header:hover, .vans_accordion__item-header.-active, .vans_accordion__item-header.-open, html.-hover [class*="vans_theme-"] .vans_accordion__item-header:hover, [class*="vans_theme-"] .vans_accordion__item-header.-active, [class*="vans_theme-"] .vans_accordion__item-header.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion__item-header:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion__item-header.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion__item-header.-open, html.-hover .vans_theme-light .vans_accordion__item-header:hover, .vans_theme-light .vans_accordion__item-header.-active, .vans_theme-light .vans_accordion__item-header.-open, html.-hover [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-header:hover, [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-header.-active, [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-header.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-header:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-header.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-header.-open {
        color: #00adef; }
    .vans_theme-dark .vans_accordion__item-header, [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-header, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-header {
      font-family: CorporateSRegular, -apple-system, sans-serif;
      font-size: 16px;
      line-height: 21px;
      color: #fff;
      cursor: pointer; }
      :lang(ko) .vans_theme-dark .vans_accordion__item-header, :lang(ko) [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-header, :lang(ko) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-header {
        font-family: MBKCorporateSRegular, sans-serif; }
      html.-hover .vans_theme-dark .vans_accordion__item-header:hover, .vans_theme-dark .vans_accordion__item-header.-active, .vans_theme-dark .vans_accordion__item-header.-open, html.-hover [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-header:hover, [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-header.-active, [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-header.-open, html.-hover [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-header:hover, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-header.-active, [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-header.-open {
        color: #00adef; }
    html:not([dir="rtl"]) .vans_accordion__item-header,
    html[dir="rtl"] .vans_accordion__item-header {
      padding: 18px 0; }
  .vans_accordion__item-header-label {
    display: inline-block; }
    html:not([dir="rtl"]) .vans_accordion__item-header-label {
      padding-right: 18px; }
    html[dir="rtl"] .vans_accordion__item-header-label {
      padding-left: 18px; }
  .vans_accordion__item-header-icon {
    transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .vans_accordion__item-header-icon.-open {
      color: #00adef;
      transform: rotate(180deg); }
    .vans_accordion__item-header-icon.-initial-open {
      transition-duration: 0; }
    .no-js .vans_accordion__item-header-icon {
      display: none; }
  .vans_accordion__item-content, .vans_accordion__item-content--with-footnotes {
    transition: height 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    html:not([dir="rtl"]) .vans_accordion__item-content, html:not([dir="rtl"]) .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] .vans_accordion__item-content,
    html[dir="rtl"] .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_accordion__item-content, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] [class*="vans_theme-"] .vans_accordion__item-content,
    html[dir="rtl"] [class*="vans_theme-"] .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion__item-content, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion__item-content,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) .vans_theme-light .vans_accordion__item-content, html:not([dir="rtl"]) .vans_theme-light .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] .vans_theme-light .vans_accordion__item-content,
    html[dir="rtl"] .vans_theme-light .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content--with-footnotes {
      border: 0; }
    html:not([dir="rtl"]) .vans_accordion__item-content, html:not([dir="rtl"]) .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] .vans_accordion__item-content,
    html[dir="rtl"] .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_accordion__item-content, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] [class*="vans_theme-"] .vans_accordion__item-content,
    html[dir="rtl"] [class*="vans_theme-"] .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion__item-content, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion__item-content,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) .vans_theme-light .vans_accordion__item-content, html:not([dir="rtl"]) .vans_theme-light .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] .vans_theme-light .vans_accordion__item-content,
    html[dir="rtl"] .vans_theme-light .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-light .vans_accordion__item-content--with-footnotes {
      border-bottom: 1px solid #ddd; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_accordion__item-content, html:not([dir="rtl"]) .vans_theme-dark .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] .vans_theme-dark .vans_accordion__item-content,
    html[dir="rtl"] .vans_theme-dark .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content--with-footnotes {
      border: 0; }
    html:not([dir="rtl"]) .vans_theme-dark .vans_accordion__item-content, html:not([dir="rtl"]) .vans_theme-dark .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] .vans_theme-dark .vans_accordion__item-content,
    html[dir="rtl"] .vans_theme-dark .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content, html:not([dir="rtl"]) [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content,
    html[dir="rtl"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content--with-footnotes, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content, html:not([dir="rtl"]) [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content,
    html[dir="rtl"] [class*="vans_theme-"] [class*="vans_theme-"] .vans_theme-dark .vans_accordion__item-content--with-footnotes {
      border-bottom: 1px solid #3c3c3c; }
    .js .vans_accordion__item-content .-initial-open, .js .vans_accordion__item-content--with-footnotes .-initial-open {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition: none; }
  .vans_accordion__item-footnotes.-hidden {
    display: none; }
  .js .vans_accordion__subcomponents {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .js .vans_accordion__subcomponents.-animate {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
  html:not([dir="rtl"]) .vans_accordion__subcomponents,
  html[dir="rtl"] .vans_accordion__subcomponents {
    padding-bottom: 31px; }
  html:not([dir="rtl"]) .vans_accordion__subcomponents > *:first-child,
  html[dir="rtl"] .vans_accordion__subcomponents > *:first-child, html:not([dir="rtl"])
  .vans_accordion__subcomponents > *:first-child > *:first-child,
  html[dir="rtl"]
  .vans_accordion__subcomponents > *:first-child > *:first-child {
    margin-top: 0 !important; }
  .vans_accordion__subcomponents.-hidden {
    display: none; }
  .vans_accordion__template--core-nav-flyout {
    background: #fff !important;
    color: #333 !important; }
    @media only screen and (min-width: 1024px) {
      .vans_accordion__template--core-nav-flyout .vans_accordion__items {
        display: flex;
        flex-wrap: wrap;
        width: 100%; } }

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .vans_accordion__template--core-nav-flyout .vans_accordion__item {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-left: 12px; }
    html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-right: 12px; }
    html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) and (min-width: 1280px) {
  .vans_accordion__template--core-nav-flyout .vans_accordion__item {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-left: 12px; }
    html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-right: 12px; }
    html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) and (min-width: 1440px) {
  .vans_accordion__template--core-nav-flyout .vans_accordion__item {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-left: 12px; }
    html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-right: 12px; }
    html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-left: 12px; } }

@media only screen and (min-width: 1024px) and (min-width: 1921px) {
  .vans_accordion__template--core-nav-flyout .vans_accordion__item {
    flex: 0 0 auto;
    width: 25%; }
    html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-left: 12px; }
    html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-right: 12px; }
    html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-right: 12px; }
    html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item {
      padding-left: 12px; } }
    .vans_accordion__template--core-nav-flyout .vans_accordion__item-header {
      color: #333; }
      @media only screen and (min-width: 0) {
        .vans_accordion__template--core-nav-flyout .vans_accordion__item-header {
          font-size: 16px;
          line-height: 21px; } }
      @media only screen and (min-width: 1024px) {
        .vans_accordion__template--core-nav-flyout .vans_accordion__item-header {
          font-size: 20px;
          line-height: 26px; } }
      @media only screen and (min-width: 1280px) {
        .vans_accordion__template--core-nav-flyout .vans_accordion__item-header {
          font-size: 22px;
          line-height: 29px; } }
      @media only screen and (min-width: 1024px) {
        .vans_accordion__template--core-nav-flyout .vans_accordion__item-header {
          cursor: auto; }
          html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item-header,
          html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item-header {
            padding: 0; } }
    @media only screen and (min-width: 1024px) {
      .vans_accordion__template--core-nav-flyout .vans_accordion__item-header-label {
        color: #333; } }
    @media only screen and (min-width: 1024px) {
      .vans_accordion__template--core-nav-flyout .vans_accordion__item-header-icon {
        display: none; } }
    html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item-content, html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item-content,
    html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item-content--with-footnotes {
      border: 0; }
    html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item-content, html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item-content--with-footnotes,
    html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item-content,
    html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item-content--with-footnotes {
      border-top: 1px solid #ddd; }
    @media only screen and (min-width: 1024px) {
      .vans_accordion__template--core-nav-flyout .vans_accordion__item-content, .vans_accordion__template--core-nav-flyout .vans_accordion__item-content--with-footnotes {
        transition: inherit; }
        html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item-content, html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item-content--with-footnotes,
        html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item-content,
        html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item-content--with-footnotes {
          border: 0; }
        html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item-content, html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item-content--with-footnotes,
        html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item-content,
        html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item-content--with-footnotes {
          padding-top: 6px; } }
    @media only screen and (min-width: 1280px) {
      html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item-content, html:not([dir="rtl"]) .vans_accordion__template--core-nav-flyout .vans_accordion__item-content--with-footnotes,
      html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item-content,
      html[dir="rtl"] .vans_accordion__template--core-nav-flyout .vans_accordion__item-content--with-footnotes {
        padding-top: 12px; } }
  .vans_accordion__template--footer .vans_accordion__item-header {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    cursor: pointer; }
    :lang(ko) .vans_accordion__template--footer .vans_accordion__item-header {
      font-family: MBKCorporateSRegular, sans-serif; }
    html.-hover .vans_accordion__template--footer .vans_accordion__item-header:hover, .vans_accordion__template--footer .vans_accordion__item-header.-active, .vans_accordion__template--footer .vans_accordion__item-header.-open {
      color: #00adef; }
    @media only screen and (min-width: 480px) {
      .vans_accordion__template--footer .vans_accordion__item-header {
        cursor: default; }
        html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item-header,
        html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item-header {
          padding-bottom: 25px; } }
  @media only screen and (min-width: 480px) {
    .vans_accordion__template--footer .vans_accordion__item-header-label {
      color: #fff; } }
  @media only screen and (min-width: 480px) {
    .vans_accordion__template--footer .vans_accordion__item-header-icon {
      display: none; } }
  html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item-content, html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item-content--with-footnotes,
  html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item-content,
  html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item-content--with-footnotes {
    border: 0; }
  @media only screen and (min-width: 480px) {
    .vans_accordion__template--footer .vans_accordion__item-content, .vans_accordion__template--footer .vans_accordion__item-content--with-footnotes {
      transition: inherit; } }
  .vans_accordion__template--footer .vans_accordion__items {
    width: 100%;
    display: flex;
    flex-direction: column; }
    html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__items,
    html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__items {
      padding: 0; }
    @media only screen and (min-width: 480px) {
      .vans_accordion__template--footer .vans_accordion__items {
        flex-direction: row;
        flex-wrap: wrap; } }
  @media only screen and (min-width: 0) {
    .vans_accordion__template--footer .vans_accordion__item {
      flex: 0 0 auto;
      width: 100%; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 6px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 6px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 6px; } }
  @media only screen and (min-width: 480px) {
    .vans_accordion__template--footer .vans_accordion__item {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 6px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 6px; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 6px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 6px; } }
  @media only screen and (min-width: 768px) {
    .vans_accordion__template--footer .vans_accordion__item {
      flex: 0 0 auto;
      width: 50%; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 12px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 12px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 12px; } }
  @media only screen and (min-width: 1024px) {
    .vans_accordion__template--footer .vans_accordion__item {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 12px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 12px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 12px; } }
  @media only screen and (min-width: 1280px) {
    .vans_accordion__template--footer .vans_accordion__item {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 12px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 12px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 12px; } }
  @media only screen and (min-width: 1440px) {
    .vans_accordion__template--footer .vans_accordion__item {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 12px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 12px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 12px; } }
  @media only screen and (min-width: 1921px) {
    .vans_accordion__template--footer .vans_accordion__item {
      flex: 0 0 auto;
      width: 25%; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 12px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 12px; }
      html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item {
        padding-right: 12px; }
      html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
        padding-left: 12px; } }
  @media only screen and (min-width: 480px) {
    html:not([dir="rtl"]) .vans_accordion__template--footer .vans_accordion__item,
    html[dir="rtl"] .vans_accordion__template--footer .vans_accordion__item {
      margin-bottom: 18px; } }
  html:not([dir="rtl"]) .vans_accordion__template--equipment-list .vans_accordion__item-footnotes,
  html[dir="rtl"] .vans_accordion__template--equipment-list .vans_accordion__item-footnotes {
    padding-bottom: 24px; }
  html:not([dir="rtl"]) .vans_accordion__template--equipment-list .vans_accordion__item-content--with-footnotes a:last-of-type,
  html[dir="rtl"] .vans_accordion__template--equipment-list .vans_accordion__item-content--with-footnotes a:last-of-type {
    padding-bottom: 0; }
  .vans_accordion__template--faq .vans_accordion__item.-hidden {
    display: none; }

/* stylelint-disable selector-list-comma-newline-after  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

table,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: top; }

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

/* stylelint-enable */
*,
*::before,
*::after {
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  height: auto; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

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

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

a {
  text-decoration: none; }

.vans_plugin iframe {
  width: 100%; }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: inherit;
  font-family: inherit;
  color: inherit; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Remove dotted outline of button in firefox */
*::-moz-focus-inner {
  border: 0; }

/* Box Sizing Reset
----------------------------------------------- */
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Text Inputs
----------------------------------------------- */
input[type=range] {
  -webkit-appearance: none;
  appearance: none; }

/* in own declaration by design because whole declaration is dropped if pseudo element is unknown */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; }

/* Button Controls
----------------------------------------------- */
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
----------------------------------------------- */
/* Search Input
----------------------------------------------- */
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
----------------------------------------------- */
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
----------------------------------------------- */
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
----------------------------------------------- */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  font-size: 1em; }

select::-ms-value {
  background: none;
  color: inherit; }

input::-ms-clear {
  display: none; }

select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

/* Fix for IE11. Without this, if you have an SVG icon in an <a>-tag, events are not fired in IE11 if you click them.  */
a svg {
  pointer-events: none; }

@font-face {
  font-family: CorporateSDemi;
  src: url("assets/fonts/WOFF2/DaimlerCS-Demi.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSRegular;
  src: url("assets/fonts/WOFF2/DaimlerCS-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateSBold;
  src: url("assets/fonts/WOFF2/DaimlerCS-Bold.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCS-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: CorporateACondensedRegular;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Daimler-Corpo-AC;
  src: url("assets/fonts/WOFF2/DaimlerCAC-Regular.woff2") format("woff2"), url("assets/fonts/WOFF/DaimlerCAC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateARegular;
  src: url("assets/fonts/WOFF2/MBKCorporateACon.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorporateACon.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MBKCorporateSRegular;
  src: url("assets/fonts/WOFF2/MBKCorpoS.woff2") format("woff2"), url("assets/fonts/WOFF/MBKCorpoS.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes vans_zoomout {
  0% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin {
  0% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomin_modal {
  0% {
    transform: scale(0.3); }
  100% {
    transform: scale(1); } }

@keyframes vans_zoomout_modal {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.3); } }

@keyframes vans_blendin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vans_blendout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vans_slideUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideDown {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes vans_slideLeft-20 {
  from {
    transform: translate3d(20px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-40 {
  0% {
    opacity: 0;
    transform: translate3d(40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideLeft-80 {
  from {
    transform: translate3d(80px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight {
  0% {
    opacity: 0;
    transform: translate3d(-40px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-20 {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_slideRight-80 {
  0% {
    opacity: 0;
    transform: translate3d(-80px, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes vans_moveUp {
  0% {
    transform: translate3d(0, 40px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes vans_modalMoveUp {
  0% {
    transform: translateY(50vh); }
  100% {
    transform: translateY(0); } }

@keyframes vans_modalMoveOut {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(50vh); } }

@keyframes bottomToTopCurrent {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-100%); } }

@keyframes bottomToTopNew {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes factZoomIn {
  0% {
    transform: scale(0.2); }
  100% {
    transform: scale(1); } }

@keyframes tis-move-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes move-left {
  0% {
    transform: translate3d(-30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-right {
  0% {
    transform: translate3d(30px, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-up {
  0% {
    transform: translate3d(0, 30px, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes move-out-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-20px, 0, 0); } }

@keyframes move-out-right {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(20px, 0, 0); } }

@keyframes move-out-down {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 20px, 0); } }

@keyframes tis-zoom-in-light {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.2; } }

@keyframes tis-zoom-in-dark {
  0% {
    opacity: 0;
    transform: scale(0.8); }
  100% {
    transform: scale(1);
    opacity: 0.4; } }

@keyframes hotspot-slider-build-up {
  0% {
    bottom: -48px; }
  100% {
    bottom: 0; } }

@keyframes load {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade-in {
  0%,
  30% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
/* e-pc-01 */
/* necessary to DRY because browsers fail at unknown pseudo selectors: https://stackoverflow.com/questions/16982449/why-isnt-it-possible-to-combine-vendor-specific-pseudo-elements-classes-into-on */
html,
body {
  font-family: "CorporateSRegular", -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

:lang(ko) {
  word-break: keep-all;
  word-wrap: break-word; }

body {
  line-height: 1;
  background-color: #000;
  color: #fff; }
  body.-lock-scroll {
    overflow: hidden;
    position: fixed;
    height: 100%; }

main {
  max-width: 1920px;
  margin: 0 auto;
  background: #000;
  width: 100%; }

/* External cookie layer */
.emb-cp-layer {
  min-width: 320px !important; }

sup,
sub {
  font-size: 0.7em;
  line-height: 0;
  position: relative; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub;
  font-weight: 400; }

input,
textarea,
button,
select,
label,
a,
div,
span {
  -webkit-tap-highlight-color: transparent; }

.vans_theme-light {
  background: #fff;
  color: #333; }

.vans_theme-dark {
  background: #000;
  color: #fff; }

.test_typography-container {
  max-width: 480px; }

.test_disable-animation * {
  transition-delay: 0s !important;
  transition-duration: 0s !important;
  animation-delay: 0s !important;
  animation-duration: 0s !important; }

.test_disable-antialiasing {
  -webkit-font-smoothing: none; }
  .test_disable-antialiasing img {
    image-rendering: pixelated !important; }

@media only screen and (min-width: 1024px) {
  .test_scroll-to-bottom .vans_modal__header {
    position: fixed; }
    html:not([dir="rtl"]) .test_scroll-to-bottom .vans_modal__header {
      margin-left: 44px; }
    html[dir="rtl"] .test_scroll-to-bottom .vans_modal__header {
      margin-right: 44px; }
    html:not([dir="rtl"]) .test_scroll-to-bottom .vans_modal__header {
      margin-right: 44px; }
    html[dir="rtl"] .test_scroll-to-bottom .vans_modal__header {
      margin-left: 44px; } }

@media only screen and (min-width: 1280px) {
  .test_scroll-to-bottom .vans_modal__header {
    width: 1188px; }
    html:not([dir="rtl"]) .test_scroll-to-bottom .vans_modal__header {
      margin-left: auto; }
    html[dir="rtl"] .test_scroll-to-bottom .vans_modal__header {
      margin-right: auto; }
    html:not([dir="rtl"]) .test_scroll-to-bottom .vans_modal__header {
      margin-right: auto; }
    html[dir="rtl"] .test_scroll-to-bottom .vans_modal__header {
      margin-left: auto; } }

.test_headline--1 {
  font-family: CorporateACondensedRegular, sans-serif;
  color: #fff; }
  :lang(ko) .test_headline--1 {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .test_headline--1 {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 768px) {
    .test_headline--1 {
      font-size: 45px;
      line-height: 45px; } }
  @media only screen and (min-width: 1280px) {
    .test_headline--1 {
      font-size: 57px;
      line-height: 57px; } }

.test_headline--2 {
  font-family: CorporateACondensedRegular, sans-serif;
  color: #fff; }
  :lang(ko) .test_headline--2 {
    font-family: MBKCorporateARegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .test_headline--2 {
      font-size: 28px;
      line-height: 28px; } }
  @media only screen and (min-width: 768px) {
    .test_headline--2 {
      font-size: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 1280px) {
    .test_headline--2 {
      font-size: 40px;
      line-height: 40px; } }
  html:not([dir="rtl"]) .test_headline--2,
  html[dir="rtl"] .test_headline--2 {
    margin-top: 1.125em; }

.test_headline--3 {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  color: #fff; }
  :lang(ko) .test_headline--3 {
    font-family: MBKCorporateSRegular, sans-serif; }
  @media only screen and (min-width: 0) {
    .test_headline--3 {
      font-size: 18px;
      line-height: 23px; } }
  @media only screen and (min-width: 768px) {
    .test_headline--3 {
      font-size: 20px;
      line-height: 26px; } }
  @media only screen and (min-width: 1280px) {
    .test_headline--3 {
      font-size: 22px;
      line-height: 29px; } }
  html:not([dir="rtl"]) .test_headline--3,
  html[dir="rtl"] .test_headline--3 {
    margin-top: 0.875em; }

.test_paragraph {
  font-family: CorporateSRegular, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #fff; }
  :lang(ko) .test_paragraph {
    font-family: MBKCorporateSRegular, sans-serif; }
  html:not([dir="rtl"]) .test_paragraph,
  html[dir="rtl"] .test_paragraph {
    margin-top: 0.875em; }
  .test_paragraph--large {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    color: #fff; }
    :lang(ko) .test_paragraph--large {
      font-family: MBKCorporateSRegular, sans-serif; }
    @media only screen and (min-width: 0) {
      .test_paragraph--large {
        font-size: 18px;
        line-height: 23px; } }
    @media only screen and (min-width: 768px) {
      .test_paragraph--large {
        font-size: 20px;
        line-height: 26px; } }
    @media only screen and (min-width: 1280px) {
      .test_paragraph--large {
        font-size: 22px;
        line-height: 29px; } }
    html:not([dir="rtl"]) .test_paragraph--large,
    html[dir="rtl"] .test_paragraph--large {
      margin-top: 0.875em; }
  .test_paragraph--small {
    font-family: CorporateSRegular, -apple-system, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #999; }
    :lang(ko) .test_paragraph--small {
      font-family: MBKCorporateSRegular, sans-serif; }
    html:not([dir="rtl"]) .test_paragraph--small,
    html[dir="rtl"] .test_paragraph--small {
      margin-top: 0.625em; }

