#vangogh {
  line-height: 1.6;
}

#vangogh * {
  box-sizing: border-box;
}

#vangogh section {
  position: relative;
}

#vangogh h2, #vangogh h3 {
  font-weight: 300;
  line-height: 1.25;
}

#vangogh picture, #vangogh img, #vangogh video, #vangogh svg, #vangogh canvas {
  display: block;
  width: 100%;
}

#vangogh svg {
  overflow: visible;
}

#vangogh [data-footnote] {
  font-size: .6em;
  cursor: pointer;
}

#vangogh [data-footnote].sm {
  position: relative;
  top: -.36em;
  font-size: .4em;
}

#vangogh .nowrap {
  display: inline-block;
  white-space: nowrap;
}

#vangogh .nospace {
  position: absolute;
}

#vangogh .sticky-wrapper {
  position: relative;
}

#vangogh .sticky-content {
  position: sticky;
  top: 0;
}

#vangogh.no-sticky .sticky-wrapper {
  height: auto !important;
  min-height: auto !important;
}

#vangogh.no-sticky .sticky-content {
  position: relative;
}

#vangogh .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

#vangogh .object-fit {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#vangogh .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#vangogh.no-object-fit .object-fit, #vangogh.no-object-fit .cover {
  height: auto;
}

#vangogh .permalink {
  line-height: 1.6;
  color: #2788d9;
}

#vangogh .permalink span {
  margin-top: -.05em;
  font-size: 1.4em;
  line-height: 0;
}

#vangogh .permalink.global-style-hide {
  display: inline-flex;
  align-items: center;
}

.no-touch #vangogh .permalink.global-style-hide span {
  transition: transform .3s ease-out;
}

.no-touch #vangogh .permalink.global-style-hide:hover span {
  transform: translateX(3px);
}

#vangogh .permalink.global-style-forbidden:hover {
  text-decoration: underline;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  #vangogh .gradient-text {
    display: inline-block;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

#vangogh.no-gradient-text .gradient-text {
  background-image: none !important;
  background-color: transparent !important;
}

#vangogh .backdrop-filter {
  background-color: rgba(0, 0, 0, 0.8);
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  #vangogh .backdrop-filter {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);
  }
}

#vangogh .will-show {
  visibility: hidden;
  opacity: 0;
}

#vangogh .will-hide {
  visibility: visible;
  opacity: 1;
}

#vangogh .will-fadein {
  opacity: 0;
}

#vangogh .will-fadeout {
  opacity: 1;
}

#vangogh .is-visible .will-scale, #vangogh .is-visible .will-rotate, #vangogh .is-visible .will-transform {
  will-change: transform;
}

#vangogh .is-visible .will-fade, #vangogh .is-visible .will-fadein, #vangogh .is-visible .will-fadeout {
  will-change: opacity;
}

#vangogh .is-visible .will-hide, #vangogh .is-visible .will-show {
  will-change: opacity, visibility;
}

#vangogh .is-visible .will-fadeup, #vangogh .is-visible .will-zoomin, #vangogh .is-visible .will-zoomout {
  will-change: transform, opacity;
}

#vangogh .is-visible .will-clip-path {
  will-change: clip-path;
}

#vangogh .is-visible .will-change-width {
  will-change: width;
}

#vangogh .is-visible .will-change-auto {
  will-change: auto;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .is-visible .xs\:will-change-auto {
    will-change: auto;
  }
}

#vangogh .blur-up, #vangogh .inline-video video {
  transition: filter .4s;
  filter: blur(20px);
}

#vangogh .blur-up.lazyloaded, #vangogh .inline-video.loaded video {
  filter: blur(0);
}

#vangogh .aspect-ratio {
  position: relative;
  overflow: hidden;
}

#vangogh .aspect-ratio::before {
  display: block;
  content: '';
}

#vangogh .aspect-ratio picture {
  position: static;
}

#vangogh .aspect-ratio img, #vangogh .aspect-ratio video {
  position: absolute;
  top: 0;
  left: 0;
}

#vangogh .section-content {
  margin-right: auto;
  margin-left: auto;
}

#vangogh .rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1.5625vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .rounded {
    border-radius: 4.166667vw;
  }
}

html.html-model-active {
  margin-right: var(--scrollbar-width);
  overflow: hidden !important;
}

html.html-model-active #second-navigation-v4 .product-tabs__heading {
  margin-right: var(--scrollbar-width);
}

html[dir=rtl] .fancybox-close {
  right: auto !important;
}

#vangogh .absolute {
  position: absolute;
}

#vangogh .relative {
  position: relative;
}

#vangogh .z-1 {
  z-index: 1;
}

#vangogh .z-2 {
  z-index: 2;
}

#vangogh .z-3 {
  z-index: 3;
}

#vangogh .overflow-hidden {
  overflow: hidden;
}

#vangogh .block {
  display: block;
}

#vangogh .inline-block {
  display: inline-block;
}

#vangogh .inline {
  display: inline;
}

#vangogh .flex {
  display: flex;
}

#vangogh .inline-flex {
  display: inline-flex;
}

#vangogh .hidden {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .xs\:block {
    display: block;
  }
  #vangogh .xs\:inline-block {
    display: inline-block;
  }
  #vangogh .xs\:inline {
    display: inline;
  }
  #vangogh .xs\:flex {
    display: flex;
  }
  #vangogh .xs\:inline-flex {
    display: inline-flex;
  }
  #vangogh .xs\:hidden {
    display: none;
  }
}

#vangogh .flex-row {
  flex-direction: row;
}

#vangogh .flex-row-reverse {
  flex-direction: row-reverse;
}

#vangogh .flex-col {
  flex-direction: column;
}

#vangogh .flex-col-reverse {
  flex-direction: column-reverse;
}

#vangogh .flex-wrap {
  flex-wrap: wrap;
}

#vangogh .flex-nowrap {
  flex-wrap: nowrap;
}

#vangogh .shrink-0 {
  flex-shrink: 0;
}

#vangogh .justify-start {
  justify-content: flex-start;
}

#vangogh .justify-end {
  justify-content: flex-end;
}

#vangogh .justify-center {
  justify-content: center;
}

#vangogh .justify-between {
  justify-content: space-between;
}

#vangogh .items-start {
  align-items: flex-start;
}

#vangogh .items-end {
  align-items: flex-end;
}

#vangogh .items-center {
  align-items: center;
}

#vangogh .order-1 {
  order: 1;
}

#vangogh .order-2 {
  order: 2;
}

#vangogh .order-3 {
  order: 3;
}

#vangogh .order-4 {
  order: 4;
}

#vangogh .order-5 {
  order: 5;
}

#vangogh .order-6 {
  order: 6;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .xs\:flex-row {
    flex-direction: row;
  }
  #vangogh .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  #vangogh .xs\:flex-col {
    flex-direction: column;
  }
  #vangogh .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  #vangogh .xs\:justify-start {
    justify-content: flex-start;
  }
  #vangogh .xs\:justify-end {
    justify-content: flex-end;
  }
  #vangogh .xs\:justify-center {
    justify-content: center;
  }
  #vangogh .xs\:justify-between {
    justify-content: space-between;
  }
  #vangogh .xs\:items-start {
    align-items: flex-start;
  }
  #vangogh .xs\:items-end {
    align-items: flex-end;
  }
  #vangogh .xs\:items-center {
    align-items: center;
  }
  #vangogh .xs\:order-1 {
    order: 1;
  }
  #vangogh .xs\:order-2 {
    order: 2;
  }
  #vangogh .xs\:order-3 {
    order: 3;
  }
  #vangogh .xs\:order-4 {
    order: 4;
  }
  #vangogh .xs\:order-5 {
    order: 5;
  }
  #vangogh .xs\:order-6 {
    order: 6;
  }
}

