#iceland {
  line-height: 1.6;
  color: #969699;
  background-color: #000;
}
#iceland *, #iceland *::before, #iceland *::after {
  box-sizing: border-box;
}
#iceland section {
  position: relative;
}
#iceland picture, #iceland img, #iceland video, #iceland svg, #iceland canvas {
  display: block;
  width: 100%;
}
#iceland svg {
  overflow: visible;
}
#iceland button {
  border: 0;
  background-color: transparent;
}
#iceland a, #iceland a * {
  text-decoration: none;
}
#iceland [data-footnote] {
  font-size: 0.6em;
  cursor: pointer;
}
#iceland [data-footnote].sm {
  position: relative;
  top: -0.36em;
  font-size: 0.4em;
}
#iceland .nowrap {
  display: inline-block;
  white-space: nowrap;
}
#iceland .sticky-content {
  position: sticky;
  top: 0;
}
#iceland .object-fit {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#iceland .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#iceland .permalink {
  line-height: inherit;
  color: #1b69fd;
}
#iceland .permalink span {
  margin-top: -0.05em;
  font-size: 1.4em;
  line-height: 0;
}
#iceland .permalink.global-style-hide {
  display: inline-flex;
  align-items: center;
}
.no-touch #iceland .permalink.global-style-hide span {
  transition: transform 0.3s ease-out;
}
.no-touch #iceland .permalink.global-style-hide:hover span {
  transform: translateX(3px);
}
.no-touch[dir=rtl] #iceland .permalink.global-style-hide:hover span {
  transform: translateX(-3px);
}
#iceland .backdrop-filter {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
#iceland .blur-up {
  transition: filter 0.4s;
  filter: blur(20px);
}
#iceland .blur-up.lazyloaded {
  filter: blur(0);
}
#iceland .aspect-ratio {
  position: relative;
}
#iceland .aspect-ratio::before {
  display: block;
  content: "";
}
#iceland .aspect-ratio img, #iceland .aspect-ratio video {
  position: absolute;
  top: 0;
  left: 0;
}
#iceland br.lg {
  display: block;
}
#iceland br.xs {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #iceland br.lg {
    display: none;
  }
  #iceland br.xs {
    display: block;
  }
}
#iceland .absolute {
  position: absolute;
}
#iceland .relative {
  position: relative;
}
#iceland .sticky {
  position: sticky;
  top: 0;
}
#iceland .z-1 {
  z-index: 1;
}
#iceland .z-2 {
  z-index: 2;
}
#iceland .z-3 {
  z-index: 3;
}
#iceland .overflow-hidden {
  overflow: hidden;
}
#iceland .overflow-visible {
  overflow: visible;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .xs\:overflow-hidden {
    overflow: hidden;
  }
  #iceland .xs\:overflow-visible {
    overflow: visible;
  }
}
#iceland .block {
  display: block;
}
#iceland .inline-block {
  display: inline-block;
}
#iceland .inline {
  display: inline;
}
#iceland .flex {
  display: flex;
}
#iceland .inline-flex {
  display: inline-flex;
}
#iceland .hidden {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .xs\:block {
    display: block;
  }
  #iceland .xs\:inline-block {
    display: inline-block;
  }
  #iceland .xs\:inline {
    display: inline;
  }
  #iceland .xs\:flex {
    display: flex;
  }
  #iceland .xs\:inline-flex {
    display: inline-flex;
  }
  #iceland .xs\:hidden {
    display: none;
  }
}
#iceland .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
#iceland .flex-row {
  flex-direction: row;
}
#iceland .flex-row-reverse {
  flex-direction: row-reverse;
}
#iceland .flex-col {
  flex-direction: column;
}
#iceland .flex-col-reverse {
  flex-direction: column-reverse;
}
#iceland .flex-wrap {
  flex-wrap: wrap;
}
#iceland .flex-nowrap {
  flex-wrap: nowrap;
}
#iceland .justify-start {
  justify-content: flex-start;
}
#iceland .justify-end {
  justify-content: flex-end;
}
#iceland .justify-center {
  justify-content: center;
}
#iceland .justify-between {
  justify-content: space-between;
}
#iceland .items-start {
  align-items: flex-start;
}
#iceland .items-end {
  align-items: flex-end;
}
#iceland .items-center {
  align-items: center;
}
#iceland .shrink-0 {
  flex-shrink: 0;
}
#iceland .order-1 {
  order: 1;
}
#iceland .order-2 {
  order: 2;
}
#iceland .order-3 {
  order: 3;
}
#iceland .order-4 {
  order: 4;
}
#iceland .order-5 {
  order: 5;
}
#iceland .order-6 {
  order: 6;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .xs\:flex-row {
    flex-direction: row;
  }
  #iceland .xs\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  #iceland .xs\:flex-col {
    flex-direction: column;
  }
  #iceland .xs\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  #iceland .xs\:justify-start {
    justify-content: flex-start;
  }
  #iceland .xs\:justify-end {
    justify-content: flex-end;
  }
  #iceland .xs\:justify-center {
    justify-content: center;
  }
  #iceland .xs\:justify-between {
    justify-content: space-between;
  }
  #iceland .xs\:items-start {
    align-items: flex-start;
  }
  #iceland .xs\:items-end {
    align-items: flex-end;
  }
  #iceland .xs\:items-center {
    align-items: center;
  }
  #iceland .xs\:order-1 {
    order: 1;
  }
  #iceland .xs\:order-2 {
    order: 2;
  }
  #iceland .xs\:order-3 {
    order: 3;
  }
  #iceland .xs\:order-4 {
    order: 4;
  }
  #iceland .xs\:order-5 {
    order: 5;
  }
  #iceland .xs\:order-6 {
    order: 6;
  }
}
#iceland .text-left {
  text-align: left;
}
#iceland .text-center {
  text-align: center;
}
#iceland .text-right {
  text-align: right;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .xs\:text-left {
    text-align: left;
  }
  #iceland .xs\:text-center {
    text-align: center;
  }
  #iceland .xs\:text-right {
    text-align: right;
  }
}
#iceland .text-align {
  text-align: center;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .text-align {
    text-align: left;
  }
  html[dir=rtl] #iceland .text-align {
    text-align: right;
  }
}
#iceland .fadeup, #iceland .lg-fadeup, #iceland .fadeup-item, #iceland .lg-fadeup-item {
  transform: translateY(6.25vw);
  opacity: 0;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .fadeup, #iceland .xs-fadeup, #iceland .fadeup-item, #iceland .xs-fadeup-item {
    transform: translateY(16.666667vw);
    opacity: 0;
  }
  #iceland .lg-fadeup, #iceland .lg-fadeup-item {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
