#goofy {
  line-height: 1.6;
}

#goofy *, #goofy *::before, #goofy *::after {
  box-sizing: border-box;
}

#goofy section {
  position: relative;
}

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

#goofy svg {
  overflow: visible;
}

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

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

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

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

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

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

#goofy .blur-up {
  transition: filter .4s;
  filter: blur(20px);
}

#goofy .blur-up.lazyloaded {
  filter: blur(0);
}

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

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

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

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

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

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

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

#goofy .absolute {
  position: absolute;
}

#goofy .relative {
  position: relative;
}

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

#goofy .block {
  display: block;
}

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

#goofy .inline {
  display: inline;
}

#goofy .flex {
  display: flex;
}

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

#goofy .hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#goofy .w-1320 {
  width: 68.75vw;
}

#goofy .w-1120 {
  width: 58.333333vw;
}
#goofy .w-1080 {
  width: 56.25vw;
}
@media (max-aspect-ratio: 11 / 10) {
  #goofy .xs\:w-full {
    width: 100%;
  }
  #goofy .xs\:w-640 {
    width: 88.888889vw;
  }
  #goofy .xs\:w-600 {
    width: 83.333333vw;
  }
}

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

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

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

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

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

@media (max-aspect-ratio: 11 / 10) {
  #goofy .text-align {
    text-align: left;
  }
  html[dir=rtl] #goofy .text-align {
    text-align: right;
  }
}

#goofy br.lg {
  display: block;
}

#goofy br.xs {
  display: none;
}

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

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

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

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

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

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

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

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

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

@media (max-aspect-ratio: 11 / 10) {
  #goofy .mt-16, #goofy .xs\:mt-16 {
    margin-top: 2.222222vw;
  }
  #goofy .mt-20, #goofy .xs\:mt-20 {
    margin-top: 2.777778vw;
  }
  #goofy .mt-30, #goofy .xs\:mt-30 {
    margin-top: 4.166667vw;
  }
  #goofy .mt-40, #goofy .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #goofy .mt-50, #goofy .xs\:mt-50 {
    margin-top: 6.944444vw;
  }
  #goofy .mt-60, #goofy .xs\:mt-60 {
    margin-top: 8.333333vw;
  }
  #goofy .mt-80, #goofy .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #goofy .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #goofy .xs\:mt-0 {
    margin-top: 0;
  }
}

#goofy .pt-190, #goofy .lg\:pt-190 {
  padding-top: 9.895833vw;
}

#goofy .pb-190, #goofy .lg\:pb-190 {
  padding-bottom: 9.895833vw;
}

#goofy .py-190, #goofy .lg\:py-190 {
  padding-top: 9.895833vw;
  padding-bottom: 9.895833vw;
}

#goofy .pt-150, #goofy .lg\:pt-150 {
  padding-top: 7.8125vw;
}

#goofy .pb-150, #goofy .lg\:pb-150 {
  padding-bottom: 7.8125vw;
}

#goofy .pl-100, #goofy .lg\:pl-100 {
  padding-left: 5.208333vw;
}

#goofy .pr-100, #goofy .lg\:pr-100 {
  padding-right: 5.208333vw;
}

#goofy .px-100, #goofy .lg\:px-100 {
  padding-right: 5.208333vw;
  padding-left: 5.208333vw;
}

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

@media (max-aspect-ratio: 11 / 10) {
  #goofy .pt-190, #goofy .xs\:pt-190 {
    padding-top: 26.388889vw;
  }
  #goofy .pb-190, #goofy .xs\:pb-190 {
    padding-bottom: 26.388889vw;
  }
  #goofy .py-190, #goofy .xs\:py-190 {
    padding-top: 26.388889vw;
    padding-bottom: 26.388889vw;
  }
  #goofy .pt-150, #goofy .xs\:pt-150 {
    padding-top: 20.833333vw;
  }
  #goofy .pb-150, #goofy .xs\:pb-150 {
    padding-bottom: 20.833333vw;
  }
  #goofy .pt-40, #goofy .xs\:pt-40 {
    padding-top: 5.555556vw;
  }
  #goofy .xs\:pl-0 {
    padding-left: 0;
  }
  #goofy .xs\:pr-0 {
    padding-right: 0;
  }
  #goofy .xs\:px-0 {
    padding-right: 0;
    padding-left: 0;
  }
}

#goofy h2, #goofy h3 {
  font-weight: 500;
  line-height: 1.25;
  color: #1d1d1f;
}

#goofy h2 {
  font-size: 4.166667vw;
}

#goofy h3 {
  font-size: 2.5vw;
}

#goofy p {
  font-size: 1.145833vw;
  color: #3a3a3a;
}

#goofy strong {
  font-weight: 700;
}

#goofy .note {
  color: #b5b5b5;
}

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

#goofy .text-blue {
  color: #74b9fc;
}

#goofy .text-white {
  color: #fff;
}

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

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

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

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

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

@media (max-aspect-ratio: 11 / 10) {
  #goofy .text-64, #goofy .xs\:text-64 {
    font-size: 8.888889vw;
  }
  #goofy .text-32, #goofy .xs\:text-32 {
    font-size: 4.444444vw;
  }
  #goofy .text-24, #goofy .xs\:text-24 {
    font-size: 3.333333vw;
  }
  #goofy .text-16, #goofy .xs\:text-16 {
    font-size: 2.222222vw;
  }
}

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

#goofy .fadeup.animated {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .fadeup {
    transform: translateY(16.66667vw);
  }
}