#vangogh .w-auto {
  width: auto;
}

#vangogh .w-full {
  width: 100%;
}

#vangogh .w-1\/2 {
  width: 50%;
}

#vangogh .w-1\/3 {
  width: 33.333333%;
}

#vangogh .w-2\/3 {
  width: 66.666667%;
}

#vangogh .w-1680 {
  width: 87.5vw;
}

#vangogh .w-1440 {
  width: 75vw;
}

#vangogh .w-1430 {
  width: 74.479167vw;
}

#vangogh .w-1280 {
  width: 66.666667vw;
}

#vangogh .w-1010 {
  width: 52.604167vw;
}

#vangogh .w-1000 {
  width: 52.083333vw;
}

#vangogh .w-940 {
  width: 48.958333vw;
}

#vangogh .w-820 {
  width: 42.708333vw;
}

#vangogh .w-708 {
  width: 36.875vw;
}

#vangogh .w-600 {
  width: 31.25vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .xs\:w-full {
    width: 100%;
  }
  #vangogh .xs\:w-690 {
    width: 95.833333vw;
  }
  #vangogh .xs\:w-660 {
    width: 91.666667vw;
  }
  #vangogh .xs\:w-620 {
    width: 86.111111vw;
  }
  #vangogh .xs\:w-600 {
    width: 83.333333vw;
  }
}

#vangogh .text-left {
  text-align: left;
}

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

#vangogh .text-right {
  text-align: right;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .xs\:text-left {
    text-align: left;
  }
  #vangogh .xs\:text-center {
    text-align: center;
  }
  #vangogh .xs\:text-right {
    text-align: right;
  }
}

#vangogh br.lg {
  display: block;
}

#vangogh br.xs {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh br.lg {
    display: none;
  }
  #vangogh br.xs {
    display: block;
  }
}

#vangogh .mx-auto {
  margin-right: auto;
  margin-left: auto;
}

#vangogh .mr-0 {
  margin-right: 0;
}

#vangogh .ml-0 {
  margin-left: 0;
}

#vangogh .mt-10, #vangogh .lg\:mt-10 {
  margin-top: .520833vw;
}

#vangogh .mt-16, #vangogh .lg\:mt-16 {
  margin-top: .833333vw;
}

#vangogh .mr-16, #vangogh .lg\:mr-16 {
  margin-right: .833333vw;
}

#vangogh .ml-16, #vangogh .lg\:ml-16 {
  margin-left: .833333vw;
}

#vangogh .mt-20, #vangogh .lg\:mt-20 {
  margin-top: 1.041667vw;
}

#vangogh .mt-24, #vangogh .lg\:mt-24 {
  margin-top: 1.25vw;
}

#vangogh .mt-30, #vangogh .lg\:mt-30 {
  margin-top: 1.5625vw;
}

#vangogh .mt-40, #vangogh .lg\:mt-40 {
  margin-top: 2.083333vw;
}

#vangogh .mt-50, #vangogh .lg\:mt-50 {
  margin-top: 2.604167vw;
}

#vangogh .mt-60, #vangogh .lg\:mt-60 {
  margin-top: 3.125vw;
}

#vangogh .mt-70, #vangogh .lg\:mt-70 {
  margin-top: 3.645833vw;
}

#vangogh .mt-80, #vangogh .lg\:mt-80 {
  margin-top: 4.166667vw;
}

#vangogh .mr-80, #vangogh .lg\:mr-80 {
  margin-right: 4.166667vw;
}

#vangogh .mt-90, #vangogh .lg\:mt-90 {
  margin-top: 4.6875vw;
}

#vangogh .mt-100, #vangogh .lg\:mt-100 {
  margin-top: 5.208333vw;
}

#vangogh .mt-120, #vangogh .lg\:mt-120 {
  margin-top: 6.25vw;
}

#vangogh .mr-120, #vangogh .lg\:mr-120 {
  margin-right: 6.25vw;
}

#vangogh .ml-120, #vangogh .lg\:ml-120 {
  margin-left: 6.25vw;
}

#vangogh .mt-160, #vangogh .lg\:mt-160 {
  margin-top: 8.333333vw;
}

#vangogh .mr-160, #vangogh .lg\:mr-160 {
  margin-right: 8.333333vw;
}

#vangogh .ml-160, #vangogh .lg\:ml-160 {
  margin-left: 8.333333vw;
}

#vangogh .mr-220, #vangogh .lg\:mr-220 {
  margin-right: 11.458333vw;
}

#vangogh .ml-220, #vangogh .lg\:ml-220 {
  margin-left: 11.458333vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #vangogh .xs\:mt-0 {
    margin-top: 0;
  }
  #vangogh .xs\:mr-0 {
    margin-right: 0;
  }
  #vangogh .xs\:ml-0 {
    margin-left: 0;
  }
  #vangogh .mt-10, #vangogh .xs\:mt-10 {
    margin-top: 1.388889vw;
  }
  #vangogh .mt-16, #vangogh .xs\:mt-16 {
    margin-top: 2.222222vw;
  }
  #vangogh .mr-16, #vangogh .xs\:mr-16 {
    margin-right: 2.222222vw;
  }
  #vangogh .ml-16, #vangogh .xs\:ml-16 {
    margin-left: 2.222222vw;
  }
  #vangogh .mt-20, #vangogh .xs\:mt-20 {
    margin-top: 2.777778vw;
  }
  #vangogh .mt-30, #vangogh .xs\:mt-30 {
    margin-top: 4.166667vw;
  }
  #vangogh .mr-30, #vangogh .xs\:mr-30 {
    margin-right: 4.166667vw;
  }
  #vangogh .ml-30, #vangogh .xs\:ml-30 {
    margin-left: 4.166667vw;
  }
  #vangogh .mt-40, #vangogh .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #vangogh .mt-50, #vangogh .xs\:mt-50 {
    margin-top: 6.944444vw;
  }
  #vangogh .mt-60, #vangogh .xs\:mt-60 {
    margin-top: 8.333333vw;
  }
  #vangogh .mr-60, #vangogh .xs\:mr-60 {
    margin-right: 8.333333vw;
  }
  #vangogh .ml-60, #vangogh .xs\:ml-60 {
    margin-left: 8.333333vw;
  }
  #vangogh .mt-70, #vangogh .xs\:mt-70 {
    margin-top: 9.722222vw;
  }
  #vangogh .mt-80, #vangogh .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #vangogh .mt-90, #vangogh .xs\:mt-90 {
    margin-top: 12.5vw;
  }
  #vangogh .mt-100, #vangogh .xs\:mt-100 {
    margin-top: 13.888889vw;
  }
  #vangogh .mt-120, #vangogh .xs\:mt-120 {
    margin-top: 16.666667vw;
  }
  #vangogh .mt-160, #vangogh .xs\:mt-160 {
    margin-top: 22.222222vw;
  }
}

#vangogh .pt-200, #vangogh .lg\:pt-200 {
  padding-top: 10.416667vw;
}