#iceland .fadeup.animated, #iceland .lg-fadeup.animated, #iceland .xs-fadeup.animated {
  transition: opacity 0.8s ease-in, transform 0.8s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(0);
  opacity: 1;
}
#iceland .animated .fadeup-item, #iceland .animated .lg-fadeup-item, #iceland .animated .xs-fadeup-item {
  transition: opacity 0.8s ease-in, transform 0.8s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(0);
  opacity: 1;
}
#iceland .w-auto {
  width: auto;
}
#iceland .w-full {
  width: 100%;
}
#iceland .w-1560 {
  width: 81.25vw;
}
#iceland .w-1296 {
  width: 67.5vw;
}
#iceland .w-1080 {
  width: 56.25vw;
}
#iceland .w-800 {
  width: 41.666667vw;
}
#iceland .w-600 {
  width: 31.25vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .xs\:w-full {
    width: 100%;
  }
  #iceland .xs\:w-720 {
    width: 100vw;
  }
  #iceland .xs\:w-688 {
    width: 95.555556vw;
  }
  #iceland .xs\:w-656 {
    width: 91.111111vw;
  }
  #iceland .xs\:w-640 {
    width: 88.888889vw;
  }
  #iceland .xs\:w-600 {
    width: 83.333333vw;
  }
  #iceland .xs\:w-560 {
    width: 77.777778vw;
  }
}
#iceland .mx-auto {
  margin-right: auto;
  margin-left: auto;
}
#iceland .mt-12, #iceland .lg\:mt-12 {
  margin-top: 0.625vw;
}
#iceland .mt-16, #iceland .lg\:mt-16 {
  margin-top: 0.833333vw;
}
#iceland .mt-24, #iceland .lg\:mt-24 {
  margin-top: 1.25vw;
}
#iceland .mt-32, #iceland .lg\:mt-32 {
  margin-top: 1.666667vw;
}
#iceland .mt-40, #iceland .lg\:mt-40 {
  margin-top: 2.083333vw;
}
#iceland .mt-48, #iceland .lg\:mt-48 {
  margin-top: 2.5vw;
}
#iceland .mt-56, #iceland .lg\:mt-56 {
  margin-top: 2.916667vw;
}
#iceland .mt-64, #iceland .lg\:mt-64 {
  margin-top: 3.333333vw;
}
#iceland .mt-80, #iceland .lg\:mt-80 {
  margin-top: 4.166667vw;
}
#iceland .mt-120, #iceland .lg\:mt-120 {
  margin-top: 6.25vw;
}
#iceland .mt-160, #iceland .lg\:mt-160 {
  margin-top: 8.333333vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .xs\:mx-auto {
    margin-right: auto;
    margin-left: auto;
  }
  #iceland .xs\:mt-0 {
    margin-top: 0;
  }
  #iceland .mt-12, #iceland .xs\:mt-12 {
    margin-top: 1.666667vw;
  }
  #iceland .mt-24, #iceland .xs\:mt-24 {
    margin-top: 3.333333vw;
  }
  #iceland .mt-32, #iceland .xs\:mt-32 {
    margin-top: 4.444444vw;
  }
  #iceland .mt-40, #iceland .xs\:mt-40 {
    margin-top: 5.555556vw;
  }
  #iceland .mt-48, #iceland .xs\:mt-48 {
    margin-top: 6.666667vw;
  }
  #iceland .mt-56, #iceland .xs\:mt-56 {
    margin-top: 7.777778vw;
  }
  #iceland .mt-64, #iceland .xs\:mt-64 {
    margin-top: 8.888889vw;
  }
  #iceland .mt-80, #iceland .xs\:mt-80 {
    margin-top: 11.111111vw;
  }
  #iceland .mt-100, #iceland .xs\:mt-100 {
    margin-top: 13.888889vw;
  }
  #iceland .mt-120, #iceland .xs\:mt-120 {
    margin-top: 16.666667vw;
  }
  #iceland .mt-160, #iceland .xs\:mt-160 {
    margin-top: 22.222222vw;
  }
}
#iceland .pt-240, #iceland .lg\:pt-240 {
  padding-top: 12.5vw;
}
#iceland .pt-200, #iceland .lg\:pt-200 {
  padding-top: 10.416667vw;
}
#iceland .pb-200, #iceland .lg\:pb-200 {
  padding-bottom: 10.416667vw;
}
#iceland .py-200, #iceland .lg\:py-200 {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}
#iceland .pt-160, #iceland .lg\:pt-160 {
  padding-top: 8.333333vw;
}
#iceland .py-160, #iceland .lg\:py-160 {
  padding-top: 8.333333vw;
  padding-bottom: 8.333333vw;
}
#iceland .pt-120, #iceland .lg\:pt-120 {
  padding-top: 6.25vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .pt-240, #iceland .xs\:pt-240 {
    padding-top: 33.333333vw;
  }
  #iceland .pt-200, #iceland .xs\:pt-200 {
    padding-top: 27.777778vw;
  }
  #iceland .pb-200, #iceland .xs\:pb-200 {
    padding-bottom: 27.777778vw;
  }
  #iceland .py-200, #iceland .xs\:py-200 {
    padding-top: 27.777778vw;
    padding-bottom: 27.777778vw;
  }
  #iceland .pt-160, #iceland .xs\:pt-160 {
    padding-top: 22.222222vw;
  }
  #iceland .py-160, #iceland .xs\:py-160 {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }
  #iceland .pt-120, #iceland .xs\:pt-120 {
    padding-top: 16.666667vw;
  }
}
#iceland h2, #iceland h3, #iceland h4 {
  font-weight: 500;
  line-height: 1.25;
  color: #f5f5f7;
}
#iceland h2 {
  font-size: 3.333333vw;
}
#iceland h2.section-title {
  font-size: 1.458333vw;
  color: #969699;
}
#iceland h3 {
  font-size: 1.666667vw;
}
#iceland h3.section-headline {
  font-size: 3.333333vw;
}
#iceland p {
  font-size: 1.145833vw;
}
#iceland .subheadline {
  font-size: 1.25vw;
  font-weight: 700;
}
#iceland .note {
  display: flex;
  font-size: 0.833333vw;
  color: rgba(245, 245, 247, 0.3);
}
@media (max-aspect-ratio: 11/10) {
  #iceland h2 {
    font-size: 11.111111vw;
  }
  #iceland h2.section-title {
    font-size: 4.444444vw;
  }
  #iceland h3 {
    font-size: 4.444444vw;
  }
  #iceland h3.section-headline {
    font-size: 11.111111vw;
  }
  #iceland p {
    font-size: 4.444444vw;
  }
  #iceland .subheadline {
    font-size: 4.444444vw;
  }
  #iceland .note {
    font-size: 3.333333vw;
  }
}
#iceland strong {
  font-weight: 500;
  color: #fff;
}
#iceland .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;
}
#iceland .shine-button {
  display: flex;
  justify-content: center;
}
#iceland .shine-button .shine-wrapper {
  position: relative;
  overflow: hidden;
  height: 3.333333vw;
  border-radius: 999px;
  background-color: rgba(245, 245, 247, 0.2);
}
#iceland .shine-button .shine-item, #iceland .shine-button .shine-inside {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 999px;
}
#iceland .shine-button .shine-item {
  pointer-events: none;
}
#iceland .shine-button .shine-item::before, #iceland .shine-button .shine-item::after {
  display: block;
  content: "";
}
#iceland .shine-button .shine-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60%;
  height: 4.6875vw;
  content: "";
  transition: width 0.2s, transform 0.2s;
  transform: translate3d(33.333333%, -50%, 0);
  background-color: #f5f3d4;
  filter: blur(10px);
  will-change: width, transform;
}
#iceland .shine-button .shine-item::after {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #000;
}
#iceland .shine-button .shine-inside {
  z-index: 2;
}
#iceland .shine-button .shine-inside::before, #iceland .shine-button .shine-inside::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  background-color: #f5f3d4;
  filter: blur(24px);
  will-change: width, transform;
}
#iceland .shine-button .shine-top-bottom::before, #iceland .shine-button .shine-top-bottom::after {
  left: 0;
  width: 60%;
  height: 0.9375vw;
  transition: width 0.2s, transform 0.2s;
  transform: translate3d(33.333333%, 0, 0);
}
#iceland .shine-button .shine-top-bottom::before {
  top: -0.9375vw;
}
#iceland .shine-button .shine-top-bottom::after {
  bottom: -0.9375vw;
}
#iceland .shine-button .shine-left-right {
  transition: opacity 0.2s;
  opacity: 0;
}
#iceland .shine-button .shine-left-right::before, #iceland .shine-button .shine-left-right::after {
  top: 50%;
  width: 1.770833vw;
  height: 5.625vw;
  transform: translateY(-50%);
}
#iceland .shine-button .shine-left-right::before {
  left: -1.666667vw;
  opacity: var(--shine-opacity-left, 0);
}
#iceland .shine-button .shine-left-right::after {
  right: -1.666667vw;
  opacity: var(--shine-opacity-right, 0);
}
#iceland .shine-button .mouse-enter .shine-item::before {
  width: 4.166667vw;
  transform: translate3d(calc(var(--shine-x, 0px) - 50%), -50%, 0);
}
#iceland .shine-button .mouse-enter .shine-top-bottom::before, #iceland .shine-button .mouse-enter .shine-top-bottom::after {
  width: 4.166667vw;
  transform: translate3d(calc(var(--shine-x, 0px) - 50%), 0, 0);
}
#iceland .shine-button .mouse-enter .shine-left-right {
  opacity: 1;
}
#iceland .shine-button .no-transition .shine-item::before, #iceland .shine-button .no-transition .shine-top-bottom::before, #iceland .shine-button .no-transition .shine-top-bottom::after {
  transition: none;
}
#iceland .shine-button .button-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 0.833333vw;
  padding-left: 1.666667vw;
}
#iceland .shine-button .button-copy {
  font-size: 0.9375vw;
  font-weight: 500;
  color: #dbcaab;
}
#iceland .shine-button .button-icon {
  width: 1.666667vw;
  margin-left: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .shine-button .shine-wrapper {
    height: 13.333333vw;
  }
  #iceland .shine-button .button-item {
    padding-right: 3.333333vw;
    padding-left: 6.666667vw;
  }
  #iceland .shine-button .shine-item::before {
    height: 16.944444vw;
  }
  #iceland .shine-button .shine-top-bottom::before, #iceland .shine-button .shine-top-bottom::after {
    height: 3.333333vw;
  }
  #iceland .shine-button .shine-top-bottom::before {
    top: -3.333333vw;
  }
  #iceland .shine-button .shine-top-bottom::after {
    bottom: -3.333333vw;
  }
  #iceland .shine-button .button-copy {
    font-size: 3.888889vw;
  }
  #iceland .shine-button .button-icon {
    width: 6.666667vw;
    margin-left: 3.333333vw;
  }
}
#iceland .section-modal {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: -webkit-backdrop-filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), backdrop-filter 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), background-color 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  outline: 0;
  background-color: rgba(25, 25, 26, 0);
  -webkit-backdrop-filter: blur(0px) brightness(100%);
  backdrop-filter: blur(0px) brightness(100%);
  padding-inline-end: var(--modal-scrollbar-buffer);
}
#iceland .section-modal.modal-fully-visible {
  padding-inline-end: 0;
}
#iceland .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%);
}
#iceland .section-modal.modal-open .modal-overlay {
  transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 1;
}
.has-modal #iceland .section-modal.modal-open, .has-modal #iceland .section-modal.modal-will-close {
  z-index: 200;
}
.has-modal #iceland .section-modal .modal-overlay {
  transform: translate3d(0, 0, 0);
}
#iceland .section-modal.modal-will-close {
  overflow: auto;
  padding-inline-end: 0;
}
#iceland .section-modal.modal-will-close .modal-overlay {
  transition: opacity 0.6s;
}
#iceland .section-modal .modal-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
#iceland .section-modal .modal-overlay {
  width: 81.25vw;
  padding-top: 3.333333vw;
  padding-bottom: 3.333333vw;
  transform: translate3d(0, 100vh, 0);
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
}
#iceland .section-modal .modal-wrapper {
  position: relative;
  pointer-events: auto;
}
#iceland .section-modal .modal-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 6.25vw;
  border-radius: 1.25vw;
  background-color: #000;
}
#iceland .section-modal .modal-close-container {
  position: absolute;
  top: 2.083333vw;
  right: 2.083333vw;
  bottom: 0;
  width: 2.083333vw;
}
#iceland .section-modal .modal-close-button {
  position: sticky;
  z-index: 10;
  top: 2.083333vw;
  width: 100%;
  cursor: pointer;
  border-radius: 100%;
  background-color: rgba(128, 128, 128, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
#iceland .section-modal .modal-close-button rect {
  transition: fill 0.2s;
  fill: #fff;
}
#iceland .section-modal .modal-close-button:hover rect {
  fill: #e6e6e6;
}
#iceland .section-modal .modal-close-icon {
  pointer-events: none;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-modal .modal-overlay {
    width: 95.555556vw;
    padding-top: 8.888889vw;
    padding-bottom: 8.888889vw;
  }
  #iceland .section-modal .modal-content {
    padding-bottom: 11.111111vw;
    border-radius: 4.444444vw;
  }
  #iceland .section-modal .modal-close-container {
    top: 3.333333vw;
    right: 3.333333vw;
    width: 11.111111vw;
  }
  #iceland .section-modal .modal-close-button {
    top: 3.333333vw;
  }
}
#iceland .rounded, #iceland .lg\:rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.833333vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .rounded {
    border-radius: 2.222222vw;
  }
  #iceland .lg\:rounded {
    border-radius: 0;
  }
}
#iceland .autoplay-trigger {
  position: absolute;
  z-index: -1;
}

