/* #mhl, #section2, #section3, #section4, #section5 {
  display: none;
} */

p {
  font-size: clamp(1.1rem, 1.4vw, 1.6vw);
}

.ck-notiz.open p {
  font-size: 14px !important;
}

#section2 {
  background-color: #EAEBEF;
}

#section2 .title {
  margin:20PX auto;
  font-size: 1.4rem;
  width: 90%;
}

#section2 .title > .titleheader {
  margin:20px 0;
  font-size: clamp(1.5rem, 1.6vw, 1.6vw)
}

#section3, #section4, #section5, #section6 {
  text-align: center;
}

#section3, #section5 {
  color: #AFAFE6;
  background-color: #19193C;
}

#section3 h2, #section5 h2 {
  font-family: objektiv-mk2, sans-serif;
  color: white;
}

#section4, #section6 {
  color: #322E7A;
  background-color: #EAEBEF;
  font-weight: 400;
}

#section4 .content
 {
  color: #19193C;
}


.title h2+div p {
  color: #9999D0;
  opacity: 0.8;
  text-transform: uppercase;
}

.title > div {
  font-size: 1.3rem;
  margin: 20px auto;
  width: 80%;
}

@media screen and (max-width:480px)  {
  .title > div {
    width: 100%;
  }
}

.title h2 {
  font-size: 3.5em;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.bullet {
  background-color:#332173;
  color:white;
  font-weight: bold;
  padding:5px 15px;
  margin-top:5px;
  border-radius:20px;
}

@media screen and (min-width:767px)  {
  .title h2 {
    font-size: 3.5em;
  }
}

@media screen and (max-width:768px) {
  .title h2 {
    font-size: 2.5em;
  }
}

@media screen and (max-width:480px) {
  .title h2 {
    font-size: 2rem;
  }
}

#section5 h3 {
  font-size: 2em;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: normal !important;
  letter-spacing: 1em;
  letter-spacing: 5px;
}

#section5 h3 strong {
  font-weight: 900;
}

.graphbox {
  display: flex;
  overflow: hidden;
  max-width: 80%;
  margin: 0 auto;
  justify-content: center;
}

.graphbox.mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.graphbox .img {
  float: right;
}

.graphbox .graphlist {
  float: left;
}

.graphlist {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  align-items: flex-start;
}

.graphlist.blank {
  min-width: 250px;
}


@media screen and (min-width:768px)  {
  .graphlist {
    align-items: center;
  }
}


.graphlist>ul {
  text-align: left;
  width: 250px;
  list-style: none;
}

@media screen and (min-width:768px)  {
  .graphlist>ul {
    margin-top: 80px;
  }
}
.graphlist>ul li {
  line-height: 2em;
  display: flex;
  justify-items: left;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width:767px)  {
  .graphlist>ul li {
    line-height: 1.5em;
  }
}


li i {
  visibility: hidden;
}

li:first-child i {
  display: block;
}

.graphlist a {
  color: #AFAFE6;
}

.graphlist a:hover {
  color: white;
}

.graphlist li.on a {
  color: white;
  border-bottom: 1px solid white;
}

.graphlist li i .arrow {
  visibility: hidden;
}

.graphlist li.on i.arrow.left {
  visibility: visible;
}

.graphlist li:hover .arrow {
  visibility: visible;
}

.graphlist.mobile .arrow {
  transform: rotate(0deg);
}

/* .graphbox.mobile img {
  width: 80%;
} */

.graphlist.games.mobile ul, .graphlist.music.mobile ul {
  background-color: #181727;
  padding-left: 0;
}

.graphlist.games.mobile ul li.on, .graphlist.music.mobile ul li.on {
  background-color: #262640;
}


.arrow {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 10px solid white;
  margin-left: 20px;
  margin-right: 20px;
}

.left {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}



.dialsection {
  display: inline-block;
  min-height: 570px;
  min-width: 960px;
}