#vangogh .pb-200, #vangogh .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}

#vangogh .py-200, #vangogh .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}

#vangogh .pt-160, #vangogh .lg\:pt-160 {
  padding-top: 8.333333vw;
}

#vangogh .pb-160, #vangogh .lg\:pb-160 {
  padding-bottom: 8.333333vw;
}

#vangogh .py-160, #vangogh .lg\:py-160 {
  padding-top: 8.333333vw;
  padding-bottom: 8.333333vw;
}

#vangogh .pr-160, #vangogh .lg\:pr-160 {
  padding-right: 8.333333vw;
}

#vangogh .pl-160, #vangogh .lg\:pl-160 {
  padding-left: 8.333333vw;
}

#vangogh .pt-120, #vangogh .lg\:pt-120 {
  padding-top: 6.25vw;
}

#vangogh .pb-120, #vangogh .lg\:pb-120 {
  padding-bottom: 6.25vw;
}

#vangogh .py-120, #vangogh .lg\:py-120 {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}

#vangogh .pt-80, #vangogh .lg\:pt-80 {
  padding-top: 4.166667vw;
}

#vangogh .pt-40, #vangogh .lg\:pt-40 {
  padding-top: 2.083333vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .pt-200, #vangogh .xs\:pt-200 {
    padding-top: 27.777778vw;
  }
  #vangogh .pb-200, #vangogh .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }
  #vangogh .py-200, #vangogh .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }
  #vangogh .pt-160, #vangogh .xs\:pt-160 {
    padding-top: 22.222222vw;
  }
  #vangogh .pb-160, #vangogh .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }
  #vangogh .py-160, #vangogh .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }
  #vangogh .py-130, #vangogh .xs\:py-130 {
    padding-top: 18.055556vw;
    padding-bottom: 18.055556vw;
  }
  #vangogh .pt-120, #vangogh .xs\:pt-120 {
    padding-top: 16.666667vw;
  }
  #vangogh .pb-120, #vangogh .xs\:pb-120 {
    padding-bottom: 16.666667vw;
  }
  #vangogh .py-120, #vangogh .xs\:py-120 {
    padding-top: 16.666667vw;
    padding-bottom: 16.666667vw;
  }
  #vangogh .pb-100, #vangogh .xs\:pb-100 {
    padding-bottom: 13.888889vw;
  }
  #vangogh .pt-80, #vangogh .xs\:pt-80 {
    padding-top: 11.111111vw;
  }
  #vangogh .pr-60, #vangogh .xs\:pr-60 {
    padding-right: 8.333333vw;
  }
  #vangogh .pl-60, #vangogh .xs\:pl-60 {
    padding-left: 8.333333vw;
  }
  #vangogh .pt-40, #vangogh .xs\:pt-40 {
    padding-top: 5.555556vw;
  }
  #vangogh .pr-30, #vangogh .xs\:pr-30 {
    padding-right: 4.166667vw;
  }
  #vangogh .pl-30, #vangogh .xs\:pl-30 {
    padding-left: 4.166667vw;
  }
}

#vangogh .font-extralight {
  font-weight: 200;
}

#vangogh .font-light {
  font-weight: 300;
}

#vangogh .font-normal {
  font-weight: 400;
}

#vangogh .font-medium {
  font-weight: 500;
}

#vangogh .font-semibold {
  font-weight: 600;
}

#vangogh .font-bold {
  font-weight: 700;
}

#vangogh .font-extrabold {
  font-weight: 800;
}

#vangogh .leading-100 {
  line-height: 1;
}

#vangogh .leading-125 {
  line-height: 1.25;
}

#vangogh .leading-160 {
  line-height: 1.6;
}

#vangogh h2 {
  font-size: 2.5vw;
}

#vangogh h3 {
  font-size: 1.666667vw;
}

#vangogh p {
  font-size: 1.145833vw;
  color: #888;
}

#vangogh strong, #vangogh .signpost {
  font-weight: 600;
  color: #1e2022;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh h2 {
    font-size: 6.666667vw;
  }
  #vangogh h3 {
    font-size: 4.444444vw;
  }
  #vangogh p {
    font-size: 4.444444vw;
  }
}

#vangogh .theme-dark {
  color: #fff;
  background-color: #000;
  box-shadow: 0 2px #000;
}

#vangogh .theme-dark p {
  color: #a1a1a8;
}

#vangogh .theme-dark strong, #vangogh .theme-dark .signpost {
  color: #fff;
}

#vangogh .text-black {
  color: #000;
}

#vangogh .text-white {
  color: #fff !important;
}

#vangogh .text-blue {
  color: #788daf;
}

#vangogh .text-160, #vangogh .lg\:text-160 {
  font-size: 8.333333vw;
}

#vangogh .text-120, #vangogh .lg\:text-120 {
  font-size: 6.25vw;
}

#vangogh .text-80, #vangogh .lg\:text-80 {
  font-size: 4.166667vw;
}

#vangogh .text-64, #vangogh .lg\:text-64 {
  font-size: 3.333333vw;
}

#vangogh .text-48, #vangogh .lg\:text-48 {
  font-size: 2.5vw;
}

#vangogh .text-40, #vangogh .lg\:text-40 {
  font-size: 2.083333vw;
}

#vangogh .text-32, #vangogh .lg\:text-32 {
  font-size: 1.666667vw;
}

#vangogh .text-24, #vangogh .lg\:text-24 {
  font-size: 1.25vw;
}

#vangogh .text-22, #vangogh .lg\:text-22 {
  font-size: 1.145833vw;
}

#vangogh .text-20, #vangogh .lg\:text-20 {
  font-size: 1.041667vw;
}

#vangogh .text-16, #vangogh .lg\:text-16 {
  font-size: .833333vw;
}

@media (min-aspect-ratio: 11 / 10) and (max-width: 1440px) {
  #vangogh .text-16, #vangogh .lg\:text-16 {
    font-size: 12px;
  }
}

#vangogh .text-12, #vangogh .lg\:text-12 {
  font-size: 12px;
}

@media (min-width: 1920px) {
  #vangogh .text-12, #vangogh .lg\:text-12 {
    font-size: .625vw;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .text-160, #vangogh .xs\:text-160 {
    font-size: 22.222222vw;
  }
  #vangogh .text-120, #vangogh .xs\:text-120 {
    font-size: 16.666667vw;
  }
  #vangogh .text-80, #vangogh .xs\:text-80 {
    font-size: 11.111111vw;
  }
  #vangogh .text-64, #vangogh .xs\:text-64 {
    font-size: 8.888889vw;
  }
  #vangogh .text-48, #vangogh .xs\:text-48 {
    font-size: 6.666667vw;
  }
  #vangogh .text-40, #vangogh .xs\:text-40 {
    font-size: 5.555556vw;
  }
  #vangogh .text-32, #vangogh .xs\:text-32 {
    font-size: 4.444444vw;
  }
  #vangogh .text-30, #vangogh .xs\:text-30 {
    font-size: 4.166667vw;
  }
  #vangogh .text-28, #vangogh .xs\:text-28 {
    font-size: 3.888889vw;
  }
  #vangogh .text-24, #vangogh .xs\:text-24 {
    font-size: 3.333333vw;
  }
  #vangogh .text-22, #vangogh .xs\:text-22 {
    font-size: 3.055556vw;
  }
  #vangogh .text-20, #vangogh .xs\:text-20 {
    font-size: 2.777778vw;
  }
  #vangogh .text-16, #vangogh .xs\:text-16 {
    font-size: 2.222222vw;
  }
  #vangogh .text-12, #vangogh .xs\:text-12 {
    font-size: 1.666667vw;
  }
}