#goofy .section-hero .hero-picture::before {
  padding-bottom: 50%;
  padding-bottom: calc(100% / (1920 / 960));
}

#goofy .section-hero .hero-content {
  position: absolute;
  top: 0;
  right: 4.479167vw;
  right: 3.59375vw;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: max-content;
  padding-bottom: 1.5625vw;
  width: 38.333333vw;
}

#goofy .section-hero .hero-logo::before {
  padding-bottom: calc(100% / (736.4 / 51.6));
}

#goofy .section-hero .hero-ksp {
  margin-top: 1.25vw;
  font-size: 1.041667vw;
  font-size: .9375vw;
  color: #000;
  letter-spacing: .02vw;
  text-align: center;
}

#goofy .section-hero .appgallery-cta {
  position: absolute;
  right: 3.125vw;
  bottom: 6.5625vw;
  display: block;
  width: 8.177083vw;
  width: 11.35416vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .section-hero .hero-picture::before {
    padding-bottom: 166.66667%;
    padding-bottom: calc(100% / (720 / 1080));
  }
  #goofy .section-hero .hero-content {
    position: absolute;
    top: 16.666667vw;
    right: 0;
    bottom: auto;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    width: 65.277778vw;
  }
  #goofy .section-hero .hero-ksp {
    margin-top: 2.5vw;
    font-size: 2.222222vw;
    font-size: 1.527778vw;
    letter-spacing: .07vw;
  }
  #goofy .section-hero .appgallery-cta {
    right: 5.555556vw;
    bottom: 9.027778vw;
    width: 16.805556vw;
  }
}

@media (max-aspect-ratio: 11 / 10) and (max-width: 600px) {
  #goofy .section-hero {
    padding-top: calc(80px - 10vw);
    padding-top: 0;
  }
}

#goofy .hero-sku {
  margin-top: 2.916667vw;
  text-align: center;
}

#goofy .hero-sku .pricing {
  font-size: 1.458333vw;
  line-height: 1.25;
  color: #000;
}

#goofy .hero-sku .from {
  font-size: .677083vw;
}

#goofy .hero-sku [data-footnote] {
  font-size: 1em;
  vertical-align: inherit;
}

#goofy .hero-sku .buy-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 26px;
  font-size: 13px;
  line-height: 24px;
  transition: opacity .3s ease-out;
  color: #fff;
  border: 2px solid #000;
  border-radius: 6px;
  background-color: #000;
}

#goofy .hero-sku .buy-cta:hover {
  opacity: .8;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .hero-sku {
    margin-top: 2.777778vw;
  }
  #goofy .hero-sku .pricing {
    font-size: 5.555556vw;
  }
  #goofy .hero-sku .from {
    font-size: 3.611111vw;
  }
}

#goofy .section-highlights .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#goofy .section-highlights .item {
  cursor: pointer;
  background-color: #f4faff;
}

#goofy .section-highlights .item-1, #goofy .section-highlights .item-4 {
  width: 38.645833vw;
  height: 23.854167vw;
}

#goofy .section-highlights .item-2, #goofy .section-highlights .item-5 {
  width: 28.541667vw;
  height: 41.09375vw;
}

#goofy .section-highlights .item-3, #goofy .section-highlights .item-6 {
  width: 38.645833vw;
  height: 15.677083vw;
  margin-top: -15.677083vw;
}

#goofy .section-highlights .picture-hover {
  transition: transform 0.4s cubic-bezier(0, 0, 0.5, 1);
}

#goofy .section-highlights .picture-hover:hover {
  transform: scale(1.05);
}

#goofy .section-highlights .headline {
  position: absolute;
  z-index: 1;
  top: 1.875vw;
  right: 2.083333vw;
  left: 2.083333vw;
  font-size: 1.666667vw;
  text-align: center;
  color: #000;
}

#goofy .section-highlights .headline.text-white {
  color: #fff;
}

#goofy .section-highlights .vertical-center {
  top: 0;
  right: 27.083333vw;
  right: 20.083333vw;
  left: 3.125vw;
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: .520833vw;
}

#goofy .section-highlights .subcopy {
  position: absolute;
  top: 4.947917vw;
  left: 20.9375vw;
  font-weight: 500;
  color: #000;
  line-height: 1.25;
  width: 14vw;
}

#goofy .section-highlights .slidenav {
  display: flex;
  justify-content: center;
  margin-top: 2.083333vw;
}

#goofy .section-highlights .slidenav-arrow {
  width: 4.166667vw;
  cursor: pointer;
  transition: opacity .4s;
  outline: 0;
}

#goofy .section-highlights .slidenav-arrow-next {
  margin-left: 1.5625vw;
}

#goofy .section-highlights .slidenav-disabled {
  cursor: auto;
  opacity: .5;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .section-highlights .swiper-wrapper {
    display: block;
    height: auto;
  }
  #goofy .section-highlights .swiper-slide {
    flex-direction: column;
    justify-content: flex-start;
  }
  #goofy .section-highlights .item {
    width: 100%;
    height: 63.611111vw;
  }
  #goofy .section-highlights .item-2, #goofy .section-highlights .item-5 {
    margin-top: 4.166667vw;
  }
  #goofy .section-highlights .item.item-3 {
    height: 32.638889vw;
    margin-top: 71.944444vw;
  }
  #goofy .section-highlights .item.item-4 {
    margin-top: -100.416667vw;
  }
  #goofy .section-highlights .item.item-6 {
    height: 32.638889vw;
    margin-top: 40.972222vw;
  }
  #goofy .section-highlights .picture-hover:hover {
    transform: none;
  }
  #goofy .section-highlights .headline {
    top: 5vw;
    right: 5.555556vw;
    left: 5.555556vw;
    font-size: 4.444444vw;
  }
  #goofy .section-highlights .vertical-center {
    top: 0;
    right: 54.166667vw;
    right: 40.166667vw;
    left: 5.555556vw;
    padding-bottom: .833333vw;
  }
  #goofy .section-highlights .subcopy {
    top: 15vw;
    left: 47.5vw;
    font-size: 3.055556vw;
    width: 28vw;
  }
  #goofy .section-highlights .slidenav {
    display: none;
  }
}

