html.has-modal-l body {
  overflow: hidden;
  background-color: #000;
}
html.has-modal-l body, html.fancybox-margin body {
  padding-inline-end: var(--modal-scrollbar-buffer, 0);
}

#gellmann {
  font-size: 1.145833vw;
  font-weight: 500;
  line-height: 1.6;
  color: #86868B;
  background-color: #000;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann {
    font-size: 4.44vw;
  }
}

#gellmann *, #gellmann *::before, #gellmann *::after {
  box-sizing: border-box;
}
#gellmann section {
  position: relative;
}
#gellmann img, #gellmann picture, #gellmann video, #gellmann canvas, #gellmann svg {
  display: block;
  width: 100%;
}
#gellmann svg {
  overflow: visible;
}
#gellmann button {
  border: 0;
  background-color: transparent;
}
#gellmann .sticky-content {
  position: sticky;
  top: 0;
}
#gellmann .object-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#gellmann .object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gellmann .backdrop-filter {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
#gellmann .blur-up {
  transition: filter 400ms;
  filter: blur(20px);
}
#gellmann .blur-up.lazyloaded {
  filter: blur(0);
}
#gellmann br {
  line-height: 0;
}
#gellmann br.md, #gellmann br.xs {
  display: none;
}
#gellmann br.lg {
  display: block;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann br.lg, #gellmann br.md {
    display: none;
  }
  #gellmann br.xs {
    display: block;
  }
}
#gellmann .absolute {
  position: absolute;
}
#gellmann .relative {
  position: relative;
}
#gellmann .sticky {
  position: sticky;
  top: 0;
}
#gellmann .z-1 {
  z-index: 1;
}
#gellmann .z-2 {
  z-index: 2;
}
#gellmann .z-3 {
  z-index: 3;
}
#gellmann .overflow-hidden {
  overflow: hidden;
}
#gellmann .overflow-visible {
  overflow: visible;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .xs\:overflow-hidden {
    overflow: hidden;
  }
  #gellmann .xs\:overflow-visible {
    overflow: visible;
  }
}
#gellmann .block {
  display: block;
}
#gellmann .inline-block {
  display: inline-block;
}
#gellmann .inline {
  display: inline;
}
#gellmann .flex {
  display: flex;
}
#gellmann .inline-flex {
  display: inline-flex;
}
#gellmann .grid {
  display: grid;
}
#gellmann .hidden {
  display: none;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .xs\:block {
    display: block;
  }
  #gellmann .xs\:inline-block {
    display: inline-block;
  }
  #gellmann .xs\:inline {
    display: inline;
  }
  #gellmann .xs\:flex {
    display: flex;
  }
  #gellmann .xs\:inline-flex {
    display: inline-flex;
  }
  #gellmann .xs\:grid {
    display: grid;
  }
  #gellmann .xs\:hidden {
    display: none;
  }
}
#gellmann .flex-row-reverse {
  flex-direction: row-reverse;
}
#gellmann .flex-col {
  flex-direction: column;
}
#gellmann .flex-col-reverse {
  flex-direction: column-reverse;
}
#gellmann .flex-wrap {
  flex-wrap: wrap;
}
#gellmann .justify-start {
  justify-content: flex-start;
}
#gellmann .justify-end {
  justify-content: flex-end;
}
#gellmann .justify-center {
  justify-content: center;
}
#gellmann .justify-between {
  justify-content: space-between;
}
#gellmann .items-start {
  align-items: flex-start;
}
#gellmann .items-end {
  align-items: flex-end;
}
#gellmann .items-center {
  align-items: center;
}
#gellmann .shrink-0 {
  flex-shrink: 0;
}
#gellmann .order-1 {
  order: 1;
}
#gellmann .order-2 {
  order: 2;
}
#gellmann .order-3 {
  order: 3;
}
#gellmann .order-4 {
  order: 4;
}
#gellmann .order-5 {
  order: 5;
}
#gellmann .order-6 {
  order: 6;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .xs\:flex-row {
    flex-direction: row;
  }
  #gellmann .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  #gellmann .xs\:flex-col {
    flex-direction: column;
  }
  #gellmann .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  #gellmann .xs\:justify-start {
    justify-content: flex-start;
  }
  #gellmann .xs\:justify-end {
    justify-content: flex-end;
  }
  #gellmann .xs\:justify-center {
    justify-content: center;
  }
  #gellmann .xs\:justify-between {
    justify-content: space-between;
  }
  #gellmann .xs\:items-start {
    align-items: flex-start;
  }
  #gellmann .xs\:items-end {
    align-items: flex-end;
  }
  #gellmann .xs\:items-center {
    align-items: center;
  }
  #gellmann .xs\:order-1 {
    order: 1;
  }
  #gellmann .xs\:order-2 {
    order: 2;
  }
  #gellmann .xs\:order-3 {
    order: 3;
  }
  #gellmann .xs\:order-4 {
    order: 4;
  }
  #gellmann .xs\:order-5 {
    order: 5;
  }
  #gellmann .xs\:order-6 {
    order: 6;
  }
}
#gellmann .rounded, #gellmann .lg\:rounded, #gellmann .rounded-left, #gellmann .lg\:rounded-left, #gellmann .rounded-right, #gellmann .lg\:rounded-right {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#gellmann .rounded, #gellmann .lg\:rounded {
  border-radius: 0.833333vw;
}
#gellmann .rounded-left, #gellmann .lg\:rounded-left {
  border-top-left-radius: 0.833333vw;
  border-bottom-left-radius: 0.833333vw;
}
#gellmann .rounded-right, #gellmann .lg\:rounded-right {
  border-top-right-radius: 0.833333vw;
  border-bottom-right-radius: 0.833333vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .lg\:rounded, #gellmann .lg\:rounded-left, #gellmann .lg\:rounded-right {
    border-radius: 0;
  }
  #gellmann .md\:rounded, #gellmann .md\:rounded-left, #gellmann .md\:rounded-right {
    border-radius: 0;
  }
  #gellmann .xs\:rounded {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  #gellmann .rounded, #gellmann .xs\:rounded {
    border-radius: 2.222222vw;
  }
  #gellmann .rounded-left, #gellmann .xs\:rounded-left {
    border-top-left-radius: 2.222222vw;
    border-bottom-left-radius: 2.222222vw;
  }
  #gellmann .rounded-right, #gellmann .xs\:rounded-right {
    border-top-right-radius: 2.222222vw;
    border-bottom-right-radius: 2.222222vw;
  }
}
#gellmann .stack-list {
  display: grid;
}
#gellmann .stack-item {
  position: relative;
  width: 100%;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition-property: opacity;
  opacity: 0;
  grid-area: 1/1/-1/-1;
  color: #707070;
}
#gellmann .stack-item.current {
  z-index: 1;
  opacity: 1;
}
#gellmann .speed-fade .stack-item {
  transition-duration: 200ms;
}
#gellmann .speed-fade .stack-item.current {
  transition-delay: 200ms;
}
#gellmann .speed-slide .stack-item {
  transition-duration: 400ms;
}
#gellmann .speed-slide .stack-item.current {
  transition-delay: 400ms;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .speed-slide .stack-item {
    transition-duration: 300ms;
  }
  #gellmann .speed-slide .stack-item.current {
    transition-delay: 300ms;
  }
}
#gellmann .fadeup, #gellmann .lg-fadeup {
  transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(4.166667vw);
  opacity: 0;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .fadeup, #gellmann .xs-fadeup {
    transform: translateY(11.111111vw);
  }
  #gellmann .lg-fadeup {
    transition: none;
    transform: none;
    opacity: 1;
  }
  #gellmann .xs-fadeup {
    transition: opacity 500ms ease-in, transform 500ms cubic-bezier(0.26, 0.67, 0.48, 0.91);
    opacity: 0;
  }
}
#gellmann .fadeup.animated, #gellmann .lg-fadeup.animated, #gellmann .xs-fadeup.animated {
  transform: translateY(0);
  opacity: 1;
}
#gellmann .w-1560 {
  width: 81.25vw;
}
#gellmann .w-1366 {
  width: 71.1458vw;
}
#gellmann .w-1346 {
  width: 70.10416vw;
}
#gellmann .w-1296 {
  width: 67.5vw;
}
#gellmann .w-1200 {
  width: 62.5vw;
}
#gellmann .w-1080 {
  width: 56.25vw;
}
#gellmann .w-1068 {
  width: 55.625vw;
}
#gellmann .w-840 {
  width: 43.75vw;
}
#gellmann .w-800 {
  width: 41.666vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .xs\:w-full {
    width: 100%;
  }
  #gellmann .xs\:w-688 {
    width: 95.555556vw;
  }
  #gellmann .xs\:w-656 {
    width: 91.111111vw;
  }
  #gellmann .xs\:w-640 {
    width: 88.888889vw;
  }
  #gellmann .xs\:w-624 {
    width: 86.666vw;
  }
  #gellmann .xs\:w-620 {
    width: 86.1111vw;
  }
  #gellmann .xs\:w-592 {
    width: 82.222222vw;
  }
  #gellmann .xs\:w-560 {
    width: 77.777778vw;
  }
}
#gellmann .mt-1\.25 {
  margin-top: 1.25em;
}
#gellmann .mt-1\.6 {
  margin-top: 1.6em;
}
#gellmann .mx-auto, #gellmann .lg\:mx-auto {
  margin-right: auto;
  margin-left: auto;
}
#gellmann .mt-8, #gellmann .lg\:mt-8 {
  margin-top: 0.416667vw;
}
#gellmann .mt-16, #gellmann .lg\:mt-16 {
  margin-top: 0.833333vw;
}
#gellmann .mt-24, #gellmann .lg\:mt-24 {
  margin-top: 1.25vw;
}
#gellmann .mt-32, #gellmann .lg\:mt-32 {
  margin-top: 1.666667vw;
}
#gellmann .mt-40, #gellmann .lg\:mt-40 {
  margin-top: 2.083333vw;
}
#gellmann .mt-48, #gellmann .lg\:mt-48 {
  margin-top: 2.5vw;
}
#gellmann .mt-56, #gellmann .lg\:mt-56 {
  margin-top: 2.916667vw;
}
#gellmann .mt-60, #gellmann .lg\:mt-60 {
  margin-top: 3.125vw;
}
#gellmann .mt-64, #gellmann .lg\:mt-64 {
  margin-top: 3.333333vw;
}
#gellmann .mt-72, #gellmann .lg\:mt-72 {
  margin-top: 3.75vw;
}
#gellmann .mt-80, #gellmann .lg\:mt-80 {
  margin-top: 4.166667vw;
}
#gellmann .mt-88, #gellmann .lg\:mt-88 {
  margin-top: 4.583333vw;
}
#gellmann .mt-96, #gellmann .lg\:mt-96 {
  margin-top: 5vw;
}
#gellmann .mt-100, #gellmann .lg\:mt-100 {
  margin-top: 5.2vw;
}
#gellmann .mt-104, #gellmann .lg\:mt-104 {
  margin-top: 5.416667vw;
}
#gellmann .mt-112, #gellmann .lg\:mt-112 {
  margin-top: 5.833333vw;
}
#gellmann .mt-120, #gellmann .lg\:mt-120 {
  margin-top: 6.25vw;
}
#gellmann .mt-144, #gellmann .lg\:mt-144 {
  margin-top: 7.5vw;
}
#gellmann .mt-160, #gellmann .lg\:mt-160 {
  margin-top: 8.333333vw;
}
#gellmann .mt-200, #gellmann .lg\:mt-200 {
  margin-top: 10.416667vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .lg\:mx-auto {
    margin-right: 0;
    margin-left: 0;
  }
  #gellmann .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #gellmann .mt-8, #gellmann .xs\:mt-8 {
    margin-top: 1.111111vw;
  }
  #gellmann .mt-16, #gellmann .xs\:mt-16 {
    margin-top: 2.222222vw;
  }
  #gellmann .mt-24, #gellmann .xs\:mt-24 {
    margin-top: 3.333333vw;
  }
  #gellmann .mt-32, #gellmann .xs\:mt-32 {
    margin-top: 4.444444vw;
  }
  #gellmann .mt-40, #gellmann .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #gellmann .mt-48, #gellmann .xs\:mt-48 {
    margin-top: 6.666667vw;
  }
  #gellmann .mt-56, #gellmann .xs\:mt-56 {
    margin-top: 7.777778vw;
  }
  #gellmann .mt-60, #gellmann .xs\:mt-60 {
    margin-top: 8.333vw;
  }
  #gellmann .mt-64, #gellmann .xs\:mt-64 {
    margin-top: 8.888889vw;
  }
  #gellmann .mt-72, #gellmann .xs\:mt-72 {
    margin-top: 10vw;
  }
  #gellmann .mt-80, #gellmann .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #gellmann .mt-88, #gellmann .xs\:mt-88 {
    margin-top: 12.222222vw;
  }
  #gellmann .mt-96, #gellmann .xs\:mt-96 {
    margin-top: 13.333333vw;
  }
  #gellmann .mt-100, #gellmann .xs\:mt-100 {
    margin-top: 13.888888vw;
  }
  #gellmann .mt-104, #gellmann .xs\:mt-104 {
    margin-top: 14.444444vw;
  }
  #gellmann .mt-112, #gellmann .xs\:mt-112 {
    margin-top: 15.555556vw;
  }
  #gellmann .mt-120, #gellmann .xs\:mt-120 {
    margin-top: 16.666667vw;
  }
  #gellmann .mt-144, #gellmann .xs\:mt-144 {
    margin-top: 20vw;
  }
  #gellmann .mt-160, #gellmann .xs\:mt-160 {
    margin-top: 22.222222vw;
  }
  #gellmann .mt-200, #gellmann .xs\:mt-200 {
    margin-top: 27.777778vw;
  }
  #gellmann .xs\:mt-0 {
    margin-top: 0;
  }
}
#gellmann .pt-200, #gellmann .lg\:pt-200 {
  padding-top: 10.416667vw;
}
#gellmann .pb-200, #gellmann .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}
#gellmann .py-200, #gellmann .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}
#gellmann .pt-160, #gellmann .lg\:pt-160 {
  padding-top: 8.333333vw;
}
#gellmann .pb-160, #gellmann .lg\:pb-160 {
  padding-bottom: 8.333333vw;
}
#gellmann .py-160, #gellmann .lg\:py-160 {
  padding-top: 8.333333vw;
  padding-bottom: 8.333333vw;
}
#gellmann .pt-120, #gellmann .lg\:pt-120 {
  padding-top: 6.25vw;
}
#gellmann .pb-120, #gellmann .lg\:pb-120 {
  padding-bottom: 6.25vw;
}
#gellmann .pt-112, #gellmann .lg\:pt-112 {
  padding-top: 5.833333vw;
}
#gellmann .pt-100, #gellmann .lg\:pt-100 {
  padding-top: 5.2vw;
}
#gellmann .pt-80, #gellmann .lg\:pt-80 {
  padding-top: 4.166667vw;
}
#gellmann .pb-80, #gellmann .lg\:pb-80 {
  padding-bottom: 4.166667vw;
}
#gellmann .pt-40, #gellmann .lg\:pt-40 {
  padding-top: 2.083333vw;
}
#gellmann .px-16 {
  padding-left: 0.833333vw;
  padding-right: 0.833333vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .pt-200, #gellmann .xs\:pt-200 {
    padding-top: 27.777778vw;
  }
  #gellmann .pb-200, #gellmann .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }
  #gellmann .py-200, #gellmann .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }
  #gellmann .pt-160, #gellmann .xs\:pt-160 {
    padding-top: 22.222222vw;
  }
  #gellmann .pb-160, #gellmann .xs\:pb-160 {
    padding-bottom: 22.222222vw;
  }
  #gellmann .py-160, #gellmann .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }
  #gellmann .pt-120, #gellmann .xs\:pt-120 {
    padding-top: 16.666667vw;
  }
  #gellmann .pt-100, #gellmann .xs\:pt-100 {
    padding-top: 13.8888vw;
  }
  #gellmann .pt-88, #gellmann .xs\:pt-88 {
    padding-top: 12.222222vw;
  }
  #gellmann .pt-80, #gellmann .xs\:pt-80 {
    padding-top: 11.111111vw;
  }
  #gellmann .px-16, #gellmann xs\:px-16 {
    padding-left: 2.222222vw;
    padding-right: 2.222222vw;
  }
  #gellmann .xs\:pt-0 {
    padding-top: 0;
  }
  #gellmann .xs\:pb-0 {
    padding-bottom: 0;
  }
  #gellmann .xs\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #gellmann .xs\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