#vangogh .fadeup, #vangogh .lg-fadeup {
  transition: opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(6.25vw);
  opacity: 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .fadeup, #vangogh .xs-fadeup {
    transform: translateY(16.66667vw);
  }
  #vangogh .lg-fadeup {
    transition: none;
    transform: none;
    opacity: 1;
  }
  #vangogh .xs-fadeup {
    transition: opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
    opacity: 0;
  }
}

#vangogh .fadeup.animated, #vangogh .lg-fadeup.animated, #vangogh .xs-fadeup.animated {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

#vangogh .section-hero {
  overflow: hidden;
}

#vangogh .section-hero .hero-picture {
  transition: transform 1s ease, opacity .8s ease-out;
  transform: scale(1.5);
  opacity: 0;
}

#vangogh .section-hero .hero-picture::before {
  padding-bottom: 46.61458%;
}

#vangogh .section-hero .hero-content {
  position: absolute;
  top: 29.6875vw;
  left: 0;
  width: 100%;
  text-align: center;
}

#vangogh .section-hero.animated .hero-picture {
  transform: scale(1);
  opacity: 1;
}

#vangogh .section-hero.animated .hero-logo {
  opacity: 1;
}

#vangogh .section-hero.animated .hero-text {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

#vangogh .section-hero .hero-logo {
  overflow: visible;
  width: 34.583333vw;
  transition: opacity .8s 1.2s;
  opacity: 0;
}

#vangogh .section-hero .hero-logo::before {
  padding-bottom: calc(100% / (663.788 / 43.681));
}

#vangogh .section-hero .hero-text {
  transition: opacity 0.8s 1.2s, transform 0.8s 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(2.08333vw);
  opacity: 0;
}

#vangogh .section-hero .hero-slogan {
  margin-top: 1.041667vw;
  font-size: 2.291667vw;
  font-weight: 400;
}

#vangogh .section-hero .hero-ksp {
  margin-top: .416667vw;
  font-size: 1.145833vw;
  color: #1e2022;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .section-hero .hero-picture::before {
    padding-bottom: 150%;
  }
  #vangogh .section-hero .hero-content {
    top: 90.277778vw;
  }
  #vangogh .section-hero .hero-logo {
    width: 73.888889vw;
  }
  #vangogh .section-hero .hero-text {
    transform: translateY(5.55556vw);
  }
  #vangogh .section-hero .hero-slogan {
    margin-top: 4.166667vw;
    font-size: 4.444444vw;
  }
  #vangogh .section-hero .hero-ksp {
    margin-top: 1.388889vw;
    font-size: 2.5vw;
  }
}

@media (max-aspect-ratio: 11 / 10) and (min-aspect-ratio: 3 / 4) {
  #vangogh .section-hero .hero-picture::before {
    padding-bottom: calc(100% / (712 / 660));
  }
  #vangogh .section-hero .hero-content {
    top: 48.611111vw;
  }
  #vangogh .section-hero .hero-logo {
    width: 61.111111vw;
  }
  #vangogh .section-hero .hero-slogan {
    margin-top: 4.166667vw;
    font-size: 3.611111vw;
  }
  #vangogh .section-hero .hero-ksp {
    margin-top: 2.083333vw;
    font-size: 1.944444vw;
  }
}

#vangogh .section-introduction .gradient-text {
  background-color: #1363ab;
  background-image: linear-gradient(70deg, #1363ab, #589cd7 30%, #defaff 50%, #589cd7 70%, #1363ab);
  background-position-x: -20%;
  background-size: 200% 100%;
}

#vangogh .section-introduction .gradient-text.animated {
  transition: background-position 2s cubic-bezier(0.22, 0.61, 0.36, 1);
  background-position-x: -220%;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .section-introduction .gradient-text {
    letter-spacing: -0.03em;
  }
}

#vangogh .section-selling-points .item-1 {
  width: 29.6875vw;
  height: 24.791667vw;
}

#vangogh .section-selling-points .item-2 {
  width: 25vw;
  height: 24.791667vw;
}

#vangogh .section-selling-points .item-3 {
  width: 17.8125vw;
  height: 24.791667vw;
}

#vangogh .section-selling-points .item-4, #vangogh .section-selling-points .item-5, #vangogh .section-selling-points .item-6 {
  width: 24.166667vw;
  height: 13.541667vw;
  margin-top: 1.25vw;
}

#vangogh .section-selling-points .item-content {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(6.25vw);
  opacity: 0;
  background-color: #f5f5f7;
}

#vangogh .section-selling-points .item-content:hover .anchor-arrow {
  transform: translateY(50%);
}

#vangogh .section-selling-points .content-2, #vangogh .section-selling-points .content-5 {
  transition-delay: .1s;
}

#vangogh .section-selling-points .content-3, #vangogh .section-selling-points .content-6 {
  transition-delay: .2s;
}

#vangogh .section-selling-points .animated .item-content {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

#vangogh .section-selling-points .picture {
  position: absolute;
  top: 0;
  left: 0;
}

#vangogh .section-selling-points .copy {
  position: relative;
  z-index: 1;
  margin: 3.125vw 1.041667vw 0;
  text-align: center;
}

#vangogh .section-selling-points .copy-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-top: 0;
  margin-left: 2.083333vw;
  text-align: left;
}

#vangogh .section-selling-points .copy-4, #vangogh .section-selling-points .copy-5, #vangogh .section-selling-points .copy-6 {
  margin-top: 1.041667vw;
}

#vangogh .section-selling-points .headline {
  font-size: 1.666667vw;
  font-weight: 300;
}

#vangogh .section-selling-points .text-value {
  font-size: 4.166667vw;
  font-weight: 200;
  line-height: 1.25;
  color: #788daf;
}

#vangogh .section-selling-points .text-unit {
  font-size: 2.083333vw;
  font-weight: 400;
}

#vangogh .section-selling-points .badges {
  display: flex;
  justify-content: center;
  margin-top: 2.083333vw;
}

#vangogh .section-selling-points .badge + .badge {
  margin-left: 3.125vw;
}

#vangogh .section-selling-points .badge-icon {
  width: 4.166667vw;
}

#vangogh .section-selling-points .badge-caption {
  margin-top: .520833vw;
  font-size: 1.25vw;
  font-weight: 300;
}

#vangogh .section-selling-points .anchor-icon {
  position: absolute;
  right: 1.041667vw;
  bottom: 1.041667vw;
  overflow: hidden;
  width: 2.395833vw;
  height: 2.395833vw;
  pointer-events: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}