#goofy .section-colours .swiper-content {
  display: flex;
  justify-content: space-between;
}

#goofy .section-colours .colornav-list {
  position: relative;
  display: flex;
  justify-content: center;
}

#goofy .section-colours .colornav {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  width: 2.083333vw;
  cursor: pointer;
  transition: width .4s;
  outline: 0;
}

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

#goofy .section-colours .colornav:nth-child(1) .colornav-swatch::before {
  background: conic-gradient(#d3e8ff, #8cbceb);
}

#goofy .section-colours .colornav:nth-child(1) .colornav-swatch::after {
  border: 1px solid #8dbdec;
}

#goofy .section-colours .colornav:nth-child(1) .colornav-label {
  color: #a5cdf4;
}

#goofy .section-colours .colornav:nth-child(2) .colornav-swatch::before {
  background: conic-gradient(#fff, #c1c1c1);
}

#goofy .section-colours .colornav:nth-child(2) .colornav-swatch::after {
  border: 1px solid #b5b5b5;
}

#goofy .section-colours .colornav:nth-child(2) .colornav-label {
  color: #d1d1d1;
}

#goofy .section-colours .colornav:nth-child(2) .colornav-swatch::before {
  background: conic-gradient(#edd9b2, #383838);
}

#goofy .section-colours .colornav:nth-child(2) .colornav-swatch::after {
  border: 1px solid #1d1d1f;
}

#goofy .section-colours .colornav:nth-child(2) .colornav-label {
  color: #1d1d1f;
}

#goofy .section-colours .colornav.active {
  width: var(--colornav-width);
}

#goofy .section-colours .colornav.active .colornav-swatch::after {
  opacity: 1;
}

#goofy .section-colours .colornav-swatch {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 2.083333vw;
  height: 2.083333vw;
  border-radius: 100%;
}

#goofy .section-colours .colornav-swatch::before {
  width: 100%;
  height: 100%;
  content: '';
  border: .260417vw solid #fff;
  border-radius: 100%;
}

#goofy .section-colours .colornav-swatch::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  transition: opacity .4s;
  opacity: 0;
  border-radius: 100%;
}

#goofy .section-colours .colornav-label {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  padding-right: .520833vw;
  padding-left: 1.041667vw;
  font-size: 1.666667vw;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

#goofy .section-colours .colornav-caption-list {
  position: relative;
  width: 29.6875vw;
  margin-right: -.833333vw;
  margin-right: 0;
}

#goofy .section-colours .colornav-caption {
  position: relative;
  font-size: 1.25vw;
  transition: opacity .4s;
  text-align: right;
  opacity: 0;
  color: #969696;
  font-size: 1.145833vw;
}

#goofy .section-colours .colornav-caption + .colornav-caption {
  position: absolute;
  top: 0;
  right: 0;
}

#goofy .section-colours .colornav-caption.active {
  z-index: 1;
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .section-colours .colornav {
    width: 6.944444vw;
  }
  #goofy .section-colours .colornav + .colornav {
    margin-left: 4.166667vw;
  }
  #goofy .section-colours .colornav-swatch {
    width: 5.555556vw;
    height: 5.555556vw;
  }
  #goofy .section-colours .colornav-swatch::before {
    border: .694444vw solid #fff;
  }
  #goofy .section-colours .colornav-label {
    padding-right: 0;
    padding-left: 1.388889vw;
    font-size: 4.444444vw;
  }
  #goofy .section-colours .colornav-caption-list {
    width: 43.055556vw;
    width: 51.055556vw;
    width: 49.055556vw;
  }
  #goofy .section-colours .colornav-caption {
    font-size: 3.333333vw;
  }
}

#goofy .section-x-button {
  overflow: hidden;
}

#goofy .section-x-button .text-content {
  width: 49.635417vw;
}

#goofy .section-x-button .swiper-container {
  overflow: visible;
}

#goofy .section-x-button .swiper-slide {
  display: flex;
  align-items: flex-end;
}

#goofy .section-x-button .picture-group {
  position: absolute;
  right: 0;
  bottom: -4.166667vw;
  width: 14.583333vw;
}

#goofy .section-x-button .picture-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .001;
}

#goofy .section-x-button .picture-3 {
  width: 49.635417vw;
  width: 51.041667vw;
}

#goofy .section-x-button .slide-trigger {
  position: absolute;
  bottom: 4.166667vw;
}

#goofy .section-x-button .circle-wrapper {
  position: absolute;
  bottom: 28.854167vw;
  left: -.78125vw;
  width: 2.291667vw;
  height: 2.291667vw;
  transform: rotateY(-30deg);
  transform-origin: left center;
}

#goofy .section-x-button .circle {
  width: 100%;
  height: 100%;
  opacity: .001;
  border-radius: 100%;
  background-image: radial-gradient(circle, #fff 0%, #c3e1ff 60%, #75b9fc 100%);
}

