:root {
  --color-blue: #005afd;
  --color-lightgray: #eee;
  --color-darkgray: #5f5f5f;
  --color-blue2: #5864ff;


}

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

.text-blue {
  color: var(--color-blue)!important;
}


.bg {
  background-color: var(--color-blue)!important;
}


section.rane-productinfo .text-box {
  padding: 0 2rem;
}

.swiper-slide .text-box {
    padding: 2rem 4rem 2rem 2rem!important;
    font-size: 0.9rem!important;
}

.swiper-slide h3 {
  font-size: 1.4rem!important;
}

.carousel-slider {
  position: relative;
  background-color: #000;
}

.carousel-slider .carousel-swiper-pagination {
  z-index: 999;
}

.carousel-slider .carousel-swiper-pagination {
  position: absolute;
  z-index: 9999;
  text-align: center;
  bottom: 4px;
}


h3.point-number {
  display: inline-block;
  width: 2rem;
  float: left;
  height: 100%;
  text-align: center;
  padding: 0;
  margin: 1rem 2rem 1rem 0rem;
}

.features-swiper .text-box {
    display: flex;
    align-content: center;
    align-items: center;
}

.features-swiper .feature-info * {
  line-height: 1.6em;
}

.features-swiper .feature-info > h3 {
  margin-bottom: 0!important;
}

@media only screen and (min-width: 760px){

  .text-box {
    padding: 0 2rem;
  }

}
section.rane-productinfo .swiper-slide-active {
  background-color: var(--color-blue)!important;
  color: #fff;
}

section.rane-productinfo .swiper-slide-active * {

  color: #fff;
}


section.rane-productinfo .image-points  {
  position: relative;
}

section.rane-productinfo .image-points .point {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: normal;
  color: #000;
  background-color: var(--color-lightgray);
  opacity: 0.8;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
/*  box-shadow: 2px 4px 4px 0px rgba(0,0,0,0.3);*/
  cursor: pointer;
}

@media only screen and (min-width: 1024px){

  section.rane-productinfo .image-points .point {
    width: 36px;
    height: 36px;
    line-height: 32px;
    font-size: 20px;
  }

}

section.rane-productinfo .image-points  .point:hover,
section.rane-productinfo .image-points  .point.active {
  opacity: 1.0;
  background-color: var(--color-blue);
  color: #fff;
}

section.feature-highlights .point.p1 { top: 12.5%; left: 22.5%; }
section.feature-highlights .point.p2 { top: 50%; left: 50%; }
section.feature-highlights .point.p3 { top: 49%; left: 36.3%; }
section.feature-highlights .point.p4 { top: 27.5%; left: 50.2%; }
section.feature-highlights .point.p5 { top: 41.5%; left: 62.2%; }
section.feature-highlights .point.p6 { top: 61.5%; left: 50.2%; }
section.feature-highlights .point.p7 { top: 53.5%; left: 26.5%; }
section.feature-highlights .point.p8 { top: 12%; left: 35.1%; }
section.feature-highlights .point.p9 { top: 84.5%; left: 37.1%; }
section.feature-highlights .point.p10 { top: 74.5%; left: 48.1%; }
section.feature-highlights .point.p11 { top: 82.5%; left: 65.1%; }
section.feature-highlights .point.p12 { top: 10.5%; left: 50.1%; }




@charset "UTF-8"; /**
 * Accordion v3.3.4
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) MichaÅ‚ Strumpf
 * Published under MIT License
 */
.ac {
    margin-top: 8px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box
}

.ac .ac-header {
    margin: 0;
    padding: 0
}

.ac .ac-trigger {
      text-align: left;
    width: 100%;
    padding: 8px 32px 8px 8px;
    display: block;
    cursor: pointer;
    background-color: transparent;
    transition: color .25s ease;
    position: relative;
    font-family: 'Nexa';
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: none;
    border: 0;
    border-bottom: 1px solid #fff;
    margin: 0;
    border: 0
}

.ac .ac-trigger::after {
    content: "+";
    color: var(--color-blue);
    width: 15px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    right: 10px;
    top: 50%
}

.ac .ac-trigger:focus {
}

.ac .ac-panel {
    overflow: hidden;
    transition-property: height,visibility;
    transition-timing-function: ease
}

.ac .ac-panel .ac-text {
    padding: 8px 0 24px;
    margin: 0
}

.ac.js-enabled .ac-panel {
    visibility: hidden
}

.ac.is-active .ac-panel {
    visibility: visible
}

.ac.is-active>.ac-header .ac-trigger::after {
    content: "â€“"
}