#gellmann h2, #gellmann h3 {
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}
#gellmann h2 {
  font-size: 3.333vw;
}
#gellmann h3 {
  font-size: 2.5vw;
}
#gellmann h4 {
  font-size: 1.666667vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann h2 {
    font-size: 8.888vw;
  }
  #gellmann h3 {
    font-size: 6.666vw;
  }
  #gellmann h4 {
    font-size: 6.66vw;
  }
}
#gellmann strong {
  font-weight: 500;
  color: #fff;
}
#gellmann .note {
  will-change: opacity, color;
  font-size: max(8px, 0.625vw);
  color: rgba(255, 255, 255, 0.8);
}
#gellmann .note.note-black {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .note {
    font-size: 3.333333vw;
  }
  #gellmann .note.note-black {
    color: rgba(255, 255, 255, 0.8);
  }
}
#gellmann [data-footnote] {
  font-size: 0.6em;
  cursor: pointer;
}
#gellmann .nowrap {
  display: inline-block;
  white-space: nowrap;
}
#gellmann .text-gradient {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#gellmann .text-left {
  text-align: left;
}
#gellmann .text-center {
  text-align: center;
}
#gellmann .text-right {
  text-align: right;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .xs\:text-left {
    text-align: left;
  }
  #gellmann .xs\:text-center {
    text-align: center;
  }
  #gellmann .xs\:text-right {
    text-align: right;
  }
}
#gellmann .permalink {
  display: inline-flex;
  align-items: center;
  line-height: inherit;
  transition: opacity 300ms ease-out;
  color: inherit;
  --permalink-arrow: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"%3E%3Cpath d="M14.05 10.152L9.654 5.75a1.2 1.2 0 1 0-1.7 1.7L11.495 11l-3.544 3.541a1.2 1.2 0 1 0 1.7 1.7l4.399-4.386a1.21 1.21 0 0 0 0-1.7" fill="%23fff"/%3E%3C/svg%3E') center / 100% no-repeat;
  --permalink-arrow-purple: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"%3E%3Cpath d="M14.05 10.152L9.654 5.75a1.2 1.2 0 1 0-1.7 1.7L11.495 11l-3.544 3.541a1.2 1.2 0 1 0 1.7 1.7l4.399-4.386a1.21 1.21 0 0 0 0-1.7" fill="%238f6ab4"/%3E%3C/svg%3E') center / 100% no-repeat;
}
#gellmann .permalink::after {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background: var(--permalink-arrow);
}
html[dir=rtl] #gellmann .permalink::after {
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .permalink::after {
    transition: transform 300ms ease-out;
  }
  #gellmann .permalink:hover {
    opacity: 0.6;
  }
  #gellmann .permalink:hover::after {
    transform: translateX(4px);
  }
  html[dir=rtl] #gellmann .permalink:hover::after {
    transform: rotate(180deg) translateX(4px);
  }
}
#gellmann .permalink.arrow-purple::after {
  background: var(--permalink-arrow-purple);
}
#gellmann .video-container {
  position: relative;
}
#gellmann .inline-video {
  pointer-events: none;
}
#gellmann .start-frame-mask::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--start-frame) center/cover no-repeat;
  opacity: 0;
  transition: opacity 200ms 300ms ease-out;
  will-change: opacity;
}
#gellmann .start-frame-mask.show-start-frame::after {
  opacity: 1;
}
#gellmann .play-pause-button {
  position: absolute;
  z-index: 2;
  right: 1.25vw;
  bottom: 1.25vw;
  overflow: hidden;
  width: 2.083333vw;
  height: 2.083333vw;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
  transition: background-color 300ms ease-out;
  will-change: background-color, opacity;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .play-pause-button {
    right: 4.444444vw;
    bottom: 4.444444vw;
    width: 8.888889vw;
    height: 8.888889vw;
  }
}
#gellmann .play-pause-button .button-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  will-change: display, opacity;
}
#gellmann .playing .icon-pause, #gellmann .paused .icon-play, #gellmann .ended .icon-replay {
  display: block;
}
#gellmann .effect-fade .play-pause-button {
  transition-property: transform, opacity;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transform: scale(0.8);
  opacity: 0;
  will-change: opacity, transform;
}
#gellmann .effect-fade .swiper-slide-active .play-pause-button {
  transition-delay: 620ms;
  transform: scale(1);
  opacity: 1;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .effect-fade .swiper-slide-active .play-pause-button {
    transition-delay: 420ms;
  }
}
#gellmann.no-inline-video .play-pause-button {
  display: none;
}
#gellmann .replay-button {
  opacity: 0;
  transition: opacity 300ms;
  pointer-events: none;
  cursor: default;
}
#gellmann .ended .replay-button {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
#gellmann .modal-button-container {
  display: flex;
  justify-content: center;
}
#gellmann .modal-button-container .modal-button {
  --arrownav-background-color: 52, 53, 54;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-right: 0.833333vw;
  padding-left: 1.666667vw;
  cursor: pointer;
  height: 3.333333vw;
  background-color: rgba(var(--arrownav-background-color), 1);
  border-radius: 999px;
  transition: background-color 300ms ease-out;
}
#gellmann .modal-button-container .modal-button:hover {
  background-color: rgba(var(--arrownav-background-color), 0.6);
}
#gellmann .modal-button-container .button-copy {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #fff;
}
#gellmann .modal-button-container .button-icon {
  width: 1.666667vw;
  margin-left: 0.833333vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .modal-button-container .modal-button {
    height: 13.333333vw;
    padding-right: 3.333333vw;
    padding-left: 6.666667vw;
  }
  #gellmann .modal-button-container .button-copy {
    font-size: 3.888889vw;
  }
  #gellmann .modal-button-container .button-icon {
    width: 6.666667vw;
    margin-left: 3.333333vw;
  }
}
#gellmann .section-modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-duration: 600ms;
  transition-property: -webkit-backdrop-filter, backdrop-filter, background-color;
  transform: translateZ(0);
  outline: 0;
  background-color: rgba(25, 25, 26, 0);
  -webkit-backdrop-filter: blur(0px) brightness(100%);
  backdrop-filter: blur(0px) brightness(100%);
}
#gellmann .section-modal.modal-scrollable {
  padding-inline-end: var(--modal-scrollbar-buffer);
}
#gellmann .section-modal.modal-open {
  background-color: rgba(25, 25, 26, 0.8);
  -webkit-backdrop-filter: blur(50px) brightness(120%);
  backdrop-filter: blur(50px) brightness(120%);
}
#gellmann .section-modal.modal-open .modal-container {
  transition: transform 800ms cubic-bezier(0.65, 0.05, 0.36, 1), opacity 200ms ease-in;
  opacity: 1;
}
.has-modal-l #gellmann .section-modal.modal-open, .has-modal-l #gellmann .section-modal.modal-focus {
  z-index: 200;
}
.has-modal-l #gellmann .section-modal .modal-container {
  transform: translate3d(0, 0, 0);
}
#gellmann .section-modal.modal-focus {
  overflow: auto !important;
  padding-inline-end: 0;
}
#gellmann .section-modal.modal-focus .modal-container {
  transition: opacity 600ms;
}
#gellmann .section-modal .modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding-top: 3.333333vw;
  padding-bottom: 3.333333vw;
  transform: translate3d(0, 100vh, 0);
  opacity: 0;
  will-change: transform, opacity;
}
#gellmann .section-modal .modal-wrapper {
  position: relative;
  width: 81.25vw;
}
#gellmann .section-modal .modal-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-shrink: 0;
  padding-bottom: 4.166667vw;
  border-radius: 0.833333vw;
  background-color: #000;
}
#gellmann .section-modal .modal-close-container {
  position: absolute;
  top: 1.666667vw;
  right: 1.666667vw;
  bottom: 0;
  width: 2.083333vw;
}
#gellmann .section-modal .modal-close-button {
  position: sticky;
  z-index: 10;
  top: 2.083333vw;
  width: 100%;
  cursor: pointer;
  user-select: none;
  transition: background-color 300ms ease-out;
  border-radius: 100%;
  background-color: rgba(128, 128, 128, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .section-modal .modal-close-button:hover {
    background-color: rgba(128, 128, 128, 0.5);
  }
}
#gellmann .section-modal .modal-close-icon {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-modal .modal-container {
    padding-top: 8.888889vw;
    padding-bottom: 8.888889vw;
  }
  #gellmann .section-modal .modal-wrapper {
    width: 95.555556vw;
  }
  #gellmann .section-modal .modal-content {
    padding-bottom: 19.444444vw;
    border-radius: 2.222222vw;
  }
  #gellmann .section-modal .modal-close-container {
    top: 3.333333vw;
    right: 3.333333vw;
    width: 11.111111vw;
  }
  #gellmann .section-modal .modal-close-button {
    top: 3.333333vw;
  }
}
#gellmann .swiper:not(.swiper-fade) .swiper-wrapper, #gellmann .swiper:not(.swiper-fade) [data-swiper-parallax-x], #gellmann .swiper:not(.swiper-fade) [data-swiper-parallax-y], #gellmann .swiper:not(.swiper-fade) [data-swiper-parallax-opacity], #gellmann .swiper:not(.swiper-fade) [data-swiper-parallax-scale], #gellmann .swiper:not(.swiper-fade) .transform-item {
  transition-timing-function: cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