#goofy .section-x-button .circle-1 {
  position: relative;
  z-index: 3;
  border: 1px solid #fff;
  background-color: #75b9fc;
  background-image: none;
}

#goofy .section-x-button .circle-2, #goofy .section-x-button .circle-3 {
  position: absolute;
  top: 0;
  left: 0;
}

#goofy .section-x-button .circle-2 {
  z-index: 2;
}

#goofy .section-x-button .circle-3 {
  z-index: 1;
}

#goofy .section-x-button .active .circle-1 {
  animation: circle-1 5s .5s forwards;
}

#goofy .section-x-button .active .circle-2 {
  animation: circle-2 5s .5s forwards linear;
}

#goofy .section-x-button .active .circle-3 {
  animation: circle-3 5s .5s forwards linear;
}

#goofy .section-x-button .active .picture-2 {
  animation: picture-2 5s .5s forwards;
}

@keyframes circle-1 {
  10%, 40% {
    opacity: .7;
  }
  50% {
    opacity: .001;
  }
}

@keyframes circle-2 {
  15% {
    transform: scale(1);
  }
  20% {
    opacity: .5;
  }
  25% {
    opacity: .3;
  }
  30% {
    transform: scale(2.8);
    opacity: .001;
  }
}

@keyframes circle-3 {
  25% {
    transform: scale(1);
  }
  30% {
    opacity: .5;
  }
  35% {
    opacity: .3;
  }
  40% {
    transform: scale(2.8);
    opacity: .001;
  }
}

@keyframes picture-2 {
  0%, 45% {
    opacity: .001;
  }
  50%, 100% {
    opacity: 1;
  }
}

#goofy .section-x-button .swiper-content {
  display: flex;
  flex-direction: column;
  width: 49.635417vw;
}

#goofy .section-x-button .tablist-wrapper {
  position: relative;
  margin: 1.5625vw auto 0;
  padding: .416667vw 1.875vw;
  border-radius: .78125vw;
  background-image: linear-gradient(#f7fbff, #fff);
  box-shadow: 0 0.41667vw 0.83333vw rgba(0, 0, 0, 0.05);
}

#goofy .section-x-button .tabnav-label-list {
  display: flex;
  flex-direction: column;
  text-align: center;
}

#goofy .section-x-button .tabnav-label {
  position: relative;
  font-size: 1.145833vw;
  font-weight: 500;
  line-height: 1.25;
  transition: opacity .4s;
  white-space: nowrap;
  opacity: 0;
  color: #1d1d1f;
}

#goofy .section-x-button .tabnav-label + .tabnav-label {
  margin-top: calc(-1.145833vw * 1.25);
}

#goofy .section-x-button .tabnav-label.active {
  opacity: 1;
  z-index: 1;
}

#goofy .section-x-button .tablist {
  display: flex;
  align-items: center;
  justify-content: center;
}

#goofy .section-x-button .tabnav {
  display: flex;
  align-items: center;
  margin-left: 2.083333vw;
  cursor: pointer;
  border-radius: 0;
  outline: 0;
}

#goofy .section-x-button .tabnav.active .fill-stroke-black {
  fill: #1d1d1f;
  stroke: #1d1d1f;
}

#goofy .section-x-button .tabnav.active .fill-stroke-blue {
  fill: #75b9fc;
  stroke: #75b9fc;
}

#goofy .section-x-button .tabnav.active .fill-black {
  fill: #1d1d1f;
}

#goofy .section-x-button .tabnav.active .stroke-blue {
  stroke: #75b9fc;
}

#goofy .section-x-button .tabnav-icon {
  width: 1.822917vw;
  height: 1.822917vw;
}

#goofy .section-x-button .fill-stroke-black, #goofy .section-x-button .fill-stroke-blue {
  transition: .4s;
  fill: #d1d1d1;
  stroke: #d1d1d1;
}

#goofy .section-x-button .fill-black {
  transition: .4s;
  fill: #d1d1d1;
}

#goofy .section-x-button .stroke-blue {
  transition: .4s;
  stroke: #d1d1d1;
}

#goofy .section-x-button .note {
  /* display: flex;
  justify-content: center;
  width: 14.583333vw;
  margin-left: auto;
  white-space: nowrap; */
  width: 28.583333vw;
  margin-left: 62.3vw;
  transform: translateX(-50%);
  text-align: center;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .section-x-button {
    overflow: visible;
  }
  #goofy .section-x-button .text-content {
    width: 83.333333vw;
  }
  #goofy .section-x-button .swiper-container {
    display: flex;
    flex-direction: column;
  }
  #goofy .section-x-button .swiper-wrapper {
    overflow: hidden;
  }
  #goofy .section-x-button .swiper-slide {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  #goofy .section-x-button .picture-group {
    position: relative;
    right: auto;
    bottom: 0;
    width: 27.777778vw;
  }
  #goofy .section-x-button .picture-3 {
    width: 100%;
    margin-top: 5.555556vw;
    margin-top: 8.333333vw;
  }
  #goofy .section-x-button .slide-trigger {
    bottom: 0;
  }
  #goofy .section-x-button .circle-wrapper {
    bottom: 55vw;
    left: -1.388889vw;
    width: 4.166667vw;
    height: 4.166667vw;
  }
  #goofy .section-x-button .swiper-content {
    position: sticky;
    z-index: 3;
    bottom: 5.555556vw;
    width: 100%;
    transition: opacity .3s;
    pointer-events: none;
    opacity: 0;
  }
  #goofy .section-x-button .swiper-content.active {
    pointer-events: all;
    opacity: 1;
  }
  #goofy .section-x-button .tablist-wrapper {
    margin: 30px auto 0;
    padding: 3.611111vw 6.388889vw;
    border-radius: 5.555556vw;
    box-shadow: 0 1.66667vw 2.77778vw rgba(0, 0, 0, 0.05);
  }
  #goofy .section-x-button .tabnav-label {
    font-size: 4.444444vw;
  }
  #goofy .section-x-button .tabnav-label + .tabnav-label {
    margin-top: calc(-4.444444vw * 1.25);
  }
  #goofy .section-x-button .tabnav {
    margin-left: 5.555556vw;
  }
  #goofy .section-x-button .tabnav-icon {
    width: 8.055556vw;
    height: 8.055556vw;
  }
  #goofy .section-x-button .note {
    width: 100%;
    white-space: normal;
    margin-left: 0;
    transform: translateX(0);
    text-align: left;
  }
}