.dialgroup {
  min-width: 80%;
  padding: 20px 0 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.dial {
  width: 20%;
  min-width: 180px;
}

.icon-close {
  color: red;
  display: none;
}

.dial img {
  width: 100%;
  margin: 0 auto;
}

.dial-subitem {
  
  padding: 20px;
  margin: 0 auto 40px auto;
  min-height: 280px;
}

.dial.desktop {
  outline: 1px solid red;
}

h2 {
  font-family: objektiv-mk2, 'proxima nova', sans-serif;
  font-size: calc(26px + (72 - 26) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 800;
  text-transform: uppercase;
}

.dial .dialtitle {
  font-family: objektiv-mk1, 'proxima nova', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
}

.dial-subitem .title {
  margin-top: 0;
  color: white;
}

.dialsection.mobile .dial-subitem h2 strong {
  font-size: 2.5rem;
}



.dial .dial-subitemtext {
  opacity: 0;
  transition: 0.3s ease opacity;
}

.dial:hover {
  cursor: pointer;
}

.dialgroup.desktop>.dial:first-child>.dial-subitem {
  display: block;
}

.dialsection.desktop .dial:hover .dial-subitem {
  background-color: #0f0f2b;
}

.dialsection.desktop .dial:hover .dial-subitemtext {
  display: block;
  opacity: 1;
  transition: 0.3s ease opacity;

}




.dialsection.mobile {
  display: flex;
  min-width: 280px !important;
  min-height: 280px;
  position: relative;
}

.dialsection.mobile .dialgroup {
  min-width: 80%;
  padding: 20px 0 40px 0;
}

.dialsection.mobile .icon-close {
  font-weight: bold;
  color: white;
  display: block;
  font-size: 1.5rem;
}

.dialsection.mobile .dial {
  float: left;
  width: 30%;
  min-width: 120px;
  margin: 10px;
}

@media screen and (max-width:767px)  {
  .dialsection.mobile .dial {
    width: 25%;
    min-width: 120px;
  }
}
@media screen and (max-width:480px) {
  .dialsection.mobile .dial {
    width: 20%;
    min-width: 120px;
    margin: 10px 22px;
  } 
}

.close-bar {
  overflow: hidden;
}

.icon-close {
  padding: 5px;
  width: 50px;
  float: right;
}

.dialsection.desktop .dial>h2, .dialsection.desktop .dial>.dialtitle {
  display: none;
}

.dialsection.mobile .dial h2, .dialsection.mobile .dial>.dialtitle {
  display: block;
  margin-top: 0;
  color: white;
}

@media screen and (max-width:768px) {
  .dialsection.mobile .dial h2, .dialsection.mobile .dial>.dialtitle {
    font-size: 1.1rem;
  }
}

.dialsection.mobile .dial-subitem {
  position: absolute;
  top: calc((100% / 2) - 140px);
  left: calc((100% / 2) - 260px);
  background-color: #0f0f2b;
  opacity: 0.95;
  display: none;
  width: 500px;
}

@media screen and (max-width:480px) {
  .dialsection.mobile .dial-subitem {
    left: calc((100% / 2) - 210px);
    width: 400px;
  }
  
  .dialsection.mobile .dial h2, .dialsection.mobile .dial>.dialtitle {
    font-size: 1.1rem;
  }
}

@media screen and (max-width:320px) {
  .dialsection.mobile .dial-subitem {
    left: calc((100% / 2) - 200px);
    width: 200px;
  }

  .dialsection.mobile .dial h2 {
    font-size: 1.2rem;
  }
}

.dialsection.mobile .dial-subitem .dial-subitemtext {
  opacity: 1;
}

.dialsection.mobile .dial-subitem.active {
  border: 1px solid cyan;
}

.dial-icon-2-mobile .dial-subitem.active {
  z-index: 1;
}

/* 
.dialgroup .dial:first-child .dial-subitem .dial-subitemtext{
  opacity: 1;
} */



.section4.slide {
  display: none;
}


.section4 .content {
  position: relative;
}

.section4 .close {
  position: relative;
  color: #6CFFFF;
  font-size: 2rem;
  padding:5px;
  clear: left;
  display: block;
  text-align: right;

}

.section4 .close2 {
  color: white;
  font-size: 1.5rem;
  background-color: #3655BC;
  opacity: 0.5;
  width: 35px;
  border-radius: 25px;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  border: none;
}


.slick-slide img {
  cursor: pointer;
}

.swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}


.swiper .swiper-slide .slide-1 {
  background-size: cover;
  background-position: center;
}

.slide img {
  cursor: pointer;
}


.slide strong {
  font-size: 1.7vw;
  text-transform: uppercase;
}

@media screen and (max-width:768px) {
  .slide strong {
    font-size: 1.3rem;
  }
}

@media screen and (max-width:480px) {
  .slide strong {
    font-size: 1rem;
  }
}

.section4 h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  color: white;
  letter-spacing: 2px;
}

@media screen and (min-width:768px) {
  .section4 h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width:767px) {
  .section4 h2 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width:320px) {
  .section4 h2 {
    font-size: 1.2rem;
  }
}