html.has-modal {
  overflow: hidden;
  background-color: #000;
}
html.has-modal body, html.has-modal .main-navigation.nav-v2, html.has-modal #second-navigation-v4 .product-tabs__heading, html.fancybox-margin body, html.fancybox-margin .main-navigation.nav-v2, html.fancybox-margin #second-navigation-v4 .product-tabs__heading {
  padding-inline-end: var(--modal-scrollbar-buffer);
}
html[dir=rtl] .fancybox-close {
  right: auto !important;
}

#iceland .section-hero .hero-container {
  display: flex;
  overflow: hidden;
  align-items: center;
}
#iceland .section-hero .video-container {
  width: 100%;
}
#iceland .section-hero .video-container::before {
  padding-bottom: 56.25%;
}
#iceland .section-hero .hero-content {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 6.770833vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 29.6875vw;
  height: 100%;
  transition: transform 0.6s, opacity 0.6s;
  transform: translateY(1.5625vw);
  opacity: 0;
}
#iceland .section-hero .hero-content.show {
  transform: translateY(0px);
  opacity: 1;
}
#iceland .section-hero .hero-logo::before {
  padding-bottom: 15.1252631579%;
}
#iceland .section-hero .hero-slogan {
  display: flex;
  justify-content: space-between;
  width: 16.354167vw;
  margin: 1.25vw auto 0;
  font-size: 3.333333vw;
  font-weight: 400;
}
#iceland .section-hero .hero-ksp {
  margin-top: 1.666667vw;
  font-size: 1.354167vw;
  font-weight: 400;
  color: #fff;
}
#iceland .section-hero .player-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 2.5vw;
}
#iceland .section-hero .icon-copy {
  font-size: 0.9375vw;
  color: #cbb99f;
}
#iceland .section-hero .icon-play {
  width: 1.25vw;
  margin-left: 0.416667vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-hero .sticky-content {
    position: relative;
  }
  #iceland .section-hero .video-container::before {
    padding-bottom: 185.2090032154%;
  }
  #iceland .section-hero .hero-container {
    display: block;
  }
  #iceland .section-hero .hero-content {
    position: relative;
    right: 0;
    width: 100%;
    height: auto;
    margin-top: -80.555556vw;
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
    transition: transform 0.4s, opacity 0.4s;
    transform: translateY(8.333333vw);
  }
  #iceland .section-hero .hero-logo {
    width: 63.055556vw;
    margin-right: auto;
    margin-left: auto;
  }
  #iceland .section-hero .hero-slogan {
    width: 47.777778vw;
    margin: 3.333333vw auto 0;
    font-size: 8.888889vw;
  }
  #iceland .section-hero .hero-ksp {
    margin-top: 4.444444vw;
    font-size: 3.888889vw;
  }
  #iceland .section-hero .player-cta {
    margin-top: 6.666667vw;
  }
  #iceland .section-hero .icon-copy {
    font-size: 3.888889vw;
  }
  #iceland .section-hero .icon-play {
    width: 5.277778vw;
    margin-left: 2.222222vw;
  }
}
@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {
  #iceland .section-hero .video-container::before {
    padding-bottom: 112.2191011236%;
  }
  #iceland .section-hero .hero-content {
    margin-top: -37.777778vw;
  }
}
#iceland.no-inline-video .section-hero .hero-content {
  opacity: 1;
  transition: none;
  transform: none;
}
#iceland .hero-sku {
  margin-top: 4.583333vw;
  text-align: center;
}
#iceland .hero-sku .pricing {
  font-size: 1.458333vw;
  line-height: 1.25;
  color: #fff;
}
#iceland .hero-sku .from {
  font-size: 0.677083vw;
}
#iceland .hero-sku [data-footnote] {
  font-size: 1em;
  vertical-align: inherit;
}
#iceland .hero-sku .buy-cta {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 26px;
  font-size: 13px;
  line-height: 24px;
  transition: opacity 0.3s ease-out;
  color: #000;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: #fff;
}
#iceland .hero-sku .buy-cta:hover {
  opacity: 0.8;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .hero-sku {
    margin-top: 10vw;
  }
  #iceland .hero-sku .pricing {
    font-size: 5.555556vw;
  }
  #iceland .hero-sku .from {
    font-size: 3.611111vw;
  }
}
#iceland .start-frame {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#iceland .show-start-frame .start-frame {
  transition: opacity 0.2s ease-out;
  opacity: 1;
}
#iceland .section-highlights {
  padding-bottom: 7.291667vw;
  background-image: linear-gradient(#1a1a1a 70%, #000);
}
#iceland .section-highlights .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#iceland .section-highlights .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}
#iceland .section-highlights .autoplay-trigger {
  top: 80%;
}
#iceland .section-highlights .text-content {
  position: absolute;
  z-index: 2;
  top: 2.5vw;
  left: 2.5vw;
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#iceland .section-highlights .title {
  font-size: 1.25vw;
  font-weight: 700;
  background-image: linear-gradient(110deg, #eae3d8, #968263);
}
#iceland .section-highlights .headline {
  margin-top: 0.833333vw;
  font-size: 1.666667vw;
  font-weight: 700;
}
#iceland .section-highlights .note {
  position: absolute;
  z-index: 1;
  right: 1.25vw;
  bottom: 2.083333vw;
}
#iceland .section-highlights .controls-container {
  display: flex;
  justify-content: center;
}
#iceland .section-highlights .controls-wrapper {
  display: flex;
  align-items: center;
  height: 3.333333vw;
  padding-right: 1.041667vw;
  padding-left: 1.041667vw;
  border-radius: 999px;
  background-color: rgba(245, 245, 247, 0.08);
}
#iceland .section-highlights .arrownav-item {
  flex-shrink: 0;
  width: 2.083333vw;
  cursor: pointer;
  transition: opacity 0.3s;
  outline: 0;
}
#iceland .section-highlights .arrownav-item:hover {
  opacity: 0.6;
}
#iceland .section-highlights .arrownav-disabled {
  cursor: default;
  opacity: 0.3 !important;
}
#iceland .section-highlights .dotnav-list {
  display: flex;
  margin-right: 0.677083vw;
  margin-left: 0.677083vw;
}
#iceland .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 0.3s;
  opacity: 0.2;
  border-radius: 100%;
  outline: 0;
  background-color: #f5f5f7;
}
#iceland .section-highlights .dotnav-item::before {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 0.260417vw;
  content: "";
}
#iceland .section-highlights .dotnav-item.current {
  cursor: default;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-highlights {
    padding-bottom: 0;
    background-image: linear-gradient(#1a1a1a 80%, #000);
  }
  #iceland .section-highlights .text-content {
    top: 6.666667vw;
    left: 6.666667vw;
  }
  #iceland .section-highlights .title {
    font-size: 4.444444vw;
  }
  #iceland .section-highlights .headline {
    margin-top: 3.333333vw;
    font-size: 5.555556vw;
  }
  #iceland .section-highlights .controls-wrapper {
    height: 13.333333vw;
    padding-right: 1.666667vw;
    padding-left: 1.666667vw;
  }
  #iceland .section-highlights .arrownav-item {
    width: 13.333333vw;
  }
  #iceland .section-highlights .arrownav-item:hover {
    opacity: 1;
  }
  #iceland .section-highlights .dotnav-list {
    margin-right: -0.555556vw;
    margin-left: -0.555556vw;
  }
  #iceland .section-highlights .dotnav-item {
    width: 2.222222vw;
    height: 2.222222vw;
    margin-right: 1.666667vw;
    margin-left: 1.666667vw;
  }
  #iceland .section-highlights .dotnav-item::before {
    padding: 1.111111vw;
  }
}
@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {
  #iceland .section-highlights .swiper {
    width: 58.333333vw;
  }
  #iceland .section-highlights .text-content {
    top: 4.444444vw;
    left: 4.444444vw;
  }
  #iceland .section-highlights .title {
    font-size: 2.5vw;
  }
  #iceland .section-highlights .headline {
    margin-top: 1.388889vw;
    font-size: 3.333333vw;
  }
  #iceland .section-highlights .controls-container {
    margin-top: 5.555556vw;
  }
  #iceland .section-highlights .controls-wrapper {
    height: 8.888889vw;
    padding-right: 1.111111vw;
    padding-left: 1.111111vw;
  }
  #iceland .section-highlights .arrownav-item {
    width: 8.888889vw;
  }
  #iceland .section-highlights .dotnav-list {
    margin-right: -0.277778vw;
    margin-left: -0.277778vw;
  }
  #iceland .section-highlights .dotnav-item {
    width: 1.388889vw;
    height: 1.388889vw;
    margin-right: 1.111111vw;
    margin-left: 1.111111vw;
  }
  #iceland .section-highlights .dotnav-item::before {
    padding: 0.694444vw;
  }
  #iceland .section-highlights .note {
    font-size: 1.666667vw;
  }
}
#iceland .section-header {
  position: relative;
  text-align: center;
}
#iceland .section-header .section-headline {
  font-size: 5vw;
  font-weight: 500;
}
#iceland .section-header .section-headline span {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(110deg, #eae3d8, #968263 45%, rgba(245, 245, 247, 0.2) 55%);
  background-position-x: 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 250% 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#iceland .section-header .section-headline.animated span {
  transition: background-position-x 1s cubic-bezier(0, 0, 0.2, 1);
  background-position-x: 0;
}
#iceland .section-header .punctuation-fix {
  margin-left: 1em;
}
#iceland .section-header .section-intro {
  margin-top: 2.5vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-header .section-headline {
    font-size: 13.333333vw;
  }
  #iceland .section-header .section-intro {
    margin-top: 6.666667vw;
  }
}
#iceland .video-container {
  position: relative;
}
#iceland .video-container .replay-cta {
  position: relative;
  z-index: 1;
  display: flex;
  cursor: default;
  align-items: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  outline: 0;
}
#iceland .video-container .replay-cta.center-bottom {
  bottom: 0;
  left: 0;
  justify-content: center;
  width: 100%;
}
#iceland .video-container .icon-copy {
  font-size: 1.145833vw;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