#goofy .section-audiovisual {
  height: 240vh;
}

#goofy .section-audiovisual .screen-scale-trigger {
  position: absolute;
  top: 20vh;
}

#goofy .section-audiovisual .subsection-fade-trigger {
  position: absolute;
  top: 100vh;
}

#goofy .section-audiovisual .subsections {
  display: flex;
  --phone-width: 100%;
  --sound-bg-top: 0;
}

#goofy .section-audiovisual .subsection {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  min-height: 100vh;
  transition: opacity .6s;
}

#goofy .section-audiovisual .subsection-sound {
  z-index: -1;
  margin-left: -100%;
  opacity: 0;
}

#goofy .section-audiovisual .text-content {
  padding-bottom: 3.125vw;
}

#goofy .section-audiovisual.subsection-animated .subsection-screen {
  opacity: 0;
}

#goofy .section-audiovisual.subsection-animated .subsection-sound {
  z-index: 1;
  opacity: 1;
}

#goofy .section-audiovisual .phone-wrapper {
  max-width: 47.65625vw;
  width: var(--phone-width);
}

#goofy .section-audiovisual .picture-phone {
  position: relative;
  z-index: 2;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .section-audiovisual {
    height: auto;
  }
  #goofy .section-audiovisual .subsections {
    display: block;
  }
  #goofy .section-audiovisual .subsection {
    min-height: auto;
  }
  #goofy .section-audiovisual .subsection-sound {
    z-index: 1;
    margin-left: 0;
    opacity: 1;
  }
  #goofy .section-audiovisual .text-content {
    padding-bottom: 0;
  }
  #goofy .section-audiovisual .fadeup {
    transform: none;
    opacity: 1;
  }
  #goofy .section-audiovisual .phone-wrapper {
    max-width: none;
    width: 100%;
  }
  #goofy .section-audiovisual .picture-phone {
    width: 100%;
  }
}

#goofy .subsection-screen {
  overflow: hidden;
}

#goofy .subsection-screen .picture-phone {
  position: relative;
  z-index: 1;
  transition: transform .5s;
  transform: scale(var(--screen-scale)) translateY(var(--screen-y));
}

#goofy .subsection-screen .picture-phone::before {
  padding-bottom: calc(100% / (915 / 428));
}

#goofy .subsection-screen .picture-shadow {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 117.814208%;
  transition: transform .5s, opacity .5s;
  transform: scale(var(--screen-scale)) translateY(var(--screen-y));
  opacity: 0;
}

#goofy .subsection-screen.screen-animated .fadeup {
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

#goofy .subsection-screen.screen-animated .text-content {
  transition-delay: .5s;
}

#goofy .subsection-screen.screen-animated .badges {
  transition-delay: .7s;
}

#goofy .subsection-screen.screen-animated .picture-phone {
  transform: scale(1) translateY(0);
}

#goofy .subsection-screen.screen-animated .picture-shadow {
  transform: scale(1) translateY(0);
  opacity: 1;
}

#goofy .subsection-screen .badges {
  display: flex;
  justify-content: center;
  width: 100%;
}

#goofy .subsection-screen .badge {
  text-align: center;
}

#goofy .subsection-screen .badge + .badge {
  /* margin-left: 4.166667vw; */
}
#goofy .subsection-screen .badge{
  margin-left: 4.166667vw;
}
#goofy .subsection-screen .badge:nth-child(1){
  margin-left: 0;
}
#goofy .subsection-screen .badge-value {
  font-size: 3.125vw;
}

#goofy .subsection-screen .badge-caption {
  margin-top: .3125vw;
  color: #969696;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .subsection-screen .picture-phone {
    transform: none;
  }
  #goofy .subsection-screen .picture-phone::before {
    padding-bottom: calc(100% / (640 / 300));
  }
  #goofy .subsection-screen .picture-shadow {
    width: 103.888889vw;
    transform: none;
    opacity: 1;
  }
  #goofy .subsection-screen .badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #goofy .subsection-screen .badge{
    width: 52%;
    margin-left: 0%;
  }
  #goofy .subsection-screen .badge:nth-child(2n)  {
    width: 43%;
    margin-left: 7%;
    margin-left: 5%;
  }
  #goofy .subsection-screen .badge + .badge {
    /* margin-left: 0; */
  }
  #goofy .subsection-screen .badge-value {
    font-size: 6.666667vw;
  }
  #goofy .subsection-screen .badge-caption {
    margin-top: .833333vw;
    font-size: 3.333333vw;
  }
}

#goofy .subsection-sound .section-content {
  width: 100%;
}