.section4 .section4-msg {
  margin: 0 auto;
}

.section4 .section4-msg .content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width:1200px) {
  .section4 .section4-msg .content {
    width: 80%;
  }
}

.triangle {
  content: " ";
  position: absolute;
  right: auto;
  bottom: -50px;
  border-top: none;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-bottom: 35px solid #36adbc;
  
  left: calc(33% + 35px);
  right: auto;
  display: none;  
}

@media screen and (min-width: 1208px) {
  .triangle {
   left: calc(33% + 35px);
 }
}


@media screen and (min-width: 768px) {
 .triangle {
  left: calc(33% + 25px);
}
}

@media screen and (max-width:480px) {
  .triangle {
    left: calc(25%);
  }
}


.triangle.on {
  display: block;
}


.techicon {
  cursor: pointer;
}


.slide-1 {
  font-size: 1.1rem;
  color: red;
}


.slide-2 {
  font-size: 1.1rem;
}

.slide-3 {
  font-size: 1.1rem;
}

.slide-4 {
  font-size: 1.1rem;
}

.slide-5 {
  font-size: 1.1rem;
}

.videolist {
  width: 95%;
  min-height: 450px;
}


@media screen and (min-width:961px) {
  .videolist {
    min-height: 320px;
  }
}

@media screen and (min-width:1200px) {
  .videolist {
    min-height: 350px;
  }
}

@media screen and (max-width:960px) {
  .videolist {
    min-height: 280px;
  }
}

@media screen and (max-width:480px) {
  .videolist {
    min-height: 180px;
  }
}


#section6 .list_category {
  text-align: center;
  margin-bottom: 20px;
}

#section6 .list_category .btn {
  font-family: objektiv-mk1, sans-serif;
  font-size: clamp(14px, 1vw, 24px);
  background-color: #D3D4D7;
  color: white;
  cursor: pointer;
  padding: 10px 20px;
  margin-left: clamp(3px, 1vw, 20px);
  margin-right: clamp(3px, 1vw, 20px);
  margin-bottom: clamp(10px, 1vw, 50px);
  display: inline-block;
  max-width: 180px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

@media screen and (min-width:1200px) {
  #section6 .list_category .btn {
    max-width: 220px;
  }
}

#section6 .list_category .btn:hover {
  background-color: #d1d1d1;
}

#section6 .list_category .btn.on {
  background-color: #30C9CD;
  color: white;
}


#section6 .swiper-slide>div:hover {
  background: #e1e1e1;
}


#section6 .slick_pdt {
  padding-left: 22px;
  padding-right: 22px;
}

#section6 .slick_pdt .slick-track {
  margin-left: auto;
  margin-right: auto;
}

#section6 .slide .slick-track>div {
  padding: 0 5px;
  transition: .4s all ease;
}

#section6 .slide .name {
  font-family: objektiv-mk1, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  min-height: 50px;
  margin-bottom: 5px;
  color: #000;
}

@media screen and (max-width:480px) {
  #section6 .slide .name {
    font-size: 2.8rem;
    min-height: 40px;
    margin-bottom: 15px;
  }
}

#section6 .slide .img a {
  display: inline-block;
  border-bottom: none;
}

/* #section6 .product {
  max-height: 410px;
} */

#section6 .product .img a {
  display: inline-block;
  border-bottom: none;
}

#section6 .product:hover {
  background: #e1e1e1;
}

#section6 .product .img {
  /* max-width:270px;
   */
  margin: 0 auto;
}

#section6 .product .name {
  font-family: objektiv-mk1,'proxima-nova',sans-serif;
  font-size: 1.6vw;
  line-height: 1.1;
  min-height: 72px;
  margin-bottom: 5px;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width:1920px) {
  #section6 .product .name {
    font-size: 1.4rem;
  }
}

@media screen and (min-width:1200px) {
  #section6 .product .name {
    font-size: 1.6vw;
  }
}
@media screen and (min-width:480px) {
  #section6 .product .name {
    font-size: 1.4rem;
  }
}


@media screen and (max-width:480px) {
  #section6 .product .img {
    width: 120%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  #section6 .product .name {
    font-size: 1.1rem;
  }  
}

#section6 .btn_wrapper {
  margin-bottom: 20px;
}

#section6 .btn_wrapper a {
  display: inline-block;
  background-color: #312572;
  color: #fff;
  padding: 10px 30px;
  font-size: clamp(14px, 2.5vw, 24px);
  line-height: 1.2;
  text-transform: uppercase;
}