#iceland .video-container .icon-replay {
  width: 1.09375vw;
  margin-left: 0.416667vw;
}
#iceland .video-container.ended .replay-cta {
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .video-container .icon-copy {
    font-size: 4.444444vw;
  }
  #iceland .video-container .icon-replay {
    width: 4.305556vw;
    margin-left: 1.666667vw;
  }
}
#iceland .section-design-deco {
  padding-top: 5.208333vw;
}
#iceland .section-design-deco .video-container {
  width: 42.708333vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-design-deco {
    padding-top: 33.333333vw;
  }
  #iceland .section-design-deco .video-container {
    width: 100%;
  }
}
#iceland .gradient-value {
  font-size: 2.5vw;
  font-weight: 700;
  background-image: linear-gradient(110deg, #eae3d8, #968263);
}
#iceland .section-lightweight .text-content {
  position: relative;
  z-index: 1;
  margin-left: 5.729167vw;
}
#iceland .section-lightweight .picture {
  width: 53.28125vw;
  margin-top: -5.208333vw;
  margin-left: 5.885417vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-lightweight .text-content {
    margin-left: auto;
  }
  #iceland .section-lightweight .picture {
    width: 100%;
    margin-top: 11.111111vw;
    margin-left: 0;
  }
}
#iceland .gradient-value {
  font-size: 2.5vw;
  font-weight: 700;
  background-image: linear-gradient(110deg, #eae3d8, #968263);
}
#iceland .section-lifestyle .swiper-slide {
  overflow: hidden;
}
#iceland .section-lifestyle .slide-picture {
  will-change: transform;
}
#iceland .section-lifestyle .autoplay-trigger {
  bottom: 0;
}
#iceland .section-lifestyle .arrownav-list {
  justify-content: center;
}
#iceland .section-colours .colournav-container {
  display: flex;
  justify-content: center;
}
#iceland .section-colours .colournav-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
#iceland .section-colours .label-item {
  font-size: 1.25vw;
  transition: opacity 0.5s;
  white-space: nowrap;
}
#iceland .section-colours .svg-definitions {
  position: absolute;
  width: 0;
  height: 0;
}
#iceland .section-colours .colournav-list {
  display: flex;
  margin-top: 0.833333vw;
}
#iceland .section-colours .colournav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.083333vw;
  height: 2.083333vw;
  cursor: pointer;
}
#iceland .section-colours .colournav-item + .colournav-item {
  margin-left: 1.25vw;
}
#iceland .section-colours .colournav-gradient-outline {
  transition: opacity 0.5s;
  opacity: 0;
}
#iceland .section-colours .current .colournav-gradient-outline {
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-colours .label-item {
    font-size: 4.444444vw;
  }
  #iceland .section-colours .colournav-list {
    overflow: hidden;
    justify-content: center;
    margin-top: 3.333333vw;
    padding: 3.333333vw;
    border: 2px solid #232526;
    border-radius: 999px;
    background-color: rgba(245, 245, 247, 0.1);
  }
  #iceland .section-colours .colournav-item {
    width: 11.111111vw;
    height: 11.111111vw;
  }
  #iceland .section-colours .colournav-item + .colournav-item {
    margin-left: 3.888889vw;
  }
}
@media (max-aspect-ratio: 11/10) and (min-aspect-ratio: 7/10) {
  #iceland .section-colours .colournav-list {
    margin-top: 3.333333vw;
    padding: 2.222222vw;
  }
  #iceland .section-colours .colournav-item {
    width: 6.666667vw;
    height: 6.666667vw;
  }
  #iceland .section-colours .colournav-item + .colournav-item {
    margin-left: 2.222222vw;
  }
}
#iceland .stack-list {
  position: relative;
  z-index: 1;
}
#iceland .stack-list .stack-item {
  position: relative;
  transition: opacity 0.4s;
  opacity: 0;
}
#iceland .stack-list .stack-item + .stack-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
#iceland .stack-list .stack-item.current {
  z-index: 1;
  opacity: 1;
}
#iceland .stack-list.stack-align-right .stack-item + .stack-item {
  right: 0;
  left: auto;
}
#iceland .section-screen .sticky-container {
  height: 270vh;
}
#iceland .section-screen .sequence-container {
  position: relative;
  z-index: 2;
  width: 31.927083vw;
  height: 35.104167vw;
  transform-origin: top;
}
#iceland .section-screen .stat-wrapper {
  position: relative;
  transition: transform 0.4s, opacity 0.4s;
  transform: translateY(20px);
  opacity: 0;
}
#iceland .section-screen [data-current-screen="1"] .stat-wrapper-1 {
  z-index: 1;
  transform: translateY(0px);
  opacity: 1;
}
#iceland .section-screen [data-current-screen="2"] .stat-wrapper-2 {
  z-index: 1;
  transform: translateY(0px);
  opacity: 1;
}
#iceland .section-screen .stat-wrapper-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#iceland .section-screen .stat-list {
  display: flex;
  justify-content: center;
  width: 100%;
}
#iceland .section-screen .stat-item-1, #iceland .section-screen .stat-item-2 {
  padding-right: 0.625vw;
  padding-left: 0.625vw;
}
#iceland .section-screen .stat-item-4, #iceland .section-screen .stat-item-5, #iceland .section-screen .stat-item-6 {
  margin-left: 4.166667vw;
}
#iceland .section-screen .stat-value {
  font-size: 1.145833vw;
  font-weight: 700;
  line-height: 1.25;
  color: #f5f5f7;
}
#iceland .section-screen .stat-caption {
  font-size: 0.9375vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-screen .sticky-container {
    height: auto;
  }
  #iceland .section-screen .sticky-content {
    height: auto;
  }
  #iceland .section-screen .sequence-container {
    width: 95.833333vw;
    height: 105.416667vw;
  }
  #iceland .section-screen .stat-container {
    display: flex;
    justify-content: center;
    width: 86.111111vw;
    margin-right: auto;
    margin-left: auto;
  }
  #iceland .section-screen .stat-list {
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto;
  }
  #iceland .section-screen .stat-item-1, #iceland .section-screen .stat-item-2 {
    padding-right: 2.222222vw;
    padding-left: 2.222222vw;
  }
  #iceland .section-screen .stat-item-4, #iceland .section-screen .stat-item-6 {
    margin-left: 6.666667vw;
  }
  #iceland .section-screen .stat-item-5 {
    margin-left: 0;
  }
  #iceland .section-screen .stat-value {
    font-size: 4.444444vw;
  }
  #iceland .section-screen .stat-caption {
    font-size: 4.444444vw;
  }
}
@media (max-aspect-ratio: 11/10) {
  #iceland .tabnav-pill {
    display: flex;
    justify-content: center;
    margin-top: 11.111111vw;
  }
  #iceland .tabnav-pill .tabnav-wrapper {
    overflow: hidden;
    padding: 0.555556vw;
    border-radius: 999px;
    background-color: rgba(245, 245, 247, 0.1);
  }
  #iceland .tabnav-pill .tabnav-list {
    position: relative;
    display: flex;
  }
  #iceland .tabnav-pill .tabnav-item {
    position: relative;
    z-index: 1;
    padding-right: 5.555556vw;
    padding-left: 5.555556vw;
    cursor: pointer;
  }
  #iceland .tabnav-pill .tabnav-label {
    font-weight: 700;
    line-height: 10vw;
    transition: color 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    color: #969699;
  }
  #iceland .tabnav-pill .tabnav-item-active {
    cursor: default;
  }
  #iceland .tabnav-pill .tabnav-item-active .tabnav-label {
    transition: color 0.4s 0.4s cubic-bezier(0.05, 0.65, 1, 0.36);
    color: #000;
  }
  #iceland .tabnav-pill .tabnav-indicator {
    position: absolute;
    top: 0;
    left: var(--tabnav-indicator-left, 0);
    overflow: hidden;
    width: var(--tabnav-indicator-width, 50%);
    height: 100%;
    transition: left 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), width 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
    border-radius: 999px;
    background-color: #fff;
  }
}
#iceland .section-structure .picture {
  width: 35.052083vw;
  opacity: 0;
}
#iceland .section-structure .animated .picture {
  transition: transform 0.8s, opacity 0.8s;
  opacity: 1;
}
#iceland .section-structure .animated .picture-1 {
  transform: translateX(-2.1875vw);
}
#iceland .section-structure .animated .picture-2 {
  transform: translateX(2.1875vw);
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-structure .picture {
    width: 50.833333vw;
  }
  #iceland .section-structure .animated .picture-1 {
    transform: translateX(-0.833333vw);
  }
  #iceland .section-structure .animated .picture-2 {
    transform: translateX(0.833333vw);
  }
}
#iceland .section-satellite-message .overlay-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 20.572917vw;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
#iceland .section-satellite-message .text-content {
  position: relative;
  width: 29.895833vw;
  margin-left: 7.8125vw;
}
#iceland .section-satellite-message .picture-overlay {
  width: 30.520833vw;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