#gellmann .swiper.swiper-touched .swiper-wrapper, #gellmann .swiper.swiper-touched [data-swiper-parallax-x], #gellmann .swiper.swiper-touched [data-swiper-parallax-y], #gellmann .swiper.swiper-touched [data-swiper-parallax-opacity], #gellmann .swiper.swiper-touched [data-swiper-parallax-scale], #gellmann .swiper.swiper-touched .transform-item {
  transition-timing-function: ease !important;
}
#gellmann .swiper.swiper-fade .swiper-slide, #gellmann .swiper.swiper-fade .transform-item {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#gellmann .swiper.swiper-click .swiper-slide:not(.swiper-slide-visible) {
  cursor: pointer;
}
#gellmann .swiper.swiper-click-inside .swiper-slide {
  cursor: pointer;
}
#gellmann .swiper.swiper-click-inside .swiper-slide-active, #gellmann .swiper.swiper-click-inside .swiper-slide-next {
  cursor: auto;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .swiper.swiper-click-inside .swiper-slide-next {
    cursor: pointer;
  }
}
#gellmann .arrownav-list {
  display: flex;
}
#gellmann .arrownav-list .arrownav-item {
  position: relative;
  width: 2.5vw;
  height: 2.5vw;
  cursor: pointer;
  user-select: none;
  transition: opacity 300ms ease-out;
  border-radius: 50%;
  opacity: 1;
}
#gellmann .arrownav-list .arrownav-item img {
  transition: opacity 300ms ease-out;
  position: relative;
  z-index: 10;
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .arrownav-list .arrownav-item:hover::before img {
    opacity: 0.8;
  }
}
#gellmann .arrownav-list .arrownav-disabled {
  cursor: default;
}
#gellmann .arrownav-list .arrownav-disabled img {
  opacity: 0.3;
}
#gellmann .arrownav-list .arrownav-next {
  margin-left: 1.25vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .arrownav-list .arrownav-item {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  #gellmann .arrownav-list .arrownav-next {
    margin-left: 4.444444vw;
  }
}
#gellmann .section-carousel {
  overflow: hidden;
}
#gellmann .section-carousel .swiper {
  overflow: visible;
}
#gellmann .section-carousel .inline-video {
  pointer-events: none;
}
#gellmann .section-carousel .note-overlay {
  position: absolute;
  right: 1.25vw;
  bottom: 1.25vw;
}
#gellmann .section-carousel .slide-content {
  width: 90%;
  padding-top: 2.083333vw;
  padding-left: 0.833333vw;
  padding-right: 0.833333vw;
  cursor: auto;
}
#gellmann .section-carousel .arrownav-list {
  position: relative;
  height: 2.604167vw;
}
#gellmann .section-carousel .arrownav-item-bg {
  width: 2.5vw;
  height: 2.5vw;
  position: relative;
}
#gellmann .section-carousel .arrownav-item {
  position: absolute;
  bottom: 0;
}
#gellmann .section-carousel .arrownav-prev {
  right: 3.645833vw;
}
#gellmann .section-carousel .arrownav-next {
  right: 0;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-carousel .note-overlay {
    right: 3.333333vw;
    bottom: 3.333333vw;
  }
  #gellmann .section-carousel .slide-content {
    padding-top: 6.666667vw;
    padding-left: 2.222222vw;
    padding-right: 2.222222vw;
  }
  #gellmann .section-carousel .arrownav-list {
    height: 11.666667vw;
  }
  #gellmann .section-carousel .arrownav-prev {
    right: 16.944444vw;
  }
}
#gellmann .carousel-col-2 .swiper-slide {
  width: 33.125vw;
}
#gellmann .carousel-col-2 .slide-content {
  width: 80%;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .carousel-col-2 .swiper-slide {
    width: 100%;
  }
}
#gellmann .tabnav-section, #gellmann .tabnav-custom-section {
  position: relative;
  overflow: hidden;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .tabnav-content {
    --tabnav-space: 6.94444vw;
  }
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .tabnav-track {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #gellmann .tabnav-track::-webkit-scrollbar {
    display: none;
  }
  #gellmann .tabnav-container {
    padding-right: var(--tabnav-space);
    padding-left: var(--tabnav-space);
  }
}
#gellmann .disable-transitions .tabnav-item, #gellmann .disable-transitions .tabnav-indicator, #gellmann .disable-transitions .tabnav-indicator::after, #gellmann .disable-transitions .tabnav-caption {
  transition: none !important;
}
#gellmann .tabnav-wrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
#gellmann .tabnav-list {
  position: relative;
  z-index: 10;
  display: flex;
}
#gellmann .tabnav-item {
  flex-shrink: 0;
}
#gellmann .tabnav-item sup {
  pointer-events: none;
}
#gellmann .tabnav-indicator {
  overflow: hidden;
  pointer-events: none;
  border-radius: 999px;
}
#gellmann .tabnav-line-x .tabnav-track, #gellmann .tabnav-pill .tabnav-track {
  display: flex;
}
#gellmann .tabnav-line-x .tabnav-container, #gellmann .tabnav-pill .tabnav-container {
  margin-right: auto;
  margin-left: auto;
}
#gellmann .tabnav-line-x .tabnav-item, #gellmann .tabnav-pill .tabnav-item {
  color: #fff;
  cursor: pointer;
  user-select: none;
  transition-timing-function: ease-out;
  transition-duration: 200ms;
  transform: translateZ(0);
  white-space: nowrap;
  outline: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-shadow: 0 0 1.0416vw #3B3DFF;
}
#gellmann .tabnav-line-x .tabnav-item.current, #gellmann .tabnav-pill .tabnav-item.current {
  cursor: default;
  transition-duration: 400ms;
}
#gellmann .tabnav-line-x .tabnav-label, #gellmann .tabnav-pill .tabnav-label {
  color: inherit;
  font-size: inherit;
}
#gellmann .tabnav-line-x .tabnav-list {
  gap: 2.916667vw;
  margin-top: -0.416667vw;
}
#gellmann .tabnav-line-x .tabnav-item {
  font-size: 1.25vw;
  opacity: 0.4;
  padding-top: 0.416667vw;
  padding-bottom: 0.416667vw;
  transition-property: opacity;
  will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .tabnav-line-x .tabnav-item:not(.current):hover {
    opacity: 0.6;
  }
}
#gellmann .tabnav-line-x .tabnav-item.current {
  opacity: 1;
}
#gellmann .tabnav-line-x .tabnav-indicator {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 0.416667vw;
}
#gellmann .tabnav-line-x .tabnav-indicator::after {
  width: var(--tabnav-size, 0);
  height: 100%;
  transition-property: width, transform;
  transform: translateX(var(--tabnav-start, 0));
}
#gellmann .tabnav-line-y .tabnav-list {
  flex-direction: column;
  gap: 2.083333vw;
  padding-left: 2.083333vw;
}
#gellmann .tabnav-line-y .tabnav-item {
  font-size: 0;
}
#gellmann .tabnav-line-y .tabnav-item.current .tabnav-label, #gellmann .tabnav-line-y .tabnav-item.current .tabnav-caption {
  opacity: 1;
}
#gellmann .tabnav-line-y .tabnav-item.current .tabnav-label {
  cursor: default;
  transition-duration: 400ms;
}
#gellmann .tabnav-line-y .tabnav-item:not(.current) .tabnav-collapse {
  height: 0;
}
#gellmann .tabnav-line-y .tabnav-label {
  display: inline-block;
  font-size: 1.25vw;
  cursor: pointer;
  user-select: none;
  transition-timing-function: ease-out;
  transition-duration: 200ms;
  transition-property: opacity;
  opacity: 0.4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .tabnav-line-y .tabnav-label:hover {
    opacity: 0.6;
  }
}
#gellmann .tabnav-line-y .tabnav-collapse {
  overflow: hidden;
  transition: height 400ms ease-out;
}
#gellmann .tabnav-line-y .tabnav-caption {
  padding-top: 0.833333vw;
  font-size: 1.041667vw;
  transition-property: opacity;
  transition-duration: 400ms;
  opacity: 0;
}
#gellmann .tabnav-line-y .tabnav-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
}
#gellmann .tabnav-line-y .tabnav-indicator::after {
  width: 100%;
  height: var(--tabnav-size, 0);
  transition-property: height, transform;
  transform: translateY(var(--tabnav-start, 0));
}
#gellmann .tabnav-line-y .tabnav-caption-list {
  display: none;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .tabnav-line-y .tabnav-container {
    margin-right: auto;
    margin-left: auto;
  }
  #gellmann .tabnav-line-y .tabnav-list {
    flex-direction: row;
    padding-left: 0;
  }
  #gellmann .tabnav-line-y .tabnav-label {
    font-size: inherit;
    white-space: nowrap;
  }
  #gellmann .tabnav-line-y .tabnav-collapse {
    display: none;
  }
  #gellmann .tabnav-line-y .tabnav-caption-list {
    display: grid;
    text-align: center;
  }
  #gellmann .tabnav-line-y .tabnav-caption {
    position: relative;
    width: 100%;
    padding-top: 0;
    font-size: inherit;
  }
  #gellmann .tabnav-line-y .tabnav-caption.current {
    opacity: 1;
  }
  #gellmann .tabnav-line-y .tabnav-indicator {
    position: relative;
    width: 100%;
  }
  #gellmann .tabnav-line-y .tabnav-indicator::after {
    width: var(--tabnav-size, 0);
    height: 100%;
    transition-property: width, transform;
    transform: translateX(var(--tabnav-start, 0));
  }
  #gellmann .tabnav-line-y .tabnav-caption-list {
    display: grid;
  }
}
#gellmann .tabnav-line-x .tabnav-indicator::before, #gellmann .tabnav-line-y .tabnav-indicator::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #26275D;
}
#gellmann .tabnav-line-x .tabnav-indicator::after, #gellmann .tabnav-line-y .tabnav-indicator::after {
  position: relative;
  display: block;
  overflow: hidden;
  content: "";
  transition-timing-function: ease-out;
  transition-duration: 400ms;
  border-radius: 999px;
  background-image: linear-gradient(to right, #D6D7FC 0%, #4C4EBD 100%);
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .tabnav-line-x .tabnav-list, #gellmann .tabnav-line-y .tabnav-list {
    gap: 11.111111vw;
    margin-top: -3.333333vw;
  }
  #gellmann .tabnav-line-x .tabnav-item, #gellmann .tabnav-line-y .tabnav-item {
    padding-top: 3.333333vw;
    padding-bottom: 3.333333vw;
    font-size: 5.555556vw;
  }
}
#gellmann .tabnav-pill .tabnav-wrapper {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 2.916667vw;
  padding: 0.208333vw;
  border-radius: 999px;
  background-color: #343536;
}
#gellmann .tabnav-pill .tabnav-list {
  height: 100%;
}
#gellmann .tabnav-pill .tabnav-item {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 1.25vw;
  padding-left: 1.25vw;
  font-size: 0.9375vw;
  transition-property: color;
  color: rgba(255, 255, 255, 0.6);
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .tabnav-pill .tabnav-item:not(.current):hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
#gellmann .tabnav-pill .tabnav-item.current {
  transition-delay: 160ms;
  transition-duration: 240ms;
  color: #000;
}
#gellmann .tabnav-pill .tabnav-indicator {
  position: absolute;
  width: var(--tabnav-size, 0);
  height: 2.5vw;
  transition-timing-function: ease-out;
  transition-duration: 400ms;
  transition-property: width, transform;
  transform: translateX(var(--tabnav-start, 0));
  background-color: #fff;
}
#gellmann .tabnav-pill .stack-list {
  text-align: center;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .tabnav-pill .tabnav-wrapper {
    height: 13.333333vw;
    padding: 1.111111vw;
  }
  #gellmann .tabnav-pill .tabnav-item {
    padding-right: 5.555556vw;
    padding-left: 5.555556vw;
    font-size: 3.888889vw;
  }
  #gellmann .tabnav-pill .tabnav-indicator {
    height: 11.111111vw;
  }
}
#gellmann .shine-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.166667vw;
}
#gellmann .shine-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 0.416667vw;
  border-radius: 999px;
  background-color: #181726;
}
#gellmann .shine-body {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 100%;
  border-radius: 999px;
}
#gellmann .shine-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.25vw;
  height: 6.25vw;
  pointer-events: none;
  will-change: transform, opacity;
}
#gellmann .shine-item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
#gellmann .shine-foreground {
  z-index: 10;
}
#gellmann .shine-foreground::after {
  background-image: radial-gradient(closest-side, #fff, rgba(224, 211, 253, 0.67) 14%, rgba(214, 193, 253, 0.38) 39%, rgba(199, 169, 240, 0));
  filter: blur(17px);
}
#gellmann .shine-border {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 2px;
  pointer-events: none;
  border-radius: 999px;
  background-color: #000;
}
#gellmann .shine-border::before, #gellmann .shine-border::after {
  display: block;
  overflow: hidden;
  content: "";
  border-radius: 999px;
}
#gellmann .shine-border::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  -webkit-box-shadow: inset 0 0 2.604167vw #625477;
  box-shadow: inset 0 0 2.604167vw #625477;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#gellmann .shine-border::after {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#gellmann .shine-background {
  position: absolute;
  z-index: 3;
  top: 0.260417vw;
  right: 0.260417vw;
  bottom: 0.260417vw;
  left: 0.260417vw;
  opacity: 0.85;
  border-radius: 999px;
  background-image: linear-gradient(90deg, #1f1136, #31204d, #1f1136);
  filter: blur(9px);
}
#gellmann .shine-inset::after {
  background-image: radial-gradient(closest-side, #fff, rgba(235, 211, 255, 0.85) 20%, rgba(230, 211, 255, 0.25) 60%, transparent);
}
#gellmann .shine-cursor .shine-item {
  transition: opacity 300ms;
  transform: translate3d(calc(var(--shine-x, 0) - 50%), calc(var(--shine-y, 0) - 50%), 0);
  opacity: 0;
}
#gellmann .shine-cursor .shine-item::after {
  transition: transform 300ms;
  transform: scale(0);
}
#gellmann .shining .shine-item {
  opacity: 1;
}
#gellmann .shining .shine-item::after {
  transform: scale(1);
}
#gellmann .shine-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .shine-container {
    height: 15.555556vw;
  }
  #gellmann .shine-wrapper {
    padding: 1.111111vw;
  }
  #gellmann .shine-cursor .shine-foreground {
    top: -3.055556vw;
    right: -9.722222vw;
  }
  #gellmann .shine-cursor .shine-inset {
    top: -3.055556vw;
    right: -9.722222vw;
  }
  #gellmann .shine-item {
    width: 19.444444vw;
    height: 19.444444vw;
  }
  #gellmann .shine-background {
    top: 0.555556vw;
    right: 0.555556vw;
    bottom: 0.555556vw;
    left: 0.555556vw;
  }
  #gellmann .shine-border::before {
    -webkit-box-shadow: inset 0 0 6.944444vw #8671a5;
    box-shadow: inset 0 0 6.944444vw #8671a5;
  }
}
#gellmann .shine-circle {
  border-radius: 100%;
  background-color: #282138;
}
#gellmann .shine-circle .shine-item {
  transition: opacity 300ms;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .shine-circle:hover .shine-item {
    opacity: 1;
  }
}
#gellmann .shine-circle .shine-foreground {
  width: 125%;
  height: 125%;
}
#gellmann .shine-circle .shine-foreground::after {
  filter: blur(10px);
}
#gellmann .shine-circle .shine-border {
  padding: 1px;
  background-color: transparent;
}
#gellmann .shine-circle .shine-border::before {
  border: 1px solid #282138;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#gellmann .shine-circle .shine-border::after {
  z-index: 4;
  background-color: #211a2e;
}
#gellmann .shine-circle .shine-inset {
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .shine-circle .shine-item {
    opacity: 1;
  }
}
#gellmann .player-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#gellmann .player-button .button-copy {
  line-height: 1.25;
  color: #FFFFFF;
}
#gellmann .player-button .button-icon {
  transition: all 0.6s ease-out;
  border-radius: 50%;
  position: relative;
}
#gellmann .player-button .button-icon > img {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
#gellmann .player-button.button-normal .button-copy {
  font-size: 1.041667vw;
}
#gellmann .player-button.button-normal .button-icon {
  width: 1.666667vw;
  margin-left: 0.8333vw;
}
#gellmann .player-button.button-large .button-copy {
  font-size: 1.25vw;
}
#gellmann .player-button.button-large .button-icon {
  width: 2.916667vw;
  margin-left: 0.833333vw;
}
#gellmann .player-button.button-dark {
  --button-background: 0, 0, 0;
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .player-button:hover .button-icon {
    border: min(2px, 0.1vw) solid rgba(var(--button-background-border), 0.6);
  }
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .player-button.button-normal .button-copy {
    font-size: 4.444444vw;
  }
  #gellmann .player-button.button-normal .button-icon {
    width: 6.66vw;
    margin-left: 2.5vw;
    border: min(2px, 0.2777vw) solid rgba(var(--button-background-border), 1);
  }
  #gellmann .player-button.button-large .button-copy {
    font-size: 4.444444vw;
  }
  #gellmann .player-button.button-large .button-icon {
    width: 8.888889vw;
    margin-left: 3.333333vw;
  }
}
#gellmann .section-header {
  position: relative;
  z-index: 10;
}
#gellmann .glow-headline {
  position: relative;
  z-index: 1;
}
#gellmann .glow-headline span {
  background-color: transparent;
}
#gellmann .glow-headline .glow-container {
  position: relative;
  display: inline-flex;
  overflow: visible;
  justify-content: center;
}
#gellmann .glow-headline .glow-gradient::before {
  z-index: 5;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #564172, #ad97c9);
  -webkit-background-clip: text;
  background-clip: text;
}
#gellmann .glow-headline .glow-blur {
  position: absolute;
  display: inline-flex;
  overflow: visible;
  justify-content: center;
  width: 100%;
}
#gellmann .glow-headline .glow-blur::before, #gellmann .glow-headline .glow-blur::after {
  position: absolute;
  top: 0;
  display: inline-block;
  content: attr(data-text);
  transform: translateZ(0);
  opacity: 0;
}
#gellmann .glow-headline .glow-blur-1::before {
  z-index: 1;
  color: #6565FF;
  filter: blur(18px);
  -webkit-filter: blur(18px);
}
#gellmann .glow-headline .glow-blur-1::after {
  z-index: 2;
  color: #6565FF;
  filter: blur(9px);
  -webkit-filter: blur(9px);
}
#gellmann .glow-headline .glow-blur-2::before {
  z-index: 3;
  color: #6565FF;
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
#gellmann .glow-headline .glow-blur-2::after {
  display: none;
}
#gellmann .glow-headline .glow-white {
  position: relative;
  z-index: 4;
  opacity: 0.8;
  color: #fff;
}
#gellmann .glow-headline .glow-purple {
  background-image: linear-gradient(180deg, #564172, #ad97c9 25%, #9583ac 50%);
  background-position-y: 100%;
  background-size: 100% 300%;
}
#gellmann .glow-headline.animated .glow-blur::before, #gellmann .glow-headline.animated .glow-blur::after, #gellmann .glow-headline.animated .glow-white {
  transition: opacity 1.2s;
  opacity: 1;
}
#gellmann .glow-headline.animated .glow-purple {
  transition: opacity 1.2s, background-position-y 0.6s;
  opacity: 1;
  background-position-y: 0;
}
#gellmann .card-border {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px 1px 0;
  pointer-events: none;
  background-image: linear-gradient(180deg, #3b3343, rgba(29, 25, 33, 0.5), #000);
}
#gellmann .card-border-mask {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #211e2b, #0e0c15);
}
#gellmann .common-button-item {
  border-radius: 50%;
  overflow: hidden;
  clip-path: circle(49% at 50% 50%);
}
#gellmann .common-button-item .common-button-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  backdrop-filter: blur(1.041667vw);
  overflow: hidden;
  will-change: opacity;
  /* transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); */
}
#gellmann .common-button-item .outer-glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: blur(0.416667vw);
  z-index: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
}
#gellmann .common-button-item .outer-glow-1::after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle farthest-corner at 50% 50%, rgb(255, 255, 255) 0%, rgba(193, 198, 255, 0.67) 10%, rgba(168, 195, 255, 0.38) 50%, rgba(169, 191, 240, 0) 100%);
  opacity: 0.15;
  transition: opacity 0.4s;
  will-change: opacity;
}
#gellmann .common-button-item .no-shining-button-item-2 .outer-glow-1::after {
  width: 2.604167vw;
  height: 2.604167vw;
}
#gellmann .common-button-item .outer-glow-2 {
  position: absolute;
  top: -0.104167vw;
  left: -0.104167vw;
  width: calc(100% + 0.208333vw);
  height: calc(100% + 0.208333vw);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(214, 233, 255, 0.01) 50%, rgba(100, 118, 255, 0) 100%);
  filter: blur(2px);
  z-index: 0;
  opacity: 0.8;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0);
}
#gellmann .common-button-item .blur-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(100, 118, 255, 0.25) 0%, rgba(80, 100, 255, 0.2) 50%, rgba(60, 80, 240, 0.15) 100%);
  filter: blur(3px) brightness(1.1) contrast(1.2);
  opacity: 0.18;
  z-index: 2;
  mix-blend-mode: screen;
  border: 1px solid rgba(255, 255, 255, 0);
}
#gellmann .common-button-item .inner-halo {
  position: absolute;
  top: 0.208333vw;
  left: 0.208333vw;
  width: calc(100% - 0.416667vw);
  height: calc(100% - 0.416667vw);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12) 0%, rgba(214, 233, 255, 0.08) 30%, transparent 70%);
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0);
}
#gellmann .common-button-item .rectangle-overlay {
  position: absolute;
  top: 0.572917vw;
  left: 50%;
  transform: translateX(-50%);
  width: 1.48vw;
  height: 0.7vw;
  background: linear-gradient(90deg, rgba(214, 233, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(214, 233, 255, 0.4) 100%);
  opacity: 0.35;
  filter: blur(0.3125vw) brightness(1.3);
  z-index: 4;
  border-radius: 0.520833vw;
  box-shadow: 0 0 0.416667vw rgba(214, 233, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0);
}
#gellmann .common-button-item .inner-shadow-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.104167vw 0.625vw rgba(226, 237, 255, 0.6), inset 0 0 1.041667vw rgba(100, 118, 255, 0.1);
  z-index: 5;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0);
}
#gellmann .common-button-item .inner-shadow-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 0.78125vw rgba(255, 255, 255, 0.1);
  z-index: 6;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0);
}
#gellmann .common-button-item .particles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s;
  border: 1px solid rgba(255, 255, 255, 0);
}
#gellmann .common-button-item .particle {
  position: absolute;
  background: linear-gradient(135deg, rgb(208, 222, 255) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  box-shadow: 0 0 0.208333vw rgba(208, 222, 255, 0.5);
}
@media (min-aspect-ratio: 12/10) {
  #gellmann .common-button-item.no-shining-button-item-1 .rectangle-overlay {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.2vw;
    height: 1.2vw;
    background: linear-gradient(90deg, rgba(214, 233, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(214, 233, 255, 0.4) 100%);
    opacity: 0.35;
    filter: blur(0.1vw) brightness(1.1);
    border-radius: 0.920833vw;
    box-shadow: 0 0 0.416667vw rgba(214, 233, 255, 0.3);
  }
  #gellmann .common-button-item.no-shining-button-item-1 .inner-shadow-1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.104167vw 0.425vw rgba(226, 237, 255, 0.6), inset 0 0 0.641667vw rgba(100, 118, 255, 0.1);
  }
  #gellmann .common-button-item.no-shining-button-item-1 .inner-shadow-2 {
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 0.48125vw rgba(255, 255, 255, 0.1);
  }
  #gellmann .common-button-item.no-shining-button-item-2 .rectangle-overlay {
    opacity: 0;
  }
  #gellmann .common-button-item.no-shining-button-item-2 .inner-shadow-1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.104167vw 0.425vw rgba(226, 237, 255, 0.6), inset 0 0 0.641667vw rgba(100, 118, 255, 0.1);
  }
  #gellmann .common-button-item.no-shining-button-item-2 .inner-shadow-2 {
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 0.48125vw rgba(255, 255, 255, 0.1);
  }
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .common-button-item .outer-glow-1 {
    filter: blur(2.083333vw);
  }
  #gellmann .common-button-item .no-shining-button-item-2 .outer-glow-1::after {
    width: 8.333333vw;
    height: 8.333333vw;
  }
  #gellmann .common-button-item .outer-glow-2 {
    top: 0.416667vw;
    left: 0.416667vw;
    width: calc(100% + 0.833333vw);
    height: calc(100% + 0.833333vw);
    filter: blur(3px);
  }
  #gellmann .common-button-item .blur-background {
    opacity: 0.6;
    filter: blur(1vw) brightness(1.1) contrast(1.2);
  }
  #gellmann .common-button-item .inner-halo {
    position: absolute;
    top: 0.833333vw;
    left: 0.833333vw;
    width: calc(100% - 1.666667vw);
    height: calc(100% - 1.666667vw);
  }
  #gellmann .common-button-item .rectangle-overlay {
    top: 50%;
    left: 50%;
    width: 5.833333vw;
    height: 5.833333vw;
    transform: translate(-50%, -50%);
    filter: blur(0.833333vw) brightness(0.9);
    border-radius: 2.083333vw;
    opacity: 0.5;
  }
  #gellmann .common-button-item .inner-shadow-1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.416667vw 2.5vw rgba(226, 237, 255, 0.6), inset 0 0 4.166667vw rgba(100, 118, 255, 0.1);
  }
  #gellmann .common-button-item .inner-shadow-2 {
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 3.125vw rgba(255, 255, 255, 0.1);
  }
  #gellmann .common-button-item .particles-container {
    display: none;
  }
  #gellmann .common-button-item.no-shining-button-item-1 .common-button-bottom .rectangle-overlay {
    width: 3.888889vw;
    height: 3.888889vw;
    filter: blur(1.333333vw) brightness(0.9);
    border-radius: 2.083333vw;
    opacity: 0.8;
  }
  #gellmann .common-button-item.no-shining-button-item-1 .common-button-bottom .inner-shadow-1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.416667vw 1.138889vw rgba(226, 237, 255, 0.5), inset 0 0 1.872222vw rgba(100, 118, 255, 0.1);
  }
  #gellmann .common-button-item.no-shining-button-item-1 .common-button-bottom .inner-shadow-2 {
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 0.986111vw rgba(255, 255, 255, 0.1);
  }
  #gellmann .common-button-item.no-shining-button-item-2 .blur-background {
    opacity: 0.1;
  }
  #gellmann .common-button-item.no-shining-button-item-2 .common-button-bottom .rectangle-overlay {
    width: 2.916667vw;
    height: 2.916667vw;
    filter: blur(0.75vw) brightness(0.9);
    border-radius: 2.083333vw;
    opacity: 0.5;
  }
  #gellmann .common-button-item.no-shining-button-item-2 .common-button-bottom .inner-shadow-1 {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0.416667vw 1.138889vw rgba(226, 237, 255, 0.5), inset 0 0 1.666667vw rgba(100, 118, 255, 0.1);
  }
  #gellmann .common-button-item.no-shining-button-item-2 .common-button-bottom .inner-shadow-2 {
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset -0.2px -0.3px 1px rgba(0, 0, 0, 0.05), inset 0 0 0.791667vw rgba(255, 255, 255, 0.1);
  }
}
#gellmann .no-shining-button-item .common-button-bottom {
  transition: opacity 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .no-shining-button-item-1:hover .common-button-bottom {
    opacity: 0.6;
  }
  #gellmann .no-shining-button-item-2:hover .outer-glow-1::after {
    opacity: 1;
  }
  #gellmann .shining-button-item:hover .outer-glow-1::after {
    opacity: 1;
  }
  #gellmann .shining-button-item:hover .particles-container {
    opacity: 1;
  }
  #gellmann .shining-button-item.arrownav-disabled:hover .outer-glow-1::after {
    opacity: 0.15;
  }
  #gellmann .shining-button-item.arrownav-disabled:hover .particles-container {
    opacity: 0;
  }
}
#gellmann .shining-container {
  border-radius: 1.666667vw;
  overflow: hidden;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .shining-container {
    border-radius: 6.666667vw;
  }
}
#gellmann .common-nav-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.666667vw;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  z-index: 1;
  backdrop-filter: blur(1.5625vw);
}
#gellmann .common-nav-bottom .outer-glow-1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3.333333vw;
  height: 3.333333vw;
  border-radius: 1.666667vw;
  filter: blur(1.041667vw);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s ease;
  transform: translate(calc(var(--shine-x, 0px) - 50%), 0);
  will-change: transform;
  overflow: hidden;
}
#gellmann .common-nav-bottom .outer-glow-1::after {
  content: "";
  display: block;
  position: absolute;
  width: 130%;
  height: 130%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle farthest-corner at 50% 50%, rgb(255, 255, 255) 0%, rgba(193, 198, 255, 0.77) 10%, rgba(168, 195, 255, 0.48) 50%, rgba(169, 191, 240, 0) 100%);
}
#gellmann .common-nav-bottom .outer-glow-2 {
  position: absolute;
  top: -0.104167vw;
  left: -0.104167vw;
  width: calc(100% + 0.208333vw);
  height: calc(100% + 0.208333vw);
  border-radius: 1.666667vw;
  background: linear-gradient(145deg, rgba(255, 237, 255, 0.1) 0%, rgba(255, 237, 255, 0.1) 50%, rgba(255, 237, 255, 0.1) 100%);
  filter: blur(0.3125vw);
  z-index: 1;
  opacity: 0.9;
  transition: all 0.3s ease;
}
#gellmann .common-nav-bottom .blur-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.666667vw;
  background: linear-gradient(135deg, rgba(100, 118, 255, 0.25) 0%, rgba(80, 100, 255, 0.2) 50%, rgba(60, 80, 240, 0.15) 100%);
  filter: blur(0.15625vw) brightness(1.1) contrast(1.2);
  opacity: 0.18;
  z-index: 3;
  mix-blend-mode: screen;
}
#gellmann .common-nav-bottom .inner-halo {
  position: absolute;
  top: 0.208333vw;
  left: 0.208333vw;
  width: calc(100% - 0.416667vw);
  height: calc(100% - 0.416667vw);
  border-radius: 1.666667vw;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12) 0%, rgba(214, 233, 255, 0.08) 30%, transparent 70%);
  z-index: 4;
  pointer-events: none;
  opacity: 0;
}
#gellmann .common-nav-bottom .rectangle-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12.291667vw;
  height: 1.302083vw;
  background: linear-gradient(90deg, rgba(214, 233, 255, 0.3) 0%, rgba(214, 233, 255, 0.3) 50%, rgba(214, 233, 255, 0.3) 100%);
  opacity: 0.35;
  filter: blur(0.520833vw) brightness(1.3);
  z-index: 5;
  border-radius: 1.041667vw;
  box-shadow: 0 0 0.3125vw rgba(214, 233, 255, 0.3);
  filter: blur(0.417vw) brightness(0.9);
  opacity: 0.5;
}
#gellmann .common-nav-bottom .inner-shadow-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.666667vw;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0.520833vw rgba(226, 237, 255, 0.6), inset 0 0 1.041667vw rgba(100, 118, 255, 0.1);
  z-index: 6;
  pointer-events: none;
}
#gellmann .common-nav-bottom .inner-shadow-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.666667vw;
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.05), inset 0 0 0.416667vw rgba(255, 255, 255, 0.1);
  z-index: 7;
  pointer-events: none;
}
#gellmann .common-nav-bottom .particles-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3.333333vw;
  height: 3.333333vw;
  border-radius: 1.666667vw;
  overflow: hidden;
  z-index: 2;
}
#gellmann .common-nav-bottom .particles-container {
  transform: translateX(calc(var(--shine-x, 0px) - 50%));
  opacity: 0;
  transition: opacity 0.8s ease;
}
#gellmann .common-nav-bottom .particle {
  position: absolute;
  background: linear-gradient(135deg, rgb(208, 222, 255) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  box-shadow: 0 0 0.208333vw rgba(208, 222, 255, 0.5);
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .common-nav-bottom {
    border-radius: 6.666667vw;
    backdrop-filter: blur(4.166667vw);
  }
  #gellmann .common-nav-bottom .outer-glow-1 {
    display: none;
  }
  #gellmann .common-nav-bottom .outer-glow-2 {
    top: -0.416667vw;
    left: -0.416667vw;
    width: calc(100% + 0.833333vw);
    height: calc(100% + 0.833333vw);
    border-radius: 6.666667vw;
    filter: blur(1.111111vw);
  }
  #gellmann .common-nav-bottom .blur-background {
    border-radius: 6.666667vw;
    filter: blur(0.625vw) brightness(1.1) contrast(1.2);
  }
  #gellmann .common-nav-bottom .inner-halo {
    position: absolute;
    top: 0.833333vw;
    left: 0.833333vw;
    width: calc(100% - 1.666667vw);
    height: calc(100% - 1.666667vw);
    border-radius: 6.666667vw;
  }
  #gellmann .common-nav-bottom .rectangle-overlay {
    width: 56.944444vw;
    height: 7.152778vw;
    opacity: 0.55;
    border-radius: 5.555556vw;
    box-shadow: 0 0 1.111111vw rgba(214, 233, 255, 0.3);
    filter: blur(1.666667vw) brightness(0.9);
  }
  #gellmann .common-nav-bottom .inner-shadow-1 {
    border-radius: 6.666667vw;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0 0 rgba(0, 0, 0, 0.1), inset 0 0.416667vw 2.083333vw rgba(226, 237, 255, 0.6), inset 0 0 4.166667vw rgba(100, 118, 255, 0.1);
  }
  #gellmann .common-nav-bottom .inner-shadow-2 {
    border-radius: 6.666667vw;
    box-shadow: inset 0.2px 0.3px 1px rgba(255, 255, 255, 0.8), inset 0 0 1px rgba(0, 0, 0, 0.05), inset 0 0 1.666667vw rgba(255, 255, 255, 0.1);
  }
  #gellmann .common-nav-bottom .particles-container {
    display: none;
  }
}
#gellmann .shining-container.shining .common-nav-bottom .particles-container {
  opacity: 1;
}
#gellmann .shining-container.shining .common-nav-bottom .outer-glow-1 {
  opacity: 1;
}
#gellmann .hero-sku {
  font-size: 0;
  text-align: center;
}
#gellmann .hero-sku .pricing {
  font-size: 1.458333vw;
  line-height: 1.25;
  color: #000;
}
#gellmann .hero-sku .from {
  font-size: 0.677083vw;
}
#gellmann .hero-sku [data-footnote] {
  font-size: 1em;
  vertical-align: inherit;
}
#gellmann .hero-sku .buy-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 22px;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  transition: opacity 300ms ease-out;
  color: #fff;
  border-radius: 6px;
  background-color: #000;
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .hero-sku .buy-cta:hover {
    opacity: 0.8;
  }
}
#gellmann .hero-sku.sku-light .pricing {
  color: #fff;
}
#gellmann .hero-sku.sku-light .buy-cta {
  color: #000;
  background-color: #fff;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .hero-sku .pricing {
    font-size: 5.555556vw;
  }
  #gellmann .hero-sku .from {
    font-size: 3.611111vw;
  }
}
#gellmann .section-highlights {
  overflow: hidden;
  z-index: 2;
  transform: translateZ(0);
  position: relative;
}
#gellmann .section-highlights .swiper {
  overflow: visible;
  z-index: 5;
}
#gellmann .section-highlights .swiper-slide {
  overflow: hidden;
}
#gellmann .section-highlights .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}
#gellmann .section-highlights .slide-media {
  width: 100%;
  height: 37.5vw;
}
#gellmann .section-highlights .slide-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gellmann .section-highlights .slide-content {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 2.291667vw 2.5vw;
  font-size: 1.666667vw;
}
#gellmann .section-highlights .slide-title {
  font-size: 1.666667vw;
  line-height: 1.5;
  color: #fff;
}
#gellmann .section-highlights .slide-title-01 {
  color: #000;
}
#gellmann .section-highlights .nav-container {
  display: flex;
  justify-content: center;
  width: fit-content;
}
#gellmann .section-highlights .nav-wrapper {
  display: flex;
  align-items: center;
  height: 3.333333vw;
  padding-right: 1.041667vw;
  padding-left: 1.041667vw;
  border-radius: 999px;
}
#gellmann .section-highlights .arrownav-item {
  flex-shrink: 0;
  width: 2.083333vw;
  cursor: pointer;
  user-select: none;
  transition: opacity 300ms ease-out;
  outline: 0;
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .section-highlights .arrownav-item:not(.arrownav-disabled):hover {
    opacity: 0.6;
  }
}
#gellmann .section-highlights .arrownav-disabled {
  cursor: default;
  opacity: 0.3;
}
#gellmann .section-highlights .dotnav-list {
  display: flex;
  margin-right: 0.677083vw;
  margin-left: 0.677083vw;
}
#gellmann .section-highlights .dotnav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.520833vw;
  height: 0.520833vw;
  margin-right: 0.260417vw;
  margin-left: 0.260417vw;
  cursor: pointer;
  transition: opacity 300ms ease-out;
  border-radius: 100%;
  outline: 0;
  opacity: 0.2;
  background-color: #fff;
}
#gellmann .section-highlights .dotnav-item::before {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 0.260417vw;
  content: "";
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .section-highlights .dotnav-item:hover {
    opacity: 0.5;
  }
}
#gellmann .section-highlights .dotnav-item.current {
  cursor: default;
  opacity: 0.8;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-highlights .section-heighlight-bg {
    width: 500%;
    height: 100%;
    top: 0vw;
    background-image: radial-gradient(#000000 0%, #000000 49%, #1F2946 51%, #5B6E90 54%, transparent 65%, transparent 100%);
    filter: blur(20px);
  }
  #gellmann .section-highlights .slide-media {
    height: 108.333333vw;
  }
  #gellmann .section-highlights .slide-content {
    margin: 6.111111vw 6.666667vw 0;
  }
  #gellmann .section-highlights .xs-content-below .slide-content {
    position: relative;
    top: auto;
    left: auto;
    margin: 6.111111vw 2.222222vw 0;
    text-align: center;
  }
  #gellmann .section-highlights .slide-title {
    font-size: 5.555556vw;
  }
  #gellmann .section-highlights .slide-title-01 {
    color: #fff;
  }
  #gellmann .section-highlights .nav-container {
    width: 62.2222vw;
    height: 13.33333vw;
  }
  #gellmann .section-highlights .nav-wrapper {
    height: 13.333333vw;
    padding-right: 1.666667vw;
    padding-left: 1.666667vw;
  }
  #gellmann .section-highlights .arrownav-item {
    width: 13.333333vw;
    padding: 2.5vw;
  }
  #gellmann .section-highlights .dotnav-list {
    margin-right: -0.555556vw;
    margin-left: -0.555556vw;
  }
  #gellmann .section-highlights .dotnav-item {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.666667vw;
    margin-left: 1.666667vw;
  }
  #gellmann .section-highlights .dotnav-item::before {
    padding: 1.666667vw;
  }
}

