.plutoblack{  font-family: 'plutocond_black';}
.plutobold{  font-family: 'plutobold';}
body {font-family: 'plutoregular';}

.accordion {
  border-radius: 8px;
  overflow: hidden;
}
.accordion-header .arrow.rotated {
  transform: rotate(180deg);
}
.accordion-item {
  border-bottom: 1px solid #0074D7;
}
.accordion-item:last-child {
  border-bottom: none;
}
.accordion-header {
  color: #0074D7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  width: 100%;
  text-align: left;
}

.accordion-header .number {
  background: #ffd700;
  color: #fff;
  border-radius: 50%;
  padding: 8px 12px;
  margin-right: 10px;
}

.accordion-header .arrow {
  transition: transform 0.3s ease;
}

.accordion-header .arrow.rotated {
  transform: rotate(180deg);
}

.accordion-content {
  display: none;
  padding: 12px;
  font-size: 14px;
  color: #333;
}

.accordion-content.active {
  display: block;
}

.accordion-header[aria-expanded="true"] .arrow {
  transform: rotate(180deg);
}


@font-face {
  font-family: 'plutolight';
  src: url('pluto_light-webfont.woff2') format('woff2'),
       url('pluto_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'plutoregular';
  src: url('pluto_regular-webfont.woff2') format('woff2'),
       url('pluto_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'plutobold';
  src: url('pluto_bold-webfont.woff2') format('woff2'),
       url('pluto_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'plutocond_black';
  src: url('pluto_cond_black-webfont.woff2') format('woff2'),
       url('pluto_cond_black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'plutocond_light';
  src: url('pluto_cond_light_2-webfont.woff2') format('woff2'),
       url('pluto_cond_light_2-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'plutoheavy';
  src: url('pluto_heavy-webfont.woff2') format('woff2'),
       url('pluto_heavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'plutolight';
  src: url('plutolight-webfont.woff2') format('woff2'),
       url('plutolight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'plutomedium';
  src: url('plutomedium-webfont.woff2') format('woff2'),
       url('plutomedium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'plutobold';
  src: url('pluto_bold-webfont.woff2') format('woff2'),
       url('pluto_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

.swiper {
  /*height: 60vh !important;*/
  padding-bottom: 6rem !important;
  overflow: visible !important;
}

@media (max-height:700px) {
  .swiper {
    /*height: 80vh !important;*/
  }
}

@media (min-height:701px) and (max-height:800px) {
  .swiper {
  /*  height: 70vh !important;*/
  }
}