#vangogh .section-selling-points .anchor-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform .8s ease;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .section-selling-points .item-1 {
    width: 100%;
    height: 62.5vw;
  }
  #vangogh .section-selling-points .item-2 {
    order: 3;
    width: 44.166667vw;
    height: 41.666667vw;
    margin-top: 3.333333vw;
  }
  #vangogh .section-selling-points .item-3 {
    order: 2;
    width: 100%;
    height: 56.944444vw;
    margin-top: 3.333333vw;
  }
  #vangogh .section-selling-points .item-4 {
    order: 5;
    width: 44.166667vw;
    height: 36.111111vw;
    margin-top: 3.333333vw;
  }
  #vangogh .section-selling-points .item-5 {
    order: 4;
    width: 44.166667vw;
    height: 41.666667vw;
    margin-top: 3.333333vw;
  }
  #vangogh .section-selling-points .item-6 {
    order: 6;
    width: 44.166667vw;
    height: 36.111111vw;
    margin-top: 3.333333vw;
  }
  #vangogh .section-selling-points .item-content {
    transition-delay: 0s;
    transform: translateY(11.11111vw);
  }
  #vangogh .section-selling-points .content-5, #vangogh .section-selling-points .content-6 {
    transition-delay: .1s;
  }
  #vangogh .section-selling-points .copy {
    margin: 4.166667vw 2.777778vw 0;
  }
  #vangogh .section-selling-points .copy-1 {
    margin-top: 0;
    margin-left: 8.333333vw;
  }
  #vangogh .section-selling-points .copy-3 {
    margin-top: 5.555556vw;
  }
  #vangogh .section-selling-points .headline {
    font-size: 4.444444vw;
  }
  #vangogh .section-selling-points .text-value {
    font-size: 13.888889vw;
  }
  #vangogh .section-selling-points .text-unit {
    font-size: 5.555556vw;
    font-weight: 500;
  }
  #vangogh .section-selling-points .badges {
    margin-top: 4.166667vw;
  }
  #vangogh .section-selling-points .badge + .badge {
    margin-left: 6.944444vw;
  }
  #vangogh .section-selling-points .badge-icon {
    width: 11.111111vw;
  }
  #vangogh .section-selling-points .badge-caption {
    margin-top: 2.777778vw;
    font-size: 3.333333vw;
  }
  #vangogh .section-selling-points .anchor-icon {
    right: 2.777778vw;
    bottom: 2.777778vw;
    width: 5.555556vw;
    height: 5.555556vw;
  }
}

#vangogh .section-start .section-title {
  font-size: 1.666667vw;
  font-weight: 400;
}

#vangogh .section-start .section-headline {
  font-size: 6.25vw;
  transform: translateY(6.25vw);
}

#vangogh .section-start .section-header {
  position: relative;
  z-index: 1;
  opacity: 0;
}

#vangogh .section-start .section-header.animated {
  transition: opacity .5s ease-in;
  opacity: 1;
}

#vangogh .section-start .section-header.animated .section-headline {
  transition: transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(0) translateZ(0);
}

#vangogh .section-start .section-picture {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 12.5vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .section-start .section-title {
    font-size: 4.444444vw;
  }
  #vangogh .section-start .section-headline {
    font-size: 13.888889vw;
    transform: translateY(16.66667vw);
  }
  #vangogh .section-start .section-picture {
    border-top-left-radius: 22.222222vw;
  }
}

#vangogh .section-id .section-intro {
  max-width: 35.416667vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .section-id .section-intro {
    max-width: none;
  }
}

#vangogh .stat + .stat {
  margin-left: 4.166667vw;
}

#vangogh .stat-number {
  font-size: 4.166667vw;
  font-weight: 300;
  line-height: 1.25;
  color: #788daf;
}

#vangogh .stat-unit {
  font-size: 2.5vw;
  font-weight: 300;
}

#vangogh .stat-unit.reduced {
  font-size: 2.083333vw;
}

#vangogh .stat-caption {
  font-size: 1.041667vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .stat + .stat {
    margin-left: 11.111111vw;
  }
  #vangogh .stat-number {
    font-size: 11.111111vw;
  }
  #vangogh .stat-unit {
    font-size: 6.666667vw;
  }
  #vangogh .stat-unit.reduced {
    font-size: 5.555556vw;
  }
  #vangogh .stat-caption {
    font-size: 3.333333vw;
  }
}

#vangogh .section-colours .swiper-container {
  overflow: visible;
}

#vangogh .section-colours .gallery-container {
  position: relative;
}

#vangogh .section-colours .gallery-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}

#vangogh .section-colours .gallery-1 {
  overflow: hidden;
  width: 41.666667vw;
}

#vangogh .section-colours .gallery-1 .gallery-item {
  transform: translateX(50%);
  opacity: 0;
}

#vangogh .section-colours .gallery-1 .gallery-item.prev {
  transition: transform .6s, opacity .6s;
  transform: translateX(-50%);
}

#vangogh .section-colours .gallery-1 .gallery-item.active {
  z-index: 2;
  transition: transform .6s, opacity 0s;
  transform: translateX(0%);
  animation: gallery-1-anim .6s forwards;
  opacity: 1;
}

@keyframes gallery-1-anim {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

#vangogh .section-colours .gallery-2 {
  z-index: 2;
  overflow: visible;
  width: 29.947917vw;
  margin-left: .78125vw;
}

#vangogh .section-colours .gallery-2 .gallery-item {
  transform: translateX(100%);
  opacity: 0;
}

#vangogh .section-colours .gallery-2 .gallery-item.prev {
  transition: transform .6s, opacity .6s;
  transform: translateX(-100%);
}

#vangogh .section-colours .gallery-2 .gallery-item.active {
  transition: transform .6s, opacity .6s;
  transform: translateX(0%);
  opacity: 1;
}

#vangogh .section-colours .gallery-item {
  position: relative;
  width: 100%;
}

#vangogh .section-colours .gallery-item + .gallery-item {
  position: absolute;
  top: 0;
  left: 0;
}

#vangogh .section-colours .gallery-content {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 50.625vw;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#vangogh .section-colours .colornav-label-list {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

#vangogh .section-colours .colornav-label {
  font-size: 4.166667vw;
  font-weight: 300;
  line-height: 1.25;
  transform: translateX(10.41667vw);
  text-align: right;
  white-space: nowrap;
  opacity: 0;
  color: #788daf;
}

#vangogh .section-colours .colornav-label + .colornav-label {
  right: 0;
  left: auto;
}

#vangogh .section-colours .colornav-label.prev {
  transition: transform .6s, opacity .3s;
  transform: translateX(-10.41667vw);
}

#vangogh .section-colours .colornav-label.active {
  transition: transform .3s .3s, opacity .3s .3s;
  transform: translateX(0vw) translateZ(0);
  opacity: 1;
}

#vangogh .section-colours .colornav-swatch-list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

#vangogh .section-colours .colornav-swatch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.083333vw;
  height: 2.083333vw;
  cursor: pointer;
}

#vangogh .section-colours .colornav-swatch + .colornav-swatch {
  margin-left: 1.041667vw;
}

#vangogh .section-colours .colornav-swatch.active .outline {
  opacity: 1;
}

#vangogh .section-colours .bullet {
  width: 100%;
  height: 100%;
}