#goofy .subsection-sound .picture-bg {
  position: absolute;
  top: var(--sound-bg-top);
  left: 0;
}

#goofy .section-fingerprint .text-content {
  position: relative;
  z-index: 2;
  width: 34.375vw;
}
#goofy .section-fingerprint .text-content h2{
  width: 160%;
}
#goofy .section-fingerprint .section-content {
  margin-top: -2.34375vw;
  margin-top: -11.34375vw;
}

#goofy .section-fingerprint .stats {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 8.333333vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 34.375vw;
}

#goofy .section-fingerprint .stat-caption {
  color: #969696;
}

#goofy .section-fingerprint .stat-value {
  display: flex;
  align-items: center;
}

#goofy .section-fingerprint .stat-number {
  font-size: 5.208333vw;
  font-weight: 500;
  line-height: 1.25;
  color: #74b9fc;
}

#goofy .section-fingerprint .stat-icon {
  width: 2.8125vw;
  margin-bottom: -.3125vw;
  margin-left: 1.041667vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .section-fingerprint .text-content {
    width: 83.333333vw;
  }
  #goofy .section-fingerprint .section-content {
    margin-top: 8.333333vw;
  }
  #goofy .section-fingerprint .text-content h2{
    width: 100%;
  }
  #goofy .section-fingerprint .stats {
    position: static;
    flex-direction: row;
    height: auto;
  }
  #goofy .section-fingerprint .stat {
    width: 50%;
  }
  #goofy .section-fingerprint .stat-caption {
    font-size: 3.333333vw;
  }
  #goofy .section-fingerprint .stat-number {
    font-size: 11.111111vw;
  }
  #goofy .section-fingerprint .stat-icon {
    width: 6.388889vw;
    margin-bottom: 0;
    margin-left: 2.083333vw;
  }
}

#goofy .section-camera .headline {
  padding-top: 3.645833vw;
  position: relative;
  z-index: 3;
}

#goofy .section-camera .wrapper {
  position: relative;
  width: 100vw;
  margin-top: -8.7vw;
}

#goofy .section-camera .badge {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  text-align: right;
  transform: translateY(-.3vw);
}

#goofy .section-camera .badge-1 {
  left: 1.979167vw;
  bottom: 32.8125vw;
}

#goofy .section-camera .badge-2 {
  left: 1.979167vw;
  bottom: 21.25vw;
}

#goofy .section-camera .badge-3 {
  bottom: 28.333333vw;
  left: 58.75vw;
  flex-direction: row-reverse;
  text-align: left;
}

#goofy .section-camera .badge-caption {
  width: 18.75vw;
}

#goofy .section-camera .caption-3 {
  width: 14.583333vw;
}

#goofy .section-camera .badge-title {
  display: block;
  color: #969696;
  font-weight: 500;
}

#goofy .section-camera .badge-value {
  display: block;
  font-size: 1.666667vw;
  font-weight: 500;
  color: #3a3a3a;
  line-height: 1.25;
}

#goofy .section-camera .badge-intro {
  display: block;
  margin-top: .416667vw;
  font-size: 1.25vw;
  font-weight: 500;
  color: #b5b5b5;
}

#goofy .section-camera .pin {
  margin: 0 1.041667vw;
  border-top: 1px solid #b5b5b5;
}

#goofy .section-camera .pin-1 {
  width: 11.25vw;
}

#goofy .section-camera .pin-2 {
  width: 13.90625vw;
}

#goofy .section-camera .pin-3 {
  width: 22.395833vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .section-camera .wrapper {
    padding-top: 10vw;
    padding-top: 0vw;
    margin-top: -13vw;
  }
  #goofy .section-camera .headline {
    padding-top: 0;
    letter-spacing: -.02em;
    padding-left: 6.944444vw;
  }
  #goofy .section-camera .badge {
    align-items: flex-start;
    flex-direction: row-reverse;
    text-align: left;
    transform: translateY(0);
  }
  #goofy .section-camera .badge-1 {
    right: auto;
    bottom: 63.888889vw;
    left: 20.555556vw;
  }
  #goofy .section-camera .badge-2 {
    right: auto;
    bottom: 46.944444vw;
    left: 26.388889vw;
  }
  #goofy .section-camera .badge-3 {
    bottom: 57.361111vw;
    left: 66.527778vw;
  }
  #goofy .section-camera .badge-caption {
    margin-top: -1.111111vw;
  }
  #goofy .section-camera .caption-1 {
    width: 69.444444vw;
  }
  #goofy .section-camera .caption-2 {
    width: 36.111111vw;
  }
  #goofy .section-camera .caption-3 {
    width: 29.166667vw;
  }
  #goofy .section-camera .badge-title {
    font-size: 3.333333vw;
  }
  #goofy .section-camera .badge-value {
    font-size: 4.444444vw;
  }
  #goofy .section-camera .badge-intro {
    margin-top: .833333vw;
    font-size: 3.888889vw;
  }
  #goofy .section-camera .pin {
    width: 0;
    margin: 0 2.777778vw 0 0;
    border-top: 0;
    border-left: 1px solid #b5b5b5;
  }
  #goofy .section-camera .pin-1 {
    height: 59.166667vw;
  }
  #goofy .section-camera .pin-2 {
    height: 55vw;
  }
  #goofy .section-camera .pin-3 {
    height: 30.833333vw;
  }
}

#goofy .section-rear {
  overflow: hidden;
}

#goofy .section-rear .swiper-container {
  overflow: visible;
  width: 50vw;
  margin-left: 0;
}