#gellmann .pointer-events {
  pointer-events: none;
}
#gellmann .section-hero .hero-content {
  width: 80%;
  margin: 0 auto;
  margin-top: -8.333vw;
  position: relative;
  z-index: 9;
}
#gellmann .section-hero .hero-content .hero-tilte-svg {
  width: 28.54166vw;
  margin: 0 auto;
}
#gellmann .section-hero .hero-content .hero-slogan {
  width: fit-content;
  white-space: nowrap;
  font-size: 3.333vw;
  line-height: 1.25;
  color: #FFFFFF;
  letter-spacing: 0.88vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-hero .hero-content {
    width: 90%;
    margin: 0 auto;
    margin-top: -34.1666vw;
  }
  #gellmann .section-hero .hero-content .hero-tilte-svg {
    width: 81.25vw;
  }
  #gellmann .section-hero .hero-content .hero-slogan {
    font-size: 9.44vw;
    letter-spacing: 2.2vw;
  }
}
#gellmann.no-inline-video .section-titleBig-video .gellmann-title-video-4 {
  width: 33.33vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann.no-inline-video .section-titleBig-video .gellmann-title-video-4 {
    width: 79.16666vw;
  }
  #gellmann.no-inline-video .section-titleBig-video .gellmann-title-video-4 > video {
    margin-left: 0;
    width: 100%;
  }
}
#gellmann .section-highlights {
  position: relative;
  z-index: 3;
}
#gellmann .section-highlights .nav-container {
  position: relative;
}
#gellmann .section-highlights .nav-container .nav-wrapper {
  position: relative;
  z-index: 2;
}
#gellmann .section-highlights .swiper-slide .slide-container {
  position: relative;
}
#gellmann .section-highlights .swiper-slide .slide-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s opacity ease-in;
  will-change: opacity;
}
#gellmann .section-highlights .swiper-slide.swiper-slide-04 .slide-media {
  border: 0.5px solid #3438A0;
}
#gellmann .section-highlights .swiper-slide .note-container {
  will-change: opacity, color;
  width: 80%;
  position: absolute;
  bottom: 1.666vw;
  right: 1.666vw;
  z-index: 5;
  text-align: right;
}
#gellmann .section-highlights .swiper-slide-active .slide-border {
  opacity: 1;
}
#gellmann .section-highlights .center-intro {
  font-size: 0.9375vw;
  color: #BCBCBC;
  position: absolute;
  z-index: 5;
  top: 8.177083vw;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-highlights .center-intro {
    font-size: 3.055556vw;
    top: 33.055556vw;
  }
  #gellmann .section-highlights .swiper-slide .slide-intro {
    color: #86868b;
  }
  #gellmann .section-highlights .swiper-slide.swiper-slide-04 .slide-media {
    border: none;
  }
  #gellmann .section-highlights .swiper-slide .note-container {
    bottom: 4.44vw;
    right: 4.44vw;
  }
}
#gellmann .section-id-video-one {
  position: relative;
  width: 100%;
}
#gellmann .section-id-video-one .section-id-video-one-img-bg {
  width: 100%;
  height: 60%;
  position: absolute;
  top: 32vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-image: radial-gradient(#0A1B39 0%, #000000 50%, #000000 100%);
}
#gellmann .section-id-video-one .section-id-video-one-content {
  position: relative;
  z-index: 3;
}
#gellmann .section-id-video-one .section-id-video-one-content .section-id-video-one-imgs-content {
  width: 67.5vw;
  position: relative;
}
#gellmann .section-id-video-one .section-id-video-one-content .section-id-video-one-imgs-content .section-id-video-one-img-pad {
  width: 100%;
  position: relative;
  z-index: 5;
  transform: translateY(10vw) rotate(5deg);
}
#gellmann .section-id-video-one .section-id-video-one-content .section-id-video-one-imgs-content .section-id-video-one-img-hand {
  width: 37.5vw;
  margin-left: 20.05vw;
  margin-top: -0.35vw;
  position: relative;
  z-index: 4;
  opacity: 0;
  transform: translateY(5vw);
}
#gellmann .section-id-video-one .section-id-video-one-content .section-id-video-one-icons {
  width: fit-content;
  margin: 0 auto;
  margin-top: -8.6vw;
  opacity: 0;
  transform: translateY(3vw);
  transition: transform 1s, opacity 1s;
  z-index: 9;
}
#gellmann .section-id-video-one .section-id-video-one-content .section-id-video-one-icons.animated {
  opacity: 1;
  transform: translateY(0vw);
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-id-video-one .section-id-video-one-img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 32vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-image: radial-gradient(#0A1B39 0%, #000000 50%, #000000 100%);
  }
  #gellmann .section-id-video-one .section-id-video-one-content {
    position: relative;
    z-index: 3;
  }
  #gellmann .section-id-video-one .section-id-video-one-content .section-id-video-one-imgs-content {
    width: 4.5833vw;
    position: relative;
  }
  #gellmann .section-id-video-one .section-id-video-one-content .section-id-video-one-imgs-content .section-id-video-one-img-pad {
    position: relative;
    z-index: 5;
    transform: translateY(5vw);
    transition: transform 1s;
    transform-origin: center center;
  }
  #gellmann .section-id-video-one .section-id-video-one-content .section-id-video-one-imgs-content .section-id-video-one-img-hand {
    display: none;
  }
  #gellmann .section-id-video-one .section-id-video-one-content .section-id-video-one-imgs-content.active .section-id-video-one-img-pad {
    transform: translateY(0) rotate(0deg);
  }
  #gellmann .section-id-video-one .section-id-video-one-content .section-id-video-one-imgs-content.active .section-id-video-one-img-hand {
    opacity: 1;
    transform: translateY(0vw);
  }
  #gellmann .section-id-video-one .section-id-video-one-content .section-id-video-one-icons {
    width: 27.7777vw;
    margin-left: 63.888vw;
    position: absolute;
    bottom: 61.11vw;
    left: 0;
    text-align: left;
  }
  #gellmann .section-id-video-one .section-id-video-one-content .section-id-video-one-icons .gellmann-text-icon:first-child {
    margin-bottom: 10.4166vw;
  }
}
#gellmann .section-color {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#gellmann .section-color .section-color-content .color-card-wrapper {
  width: 67.5vw;
  margin: 0 auto;
  position: relative;
}
#gellmann .section-color .section-color-btns {
  position: relative;
}
#gellmann .section-color .section-color-nav {
  width: fit-content;
}
#gellmann .section-color .section-color-nav .color-nav-txt-content {
  text-align: center;
}
#gellmann .section-color .section-color-nav .color-nav-txt-content .color-nav-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  font-size: 1.25vw;
  line-height: 1.6;
  color: #FFFFFF;
}
#gellmann .section-color .section-color-nav .color-nav-txt-content .color-nav-txt.active {
  opacity: 1;
  position: relative;
}
#gellmann .section-color .section-color-nav .color-nav-wrapper-container {
  position: relative;
  width: 10.625vw;
  height: 3.125vw;
  margin: 0 auto;
  margin-top: 1.25vw;
  border-radius: 999px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gellmann .section-color .section-color-nav .color-nav-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}
#gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-item {
  width: 1.77vw;
  height: 1.77vw;
  position: relative;
  cursor: pointer;
}
#gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-item.disable {
  pointer-events: none;
}
#gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-item::before {
  content: "";
  border: 1.5px solid #FFFFFF;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.6s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
#gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-item::after {
  content: "";
  width: 1.458vw;
  height: 1.458vw;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-item:not(:last-child) {
  margin-right: 0.729vw;
}
#gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-item.active {
  cursor: default;
}
#gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-item.active::before {
  opacity: 1;
}
#gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-blue::after {
  background-image: linear-gradient(60deg, #CADCF4, #24324D);
}
#gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-gray::after {
  background-image: linear-gradient(60deg, #181819, #3E3E3E);
}
#gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-space-gray::after {
  background-image: linear-gradient(60deg, #252326, #636264);
}
#gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-silver::after {
  background-image: linear-gradient(60deg, #9E9FA3, #F0F0F4);
}
#gellmann .section-color .section-color-list {
  position: absolute;
  right: 0;
  top: 0;
}
#gellmann .section-color .swiper {
  overflow: visible;
  position: relative;
  transform: translateY(5vw) rotate(-5deg);
  transform-origin: center center;
  transition: transform 0.8s;
}
#gellmann .section-color .swiper.animated {
  transform: rotate(0deg);
}
#gellmann .section-color .swiper .swiper-slide {
  opacity: 1;
  z-index: 1;
}
#gellmann .section-color .swiper .swiper-slide .color-card-image {
  transform-origin: 50% 50%;
}
#gellmann .section-color .swiper .swiper-slide.animation {
  z-index: 10;
}
#gellmann .section-color .swiper .swiper-slide.animation .color-card-image {
  transform: translateY(-100vh) rotate(10deg);
  transition: opacity 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}