#vangogh .section-colours .outline {
  transition: opacity .6s;
  opacity: 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .section-colours .swiper-container {
    overflow: hidden;
  }
  #vangogh .section-colours .gallery-1 {
    width: 100%;
  }
  #vangogh .section-colours .gallery-2 {
    width: 100%;
    margin-top: 8.333333vw;
    margin-left: 0;
  }
  #vangogh .section-colours .gallery-2 .gallery-item {
    position: relative;
    opacity: 1;
  }
  #vangogh .section-colours .gallery-content {
    position: static;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-top: 6.944444vw;
    margin-right: auto;
    margin-left: auto;
  }
  #vangogh .section-colours .colornav-label-list {
    max-width: 53.472222vw;
    margin-top: -1.388889vw;
  }
  #vangogh .section-colours .colornav-label {
    font-size: 8.888889vw;
    transition: opacity .6s 0s !important;
    transform: none !important;
    text-align: left;
    white-space: normal;
  }
  #vangogh .section-colours .colornav-label + .colornav-label {
    right: auto;
    left: 0;
  }
  #vangogh .section-colours .colornav-swatch {
    width: 8.333333vw;
    height: 8.333333vw;
  }
  #vangogh .section-colours .colornav-swatch + .colornav-swatch {
    margin-left: 4.166667vw;
  }
}

#vangogh .slideup-video-button {
  display: flex;
  justify-content: center;
  text-align: center;
}

#vangogh .slideup-video-button .button-cta {
  position: relative;
  height: 2.916667vw;
  cursor: pointer;
}

#vangogh .slideup-video-button .button-cta:hover .copy-1 {
  transform: translateY(-120%);
}

#vangogh .slideup-video-button .button-cta:hover .copy-2 {
  transform: translateY(0%);
}

#vangogh .slideup-video-button .button-cta:hover .button-arrow {
  transform: translateX(50%);
}

#vangogh .slideup-video-button .button-cta:hover .rect-anim {
  transition: opacity 0s, stroke-dasharray 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: .5;
  stroke-dasharray: var(--rect-length), 0, 0;
}

#vangogh .slideup-video-button .button-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#vangogh .slideup-video-button .button-border rect {
  width: 100%;
  height: calc(100% - 2px);
  fill: none;
  stroke-width: 2px;
}

#vangogh .slideup-video-button .rect-anim {
  transition: opacity 0s 0.6s, stroke-dasharray 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  stroke-dasharray: 0, var(--rect-length), 0;
  stroke-dashoffset: 0;
}

#vangogh .slideup-video-button .button-inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: .625vw;
  padding-left: 1.145833vw;
}

#vangogh .slideup-video-button .button-copy {
  position: relative;
  overflow: hidden;
}

#vangogh .slideup-video-button .copy {
  display: block;
  font-size: .833333vw;
  line-height: 1.25;
  transition: transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  color: #1e2022;
}

#vangogh .slideup-video-button .copy-2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(120%);
}

#vangogh .slideup-video-button .button-icon {
  position: relative;
  overflow: hidden;
  width: 1.666667vw;
  height: 1.666667vw;
  margin-left: .625vw;
  border-radius: 50%;
  background-color: rgba(120, 141, 175, 0.5);
}

#vangogh .slideup-video-button .button-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .slideup-video-button .button-cta {
    height: 11.111111vw;
  }
  #vangogh .slideup-video-button .button-inner {
    padding-right: 2.222222vw;
    padding-left: 5.555556vw;
  }
  #vangogh .slideup-video-button .copy {
    font-size: 3.333333vw;
  }
  #vangogh .slideup-video-button .button-icon {
    width: 6.666667vw;
    height: 6.666667vw;
    margin-left: 2.222222vw;
  }
}

#vangogh.no-sticky .slideup-video-button .button-border {
  display: none;
}

#vangogh.no-sticky .slideup-video-button .button-inner {
  border: 2px solid #9ba2b3;
  border-radius: 100vh;
}

#vangogh.no-sticky .slideup-video-button .button-inner:hover {
  border-color: #788daf;
}

#vangogh .slideup-video-container {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}

#vangogh .slideup-video-container .content-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity .4s;
  opacity: 0;
}

#vangogh .slideup-video-container .section-content {
  position: relative;
  width: 66.145833vw;
  transition: transform .4s;
  transform: translateY(101%);
  border-top-left-radius: 1.5625vw;
  border-top-right-radius: 1.5625vw;
  background-color: #fff;
}

#vangogh .slideup-video-container .wrapper {
  width: 100%;
  padding: 3.125vw;
}

#vangogh .slideup-video-container .inline-video::before {
  padding-bottom: calc(100% / (1280 / 720));
}

#vangogh .slideup-video-container .text-content {
  padding: 2.083333vw 3.125vw 0;
}

#vangogh .slideup-video-container .icon-close {
  position: absolute;
  z-index: 1;
  top: .833333vw;
  right: .833333vw;
  width: 2.1875vw;
  cursor: pointer;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .slideup-video-container .section-content {
    width: 100%;
    padding-top: 4.166667vw;
    border-top-left-radius: 4.166667vw;
    border-top-right-radius: 4.166667vw;
  }
  #vangogh .slideup-video-container .wrapper {
    overflow-y: auto;
    height: 100%;
    padding: 0 4.166667vw;
  }
  #vangogh .slideup-video-container .text-content {
    padding: 8.333333vw 4.166667vw;
  }
  #vangogh .slideup-video-container .icon-close {
    position: sticky;
    top: 0;
    right: auto;
    width: 8.888889vw;
    margin-left: auto;
  }
}

@media (max-aspect-ratio: 11 / 10) and (min-aspect-ratio: 3 / 4) {
  #vangogh .slideup-video-container .section-content {
    padding-top: 3.651685vw;
  }
  #vangogh .slideup-video-container .wrapper {
    padding: 0 3.651685vw;
  }
  #vangogh .slideup-video-container .text-content {
    padding: 4.213483vw;
  }
  #vangogh .slideup-video-container .text-content p {
    font-size: 3.932584vw;
  }
  #vangogh .slideup-video-container .icon-close {
    position: fixed;
    top: 5.05618vw;
    right: 5.05618vw;
    width: 5.617978vw;
  }
  #vangogh .slideup-video-container .inline-video {
    margin-top: 0;
  }
}

.slideup-video-active #vangogh .slideup-video-container {
  pointer-events: all;
}

.slideup-video-active #vangogh .slideup-video-container .content-overlay {
  opacity: 1;
}

.slideup-video-active #vangogh .slideup-video-container .section-content {
  transform: translateY(0%);
}

#vangogh .section-architecture .stats {
  margin-left: 3.90625vw;
}

#vangogh .section-architecture .stat:nth-child(3) {
  margin-left: 2.083333vw;
}

#vangogh .section-architecture .stat-caption {
  max-width: 10.416667vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .section-architecture .stats {
    width: 108%;
    margin-left: 0;
  }
  #vangogh .section-architecture .stat:nth-child(2) {
    margin-left: 8.333333vw;
  }
  #vangogh .section-architecture .stat:nth-child(3) {
    margin-left: 4.166667vw;
  }
  #vangogh .section-architecture .stat-caption {
    letter-spacing: -0.03em;
    max-width: 31.944444vw;
  }
}

#vangogh .section-core .section-content {
  margin-right: auto;
}

#vangogh .section-core .section-headline {
  width: 112%;
  letter-spacing: -0.03em;
}

#vangogh .section-core .section-picture {
  width: 31.25vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .section-core .section-headline {
    width: 100%;
    letter-spacing: 0;
  }
  #vangogh .section-core .section-picture {
    width: 100%;
  }
}

#vangogh .bar-item .bar-row {
  position: relative;
  opacity: 0;
}

#vangogh .bar-item .bar-caption {
  position: relative;
  z-index: 2;
}

#vangogh .bar-item .bar-mask {
  position: relative;
  overflow: hidden;
}