#iceland .section-satellite-message .note {
  position: absolute;
  z-index: 1;
  bottom: 2.083333vw;
  left: 58.958333vw;
  color: rgba(245, 245, 247, 0.5);
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-satellite-message .overlay-container {
    position: relative;
    left: 0;
    width: 100%;
  }
  #iceland .section-satellite-message .text-content {
    width: 77.777778vw;
    margin-left: auto;
  }
  #iceland .section-satellite-message .note {
    position: static;
    color: rgba(245, 245, 247, 0.3);
  }
}
#iceland .section-cooling-system .text-content {
  position: relative;
  z-index: 1;
  width: 26.041667vw;
}
#iceland .section-cooling-system .video-container {
  margin-top: -10.9375vw;
  margin-left: 2.083333vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-cooling-system .text-content {
    width: 100%;
  }
  #iceland .section-cooling-system .video-container {
    margin-top: 11.111111vw;
    margin-left: 0;
  }
}
#iceland .section-durable {
  height: 350vh;
}
#iceland .section-durable .swiper {
  position: absolute;
  z-index: 1;
  top: var(--content-header-top);
  bottom: 0;
  left: 20.833333vw;
  width: 20.833333vw;
  transition: transform 0.6s;
}
#iceland .section-durable .swiper-wrapper {
  display: block;
  height: auto;
}
#iceland .section-durable .headline {
  padding-bottom: 3.125vw;
  transition: 0.6s;
}
#iceland .section-durable .content-item {
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  transition: opacity 0.6s;
  opacity: 0;
}
#iceland .section-durable .text-content {
  font-size: 0;
}
#iceland .section-durable .subheadline {
  display: inline;
  font-size: 1.145833vw;
}
#iceland .section-durable .intro {
  display: inline;
}
#iceland .section-durable .stat-caption {
  font-size: 1.041667vw;
}
#iceland .section-durable .stat-value {
  font-size: 2.083333vw;
  line-height: 1.25;
}
#iceland .section-durable [data-step="0"] {
  transform: translateY(0);
}
#iceland .section-durable [data-step="0"] .content-item-1, #iceland .section-durable [data-step="0"] .content-item-2 {
  opacity: 1;
}
#iceland .section-durable [data-step="1"] {
  transform: translateY(var(--step-1-transform-y));
}
#iceland .section-durable [data-step="1"] .content-item-2 {
  opacity: 1;
}
#iceland .section-durable [data-step="2"] {
  transform: translateY(var(--step-2-transform-y));
}
#iceland .section-durable [data-step="2"] .content-item-3 {
  opacity: 1;
}
#iceland .section-durable [data-step="3"] {
  transform: translateY(var(--step-3-transform-y));
}
#iceland .section-durable [data-step="3"] .content-item-4 {
  opacity: 1;
}
#iceland .section-durable .sequence-container {
  width: 57.291667vw;
  height: 38.645833vw;
  margin-left: 39.0625vw;
}
#iceland .section-durable .arrownav-list {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-durable {
    height: auto;
  }
  #iceland .section-durable .swiper {
    position: static;
    width: 100%;
  }
  #iceland .section-durable .swiper-wrapper {
    display: flex;
    height: 100%;
  }
  #iceland .section-durable .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  #iceland .section-durable .headline {
    display: none !important;
  }
  #iceland .section-durable .stat-value {
    font-size: 7.777778vw;
  }
  #iceland .section-durable .content-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 83.333333vw;
    height: 100%;
    padding: 0;
    opacity: 1;
  }
  #iceland .section-durable .subheadline {
    display: block;
    font-size: 6.666667vw;
  }
  #iceland .section-durable .intro {
    display: block;
  }
  #iceland .section-durable .punctuation {
    display: none;
  }
  #iceland .section-durable .stat-caption {
    font-size: 3.888889vw;
  }
  #iceland .section-durable .stat-value {
    font-size: 7.777778vw;
  }
  #iceland .section-durable .sequence-container {
    display: none;
  }
  #iceland .section-durable .arrownav-list {
    display: flex;
  }
}
#iceland .section-hinge-and-waterproof {
  margin-top: -4.166667vw;
}
#iceland .section-hinge-and-waterproof .swiper-wrapper {
  justify-content: space-between;
}
#iceland .section-hinge-and-waterproof .swiper-slide {
  width: 32.708333vw;
}
#iceland .section-hinge-and-waterproof .note {
  position: absolute;
  z-index: 1;
  right: 0.833333vw;
  bottom: 0.833333vw;
}
#iceland .section-hinge-and-waterproof .card-content {
  width: 82%;
  font-size: 0;
}
#iceland .section-hinge-and-waterproof .card-headline {
  font-size: 1.145833vw;
  font-weight: 700;
  line-height: 1.25;
}
#iceland .section-hinge-and-waterproof .arrownav-list, #iceland .section-hinge-and-waterproof .punctuation {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-hinge-and-waterproof {
    margin-top: 0;
  }
  #iceland .section-hinge-and-waterproof .swiper-wrapper {
    justify-content: flex-start;
  }
  #iceland .section-hinge-and-waterproof .swiper-slide {
    width: 77.777778vw;
  }
  #iceland .section-hinge-and-waterproof .card-content {
    width: 100%;
  }
  #iceland .section-hinge-and-waterproof .card-headline {
    display: inline;
    font-size: 4.444444vw;
  }
  #iceland .section-hinge-and-waterproof .card-intro, #iceland .section-hinge-and-waterproof .punctuation {
    display: inline;
  }
  #iceland .section-hinge-and-waterproof .arrownav-list {
    display: flex;
  }
}
#iceland .section-battery .picture {
  margin-top: -4.166667vw;
}
#iceland .section-battery .intro {
  width: 33.333333vw;
  margin-top: -5.520833vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-battery {
    display: flex;
    flex-direction: column;
  }
  #iceland .section-battery .picture {
    margin-top: 4.444444vw;
  }
  #iceland .section-battery .intro {
    width: 77.777778vw;
    margin-top: 5.555556vw;
  }
}
#iceland .section-rear-camera .picture-container {
  position: relative;
}
#iceland .section-rear-camera .picture-container::before {
  position: absolute;
  top: 3.125vw;
  left: 8.177083vw;
  width: 54.583333vw;
  height: 35.729167vw;
  margin-right: auto;
  margin-left: auto;
  content: "";
  pointer-events: none;
  background-image: radial-gradient(27.291667vw 17.864583vw at 50% 50%, rgba(229, 219, 182, 0.4), rgba(229, 219, 182, 0));
}
#iceland .section-rear-camera .stat-list {
  display: flex;
  justify-content: center;
}
#iceland .section-rear-camera .stat-item-2, #iceland .section-rear-camera .stat-item-3, #iceland .section-rear-camera .stat-item-4 {
  margin-left: 4.166667vw;
}
#iceland .section-rear-camera .stat-title {
  font-size: 1.25vw;
  font-weight: 700;
}
#iceland .section-rear-camera .stat-title + .stat-intro {
  margin-top: 1.25vw;
}
#iceland .section-rear-camera .stat-intro {
  margin-top: 1.041667vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-rear-camera .picture-container::before {
    top: 18.611111vw;
    left: -54.861111vw;
    width: 201.111111vw;
    height: 85.833333vw;
    background-image: radial-gradient(100.555556vw 42.916667vw at 50% 50%, rgba(226, 199, 150, 0.3), rgba(226, 199, 150, 0));
  }
  #iceland .section-rear-camera .stat-list {
    display: grid;
    justify-content: center;
    padding-left: 0;
    grid-template-columns: auto auto;
  }
  #iceland .section-rear-camera .stat-item-1 {
    order: 1;
    margin-left: 0;
  }
  #iceland .section-rear-camera .stat-item-2 {
    order: 3;
    margin-top: 8.888889vw;
    margin-left: 0;
  }
  #iceland .section-rear-camera .stat-item-3 {
    order: 4;
    margin-top: 8.888889vw;
    margin-left: 8.888889vw;
  }
  #iceland .section-rear-camera .stat-item-4 {
    order: 2;
    margin-left: 8.888889vw;
  }
  #iceland .section-rear-camera .stat-title {
    font-size: 5.555556vw;
  }
  #iceland .section-rear-camera .stat-title + .stat-intro {
    margin-top: 4.444444vw;
  }
  #iceland .section-rear-camera .stat-intro {
    margin-top: 3.333333vw;
    font-size: 3.888889vw;
  }
}
#iceland .section-ultra-chroma-camera .text-content {
  display: flex;
  justify-content: center;
}
#iceland .section-ultra-chroma-camera .replay-cta {
  position: absolute;
  z-index: 1;
  right: 1.25vw;
  bottom: 1.25vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-ultra-chroma-camera .video-container {
    height: 91.111111vw;
  }
  #iceland .section-ultra-chroma-camera .replay-cta {
    right: 4.444444vw;
    bottom: 4.444444vw;
  }
}
#iceland .section-ultra-chroma-camera-sample {
  pointer-events: none;
}
#iceland .section-ultra-chroma-camera-sample .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
#iceland .section-ultra-chroma-camera-sample .swiper-slide {
  width: 32.708333vw;
  perspective: 46.875vw;
  transform-style: preserve-3d;
}
#iceland .section-ultra-chroma-camera-sample .slide-picture {
  transform: rotateY(60deg);
  transform-origin: left center;
}
#iceland .section-ultra-chroma-camera-sample .slide-picture.aspect-ratio::before {
  padding-bottom: 74.8407643312%;
}
#iceland .section-ultra-chroma-camera-sample .arrownav-list {
  transform: translateY(1.25vw);
}
#iceland .section-ultra-chroma-camera-sample.animated {
  pointer-events: auto;
}
#iceland .section-ultra-chroma-camera-sample.animated .swiper-slide {
  transition: transform 0.8s;
  transform: translate3d(0, 0, 0) !important;
}
#iceland .section-ultra-chroma-camera-sample.animated .slide-picture {
  transition: transform 0.8s;
  transform: rotateY(0deg);
}
#iceland .section-ultra-chroma-camera-sample.animated .arrownav-list {
  transform: translateY(0);
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-ultra-chroma-camera-sample .swiper-wrapper {
    transition-timing-function: ease;
  }
  #iceland .section-ultra-chroma-camera-sample .swiper-slide {
    width: 77.777778vw;
    perspective: 125vw;
  }
  #iceland .section-ultra-chroma-camera-sample .slide-picture.aspect-ratio::before {
    padding-bottom: 133.3928571429%;
  }
  #iceland .section-ultra-chroma-camera-sample .arrownav-list {
    transform: translateY(0);
  }
}
#iceland .section-micro-photography-sample .comparison-slider {
  position: relative;
}
#iceland .section-micro-photography-sample .comparison-line {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  left: var(--handle-left, 0);
  display: block;
  width: 2px;
  height: 100%;
  height: 100%;
  pointer-events: none;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.3);
}
#iceland .section-micro-photography-sample .comparison-after {
  position: relative;
}
#iceland .section-micro-photography-sample .picture {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
#iceland .section-micro-photography-sample .comparison-after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: var(--after-width, 0);
  height: 100%;
}
#iceland .section-micro-photography-sample .picture-after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
#iceland .section-micro-photography-sample .caption {
  position: absolute;
  bottom: 1.666667vw;
  white-space: nowrap;
}
#iceland .section-micro-photography-sample .caption-after {
  left: 1.666667vw;
}
#iceland .section-micro-photography-sample .caption-before {
  right: 1.666667vw;
}
#iceland .section-micro-photography-sample .comparison-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  left: var(--handle-left, 0);
  height: 100%;
  pointer-events: none;
}
#iceland .section-micro-photography-sample .handle-active .comparison-handle {
  pointer-events: auto;
}
#iceland .section-micro-photography-sample .comparison-button {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  width: 2.916667vw;
  height: 2.916667vw;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  transform: translate3d(-50%, -50%, 0);
}
#iceland .section-micro-photography-sample .comparison-icon {
  pointer-events: none;
}
#iceland .section-micro-photography-sample .grabbing {
  cursor: grabbing;
}
#iceland .section-micro-photography-sample .grabbing .comparison-button {
  cursor: grabbing;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-micro-photography-sample .caption, #iceland .section-micro-photography-sample .comparison-button {
    display: none;
  }
  #iceland .section-micro-photography-sample .comparison-after {
    transition: width 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  #iceland .section-micro-photography-sample .comparison-line {
    transition: left 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  #iceland .section-micro-photography-sample [data-current="0"] .comparison-after {
    width: 0;
  }
  #iceland .section-micro-photography-sample [data-current="0"] .comparison-line {
    left: -2px;
  }
  #iceland .section-micro-photography-sample [data-current="1"] .comparison-after {
    width: 100%;
  }
  #iceland .section-micro-photography-sample [data-current="1"] .comparison-line {
    left: calc(100% + 2px);
  }
}
#iceland .section-telephoto-photography-sample .text-content {
  width: 27.604167vw;
  margin-left: 8.333333vw;
}
#iceland .section-telephoto-photography-sample .swiper-slide-1 {
  width: 43.541667vw;
}
#iceland .section-telephoto-photography-sample .swiper-slide-2 {
  width: 21.875vw;
  margin-top: -12.291667vw;
}
#iceland .section-telephoto-photography-sample .caption {
  font-size: 0.9375vw;
}
#iceland .section-telephoto-photography-sample .arrownav-list {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-telephoto-photography-sample .text-content {
    width: 77.777778vw;
    margin-right: auto;
    margin-left: auto;
  }
  #iceland .section-telephoto-photography-sample .swiper-slide {
    width: 100%;
    margin-top: 0;
  }
  #iceland .section-telephoto-photography-sample .caption {
    font-size: 4.444444vw;
  }
  #iceland .section-telephoto-photography-sample .arrownav-list {
    display: flex;
  }
}
#iceland .section-adjustable-aperture .text-content {
  width: 33.125vw;
  padding-left: 8.333333vw;
}
#iceland .section-adjustable-aperture .swiper-slide-1 {
  width: 35.208333vw;
}
#iceland .section-adjustable-aperture .swiper-slide-2 {
  width: 30.208333vw;
  margin-top: -9.6875vw;
}
#iceland .section-adjustable-aperture .arrownav-list {
  display: none;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-adjustable-aperture .text-content {
    width: 77.777778vw;
    padding-left: 0;
  }
  #iceland .section-adjustable-aperture .swiper-slide {
    width: 100%;
    margin-top: 0;
  }
  #iceland .section-adjustable-aperture .arrownav-list {
    display: flex;
  }
}
#iceland .section-moving-fun .swiper {
  width: 50vw;
}
#iceland .section-moving-fun .swiper-slide {
  transition-property: transform, opacity;
}
#iceland .section-moving-fun .slide-border {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
#iceland .section-moving-fun .tabnav-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#iceland .section-moving-fun .tabnav-container {
  position: relative;
  margin-top: 3.333333vw;
}
#iceland .section-moving-fun .tabnav-list {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#iceland .section-moving-fun .tabnav-item {
  padding-bottom: 1.041667vw;
  font-size: 1.25vw;
  cursor: pointer;
  transition: opacity 0.6s;
  white-space: nowrap;
  opacity: 0.3;
  color: #f5f5f7;
  outline: 0;
}
#iceland .section-moving-fun .tabnav-item + .tabnav-item {
  margin-left: 3.333333vw;
}
#iceland .section-moving-fun .tabnav-item:hover {
  opacity: 0.6;
}
#iceland .section-moving-fun .tabnav-item.current {
  opacity: 1;
}
#iceland .section-moving-fun .tabnav-indicator {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
#iceland .section-moving-fun .indicator {
  width: 0;
  width: var(--indicator-width, 0);
  height: 100%;
  transition: width 0.6s, transform 0.6s;
  transform: translateX(var(--indicator-offset, 0));
  background-color: #f5f5f7;
}
#iceland .section-moving-fun .caption-list {
  display: flex;
  margin-top: 1.5625vw;
  text-align: center;
}
#iceland .section-moving-fun .caption-item {
  position: relative;
  width: 100%;
  transition: opacity 0.6s;
  opacity: 0;
}
#iceland .section-moving-fun .caption-item + .caption-item {
  margin-left: -100%;
}
#iceland .section-moving-fun .caption-item.current {
  z-index: 1;
  opacity: 1;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-moving-fun .swiper {
    width: 83.333333vw;
  }
  #iceland .section-moving-fun .tabnav-content {
    display: block;
    width: 100%;
  }
  #iceland .section-moving-fun .tabnav-container {
    position: relative;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: center;
    margin-top: 8.333333vw;
    margin-top: 8.888889vw;
    line-height: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #iceland .section-moving-fun .tabnav-container::-webkit-scrollbar {
    display: none;
  }
  #iceland .section-moving-fun .tabnav-container.is-scroll {
    justify-content: flex-start;
  }
  #iceland .section-moving-fun .tabnav-list {
    position: relative;
    display: inline-block;
  }
  #iceland .section-moving-fun .tabnav-item {
    display: inline-block;
    padding-bottom: 4.444444vw;
    font-size: 4.444444vw;
    transition: opacity 0.4s;
  }
  #iceland .section-moving-fun .tabnav-item + .tabnav-item {
    margin-left: 6.666667vw;
  }
  #iceland .section-moving-fun .indicator {
    transition: width 0.4s, transform 0.4s;
  }
  #iceland .section-moving-fun .caption-list {
    width: 77.777778vw;
    margin: 8.888889vw auto 0;
  }
  #iceland .section-moving-fun .caption-item {
    font-size: 4.444444vw;
    transition: opacity 0.4s;
  }
}
#iceland .section-modal-camera-more .section-picture {
  width: 50.833333vw;
}
#iceland .section-modal-camera-more .picture-1 {
  width: 25.416667vw;
}
#iceland .section-modal-camera-more .picture-2 {
  width: 40vw;
}
#iceland .section-modal-camera-more .headline {
  font-size: 3.333333vw;
  font-weight: 400;
  color: #f5f5f7;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-modal-camera-more .section-picture {
    width: 100%;
  }
  #iceland .section-modal-camera-more .subsection {
    width: 91.111111vw;
  }
  #iceland .section-modal-camera-more .title {
    font-size: 4.444444vw;
  }
  #iceland .section-modal-camera-more .headline {
    font-size: 11.111111vw;
  }
  #iceland .section-modal-camera-more .picture {
    width: 100%;
  }
}
#iceland .harmony-os-next {
  width: 16.145833vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .harmony-os-next {
    width: 55.277778vw;
  }
  #iceland .harmony-os-next.xs-align {
    margin-left: 0;
  }
}
#iceland .section-ai-summary .section-headline span {
  background-image: linear-gradient(110deg, #f4c75e, #e9cdf0, #7097ea, #dceff2 45%, rgba(245, 245, 247, 0.2) 55%);
}
#iceland .section-ai-summary .intro {
  width: 33.333333vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-ai-summary .intro {
    width: 77.777778vw;
  }
}
#iceland .section-pdf-splitting .section-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#iceland .section-pdf-splitting .text-content {
  width: 27.083333vw;
}
#iceland .section-pdf-splitting .picture {
  width: 31.25vw;
}
#iceland .section-pdf-splitting .note {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-pdf-splitting .section-content {
    display: block;
  }
  #iceland .section-pdf-splitting .text-content {
    width: 77.777778vw;
  }
  #iceland .section-pdf-splitting .picture {
    width: 77.777778vw;
    margin-top: 11.111111vw;
  }
}
#iceland .section-modal-ai .section-content {
  padding-top: 6.25vw;
}
#iceland .section-modal-ai .icon-header {
  width: 10.833333vw;
}
#iceland .section-modal-ai .subsection {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15.625vw;
}
#iceland .section-modal-ai .text-content {
  width: 20.833333vw;
  margin-top: -3.125vw;
}
#iceland .section-modal-ai .text-content-2 {
  width: 21.875vw;
  margin-left: 4.166667vw;
}
#iceland .section-modal-ai .icon-wrapper {
  display: flex;
  align-items: center;
}
#iceland .section-modal-ai .icon {
  width: 2.5vw;
}
#iceland .section-modal-ai .icon-name {
  margin-left: 0.833333vw;
  font-size: 0.9375vw;
}
#iceland .section-modal-ai h3.headline {
  font-size: 2.5vw;
}
#iceland .section-modal-ai .video-container {
  position: static;
  width: 26.354167vw;
}
#iceland .section-modal-ai .video-container-1, #iceland .section-modal-ai .video-container-3 {
  margin-left: 4.166667vw;
}
#iceland .section-modal-ai .replay-container {
  position: absolute;
  bottom: -2.604167vw;
  width: 25vw;
}
#iceland .section-modal-ai .subsection-2 {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#iceland .section-modal-ai .note {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 22.395833vw;
}
#iceland .section-modal-ai .note-2 {
  left: 29.166667vw;
  width: 24.479167vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-modal-ai .section-content {
    padding-top: 16.666667vw;
  }
  #iceland .section-modal-ai .icon-header {
    width: 38.611111vw;
  }
  #iceland .section-modal-ai .subsection {
    display: block;
    width: 77.777778vw;
    margin-right: auto;
    margin-left: auto;
  }
  #iceland .section-modal-ai .text-content {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  #iceland .section-modal-ai .icon {
    width: 8.888889vw;
  }
  #iceland .section-modal-ai .icon-name {
    margin-left: 3.333333vw;
    font-size: 3.888889vw;
  }
  #iceland .section-modal-ai h3.headline {
    font-size: 8.888889vw;
  }
  #iceland .section-modal-ai .video-container {
    width: 100%;
    margin-left: 0;
  }
  #iceland .section-modal-ai .replay-container {
    position: static;
    width: 100%;
  }
  #iceland .section-modal-ai .note {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 5.555556vw;
  }
}
#iceland .section-gesture-control .card-list {
  display: flex;
  justify-content: space-between;
}
#iceland .section-gesture-control .card-item {
  width: 32.708333vw;
}
#iceland .section-gesture-control .harmony-os-next {
  position: absolute;
  z-index: 1;
  right: 1.666667vw;
  bottom: 1.666667vw;
}
#iceland .section-gesture-control .text-content {
  padding-right: 6.25vw;
  font-size: 0;
}
#iceland .section-gesture-control .subheadline, #iceland .section-gesture-control .intro {
  display: inline;
  font-size: 1.041667vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-gesture-control .card-list {
    display: block;
  }
  #iceland .section-gesture-control .card-item {
    width: 100%;
  }
  #iceland .section-gesture-control .harmony-os-next {
    right: 3.333333vw;
    bottom: 3.333333vw;
  }
  #iceland .section-gesture-control .text-content {
    padding-right: 0;
  }
  #iceland .section-gesture-control .subheadline {
    display: block;
    font-size: 5.555556vw;
  }
  #iceland .section-gesture-control .intro {
    display: block;
    font-size: 4.444444vw;
  }
  #iceland .section-gesture-control .punctuation {
    display: none;
  }
}
#iceland .section-multi-window .replay-cta {
  position: absolute;
  z-index: 1;
  right: 1.25vw;
  bottom: 1.25vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-multi-window .replay-cta {
    right: 4.444444vw;
    bottom: 4.444444vw;
  }
}
#iceland .section-themes .section-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#iceland .section-themes .gallery-container {
  position: relative;
  padding-right: 3.645833vw;
}
#iceland .section-themes .swiper {
  width: 31.25vw;
  margin-left: 0;
}
#iceland .section-themes .tabnav-content {
  position: relative;
  flex-shrink: 0;
  width: 19.791667vw;
}
#iceland .section-themes .lg-text-content {
  padding-bottom: 4.166667vw;
}
#iceland .section-themes .tabnav-container {
  position: relative;
}
#iceland .section-themes .tabnav-list {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 2.083333vw;
}
#iceland .section-themes .tabnav-item + .tabnav-item {
  margin-top: 2.604167vw;
}
#iceland .section-themes .tabnav-title {
  font-size: 1.25vw;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.6s;
  white-space: nowrap;
  opacity: 0.3;
}
#iceland .section-themes .tabnav-title:hover {
  opacity: 0.6;
}
#iceland .section-themes .tabnav-intro {
  padding-top: 1.041667vw;
  transition: opacity 0.6s;
  opacity: 0;
}
#iceland .section-themes .current .tabnav-title, #iceland .section-themes .current .tabnav-intro {
  opacity: 1;
}
#iceland .section-themes .current .tabnav-title {
  cursor: default;
}
#iceland .section-themes .collapsed .tabnav-collapse {
  overflow: hidden;
  height: 0;
}
#iceland .section-themes .animating .tabnav-collapse {
  overflow: hidden;
  height: 0;
  transition: height 0.6s;
}
#iceland .section-themes .tabnav-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
#iceland .section-themes .indicator {
  width: 100%;
  height: var(--indicator-height, 0);
  transition: height 0.6s, transform 0.6s;
  transform: translateY(var(--indicator-offset-y, 0));
  background-color: #f5f5f7;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-themes {
    overflow: hidden;
  }
  #iceland .section-themes .headline {
    padding-left: 0;
  }
  #iceland .section-themes .intro {
    width: 100%;
    margin-top: 5.555556vw;
    margin-left: 0;
  }
  #iceland .section-themes .gallery-container {
    width: 100%;
    padding-right: 0;
  }
  #iceland .section-themes .gallery-container::before {
    display: none;
  }
  #iceland .section-themes .section-content {
    display: block;
    margin-left: 0;
  }
  #iceland .section-themes .swiper {
    width: 77.777778vw;
    margin-left: auto;
  }
  #iceland .section-themes .tabnav-content {
    width: 100%;
  }
  #iceland .section-themes .tabnav-container {
    position: relative;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: center;
    width: 100%;
    margin-top: 8.888889vw;
    line-height: 0;
    -webkit-overflow-scrolling: touch;
  }
  #iceland .section-themes .tabnav-container::-webkit-scrollbar {
    display: none;
  }
  #iceland .section-themes .tabnav-container.is-scroll {
    justify-content: flex-start;
  }
  #iceland .section-themes .tabnav-wrapper {
    margin-right: 8.333333vw;
    margin-left: 8.333333vw;
  }
  #iceland .section-themes .tabnav-list {
    position: relative;
    display: inline-block;
    padding-left: 0;
    font-size: 0;
    white-space: nowrap;
  }
  #iceland .section-themes .tabnav-item {
    display: inline-block;
    padding-bottom: 0;
    border-top: 0 !important;
  }
  #iceland .section-themes .tabnav-item + .tabnav-item {
    margin-top: 0;
    margin-left: 6.666667vw;
  }
  #iceland .section-themes .tabnav-title {
    padding-bottom: 4.444444vw;
    font-size: 4.444444vw;
    transition: opacity 0.4s;
  }
  #iceland .section-themes .tabnav-collapse {
    display: none;
  }
  #iceland .section-themes .tabnav-indicator {
    position: relative;
    width: 100%;
    height: 2px;
  }
  #iceland .section-themes .indicator {
    width: var(--indicator-width, 0);
    height: 100%;
    transition: height 0.4s, transform 0.4s;
    transform: translateX(var(--indicator-offset-x, 0));
  }
  #iceland .section-themes .xs-intro-list {
    display: flex;
    margin-top: 8.888889vw;
    text-align: center;
  }
  #iceland .section-themes .tabnav-intro {
    position: relative;
    width: 100%;
    padding-top: 0;
    font-size: 4.444444vw;
    transition: opacity 0.4s;
    opacity: 0;
  }
  #iceland .section-themes .tabnav-intro + .tabnav-intro {
    margin-left: -100%;
  }
  #iceland .section-themes .tabnav-intro.current {
    z-index: 1;
    opacity: 1;
  }
  #iceland .section-themes .note {
    display: block;
  }
}
#iceland .section-ai-more .swiper-slide {
  width: 33.125vw;
}
#iceland .section-ai-more .harmony-os-next {
  position: absolute;
  z-index: 1;
  right: 1.666667vw;
  bottom: 1.666667vw;
}
#iceland .section-ai-more .note {
  position: absolute;
  z-index: 1;
  right: 0.833333vw;
  bottom: 0.833333vw;
  color: rgba(245, 245, 247, 0.5);
  text-align: right;
  font-size: 0.625vw;
}
#iceland .section-ai-more .text-content {
  width: 31.25vw;
}
#iceland .section-ai-more .intro {
  font-size: 1.145833vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-ai-more .swiper-slide {
    width: 88.888889vw;
  }
  #iceland .section-ai-more .harmony-os-next {
    right: 4.444444vw;
    bottom: 4.444444vw;
  }
  #iceland .section-ai-more .note {
    right: 2.222222vw;
    bottom: 2.222222vw;
    font-size: 2.5vw;
  }
  #iceland .section-ai-more .text-content {
    width: 77.777778vw;
  }
  #iceland .section-ai-more .intro {
    font-size: 4.444444vw;
  }
}
#iceland .arrownav-list {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -2px;
  padding-bottom: 2px;
}
#iceland .arrownav-list .arrownav-item {
  position: relative;
  overflow: hidden;
  width: 2.5vw;
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s, box-shadow 0.3s;
  border-radius: 100%;
  background-color: rgba(245, 245, 247, 0.2);
}
#iceland .arrownav-list .arrownav-item:not(.arrownav-disabled):hover {
  background-color: rgba(245, 245, 247, 0.3);
  box-shadow: inset 0 0 0.833333vw #f5f5f7;
}
#iceland .arrownav-list .arrownav-disabled {
  cursor: default;
  opacity: 0.5;
}
#iceland .arrownav-list .arrownav-next {
  margin-left: 1.041667vw;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .arrownav-list .arrownav-item {
    width: 12.222222vw;
  }
  #iceland .arrownav-list .arrownav-item:not(.arrownav-disabled):hover {
    background-color: rgba(245, 245, 247, 0.2);
    box-shadow: none;
  }
  #iceland .arrownav-list .arrownav-next {
    margin-left: 3.333333vw;
  }
}
#iceland .section-rights .section-content {
  height: 26.458333vw;
  padding-top: 3.75vw;
}
#iceland .section-rights .headline {
  font-size: 2.5vw;
}
#iceland .section-rights .badge-item {
  max-width: 9.375vw;
}
#iceland .section-rights .badge-item + .badge-item {
  margin-left: 3.333333vw;
}
#iceland .section-rights .badge-icon {
  width: 4.166667vw;
}
#iceland .section-rights .badge-title {
  margin-top: 1.666667vw;
  font-size: 1.145833vw;
  font-weight: 700;
  color: #d6c8b2;
}
#iceland .section-rights .badge-caption {
  font-size: 0.729167vw;
  color: rgba(245, 245, 247, 0.3);
}
#iceland .section-rights .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-rights .section-content {
    height: auto;
    padding-top: 0;
  }
  #iceland .section-rights .headline {
    font-size: 11.111111vw;
  }
  #iceland .section-rights .badge-list {
    padding: 11.111111vw 0 11.111111vw 7.777778vw;
  }
  #iceland .section-rights .badge-item {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: none;
  }
  #iceland .section-rights .badge-item + .badge-item {
    margin-top: 10vw;
    margin-left: 0;
  }
  #iceland .section-rights .badge-icon {
    width: 13.333333vw;
  }
  #iceland .section-rights .badge-text {
    width: 100%;
    margin-left: 5.555556vw;
  }
  #iceland .section-rights .badge-title {
    margin-top: 0;
    font-size: 4.444444vw;
  }
  #iceland .section-rights .badge-caption {
    font-size: 3.333333vw;
  }
}
#iceland .section-footnote .footnote-list {
  padding-top: 2.083333vw;
  border-top: 2px solid #333;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-footnote .footnote-list {
    padding-top: 8.888889vw;
  }
}
#iceland .section-footnote .footnote-list, #iceland .section-footnote .tips-list {
  font-size: max(12px, 0.625vw);
  padding-inline-start: 1.5em;
}
@media (max-aspect-ratio: 11/10) {
  #iceland .section-footnote .footnote-list, #iceland .section-footnote .tips-list {
    font-size: 3.333333vw;
  }
}
#iceland .section-footnote li {
  font-size: inherit;
  color: #676a6b;
}
#iceland .section-footnote .footnote-list li {
  list-style-type: decimal;
}
#iceland .section-footnote .footnote-list li.current {
  color: #f5f5f7;
}
#iceland .section-footnote .footnote-list li.asterisk {
  list-style-type: "*";
}
#iceland .section-footnote .footnote-list li.disclaimer {
  list-style-type: none;
}