.rane-sticky-nav,
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background-color: var(--color-darkgray)!important;
}

.rane-sticky-nav a {
  text-transform: uppercase;
  color: #fff!important;
}

section#sticky-nav [data-magellan-expedition-clone], section#sticky-nav [data-magellan-expedition] {
  padding: 5px 15px;
}

.sticky-nav-product-name {
  display: block!important;
}

.sticky-nav-product-name img {
  display: block!important;
  height: 0.8rem;
  margin-bottom: 0.2rem;
}

section.feature-highlights .swiper {
  overflow: hidden;
}

section.feature-highlights .swiper-wrapper {
/*    max-width: calc(100% - 16rem);
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;*/
}

section.feature-highlights .swiper-slide {
  border-radius: 10px;
  border: 1px solid var(--color-blue);
  background-color: transparent;
  color: var(--color-darkgray);
}

section.feature-highlights .swiper-slide ul {
  margin-bottom: 0!important;
  font-size: 0.9rem;
}

section.feature-highlights .swiper-slide-active {
  background-color: #000;
  color: #fff;
}

section.feature-highlights .swiper-slide-active * {

  color: #fff;
}

section.feature-highlights .swiper-wrapper {
  padding-bottom: 3rem;
}

.swiper-button {
  color: var(--color-blue);
  font-weight: bold;
  font-size: 22px!important;

}

section.feature-highlights .swiper-button-prev,
section.feature-highlights .swiper-button-next {
  transform: translate( -50%, -50% );
  top: 50%;
}

section.feature-highlights .swiper-button-prev {
  left: -20px;
}
section.feature-highlights .swiper-button-next {
  right: -66px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 22px!important;
}

section.feature-highlights .swiper-button-prev,
section.feature-highlights .swiper-button-next {
  color: var(--color-darkgray);
}

.swiper-pagination-bullet {
  background-color: var(--color-darkgray)!important;
    width: 40px;
    height: 5px;
    border-radius: 0;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 4px !important;
    width: 40px;
    height: 4px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-blue2)!important;
}

:root {
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 0px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-height: 16px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  --swiper-pagination-bullet-vertical-gap: 8px;
}

.video, .video > iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}

.video {
}



.section-anchor {
  visibility: hidden;
  margin-top: -45px;
  margin-bottom: 45px;
}

@media only screen and (min-width: 1024px){

  .section-anchor {
    margin-top: -80px;
    margin-bottom: 80px;
  }

}

@media only screen and (max-width: 1023px){

  .product-section {
    padding: 2.5rem 0;
  }

  section.feature-highlights .swiper-wrapper {
    padding-bottom: 0;
  }

  section.feature-highlights .swiper-pagination {
    display: none;
  }

  section.feature-highlights .swiper-button-prev,
  section.feature-highlights .swiper-button-next {
    color: #fff!important;
    background-color: var(--color-darkgray)!important;
    border-radius: 50%;
    bottom: 20px;
    width: 30px;
    height: 30px;
    top: initial;
  }

  section.feature-highlights .swiper-button-prev:after,
  section.feature-highlights .swiper-button-next:after {
    font-size: 15px !important;
    line-height: 30px !important;
    font-weight: bold;
  }

  section.feature-highlights .swiper-button-prev:after {
    padding-right: 2px;
  }

  section.feature-highlights .swiper-button-next:after {
    padding-left: 2px;
  }




  section.feature-highlights .swiper-button-prev {
    right: 50px;
    left: initial;
  }
  section.feature-highlights .swiper-button-next {
    right: 0px;
    left: initial;
  }

  .swiper-pagination-bullet {
    width: 32px;
  }

}

section.support {
  display: flex;
  aspect-ratio: 16 / 9;
  /* padding-bottom: 6rem; */
  /* padding-top: 6rem; */
  background-image: url(/assets/img/pdp/strata-prime/playablezones2.png);
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

section.downloads {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section#downloads-block a.rane-button,
section.support a.rane-button {
  max-width: 290px;
  margin: 1.2rem auto !important;
  display: block;
  padding: 0.75em 2.5rem 0.6rem 1em !important;
  text-align: left;
}

a.icon-button {
  position: relative;
  padding-right: 2.5rem;
}
a.icon-button:after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.5rem;
  margin-top: 0.15rem;
  display: block;
}
a.icon-button:hover {
}
a.icon-pdf:after {
  content: url(/assets/img/global/picture_as_pdf.svg);
}

a.icon-download:after {
  content: url(/assets/img/global/download.svg);
}

a.icon-chat:after {
  content: url(/assets/img/global/chat_info.svg);
}