#vangogh .bar-item .bar-light {
  position: absolute;
  bottom: .15625vw;
  left: 0;
}

#vangogh .bar-item .bar {
  height: .3125vw;
}

#vangogh .bar-item .bar-rounded {
  border-radius: .3125vw;
}

#vangogh .bar-item .bar-anim {
  width: 100%;
  transform: translateX(-100%);
}

#vangogh .bar-item .bar-blue {
  background-image: linear-gradient(to right, #0029c7, #27eaff);
}

#vangogh .bar-item .bar-yellow {
  background-image: linear-gradient(to right, #d3ae31, #ff4b72);
}

#vangogh .bar-item .bar-purple {
  background-image: linear-gradient(to right, #6f14a3, #ff45da);
}

#vangogh .bar-item .bar-gray {
  background-image: linear-gradient(to right, #3a3a3a, #939393);
}

#vangogh .bar-item .w-bar-1-2, #vangogh .bar-item .w-bar-2-2 {
  width: 50%;
}

#vangogh .bar-item .w-bar-2-1 {
  width: 80%;
}

#vangogh .bar-item .w-bar-3-2 {
  width: 78%;
}

#vangogh .bar-item .w-bar-3-3 {
  width: 65%;
}

#vangogh .bar-item .w-bar-3-4 {
  width: 46%;
}

#vangogh .bar-item.animated .bar-row {
  transition: opacity 1s;
  opacity: 1;
}

#vangogh .bar-item.animated .bar-anim {
  transition: transform 1s ease;
  transform: translateX(0%);
}

#vangogh .bar-item .badge-content {
  position: relative;
  z-index: 1;
  margin-top: -2.291667vw;
}

#vangogh .bar-item .badge-value {
  position: relative;
  overflow: hidden;
  height: 1em;
  font-size: 4.166667vw;
  font-weight: 200;
  line-height: 1;
  color: #fff;
}

#vangogh .bar-item .badge-number {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  height: var(--number-height);
  text-align: center;
}

#vangogh .bar-item .badge-number span {
  line-height: var(--number-height);
}

#vangogh .bar-item .badge-icon {
  width: 1.354167vw;
  margin-top: 1.041667vw;
  margin-left: .520833vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .bar-item .bar-light {
    bottom: .416667vw;
  }
  #vangogh .bar-item .bar-rounded {
    border-radius: .833333vw;
  }
  #vangogh .bar-item .bar {
    height: .833333vw;
  }
  #vangogh .bar-item .w-bar-3-2 {
    width: 69.444444vw;
  }
  #vangogh .bar-item .w-bar-3-3 {
    width: 58.333333vw;
  }
  #vangogh .bar-item .badge-content {
    margin-top: -6.111111vw;
  }
  #vangogh .bar-item .bar-caption {
    font-size: 3.333333vw;
  }
  #vangogh .bar-item .badge-value {
    font-size: 11.111111vw;
  }
  #vangogh .bar-item .badge-icon {
    width: 3.611111vw;
    margin-top: 2.777778vw;
    margin-left: 1.388889vw;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .subsection-cooling .stat + .stat {
    margin-left: 8.333333vw;
  }
  #vangogh .subsection-cooling .stat-caption {
    max-width: 22.222222vw;
  }
}

#vangogh .section-display .intro {
  width: 53.645833vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .section-display .intro {
    width: 83.333333vw;
  }
}

#vangogh .subsection-reality .stat + .stat {
  margin-left: 5.208333vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .subsection-reality .stat-item {
    width: 108%;
  }
  #vangogh .subsection-reality .stat-item.item-1 .stat {
    width: 100%;
  }
  #vangogh .subsection-reality .stat-item.item-2 .stat:nth-child(3) {
    margin-left: 11.111111vw;
  }
  #vangogh .subsection-reality .stat + .stat {
    margin-left: 0;
  }
  #vangogh .subsection-reality .stat:nth-child(1) {
    width: 100%;
  }
}

#vangogh .subsection-eye-algorithms .intro {
  width: 87%;
}

#vangogh .subsection-eye-algorithms .badge {
  width: 47%;
}

#vangogh .subsection-eye-algorithms .w-intro {
  width: 113%;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .subsection-eye-algorithms .intro, #vangogh .subsection-eye-algorithms .badge, #vangogh .subsection-eye-algorithms .w-intro {
    width: 100%;
  }
}

#vangogh .section-super-device .tab-gallery {
  width: 40.625vw;
}

#vangogh .section-super-device .fade-picture {
  transition: opacity .5s;
  opacity: 0;
}

#vangogh .section-super-device .fade-picture + .fade-picture {
  position: absolute;
  top: 0;
  left: 0;
}

#vangogh .section-super-device .tab-list {
  width: 32.291667vw;
  margin-left: 5.729167vw;
}

#vangogh .section-super-device .tab-item + .tab-item {
  margin-top: 1.5625vw;
  padding-top: 1.5625vw;
  border-top: 1px solid rgba(155, 162, 179, 0.5);
}

#vangogh .section-super-device .tab-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#vangogh .section-super-device .tab-headline {
  font-size: 2.083333vw;
}

#vangogh .section-super-device .tab-icon {
  width: 2.395833vw;
  height: 2.395833vw;
  transition: opacity .3s;
  opacity: 1;
}

#vangogh .section-super-device .icon-arrow {
  transition: transform .5s;
  transform-origin: center;
  transform: rotateX(180deg);
}

#vangogh .section-super-device .active .tab-icon {
  opacity: 0.5;
}

#vangogh .section-super-device .active .icon-arrow {
  transform: rotateX(0deg);
}

#vangogh .section-super-device .active .tab-text {
  opacity: 1;
}

#vangogh .section-super-device .intro-row {
  overflow: hidden;
  height: 0;
  transition: height .5s;
}

#vangogh .section-super-device .tab-text {
  padding-top: 1.5625vw;
  padding-right: 2.604167vw;
  transition: opacity .5s;
  opacity: 0;
}

#vangogh .section-super-device [data-active='1'] .fade-picture:nth-child(1) {
  opacity: 1;
}

#vangogh .section-super-device [data-active='2'] .fade-picture:nth-child(2) {
  opacity: 1;
}

#vangogh .section-super-device [data-active='3'] .fade-picture:nth-child(3) {
  opacity: 1;
}

#vangogh .section-super-device [data-active='4'] .fade-picture:nth-child(4) {
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .section-super-device .tab-list {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
  #vangogh .section-super-device .tab-item + .tab-item {
    margin-top: 5.555556vw;
    padding-top: 5.555556vw;
    border-top: 1px solid rgba(155, 162, 179, 0.4);
  }
  #vangogh .section-super-device .tab-headline {
    font-size: 5.555556vw;
  }
  #vangogh .section-super-device .tab-icon {
    width: 6.666667vw;
    height: 6.666667vw;
  }
  #vangogh .section-super-device .tab-text {
    padding-top: 2.777778vw;
    padding-right: 6.388889vw;
  }
}

#vangogh.no-sticky .section-super-device path {
  transition: none;
}

#vangogh .section-smart-conference .intro {
  width: 44.270833vw;
}

#vangogh .section-smart-conference .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}

#vangogh .section-smart-conference .swiper-slide {
  width: 35.3125vw;
}