#section6 .slide .slick-arrow {
  position: absolute;
  display: block;
  width: 17px;
  /*arrow img size - 34x84*/
  height: 42px;
  z-index: 1;
  cursor: pointer;
  transition: .1s all ease;
}

#section6 .slide .slick-arrow img {
  width: 100%;
  max-width: none;
  height: auto;
}


@media screen and (min-width:768px) {
  #section6 .slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width:767px) {
  #section6 .slide .product{
    display: flex;
    align-content: center;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-end;
    width: 80%;
    height: 320px;
    margin: 0 auto;
  }

  #section6 .slide .name {
    min-height: 60px;
    margin-bottom: 15px;
  }

  #section6 .slide .btn_wrapper a {
    padding: 10px 20px;
    font-size: 1rem;
  }

  #section6 .slide .slick-arrow {
    width: 34px;
    height: 84px;
  }

  #section6 .slide .slick-arrow.prev {
    top: calc(50% - 42px);
  }

  #section6 .slide .slick-arrow.next {
    top: calc(50% - 42px);
  }
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.30;
  /* top: calc(50% - 21px);
  right: 20px !important; */
  filter: drop-shadow(-1px 3px 2px #ccc);
  -webkit-filter: drop-shadow(-1px 3px 2px #ccc);  
}


.swiper-youtube-button-prev,.swiper-prod-button-prev,.swiper-prod-button-prev.mobile {
  left: -50px;
}


.swiper-youtube-button-next,.swiper-prod-button-next,.swiper-prod-button-next.mobile {
  right: -50px;
}



@media screen and (min-width:320px) and (max-width:480px)  {
  /* .swiper-button-next {
    right: 0px;
  } */
  /* .swiper-button-prev {
    left: 0px;
  } */
  .swiper-prod-button-next {
    right: 0px;
  }
  .swiper-prod-button-prev {
    left: 0px;
  }

  .swiper-youtube-button-prev,.swiper-prod-button-prev,.swiper-prod-button-prev.mobile {
    left: -60px;
  }
  
  .swiper-youtube-button-next,.swiper-prod-button-next,.swiper-prod-button-next.mobile {
    right: -60px;
  }

  
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: calc(var(--swiper-navigation-size) * 0.8);
  }


  
}

@media screen and (min-width:480px ) and (max-width:960px)  {
  .swiper-youtube-button-prev,.swiper-prod-button-prev,.swiper-prod-button-prev.mobile {
    left: -30px;
  }
  
  .swiper-youtube-button-next,.swiper-prod-button-next,.swiper-prod-button-next.mobile {
    right: -30px;
  }
  
}


.swiper-button-prev {
  /* top: calc(50% - 21px);
  left: -20px !important; */
  filter: drop-shadow(1px 3px 2px #ccc);
  -webkit-filter: drop-shadow(1px 3px 2px #ccc);
}

.swiper-button-next {
  /* top: calc(50% - 21px);
  right: 20px !important; */
  filter: drop-shadow(-1px 3px 2px #ccc);
  -webkit-filter: drop-shadow(-1px 3px 2px #ccc);
}

.swiper-prod-button-prev {
  /* top: calc(50% - 21px);
  left: -20px !important; */
  filter: drop-shadow(1px 3px 2px #ccc);
  -webkit-filter: drop-shadow(1px 3px 2px #ccc);
}

.swiper-prod-button-next {
  /* top: calc(50% - 21px);
  right: 20px !important; */
  filter: drop-shadow(-1px 3px 2px #ccc);
  -webkit-filter: drop-shadow(-1px 3px 2px #ccc);
}

/* .swiper-button-disabled {
  display: none;
} */

.swiper-button-next, .swiper-button-prev {
  width: calc(var(--swiper-navigation-size)/ 34 * 45);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  
}

:root {
  --swiper-navigation-size: 64px;
}

:root {
  --swiper-theme-color: #87A4C1;
}

.learnmore {
  text-decoration: uppercase;
  cursor: pointer;
  color:#6CFFFF;
  display: inline-block;
  position: relative;
}

.learnmore:after {
  color:#6CFFFF;
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #6CFFFF;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.learnmore:hover {
  color:#6CFFFF;
}

 .learnmore:hover:after {
  color:red;
  border-color: rgba(108, 255, 255, 0.8);
  width: 100%; 
  left: 0; 
}


.missing {
  background-color: yellow;
  color: blue;
  padding : 5px;
}