#goofy .section-rear .swiper-wrapper {
  height: 35.416667vw;
}

#goofy .section-rear .swiper-slide {
  display: flex;
  align-items: center;
}

#goofy .section-rear picture {
  transition: .6s;
  opacity: .4;
}

#goofy .section-rear .swiper-slide-prev picture {
  opacity: .4;
}

#goofy .section-rear .swiper-slide-active picture {
  width: 50vw;
  height: 35.416667vw;
  opacity: 1;
}

#goofy .section-rear .swiper-slide-active ~ .swiper-slide picture {
  width: 16.302083vw;
  height: 26.041667vw;
}

#goofy .section-rear .swiper-slide-next + .swiper-slide picture {
  transform: translateX(-33.69792vw);
}

#goofy .section-rear .swiper-slide-next + .swiper-slide + .swiper-slide picture {
  transform: translateX(-67.39583vw);
}

#goofy .section-rear .swiper-content {
  display: flex;
  align-items: flex-start;
}

#goofy .section-rear .caption-list {
  position: relative;
  flex-shrink: 0;
  width: 50vw;
}

#goofy .section-rear .caption-item {
  position: relative;
  font-size: 1.25vw;
  transition: transform 0.6s, opacity 0.6s;
  transform: translateX(21.875vw);
  opacity: 0;
}

#goofy .section-rear .caption-item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

#goofy .section-rear .caption-item[data-slide='prev'] {
  z-index: 1;
  transform: translateX(-50vw);
  opacity: 1;
  opacity: 0;
}

#goofy .section-rear .caption-item[data-slide='active'] {
  z-index: 1;
  transform: translateX(0);
  opacity: 1;
}

#goofy .section-rear .slidenav {
  position: relative;
  z-index: 2;
  display: flex;
  flex-shrink: 0;
  margin-left: 7.708333vw;
  margin-top: -.5vw;
}

#goofy .section-rear .slidenav-arrow {
  width: 2.395833vw;
  cursor: pointer;
  transition: opacity .3s;
  opacity: 1;
  outline: 0;
}

#goofy .section-rear .slidenav-arrow-next {
  margin-left: 1.041667vw;
}

#goofy .section-rear .slidenav-disabled {
  cursor: auto;
  opacity: .4;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .section-rear .swiper-container {
    width: 77.777778vw;
  }
  #goofy .section-rear .swiper-wrapper {
    height: 55.555556vw;
  }
  #goofy .section-rear .swiper-slide-active picture {
    width: 77.777778vw;
    height: 55.555556vw;
  }
  #goofy .section-rear .swiper-slide-active ~ .swiper-slide picture {
    width: 25.416667vw;
    height: 41.666667vw;
  }
  #goofy .section-rear .swiper-slide-next + .swiper-slide picture {
    transform: translateX(-52.36111vw);
  }
  #goofy .section-rear .swiper-slide-next + .swiper-slide + .swiper-slide picture {
    transform: translateX(-104.72222vw);
  }
  #goofy .section-rear .swiper-content {
    justify-content: space-between;
    width: 88.888889vw;
    align-items: flex-end;
  }
  #goofy .section-rear .caption-list {
    width: 58.333333vw;
    height: 26vw;
  }
  #goofy .section-rear .caption-item {
    font-size: 3.888889vw;
    transform: translateX(63.88889vw);
  }
  #goofy .section-rear .caption-item[data-slide='prev'] {
    transform: translateX(-78.05556vw);
  }
  #goofy .section-rear .slidenav {
    margin-left: 0;
    margin-top: 0;
  }
  #goofy .section-rear .slidenav-arrow {
    width: 11.111111vw;
  }
  #goofy .section-rear .slidenav-arrow-next {
    margin-left: 2.777778vw;
  }
}

#goofy .section-front .text-content {
  width: 32.8125vw;
}

#goofy .section-front .picture-item-1 {
  margin-top: -7.135417vw;
}

#goofy .section-front .picture {
  width: 32.8125vw;
}

#goofy .section-front .picture-caption {
  margin-top: 1.5625vw;
}

#goofy .section-front .picture-caption-1 {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  padding-bottom: 1.5625vw;
  transform: translateY(-100%);
}

#goofy .section-front .caption-icon {
  width: 2.604167vw;
}

#goofy .section-front .caption {
  margin-left: 1.041667vw;
  font-weight: 500;
  color: #3a3a3a;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .section-front .text-content {
    width: 83.333333vw;
  }
  #goofy .section-front .picture-item-1 {
    margin-top: 0;
  }
  #goofy .section-front .picture-item-2 {
    margin-top: 8.333333vw;
  }
  #goofy .section-front .picture {
    width: 100%;
  }
  #goofy .section-front .picture-caption {
    margin-top: 5.555556vw;
  }
  #goofy .section-front .picture-caption-1 {
    position: static;
    margin-top: 5.555556vw;
    padding-bottom: 0;
    transform: none;
  }
  #goofy .section-front .caption-icon {
    width: 6.944444vw;
  }
  #goofy .section-front .caption {
    margin-left: 2.777778vw;
  }
}

#goofy .section-storage h2{
  width: 110%;
  transform: translateX(-5%);
}

#goofy .section-rear h2{
  width: 110%;
  transform: translateX(-5%);
}
@media (max-aspect-ratio: 11 / 10) {
  #goofy .section-storage h2{
    width: 100%;
    transform: translateX(0);
  }
  #goofy .section-rear h2{
    width: 83.333333vw;
    transform: translateX(0);
    margin-left: auto;
    margin-right: auto;
  }
}