#vangogh .section-smart-conference .card-text {
  margin-top: 2.083333vw;
  margin-left: 2.5vw;
}

#vangogh .section-smart-conference .card-title {
  font-size: 1.25vw;
}

#vangogh .section-smart-conference .card-intro {
  font-size: 1.041667vw;
}

#vangogh .section-smart-conference .replay-cta {
  position: absolute;
  z-index: 2;
  right: 1.041667vw;
  bottom: 1.041667vw;
  display: flex;
  align-items: center;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}

#vangogh .section-smart-conference .icon-replay {
  width: 1.041667vw;
}

#vangogh .section-smart-conference .ended .replay-cta {
  transition: opacity .6s;
  pointer-events: all;
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .section-smart-conference .intro {
    width: 100%;
  }
  #vangogh .section-smart-conference .swiper-wrapper {
    flex-wrap: nowrap;
  }
  #vangogh .section-smart-conference .swiper-slide {
    width: 100%;
  }
  #vangogh .section-smart-conference .card-text {
    margin-top: 4.166667vw;
    margin-left: 0;
    text-align: center;
  }
  #vangogh .section-smart-conference .card-title {
    font-size: 4.166667vw;
  }
  #vangogh .section-smart-conference .card-intro {
    font-size: 3.611111vw;
  }
  #vangogh .section-smart-conference .replay-cta {
    right: 2.777778vw;
    bottom: 2.777778vw;
  }
  #vangogh .section-smart-conference .icon-replay {
    width: 4.166667vw;
  }
  #vangogh .section-smart-conference .linenav-list {
    display: flex;
    justify-content: center;
    margin-top: 6.944444vw;
  }
  #vangogh .section-smart-conference .linenav {
    width: 8.888889vw;
    height: 2px;
    background-color: #fff;
    opacity: .36;
    transition: opacity 0.6;
    margin-left: 1.388889vw;
    margin-right: 1.388889vw;
  }
  #vangogh .section-smart-conference .linenav.active {
    opacity: 1;
  }
}

#vangogh .section-experience .card-item {
  background-color: #161618;
}

#vangogh .section-experience .card-text {
  margin-right: 1.5625vw;
  margin-left: 2.083333vw;
}

#vangogh .section-experience h3 {
  letter-spacing: -0.03em;
}

#vangogh .section-experience .card-text-2 {
  position: relative;
  z-index: 1;
  padding: 2.083333vw 2.083333vw 1.041667vw;
}

#vangogh .section-experience .badge {
  max-width: 30%;
  text-align: center;
}

#vangogh .section-experience .badge + .badge {
  margin-left: .520833vw;
}

#vangogh .section-experience .badge-icon {
  width: 3.125vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .section-experience .card-text {
    margin-right: 0;
    margin-left: 0;
    padding: 5.555556vw 8.333333vw 8.333333vw;
  }
  #vangogh .section-experience .card-text-badge {
    padding-bottom: 0;
  }
  #vangogh .section-experience .card-text-2 {
    padding: 5.555556vw 8.333333vw 8.333333vw;
  }
  #vangogh .section-experience h3 {
    width: 108%;
  }
  #vangogh .section-experience .badges {
    padding: 0 5.555556vw 8.333333vw;
  }
  #vangogh .section-experience .badge {
    max-width: 33.333333%;
  }
  #vangogh .section-experience .badge + .badge {
    margin-left: 4.166667vw;
  }
  #vangogh .section-experience .badge-icon {
    width: 8.333333vw;
  }
}

#vangogh .inline-media .video-frame {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

#vangogh .inline-media .replay-cta {
  position: absolute;
  z-index: 2;
  right: 1.041667vw;
  bottom: 1.041667vw;
  display: flex;
  align-items: center;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}

#vangogh .inline-media .icon-copy {
  font-size: .9375vw;
  white-space: nowrap;
  color: #a1a1a8;
}

#vangogh .inline-media .icon-replay {
  width: 1.041667vw;
}

#vangogh .inline-media.ended video {
  transition: filter .4s, opacity .3s 1.3s;
  opacity: 0;
}

#vangogh .inline-media.ended .video-frame {
  transition: opacity .6s 1s;
  opacity: 1;
}

#vangogh .inline-media.ended .replay-cta {
  transition: opacity .6s 1.8s;
  pointer-events: all;
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .inline-media .replay-cta {
    right: 2.777778vw;
    bottom: 2.777778vw;
  }
  #vangogh .inline-media .icon-copy {
    font-size: 3.333333vw;
  }
  #vangogh .inline-media .icon-replay {
    width: 4.166667vw;
  }
}

#vangogh.no-inline-video .inline-media video, #vangogh.no-inline-video .inline-media .replay-cta {
  display: none;
}

#vangogh.no-inline-video .inline-media .video-frame {
  position: static;
  opacity: 1;
}

#vangogh .microphones-anim {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
}

#vangogh .microphones-anim .light {
  width: .3125vw;
  height: .208333vw;
  animation: light 1.5s infinite linear;
  background-image: radial-gradient(#1bb3ff, transparent);
}

#vangogh .microphones-anim .light + .light {
  margin-left: 2.239583vw;
}

@keyframes light {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

#vangogh .microphones-anim .sound-wrapper {
  width: 26.041667vw;
  transform: rotateX(-71.2deg);
  transform-origin: top;
}

#vangogh .microphones-anim .sound {
  width: 26.041667vw;
  height: 26.041667vw;
  transform-origin: top;
  animation: sound 3s infinite linear;
  opacity: 0;
  border: 1px solid #0af;
  border-radius: 100%;
  background-image: radial-gradient(transparent 40%, #199cff);
}

#vangogh .microphones-anim .sound + .sound {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

#vangogh .microphones-anim .sound:nth-child(1) {
  animation-delay: .75s;
}

#vangogh .microphones-anim .sound:nth-child(2) {
  animation-delay: 1.5s;
}

#vangogh .microphones-anim .sound:nth-child(3) {
  animation-delay: 2.25s;
}

@keyframes sound {
  0% {
    transform: scale(1) translateY(20%);
    opacity: 0;
  }
  60%, 90% {
    opacity: .8;
  }
  100% {
    transform: scale(0.35) translateY(0%);
    opacity: 0;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .microphones-anim .light {
    width: .833333vw;
    height: .555556vw;
  }
  #vangogh .microphones-anim .light + .light {
    margin-left: 6.388889vw;
  }
  #vangogh .microphones-anim .sound-wrapper {
    width: 73.888889vw;
  }
  #vangogh .microphones-anim .sound {
    width: 73.888889vw;
    height: 73.888889vw;
  }
}

#vangogh .section-footnote .footnote-list {
  padding-left: 1.5em;
  font-size: .625vw;
}

@media (max-width: 1920px) {
  #vangogh .section-footnote .footnote-list {
    font-size: 12px;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #vangogh .section-footnote .footnote-list {
    font-size: 3.333333vw;
  }
}

html[dir=rtl] #vangogh .section-footnote .footnote-list {
  padding-right: 1.5em;
  padding-left: 0;
}

#vangogh .section-footnote li {
  font-size: inherit;
  list-style-type: decimal;
  color: #a1a1a8;
}

#vangogh .section-footnote li.current {
  color: #fff;
}

#vangogh .section-footnote li.asterisk {
  list-style-type: '* ';
}

#vangogh .section-footnote .disclaimer {
  list-style-type: none;
}