#gellmann .section-color .swiper .swiper-slide-active .color-card-image {
  opacity: 1;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-color .section-color-content .color-card-wrapper {
    width: 45.69444vw;
  }
  #gellmann .section-color .section-color-nav .color-nav-txt-content .color-nav-txt {
    font-size: 6.666vw;
  }
  #gellmann .section-color .section-color-nav .color-nav-wrapper-container {
    margin-top: 6.66vw;
    width: 56.666vw;
    height: 16.66666vw;
  }
  #gellmann .section-color .section-color-nav .color-nav-wrapper-container .common-nav-bottom {
    border-radius: 999px;
  }
  #gellmann .section-color .section-color-nav .color-nav-wrapper-container .common-nav-bottom .outer-glow-2 {
    border-radius: 999px;
  }
  #gellmann .section-color .section-color-nav .color-nav-wrapper-container .common-nav-bottom .blur-background {
    border-radius: 999px;
  }
  #gellmann .section-color .section-color-nav .color-nav-wrapper-container .common-nav-bottom .inner-halo {
    border-radius: 999px;
  }
  #gellmann .section-color .section-color-nav .color-nav-wrapper-container .common-nav-bottom .inner-shadow-1 {
    border-radius: 999px;
  }
  #gellmann .section-color .section-color-nav .color-nav-wrapper-container .common-nav-bottom .inner-shadow-2 {
    border-radius: 999px;
  }
  #gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-item {
    width: 10vw;
    height: 10vw;
  }
  #gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-item::before {
    border: 0.4166vw solid #FFFFFF;
  }
  #gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-item::after {
    width: 7.77vw;
    height: 7.77vw;
  }
  #gellmann .section-color .section-color-nav .color-nav-wrapper .color-nav-item:not(:last-child) {
    margin-right: 3.33vw;
  }
  #gellmann .section-color .section-color-list {
    display: none;
  }
  #gellmann .section-color .swiper {
    transform: translateY(5vw);
  }
  #gellmann .section-color .swiper.animated {
    transform: translateY(0vw);
  }
  #gellmann .section-color .swiper .swiper-slide.animation .color-card-image {
    transform: translateY(-100vh) rotate(0deg);
  }
}
#gellmann .section-beyond .section-beyond-content-video {
  position: relative;
  transform: scale(0.9) translateY(5vw);
  will-change: transform;
  transition: transform 1s ease;
  transform-origin: top center;
}
#gellmann .section-beyond .section-beyond-content-video .beyond-content-video-bg {
  position: relative;
  z-index: 3;
  width: 100%;
}
#gellmann .section-beyond .section-beyond-content-video .beyond-content-video-ux {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.5;
  will-change: opacity;
  transition: opacity 1s ease;
}
#gellmann .section-beyond .section-beyond-content-video.animated {
  transform: scale(1) translateY(0);
}
#gellmann .section-beyond .section-beyond-content-video.animated .beyond-content-video-ux {
  opacity: 1;
}
#gellmann .section-beyond .section-beyond-icons .section-beyond-icon-img {
  width: 10.5729vw;
}
#gellmann .section-beyond .gellmann-text-icons-content {
  margin: 0 auto;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-beyond .section-beyond-content {
    display: flex;
    flex-wrap: wrap;
  }
  #gellmann .section-beyond .section-beyond-content-video {
    order: 2;
  }
  #gellmann .section-beyond .section-beyond-title-content {
    order: 1;
  }
  #gellmann .section-beyond .gellmann-text-icons-content {
    margin-left: 0;
  }
  #gellmann .section-beyond .section-beyond-icons {
    order: 3;
  }
  #gellmann .section-beyond .section-beyond-icons .gellmann-text-icon {
    width: 100%;
  }
  #gellmann .section-beyond .section-beyond-icons .section-beyond-icon-img {
    width: 35.972vw;
  }
}
@media (max-width: 800px) and (min-width: 790px) {
  #gellmann .section-beyond .gellmann-text-icons-content {
    align-items: center;
  }
}
#gellmann .section-brilliance .section-brilliance-icons {
  width: fit-content;
}
#gellmann .section-brilliance .section-brilliance-icons .gellmann-title-imgTuv {
  width: 4.79166vw;
  margin-top: 0.9625vw;
}
#gellmann .section-brilliance .section-brilliance-icons .gellmann-title-imgDisplay {
  width: 11.14583vw;
  margin-top: 1.3vw;
}
#gellmann .section-brilliance .section-brilliance-title {
  position: relative;
  z-index: 3;
}
#gellmann .section-brilliance .section-brilliance-video {
  position: relative;
  z-index: 2;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-brilliance .section-brilliance-icons {
    width: fit-content;
  }
  #gellmann .section-brilliance .section-brilliance-icons .gellmann-title-imgTuv {
    width: 16.9444vw;
    margin-top: 1.5vw;
  }
  #gellmann .section-brilliance .section-brilliance-icons .gellmann-title-imgDisplay {
    width: 40.9722vw;
    margin-top: 11.111vw;
  }
  #gellmann .section-brilliance .section-brilliance-icons .gellmann-text-icon:first-child {
    margin-right: 17.22222vw;
  }
}
#gellmann .section-more-done {
  position: relative;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .section-more-done .swiper-slide:hover {
    cursor: pointer;
  }
  #gellmann .section-more-done .swiper-slide-active:hover {
    cursor: default;
  }
}
#gellmann .section-more-done .swiper-content {
  padding-left: 0.83333vw;
}
#gellmann .section-more-done .swiper-slide-video-content {
  position: relative;
}
#gellmann .section-more-done .note-container {
  will-change: opacity, color;
  width: 80%;
  position: absolute;
  bottom: 1.25vw;
  left: 1.25vw;
  z-index: 5;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-more-done .section-swiper {
    margin-left: 4.44vw;
  }
  #gellmann .section-more-done .swiper-content {
    width: 95%;
    padding-left: 6.666vw;
  }
  #gellmann .section-more-done .swiper-content > p {
    font-size: 3.888vw;
  }
  #gellmann .section-more-done .note-container {
    bottom: 4.44vw;
    left: 4.44vw;
  }
}
#gellmann .text-content-leftRight {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 66.25vw;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#gellmann .text-content-leftRight .intro-title {
  width: 26.5625vw;
}
#gellmann .text-content-leftRight .intro-text {
  width: 33.125vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .text-content-leftRight {
    display: block;
    width: 86.1111vw;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }
  #gellmann .text-content-leftRight .intro-title {
    width: 100%;
  }
  #gellmann .text-content-leftRight .intro-text {
    width: 100%;
    margin-top: 4.44vw;
  }
}
#gellmann .section-materials {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
#gellmann .section-materials .swiper-content {
  width: 48%;
  padding-left: 0.8333vw;
}
#gellmann .section-materials .arrownav-list {
  justify-content: flex-end;
}
#gellmann .section-materials .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-materials .swiper-content {
    padding-left: 6.666vw;
    width: 84.4443vw;
  }
  #gellmann .section-materials .section-swiper {
    margin-left: 4.44vw;
  }
  #gellmann .section-materials .stack-list {
    width: 100%;
  }
}
#gellmann .section-gopaint {
  width: 100%;
  overflow: hidden;
  padding-bottom: 6.25vw;
}
#gellmann .section-gopaint .section-gopaint-title-svg {
  text-align: center;
}
#gellmann .section-gopaint .section-gopaint-title-svg .intro-img {
  width: 4.1666vw;
  margin: 0 auto;
  transform-origin: 50% 0%;
  transform: scale(5);
}
#gellmann .section-gopaint .section-gopaint-content {
  font-weight: 500;
  opacity: 0;
}
#gellmann .section-gopaint .section-gopaint-content .intro-text {
  font-size: 1.145833vw;
}
#gellmann .section-gopaint .section-gopaint-content .intro-text-gradient {
  background-image: linear-gradient(140deg, #843EFD 0%, #8DAAF9 33%, #F99A51 60%, #FC5BA5 90%, #FC5BA5 100%);
}
#gellmann .section-gopaint .section-gopaint-link {
  font-size: 1.04166vw;
  margin-top: -8vw;
}
#gellmann .section-gopaint .section-gopaint-link .permalink {
  width: 8.229166vw;
  height: 2.91666vw;
  padding: 0;
  justify-content: center;
}
#gellmann .section-gopaint.animated .section-gopaint-title-svg .intro-img {
  transform: scale(1);
  transition: transform 1.25s;
  will-change: transform;
}
#gellmann .section-gopaint.animated .section-gopaint-content {
  opacity: 1;
  transition: opacity 1s 0.75s;
}
#gellmann .section-gopaint .section-gopaint-title {
  position: relative;
  z-index: 5;
}
#gellmann .section-gopaint .section-gopaint-img {
  margin-top: -8vw;
}
#gellmann .section-gopaint .note-container {
  will-change: opacity, color;
  width: 90%;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-gopaint {
    padding-bottom: 5.55vw;
  }
  #gellmann .section-gopaint .section-gopaint-img {
    margin-top: 0vw;
  }
  #gellmann .section-gopaint .section-gopaint-title-svg .intro-img {
    width: 18.75vw;
    transform: scale(3.2);
  }
  #gellmann .section-gopaint .section-gopaint-content .intro-text {
    font-size: 4.44vw;
  }
  #gellmann .section-gopaint .section-gopaint-content .intro-text-gradient {
    background-image: linear-gradient(140deg, #843EFD 0%, #8DAAF9 33%, #F99A51 60%, #FC5BA5 90%, #FC5BA5 100%);
  }
  #gellmann .section-gopaint .section-gopaint-link {
    font-size: 3.888vw;
    margin-top: -18.888vw;
  }
  #gellmann .section-gopaint .section-gopaint-link .permalink {
    width: 33.055vw;
    height: 13.333vw;
  }
}
#gellmann .section-intelligent {
  position: relative;
  z-index: 3;
}
#gellmann .section-intelligent .section-intelligent-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-image: radial-gradient(#0A1B39 0%, #000000 75%, #000000 100%);
}
#gellmann .section-intelligent .section-swiper {
  position: relative;
  z-index: 4;
}
#gellmann .section-intelligent .section-intelligent-content {
  position: relative;
}
#gellmann .section-intelligent .intelligent-slide-content {
  width: 100%;
  position: relative;
  padding-bottom: 0.55vw;
}
#gellmann .section-intelligent .intelligent-slide-content .intelligent-slide-box-1 {
  position: relative;
  width: 45.052vw;
  margin-left: -2.6vw;
}
#gellmann .section-intelligent .intelligent-slide-content .intelligent-slide-box-2 {
  position: relative;
  width: 45.36458vw;
  margin-top: -6.77083vw;
  margin-left: 50.3125vw;
}
#gellmann .section-intelligent .intelligent-slide-content .intelligent-slide-box-3 {
  position: relative;
  width: 30.8333vw;
  margin-top: -9.375vw;
  margin-left: 11.35416vw;
}
#gellmann .section-intelligent .intelligent-slide-content .intelligent-slide-box-4 {
  position: relative;
  width: 45.3125vw;
  margin-top: -31.177vw;
  margin-left: 57.5vw;
}
#gellmann .section-intelligent .intelligent-stack-items-content {
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 999px;
}
#gellmann .section-intelligent .intelligent-stack-items-txt-tab {
  position: relative;
}
#gellmann .section-intelligent .intelligent-stack-items-txt-tab .intelligent-stack-item-txt {
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s;
  will-change: opacity;
}
#gellmann .section-intelligent .intelligent-stack-items-txt-tab .intelligent-stack-item-txt:first-child {
  position: relative;
}
#gellmann .section-intelligent .intelligent-stack-items-txt-tab .intelligent-stack-item-txt.active {
  opacity: 1;
}
#gellmann .section-intelligent .intelligent-stack-items {
  width: 12.9166vw;
  height: 2.91666vw;
  display: flex;
  justify-content: center;
  position: relative;
}
#gellmann .section-intelligent .intelligent-stack-items .intelligent-stack-item {
  width: 6.25vw;
  height: 2.5vw;
  margin-top: 0.2083vw;
  text-align: center;
  font-size: 0.9375vw;
  line-height: 2.5vw;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 6;
  cursor: pointer;
  transition: color 0.6s;
  will-change: color;
}
#gellmann .section-intelligent .intelligent-stack-items .intelligent-stack-item.current {
  color: #fff;
  cursor: default;
}
#gellmann .section-intelligent .intelligent-stack-items .intelligent-stack-item-bg {
  width: 6.25vw;
  height: 2.5vw;
  border-radius: 999px;
  position: absolute;
  top: 0.2083vw;
  left: 0.2083vw;
  transform: translateX(0);
  z-index: 5;
  background: linear-gradient(145deg, rgba(255, 237, 255, 0.1) 0%, rgba(255, 237, 255, 0.1) 50%, rgba(255, 237, 255, 0.1) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0.520833vw rgba(226, 237, 255, 0.6), inset 0 0 1.041667vw rgba(100, 118, 255, 0.1);
  will-change: transform;
  transition: transform 0.6s;
}
#gellmann .section-intelligent .intelligent-stack-items[data-index="0"] .intelligent-stack-item-bg {
  transform: translateX(0);
}
#gellmann .section-intelligent .intelligent-stack-items[data-index="1"] .intelligent-stack-item-bg {
  transform: translateX(6.25vw);
}
#gellmann .section-intelligent .note-container .note {
  color: #86868B;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-intelligent .section-intelligent-bg {
    display: none;
  }
  #gellmann .section-intelligent .section-swiper {
    position: relative;
    z-index: 4;
  }
  #gellmann .section-intelligent .section-intelligent-content {
    position: relative;
  }
  #gellmann .section-intelligent .intelligent-slide-content {
    width: 100%;
    position: relative;
    padding-bottom: 0;
  }
  #gellmann .section-intelligent .intelligent-slide-content .intelligent-slide-box-1 {
    position: relative;
    width: 100.555vw;
    margin-left: -7.77vw;
  }
  #gellmann .section-intelligent .intelligent-slide-content .intelligent-slide-box-2 {
    position: relative;
    width: 100.555vw;
    margin-top: 13.888vw;
    margin-left: 7.0833vw;
  }
  #gellmann .section-intelligent .intelligent-slide-content .intelligent-slide-box-3 {
    position: relative;
    width: 68.75vw;
    margin-top: 13.888vw;
    margin-left: 7.0833vw;
  }
  #gellmann .section-intelligent .intelligent-slide-content .intelligent-slide-box-4 {
    position: relative;
    width: 100.555vw;
    margin-top: 13.888vw;
    margin-left: -7.77vw;
  }
  #gellmann .section-intelligent .intelligent-stack-items-content {
    position: sticky;
    left: 0;
    top: auto;
    bottom: 10vw;
    border-radius: 999px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
  }
  #gellmann .section-intelligent .intelligent-stack-items {
    width: 55.55vw;
    height: 13.3333vw;
    display: flex;
    justify-content: center;
    position: relative;
  }
  #gellmann .section-intelligent .intelligent-stack-items .intelligent-stack-item {
    width: 26.66vw;
    height: 11.111vw;
    margin-top: 1.11vw;
    font-size: 3.888vw;
    line-height: 11.111vw;
  }
  #gellmann .section-intelligent .intelligent-stack-items .intelligent-stack-item-bg {
    width: 26.66vw;
    height: 11.111vw;
    top: 1.11vw;
    left: 1.11vw;
    background: linear-gradient(145deg, rgba(255, 237, 255, 0.1) 0%, rgba(255, 237, 255, 0.1) 50%, rgba(255, 237, 255, 0.1) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0.520833vw rgba(226, 237, 255, 0.6), inset 0 0 1.041667vw rgba(100, 118, 255, 0.1);
  }
  #gellmann .section-intelligent .intelligent-stack-items[data-index="0"] .intelligent-stack-item-bg {
    transform: translateX(0);
  }
  #gellmann .section-intelligent .intelligent-stack-items[data-index="1"] .intelligent-stack-item-bg {
    transform: translateX(26.66vw);
  }
}
#gellmann .section-video-card .swiper-slide {
  width: 26.25vw;
}
#gellmann .section-video-card .swiper-slide .slide-content {
  position: absolute;
  top: 23.6979vw;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  padding: 0;
  text-align: center;
  font-size: 1.4583vw;
  color: #FFFFFF;
  line-height: 1.25;
}
#gellmann .section-video-card .section-video-card-link {
  text-align: center;
  width: 40%;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 1.0416vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-video-card .section-video-card-swiper {
    width: 91.1111vw;
    margin-left: 4.44vw;
  }
  #gellmann .section-video-card .swiper-slide {
    width: 86.666vw;
  }
  #gellmann .section-video-card .swiper-slide .slide-content {
    width: 84.6153%;
    font-size: 5.55vw;
    text-align: left;
    padding: 0;
    transform: translateX(0%);
    top: 75.6944vw;
    left: 6.66vw;
  }
  #gellmann .section-video-card .section-video-card-link {
    width: 90%;
    font-size: 4.444vw;
    margin-top: 8.88vw;
  }
}
#gellmann .section-notes .section-notes-container {
  position: relative;
}
#gellmann .section-notes .section-notes-content {
  position: relative;
  z-index: 3;
}
#gellmann .section-notes .section-notes-video-content {
  position: relative;
}
#gellmann .section-balanced {
  width: 100%;
  position: relative;
  z-index: 3;
}
#gellmann .section-balanced .balanced-icons-content {
  display: flex;
  justify-content: center;
  text-align: left;
}
#gellmann .section-balanced .balanced-icons-content .balanced-icon .balanced-icon-title {
  font-size: 2.5vw;
  line-height: 1.25;
  color: #FFFFFF;
  text-shadow: 0 0 1.0416vw #3B3DFF;
}
#gellmann .section-balanced .balanced-icons-content .balanced-icon .balanced-icon-title > span {
  font-size: 1.25vw;
  position: relative;
}
#gellmann .section-balanced .balanced-icons-content .balanced-icon .balanced-icon-title > span > img {
  width: 0.833vw;
  position: absolute;
  top: -0.75vw;
  left: 50%;
  transform: translateX(-50%);
}
#gellmann .section-balanced .balanced-icons-content .balanced-icon .balanced-icon-decs {
  font-size: 0.833vw;
  color: #86868B;
  line-height: 1.6;
}
#gellmann .section-balanced .balanced-icons-content .balanced-icon:not(:last-child) {
  margin-right: 5.2vw;
}
#gellmann .section-balanced .balanced-icons-content .balanced-icon1 {
  width: 11.4583vw;
}
#gellmann .section-balanced .balanced-icons-content .balanced-icon2 {
  width: 8.625vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-balanced .section-balanced-img-content {
    display: flex;
    flex-wrap: wrap;
  }
  #gellmann .section-balanced .section-balanced-img-content .section-balanced-video {
    width: 100%;
    order: 1;
  }
  #gellmann .section-balanced .balanced-icons-content {
    width: 86.1111vw;
    align-items: flex-start;
    order: 2;
  }
  #gellmann .section-balanced .balanced-icons-content .balanced-icon .balanced-icon-title {
    font-size: 6.66vw;
  }
  #gellmann .section-balanced .balanced-icons-content .balanced-icon .balanced-icon-title > span {
    font-size: 3.33vw;
  }
  #gellmann .section-balanced .balanced-icons-content .balanced-icon .balanced-icon-title > span > img {
    width: 2.22vw;
    top: -2vw;
  }
  #gellmann .section-balanced .balanced-icons-content .balanced-icon .balanced-icon-decs {
    font-size: 3.88vw;
  }
  #gellmann .section-balanced .balanced-icons-content .balanced-icon:not(:last-child) {
    margin-right: 13.888vw;
  }
  #gellmann .section-balanced .balanced-icons-content .balanced-icon1 {
    width: 30.7222vw;
  }
  #gellmann .section-balanced .balanced-icons-content .balanced-icon2 {
    width: 41.44vw;
  }
}
#gellmann .section-tabnav-line-xiaoyi .section-tabnav-line-xiaoyi-content .tabnav-swiper {
  width: 100%;
  transform-origin: 0% center;
  transition: width 0.8s;
  will-change: width;
}
#gellmann .section-tabnav-line-xiaoyi .section-tabnav-line-xiaoyi-content .tabnav-swiper.animated {
  width: 67.5vw;
}
#gellmann .section-tabnav-line-xiaoyi .section-tabnav-line-xiaoyi-content .note-container {
  width: 80%;
  position: absolute;
  bottom: 1.25vw;
  left: 1.25vw;
  will-change: opacity, color;
  z-index: 5;
  text-align: left;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-tabnav-line-xiaoyi .section-tabnav-line-xiaoyi-content .tabnav-swiper.animated {
    width: 100%;
  }
  #gellmann .section-tabnav-line-xiaoyi .section-tabnav-line-xiaoyi-content .gellmann-slide-border::before {
    border-radius: 0;
    background-image: none;
  }
  #gellmann .section-tabnav-line-xiaoyi .section-tabnav-line-xiaoyi-content .gellmann-slide-border .slide-boder {
    border: none;
    border-radius: 0;
  }
  #gellmann .section-tabnav-line-xiaoyi .section-tabnav-line-xiaoyi-content .gellmann-slide-border::after {
    border-radius: 0;
  }
  #gellmann .section-tabnav-line-xiaoyi .section-tabnav-line-xiaoyi-content .gellmann-slide-border .swiper-slide-content {
    padding: 0;
    border: 0px;
  }
  #gellmann .section-tabnav-line-xiaoyi .section-tabnav-line-xiaoyi-content .note-container {
    bottom: 4.44vw;
    left: 4.44vw;
  }
}
#gellmann .section-performance {
  position: relative;
  overflow: hidden;
}
#gellmann .section-performance .section-container .text-content {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  z-index: 5;
}
#gellmann .section-performance .section-container .text-content .text-icon {
  position: absolute;
  width: 2.239583vw;
  top: 1.5vw;
  right: -2.239583vw;
}
#gellmann .section-performance .section-container .glow-headline {
  font-size: 9.375vw;
  line-height: 1;
  font-weight: 700;
}
#gellmann .section-performance .section-container .glow-headline .text-gradient {
  background-image: url("/content/dam/huawei-cbg-site/cn/mkt/pdp/tablets/matepad-pro-max/images/pen/huawei-matepad-pro-max-chip-bg.jpg");
  background-size: 100% 300%;
  background-position: 0 0;
}
#gellmann .section-performance .section-container .glow-headline.animated .text-gradient {
  background-position: 0 100%;
  transition: 1s background-position ease;
}
#gellmann .section-performance .section-container .glow-headline.animated .glow-blur::before,
#gellmann .section-performance .section-container .glow-headline.animated .glow-blur::after {
  opacity: 0.54;
}
#gellmann .section-performance .section-container .section-bg {
  position: relative;
  z-index: 3;
  margin-top: -9vw;
}
#gellmann .section-performance .section-container .section-bg::after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.01));
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-performance .section-container {
    width: 86.111vw;
  }
  #gellmann .section-performance .section-container .glow-headline {
    font-size: 18.055556vw;
  }
  #gellmann .section-performance .section-container .section-bg {
    margin-top: -7.5vw;
  }
  #gellmann .section-performance .section-container .section-bg::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.01));
  }
  #gellmann .section-performance .section-container .text-content .text-icon {
    width: 4.444444vw;
    top: 2.66667vw;
    right: -4.444444vw;
  }
}
#gellmann .section-true-itself .section-true-itself-items {
  width: 42.1875vw;
}
#gellmann .section-true-itself .section-true-itself-items .section-true-itself-item {
  display: flex;
  align-items: baseline;
  position: relative;
}
#gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-txt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.833vw;
  line-height: 1.6;
  z-index: 5;
  font-weight: 500;
}
#gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border-content {
  width: 33.4895vw;
  height: 2.9vw;
}
#gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border-box {
  width: 0%;
  overflow: hidden;
}
#gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border-bg {
  position: relative;
  z-index: 3;
  height: 2.6vw;
  width: 100%;
}
#gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border-bg > img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
#gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border {
  margin-top: -0.1vw;
  height: 0.3125vw;
  background-image: linear-gradient(to right, #0029C7, #27EAFF);
  border-radius: 999px;
  position: relative;
  z-index: 4;
}
#gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border-txt {
  display: flex;
  align-items: baseline;
  font-size: 2.5vw;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0 0 1.0416vw #3B3DFF;
  margin-left: 0.833vw;
}
#gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border-txt > span {
  font-size: 1.66vw;
}
#gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border-txt > img {
  width: 1.14583vw;
  margin-left: 0.52vw;
}
#gellmann .section-true-itself .section-true-itself-items .section-true-itself-item-2 .itself-item-border-content {
  width: 11.6666vw;
}
#gellmann .section-true-itself .section-true-itself-items.animated .section-true-itself-item .itself-item-border-box {
  animation: widthAnimation 1s forwards 1;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-true-itself .section-true-itself-items {
    width: 86.1111vw;
  }
  #gellmann .section-true-itself .section-true-itself-items .section-true-itself-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
  }
  #gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-txt {
    width: 100%;
    position: relative;
    font-size: 3.8888vw;
    text-align: left;
  }
  #gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border-content {
    width: 64.1666vw;
    height: 6.9444vw;
    margin-top: -2vw;
  }
  #gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border-bg {
    height: 6.9444vw;
  }
  #gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border {
    height: 0.83333vw;
  }
  #gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border-txt {
    font-size: 6.66vw;
    margin-left: 1.666vw;
  }
  #gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border-txt > span {
    font-size: 4.44vw;
  }
  #gellmann .section-true-itself .section-true-itself-items .section-true-itself-item .itself-item-border-txt > img {
    width: 3.05555vw;
    margin-left: 1.3888vw;
  }
  #gellmann .section-true-itself .section-true-itself-items .section-true-itself-item-2 .itself-item-border-content {
    width: 24.44444vw;
  }
}
@keyframes widthAnimation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
#gellmann .section-tabnav-line-game .swiper-slide-01 .swiper-slide-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34.375vw;
}
#gellmann .section-tabnav-line-game .swiper-slide-01 .swiper-slide-content .game-pad-bg {
  width: 44.5833vw;
  position: relative;
}
#gellmann .section-tabnav-line-game .swiper-slide-01 .swiper-slide-content .game-pad-bg .game-pad-img {
  position: relative;
  z-index: 6;
}
#gellmann .section-tabnav-line-game .swiper-slide-01 .swiper-slide-content .game-pad-bg .game-ux {
  width: 43.6979vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-tabnav-line-game .swiper-slide-01 .swiper-slide-content {
    height: 80.5555vw;
  }
  #gellmann .section-tabnav-line-game .swiper-slide-01 .swiper-slide-content .game-pad-bg {
    width: 80vw;
  }
  #gellmann .section-tabnav-line-game .swiper-slide-01 .swiper-slide-content .game-pad-bg .game-ux {
    width: 78.333vw;
  }
}
#gellmann .section-more-light {
  position: relative;
  overflow: hidden;
}
#gellmann .section-more-light .section-more-light-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-image: radial-gradient(#0A1B39 0%, #000000 75%, #000000 100%);
}
#gellmann .section-more-light .section-more-light-content-container {
  position: relative;
  z-index: 4;
}
#gellmann .section-more-light .section-more-light-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gellmann .section-more-light .more-light-swiper {
  width: 46.875vw;
  margin: 0;
}
#gellmann .section-more-light .txt-nav-content {
  width: 16.927vw;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item {
  width: 100%;
  position: relative;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item .txt-nav-title-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item .txt-nav-title-content .txt-nav-img {
  width: 0.885vw;
  height: 0.885vw;
  position: relative;
  flex-grow: 0;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item .txt-nav-title-content .txt-nav-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: opacity;
  transition: opacity 0.6s ease;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item .txt-nav-title-content .txt-nav-img .icon-plus {
  opacity: 0.5;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item .txt-nav-title-content .txt-nav-img .icon-reduce {
  opacity: 0;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item .txt-nav-title-content .txt-nav-title {
  margin-left: 1.041666vw;
  font-size: 1.666667vw;
  color: #86868B;
  will-change: color;
  transition: color 0.6s ease;
  line-height: 1.25;
  width: 88%;
  white-space: nowrap;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item:not(:last-child) {
  margin-bottom: 2.08333vw;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item .txt-nav-decs-content {
  height: 0;
  overflow: hidden;
  will-change: height;
  transition: height 0.6s ease;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item .txt-nav-decs-content .txt-nav-decs {
  padding-top: 1.041666vw;
  font-size: 0.9375vw;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item.active .txt-nav-title-content {
  cursor: default;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item.active .txt-nav-title-content .txt-nav-img .icon-plus {
  opacity: 0;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item.active .txt-nav-title-content .txt-nav-img .icon-reduce {
  opacity: 1;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item.active .txt-nav-title-content .txt-nav-title {
  color: #fff;
}
#gellmann .section-more-light .txt-nav-content .txt-nav-item.active .txt-nav-decs-content {
  height: var(--txt-nav-height);
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .section-more-light .txt-nav-content .txt-nav-item:not(.active) .txt-nav-title-content:hover .txt-nav-title {
    color: #fff;
  }
}
#gellmann .section-more-light .more-light-icons-content-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 34.375vw;
  padding-top: 2.5vw;
  z-index: 9;
}
#gellmann .section-more-light .more-light-icons-content {
  display: flex;
  justify-content: space-between;
  text-align: left;
  position: relative;
}
#gellmann .section-more-light .more-light-icons-content .more-light-icon {
  width: 6.77vw;
}
#gellmann .section-more-light .more-light-icons-content .more-light-icon .more-light-icon-title {
  font-size: 2.5vw;
  line-height: 1.25;
  color: #FFFFFF;
  text-shadow: 0 0 1.0416vw #3B3DFF;
  display: flex;
  align-items: baseline;
}
#gellmann .section-more-light .more-light-icons-content .more-light-icon .more-light-icon-title > span {
  font-size: 1.666vw;
  position: relative;
}
#gellmann .section-more-light .more-light-icons-content .more-light-icon .more-light-icon-title > img {
  width: 1.14583vw;
  margin-left: 0.52vw;
}
#gellmann .section-more-light .more-light-icons-content .more-light-icon .more-light-icon-decs {
  font-size: 0.833vw;
  color: #86868B;
  line-height: 1.6;
}
#gellmann .section-more-light .more-light-icons-content .more-light-icon4 .more-light-icon-title-shs {
  width: 2.39583vw;
  margin-top: 0.54166vw;
}
#gellmann .section-more-light .more-light-btn {
  display: none;
}
#gellmann .section-more-light .note-container {
  will-change: opacity, color;
  width: 90%;
  position: absolute;
  bottom: 2.08vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-more-light .section-more-light-bg {
    display: none;
  }
  #gellmann .section-more-light .section-more-light-content {
    display: block;
  }
  #gellmann .section-more-light .more-light-swiper {
    width: 91.11vw;
    margin: 0 auto;
  }
  #gellmann .section-more-light .more-light-swiper-control-container-mob {
    display: block;
    position: relative;
    margin-top: 11.11vw;
    margin-bottom: 6.66vw;
    overflow: hidden;
  }
  #gellmann .section-more-light .more-light-swiper-control-container-mob .more-light-swiper-control-container {
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
  }
  #gellmann .section-more-light .more-light-swiper-control-container-mob .more-light-swiper-control-container::-webkit-scrollbar {
    display: none;
  }
  #gellmann .section-more-light .more-light-swiper-control-container-mob .more-light-swiper-control-title-container {
    display: flex;
    justify-content: space-between;
  }
  #gellmann .section-more-light .more-light-swiper-control-container-mob .more-light-swiper-control-row {
    width: fit-content;
    padding: 0 6.9444vw;
  }
  #gellmann .section-more-light .more-light-swiper-control-container-mob .more-light-swiper-control-title-item {
    font-size: 5.5555vw;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.6s ease;
    line-height: 1.25;
  }
  #gellmann .section-more-light .more-light-swiper-control-container-mob .more-light-swiper-control-title-item:not(:last-child) {
    margin-right: 11.11vw;
  }
  #gellmann .section-more-light .more-light-swiper-control-container-mob .more-light-swiper-control-progress {
    background-color: #26275D;
    height: 2px;
  }
  #gellmann .section-more-light .more-light-swiper-control-container-mob .more-light-swiper-control-progress-container {
    margin-top: 3.3333vw;
  }
  #gellmann .section-more-light .more-light-swiper-control-container-mob .more-light-swiper-control-progress-bar {
    background-image: linear-gradient(to right, #D6D7FC, #4C4EBD);
    height: 2px;
    width: var(--widthTab-drag);
    transition: transform 0.4s ease;
    will-change: transform;
    transform: translateX(var(--widthTab-left, 0));
  }
  #gellmann .section-more-light .more-light-swiper-control-container-mob .more-light-swiper-control-title-item.active {
    color: #FFFFFF;
  }
  #gellmann .section-more-light .txt-nav-content {
    width: 100%;
  }
  #gellmann .section-more-light .txt-nav-content .txt-nav-item {
    width: 86.11vw;
    margin: 0 auto;
    position: relative;
  }
  #gellmann .section-more-light .txt-nav-content .txt-nav-item .txt-nav-title-content {
    display: none;
  }
  #gellmann .section-more-light .txt-nav-content .txt-nav-item:not(:last-child) {
    margin: 0 auto;
  }
  #gellmann .section-more-light .txt-nav-content .txt-nav-item .txt-nav-decs-content {
    opacity: 0;
    overflow: hidden;
    will-change: opacity;
    transition: opacity 0.4s ease;
  }
  #gellmann .section-more-light .txt-nav-content .txt-nav-item .txt-nav-decs-content .txt-nav-decs {
    padding-top: 0;
    font-size: 3.888vw;
  }
  #gellmann .section-more-light .txt-nav-content .txt-nav-item.active .txt-nav-decs-content {
    opacity: 1;
  }
  #gellmann .section-more-light .more-light-icons-content-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    z-index: 9;
    padding-top: 16vw;
    opacity: 0;
    will-change: opacity;
    transition: opacity 1s ease;
  }
  #gellmann .section-more-light .more-light-icons-content-box.active {
    opacity: 1;
  }
  #gellmann .section-more-light .more-light-icons-content {
    flex-wrap: wrap;
    width: 70.08vw;
    margin: 0 auto;
  }
  #gellmann .section-more-light .more-light-icons-content .more-light-icon {
    width: 31.944vw;
  }
  #gellmann .section-more-light .more-light-icons-content .more-light-icon .more-light-icon-title {
    font-size: 8.88vw;
    margin-top: 1.56vw;
  }
  #gellmann .section-more-light .more-light-icons-content .more-light-icon .more-light-icon-title > span {
    font-size: 4.44vw;
  }
  #gellmann .section-more-light .more-light-icons-content .more-light-icon .more-light-icon-title > img {
    width: 4.722vw;
    margin-left: 0.8333vw;
  }
  #gellmann .section-more-light .more-light-icons-content .more-light-icon .more-light-icon-decs {
    font-size: 3.88vw;
  }
  #gellmann .section-more-light .more-light-icons-content .more-light-icon3 {
    margin-top: 6.66vw;
  }
  #gellmann .section-more-light .more-light-icons-content .more-light-icon4 {
    margin-top: 6.66vw;
  }
  #gellmann .section-more-light .more-light-icons-content .more-light-icon4 .more-light-icon-title-shs {
    width: 11.666vw;
    margin-top: 2.222vw;
  }
  #gellmann .section-more-light .more-light-btn {
    display: block;
    position: absolute;
    bottom: 4.44vw;
    right: 4.44vw;
    width: 8.88vw;
    height: 8.88vw;
    background-color: #808080;
    border-radius: 999px;
    transition: transform 1s ease;
    will-change: transform;
    z-index: 10;
  }
  #gellmann .section-more-light .more-light-btn.active {
    transform: rotate(135deg);
  }
  #gellmann .section-more-light .note-container {
    width: 84.756%;
    position: absolute;
    bottom: 6.66vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
  }
}
@media (max-width: 800px) and (min-width: 790px) {
  #gellmann .section-more-light .txt-nav-content {
    width: 17.27vw;
  }
}
#gellmann .section-your-way .section-your-way-content-container {
  display: flex;
  flex-wrap: wrap;
}
#gellmann .section-your-way .section-your-way-content {
  text-align: center;
}
#gellmann .section-your-way .section-your-way-content .section-your-way-border-content {
  position: relative;
  z-index: 3;
  padding: 0.1%;
}
#gellmann .section-your-way .section-your-way-content::before {
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.833333vw;
}
#gellmann .section-your-way .section-your-way-content::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background-image: linear-gradient(to bottom, #0C111C 0%, #0C111C 60%, #171941 100%);
  z-index: 2;
  border-radius: 0.833333vw;
}
#gellmann .section-your-way .section-your-way-content .slide-boder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.8333vw;
  border: 1px solid rgba(52, 56, 160, 0.8);
  z-index: 2;
}
#gellmann .section-your-way .section-your-way-content .your-way-title {
  color: #fff;
  font-size: 1.666667vw;
  line-height: 1.25;
}
#gellmann .section-your-way .section-your-way-content .section-your-way-text-content .intro {
  font-size: 0.833vw;
}
#gellmann .section-your-way .section-your-way-content-one {
  width: 33.125vw;
  height: 37.4583vw;
  margin-right: 1.25vw;
  padding: 1px;
}
#gellmann .section-your-way .section-your-way-content-one .section-your-way-border-content {
  position: relative;
  z-index: 3;
  padding: 2.6vw;
}
#gellmann .section-your-way .section-your-way-content-one::before {
  background-image: linear-gradient(135deg, rgb(131, 126, 255) 0%, rgba(130, 126, 255, 0.5) 10%, rgba(131, 126, 255, 0) 17%, rgba(0, 0, 0, 0.01) 41%, rgba(0, 0, 0, 0.01) 65%, rgba(131, 126, 255, 0) 100%);
}
#gellmann .section-your-way .section-your-way-content-one::after {
  background-image: linear-gradient(to bottom, #0C111C 0%, #0C111C 100%);
}
#gellmann .section-your-way .section-your-way-content-one .section-your-way-img {
  width: 22.8125vw;
  margin: 3.64583vw auto 3.125vw;
}
#gellmann .section-your-way .section-your-way-content-one .your-way-title {
  width: 100%;
}
#gellmann .section-your-way .section-your-way-content-one .section-your-way-text-content {
  width: 100%;
}
#gellmann .section-your-way .section-your-way-content-two {
  width: 33.125vw;
  height: 37.4583vw;
  padding: 1px;
}
#gellmann .section-your-way .section-your-way-content-two .section-your-way-border-content {
  position: relative;
  z-index: 3;
  padding: 2.6vw;
}
#gellmann .section-your-way .section-your-way-content-two::after {
  background-image: linear-gradient(to bottom, #0C111C 0%, #0C111C 100%);
}
#gellmann .section-your-way .section-your-way-content-two .section-your-way-img {
  width: 12.91666vw;
  margin: 1.305vw auto 2.63333vw;
}
#gellmann .section-your-way .section-your-way-content-two .your-way-title {
  width: 100%;
}
#gellmann .section-your-way .section-your-way-content-two .section-your-way-text-content {
  width: 100%;
}
#gellmann .section-your-way .section-your-way-content-three {
  width: 67.5vw;
  height: 20.52vw;
  padding: 1px;
  margin-top: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gellmann .section-your-way .section-your-way-content-three .section-your-way-border-content {
  position: relative;
  z-index: 3;
  padding: 2.6vw;
}
#gellmann .section-your-way .section-your-way-content-three .section-your-way-border-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#gellmann .section-your-way .section-your-way-content-three::before {
  background-image: linear-gradient(-45deg, rgb(131, 126, 255) 0%, rgba(130, 126, 255, 0.5) 10%, rgba(131, 126, 255, 0) 17%, rgba(0, 0, 0, 0.01) 41%, rgba(0, 0, 0, 0.01) 65%, rgba(131, 126, 255, 0) 100%);
}
#gellmann .section-your-way .section-your-way-content-three .section-your-way-img {
  width: 25.833vw;
  margin: 0 auto;
}
#gellmann .section-your-way .section-your-way-content-three .section-your-way-text-content {
  width: 24.479vw;
  margin-left: 6.25vw;
}
#gellmann .section-your-way .section-your-way-link {
  color: #FFFFFF;
  font-size: 1.0416vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-your-way .section-your-way-content-container {
    display: flex;
    flex-wrap: wrap;
  }
  #gellmann .section-your-way .section-your-way-content {
    text-align: center;
  }
  #gellmann .section-your-way .section-your-way-content .section-your-way-border-content {
    position: relative;
    z-index: 3;
    padding: 1px;
  }
  #gellmann .section-your-way .section-your-way-content::before {
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2.22vw;
  }
  #gellmann .section-your-way .section-your-way-content::after {
    width: calc(100% - 1.4px);
    height: calc(100% - 1.4px);
    top: 0.75px;
    left: 0.75px;
    background-image: linear-gradient(to bottom, #0C111C 0%, #0C111C 60%, #171941 100%);
    border-radius: 2.22vw;
  }
  #gellmann .section-your-way .section-your-way-content .slide-boder {
    border-radius: 2.22vw;
  }
  #gellmann .section-your-way .section-your-way-content .your-way-title {
    font-size: 6.66vw;
  }
  #gellmann .section-your-way .section-your-way-content .section-your-way-text-content .intro {
    font-size: 4.444vw;
  }
  #gellmann .section-your-way .section-your-way-content-one {
    width: 91.11111vw;
    height: auto;
    margin-right: 0;
  }
  #gellmann .section-your-way .section-your-way-content-one .section-your-way-border-content {
    padding: 13.888vw 6.944vw;
  }
  #gellmann .section-your-way .section-your-way-content-one::before {
    background-image: linear-gradient(135deg, rgb(131, 126, 255) 0%, rgba(130, 126, 255, 0.5) 3%, rgba(131, 126, 255, 0) 10%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.01) 65%, rgba(131, 126, 255, 0) 90%, rgba(130, 126, 255, 0.5) 97%, #837EFF 100%);
  }
  #gellmann .section-your-way .section-your-way-content-one .section-your-way-img {
    width: 71.527vw;
    margin: 11.111vw auto;
  }
  #gellmann .section-your-way .section-your-way-content-one .section-your-way-text-content {
    width: 100%;
    margin: 0 auto;
  }
  #gellmann .section-your-way .section-your-way-content-two {
    width: 91.11111vw;
    height: auto;
    margin-right: 0;
  }
  #gellmann .section-your-way .section-your-way-content-two .section-your-way-border-content {
    padding: 13.888vw 3.944vw;
  }
  #gellmann .section-your-way .section-your-way-content-two::before {
    background-image: linear-gradient(135deg, rgb(131, 126, 255) 0%, rgba(130, 126, 255, 0.5) 3%, rgba(131, 126, 255, 0) 10%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.01) 65%, rgba(131, 126, 255, 0) 90%, rgba(130, 126, 255, 0.5) 97%, #837EFF 100%);
  }
  #gellmann .section-your-way .section-your-way-content-two .section-your-way-img {
    width: 57.638vw;
    margin: 11.111vw auto;
  }
  #gellmann .section-your-way .section-your-way-content-two .section-your-way-text-content {
    width: 100%;
    margin: 0 auto;
  }
  #gellmann .section-your-way .section-your-way-content-three {
    width: 91.11111vw;
    height: auto;
    margin-right: 0;
    margin-top: 4.444444vw;
  }
  #gellmann .section-your-way .section-your-way-content-three .section-your-way-border-content {
    padding: 13.888vw 6.944vw;
  }
  #gellmann .section-your-way .section-your-way-content-three .section-your-way-border-content {
    display: block;
  }
  #gellmann .section-your-way .section-your-way-content-three::before {
    background-image: linear-gradient(135deg, rgb(131, 126, 255) 0%, rgba(130, 126, 255, 0.5) 3%, rgba(131, 126, 255, 0) 10%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.01) 65%, rgba(131, 126, 255, 0) 90%, rgba(130, 126, 255, 0.5) 97%, #837EFF 100%);
  }
  #gellmann .section-your-way .section-your-way-content-three .section-your-way-img {
    width: 73.75vw;
    margin: 11.111vw auto;
  }
  #gellmann .section-your-way .section-your-way-content-three .section-your-way-text-content {
    width: 100%;
    margin: 0 auto;
  }
  #gellmann .section-your-way .section-your-way-link {
    font-size: 3.888vw;
  }
}
@media (max-width: 800px) and (min-width: 790px) {
  #gellmann .section-your-way .section-your-way-content-three .section-your-way-text-content {
    width: 28.479vw;
  }
  #gellmann .section-your-way .section-your-way-content-two .section-your-way-border-content {
    padding: 2.6vw 1.5vw;
  }
}
#gellmann .activity-item {
  transform: translate3d(0, 30px, 0);
  opacity: 0;
  transition: transform 0.8s, opacity 1.2s;
  transition-delay: var(_activeIndex);
}
#gellmann .activity-item.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .activity-item {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
#gellmann .glow-headline-title {
  opacity: 0;
  transform: translateY(3.125vw);
}
#gellmann .glow-headline-title.animated {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s, transform 1s;
}
#gellmann .gellmann-title-content .intro-img {
  width: 3.85vw;
  margin: 0 auto;
}
#gellmann .gellmann-title-content.gellmann-title-content-leftRight {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .gellmann-title-content.gellmann-title-content-leftRight {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
#gellmann .section-titleBig-video {
  position: relative;
  overflow: hidden;
}
#gellmann .section-titleBig-video .gellmann-title-video {
  width: 33.33vw;
  margin: 0 auto;
  padding-bottom: 2.5vw;
  transform-origin: 50% 50%;
  transform: scale(1.2);
  transition: transform 1s;
}
#gellmann .section-titleBig-video .gellmann-title-video.animated {
  transform: scale(1);
}
#gellmann .section-titleBig-video .gellmann-title-video-4 {
  width: 49.479vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-titleBig-video .gellmann-title-video {
    width: 79.16666vw;
    padding-bottom: 11.111vw;
  }
  #gellmann .section-titleBig-video .gellmann-title-video-4 {
    width: 82vw;
  }
  #gellmann .section-titleBig-video .gellmann-title-video-4 > video {
    margin-left: -25%;
    width: 150%;
  }
}
#gellmann .video-replay-container {
  text-align: center;
}
#gellmann .video-replay-container.ended .replays-videos-btn {
  opacity: 1;
  pointer-events: all;
}
@media (hover: hover) and (pointer: fine) {
  #gellmann .video-replay-container.ended .replays-videos-btn:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
#gellmann .video-replay-container .replays-videos-btn {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.6s;
  will-change: opacity;
  opacity: 0;
  pointer-events: none;
  outline: 0;
}
#gellmann .video-replay-container .replays-videos-btn .button-copy {
  line-height: 1.25;
  color: #FFFFFF;
  font-size: 1.04vw;
}
#gellmann .video-replay-container .replays-videos-btn .button-icon {
  width: 0.78125vw;
  margin-left: 0.416667vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .video-replay-container .replays-videos-btn .button-copy {
    font-size: 3.888vw;
  }
  #gellmann .video-replay-container .replays-videos-btn .button-icon {
    width: 3.05vw;
    margin-left: 1.111vw;
  }
}
#gellmann .gellmann-link {
  width: fit-content;
  position: relative;
  color: #fff;
}
#gellmann .gellmann-link .permalink {
  position: relative;
  z-index: 7;
  padding: 0.8333vw 1.45833vw 0.8333vw 1.6666vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .gellmann-link .permalink {
    padding: 3.888vw 6.66vw 4.16666vw;
  }
}
#gellmann .gellmann-text-icons-content {
  width: fit-content;
  display: flex;
  justify-content: center;
  text-align: left;
}
#gellmann .gellmann-text-icons-content .gellmann-text-icon .gellmann-title {
  font-size: 2.5vw;
  line-height: 1;
  color: #FFFFFF;
  display: flex;
  align-items: baseline;
  font-weight: 700;
}
#gellmann .gellmann-text-icons-content .gellmann-text-icon .gellmann-title > span {
  font-size: 1.66vw;
}
#gellmann .gellmann-text-icons-content .gellmann-text-icon .gellmann-title .gellmann-icon-img {
  width: 1.14583vw;
  margin-left: 0.52vw;
}
#gellmann .gellmann-text-icons-content .gellmann-text-icon .gellmann-icon-decs {
  font-size: 0.9375vw;
  color: #86868B;
  line-height: 1.6;
  font-weight: 500;
}
#gellmann .gellmann-text-icons-content .gellmann-text-icon:not(:last-child) {
  margin-right: 5.2vw;
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .gellmann-text-icons-content {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #gellmann .gellmann-text-icons-content .gellmann-text-icon .gellmann-title {
    font-size: 8.88vw;
    line-height: 1;
    color: #FFFFFF;
    display: flex;
    align-items: baseline;
  }
  #gellmann .gellmann-text-icons-content .gellmann-text-icon .gellmann-title > span {
    font-size: 4.44vw;
  }
  #gellmann .gellmann-text-icons-content .gellmann-text-icon .gellmann-title .gellmann-icon-img {
    width: 4.722vw;
    margin-left: 0.8333vw;
  }
  #gellmann .gellmann-text-icons-content .gellmann-text-icon .gellmann-icon-decs {
    font-size: 3.88vw;
  }
  #gellmann .gellmann-text-icons-content .gellmann-text-icon:not(:last-child) {
    margin-right: 0;
  }
}
#gellmann .gellmann-slide-border .swiper-slide-content {
  position: relative;
  z-index: 9;
  padding: 0.1%;
}
#gellmann .gellmann-slide-border .swiper-slide-content-border {
  padding: 0;
  border: 1px solid transparent;
}
#gellmann .gellmann-slide-border::before {
  content: "";
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(135deg, rgb(131, 126, 255) 0%, rgba(130, 126, 255, 0.5) 3%, rgba(131, 126, 255, 0) 10%, rgba(0, 0, 0, 0.01) 35%, rgba(0, 0, 0, 0.01) 65%, rgba(131, 126, 255, 0) 90%, rgba(130, 126, 255, 0.5) 97%, #837EFF 100%);
  border-radius: 0.833333vw;
}
#gellmann .gellmann-slide-border::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  background-image: linear-gradient(to bottom, #0C111C 0%, #0C111C 60%, #171941 100%);
  z-index: 5;
  border-radius: 0.833333vw;
}
#gellmann .gellmann-slide-border .slide-boder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.8333vw;
  border: 1px solid rgba(52, 56, 160, 0.8);
  z-index: 2;
  background-image: linear-gradient(to bottom, #0C111C 0%, #0C111C 60%, #171941 100%);
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .gellmann-slide-border .swiper-slide-content {
    padding: 0.15%;
  }
  #gellmann .gellmann-slide-border::before {
    border-radius: 2.222vw;
  }
  #gellmann .gellmann-slide-border::after {
    width: calc(100% - 1.5px);
    height: calc(100% - 1.5px);
    top: 0.75px;
    left: 0.75px;
    border-radius: 2.222vw;
  }
  #gellmann .gellmann-slide-border .slide-boder {
    border-radius: 2.2222vw;
  }
}
#gellmann .section-footnote {
  padding-bottom: 80px;
  --font-size: 12px;
  font-size: var(--font-size);
  --icon-size: 16px;
}
#gellmann .section-footnote i {
  position: absolute;
  bottom: 0;
  display: none;
  width: var(--icon-size);
  height: var(--icon-size);
  cursor: pointer;
  transform: translateY(calc((var(--font-size) * 1.6 - var(--icon-size)) / 2 * -1 - 1px));
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23434343'/%3E%3Cpath d='M3.239,8.986,3.233,8.98a.688.688,0,0,1-.014-.972L5.942,5.28H.689A.685.685,0,0,1,.2,5.089l-.009-.01A.689.689,0,0,1,0,4.6V4.589a.7.7,0,0,1,.188-.48L.194,4.1a.681.681,0,0,1,.494-.213H5.911L3.225,1.178a.694.694,0,0,1,0-.979l0,0A.669.669,0,0,1,3.7,0a.772.772,0,0,1,.473.171l.021.017L7.838,3.845a1.151,1.151,0,0,1,.222.331l.008.019V4.2a1.036,1.036,0,0,1,.076.39v0a1.082,1.082,0,0,1-.312.76L4.212,8.976a.683.683,0,0,1-.487.2.715.715,0,0,1-.486-.194' transform='translate(3.411 12.076) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E") center/100% no-repeat;
}
@media (min-width: 1920px) {
  #gellmann .section-footnote {
    --font-size: .625vw;
    --icon-size: .833333vw;
  }
}
@media (max-aspect-ratio: 12/10) {
  #gellmann .section-footnote {
    --font-size: 3.333333vw;
    --icon-size: 4.722222vw;
  }
}
#gellmann .section-footnote ul, #gellmann .section-footnote ol {
  font-size: inherit;
  padding-inline-start: 1.5em;
}
#gellmann .section-footnote li {
  position: relative;
  font-size: inherit;
  color: #85858a;
}
#gellmann .section-footnote li.current {
  color: #d5d5db;
}
#gellmann .section-footnote li.current i {
  display: inline-block;
}
#gellmann .section-footnote li.asterisk {
  list-style-type: "*";
}
#gellmann .section-footnote li.disclaimer {
  list-style-type: none;
}
#gellmann .section-footnote ol li {
  list-style-type: decimal;
}
#gellmann .section-footnote a {
  font-size: inherit;
  text-decoration: underline;
  color: inherit;
}
html[lang=zh-CN] #gellmann .section-footnote {
  --font-size: 14px;
}
@media (max-aspect-ratio: 12/10) {
  html[lang=zh-CN] #gellmann .section-footnote {
    --font-size: 3.333333vw;
  }
}
html[lang=zh-CN] #gellmann .section-footnote li {
  color: #fff;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
html[lang=zh-CN] #gellmann .section-footnote li.current {
  font-weight: 800;
  color: #fff;
}/*# sourceMappingURL=main.css.map */