#goofy .section-harmonyos .picture-harmonyos {
  width: 65.520833vw;
  width: 19.895833vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .section-harmonyos .picture-harmonyos {
    width: 82.638889vw;
    width: 53.055556vw;
  }
  #goofy .section-harmonyos .picture-harmonyos img {
    margin-left: 2.777778vw;
    margin-left: 0;
  }
}

#goofy .subsection-efficiency .item {
  width: 32.8125vw;
  background-color: #f4faff;
}

#goofy .subsection-efficiency .text-content {
  padding: 2.8125vw 3.125vw 3.125vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .subsection-efficiency .item {
    width: 100%;
  }
  #goofy .subsection-efficiency .text-content {
    padding: 4.722222vw 5.555556vw 8.333333vw;
  }
}

#goofy .subsection-safeguard .section-content {
  background-color: #f4faff;
}

#goofy .subsection-safeguard .swiper-container {
  padding: 3.125vw 8.59375vw 3.125vw 3.125vw;
  padding: 5.125vw 8.59375vw 3.125vw 3.125vw;
}

#goofy .subsection-safeguard .tab-gallery {
  width: 15.625vw;
}

#goofy .subsection-safeguard .fade-picture {
  transition: opacity .4s;
  opacity: 0;
}

#goofy .subsection-safeguard .fade-picture + .fade-picture {
  position: absolute;
  top: 0;
  left: 0;
}

#goofy .subsection-safeguard .swiper-wrapper {
  display: block;
  width: 29.322917vw;
}

#goofy .subsection-safeguard .swiper-slide + .swiper-slide {
  margin-top: 2.083333vw;
  padding-top: 1.5625vw;
  border-top: 1px solid #c6c6c6;
}

#goofy .subsection-safeguard .tab-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#goofy .subsection-safeguard .tab-row:hover .tab-icon {
  opacity: 1;
}

#goofy .subsection-safeguard .tab-headline {
  transition: color .4s;
  color: #b5b5b5;
}

#goofy .subsection-safeguard .tab-icon {
  width: 1.197917vw;
  transition: transform .4s;
}

#goofy .subsection-safeguard .active .tab-headline {
  color: #1d1d1f;
}

#goofy .subsection-safeguard .active .tab-icon {
  transform: rotate(180deg);
}

#goofy .subsection-safeguard .active .tab-intro {
  opacity: 1;
}

#goofy .subsection-safeguard .intro-row {
  overflow: hidden;
  height: 0;
  transition: height .4s;
}

#goofy .subsection-safeguard .tab-intro {
  padding-top: 1.5625vw;
  transition: opacity .4s;
  opacity: 0;
}

#goofy .subsection-safeguard [data-active='1'] .fade-picture:nth-child(1) {
  opacity: 1;
}

#goofy .subsection-safeguard [data-active='2'] .fade-picture:nth-child(2) {
  opacity: 1;
}

#goofy .subsection-safeguard [data-active='3'] .fade-picture:nth-child(3) {
  opacity: 1;
}

#goofy .subsection-safeguard [data-active='4'] .fade-picture:nth-child(4) {
  opacity: 1;
}

@media (max-aspect-ratio: 11 / 10) {
  #goofy .section-harmonyos h2{
    width: 83.333333vw;
    margin-left: auto;
    margin-right: auto;
  }
  #goofy .subsection-safeguard .swiper-container {
    padding: 0;
  }
  #goofy .subsection-safeguard .swiper-wrapper {
    display: flex;
    width: 100%;
  }
  #goofy .subsection-safeguard .swiper-slide {
    padding: 8.333333vw 5.555556vw 4.166667vw;
  }
  #goofy .subsection-safeguard .swiper-slide + .swiper-slide {
    margin-top: 0;
    padding-top: 8.333333vw;
    border-top: 0;
  }
  #goofy .subsection-safeguard .tab-picture {
    width: 37.5vw;
  }
  #goofy .subsection-safeguard .tab-row {
    display: block;
    margin-top: 5.555556vw;
    cursor: auto;
  }
  #goofy .subsection-safeguard .tab-headline {
    color: #1d1d1f;
  }
  #goofy .subsection-safeguard .tab-icon {
    display: none;
  }
  #goofy .subsection-safeguard .intro-row {
    height: auto;
  }
  #goofy .subsection-safeguard .tab-intro {
    padding-top: 2.777778vw;
    opacity: 1;
  }
  #goofy .subsection-safeguard .controls {
    padding: 0 5.555556vw 5.555556vw;
  }
  #goofy .subsection-safeguard .swiper-scrollbar {
    width: 38.888889vw;
    height: .555556vw;
    border-radius: .555556vw;
    background-color: transparent;
  }
  #goofy .subsection-safeguard .swiper-scrollbar::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    transform: translateY(-50%);
    background-color: #b5b5b5;
  }
  #goofy .subsection-safeguard .swiper-scrollbar-drag {
    background-color: #1d1d1f;
  }
  #goofy .subsection-safeguard .slidenav-arrow {
    width: 11.111111vw;
    cursor: pointer;
    transition: opacity .3s;
    outline: 0;
  }
  #goofy .subsection-safeguard .slidenav-arrow-next {
    margin-left: 2.777778vw;
  }
  #goofy .subsection-safeguard .slidenav-disabled {
    cursor: auto;
    opacity: .4;
  }
}

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

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

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

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

#goofy .section-footnote li.current {
  color: #000;
}

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

#goofy .section-footnote #footnote-1 {
  white-space: nowrap;
  white-space: normal;
}
