<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main_section_colections {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  display: block !important;
  position: sticky !important;
  top: 0 !important;
}

.main_section_colections &gt; .fusion-fullwidth {
  display: hidden !important;
  justify-content: center !important;
  align-items: center !important;
}

.vertical_bar {
  width: 6vw !important;
  background-color: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  z-index: 9998;
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
}

.vertical_bar .dot {
  height: 12px;
  width: 12px;
  background-color: #d9c38a;
  border-radius: 50%;
  margin: auto;
}

.vertical_bar:after {
  content: "";
  width: 1px;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 10%;
  left: 50%;
}

/* hide colection vertical bar for small devices */
@media (max-width: 640px) {
  .vertical_bar {
    display: none;
  }
}

.dot_container {
  background-color: rgb(46, 45, 40);
  height: 30px;
  width: 30px;
  margin: auto;
  display: flex;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  z-index: 9999;
  position: relative;
}

.dot_img {
  display: none;
  margin: auto;
  background-color: rgb(46, 45, 40);
  z-index: 999;
  padding: 25% 0;
  position: relative;
}

div.dot_img#colections_1:after,
div.dot_img#colections_2:after,
div.dot_img#colections_3:after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 15%;
}

div#colections_4:after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 15%;
}

.horizontal_bar {
  position: absolute;
  background-color: none;
  bottom: 5%;
  z-index: 999;
  left: 25%;
  display: flex;
  width: 50%;
  justify-content: space-around;
  align-items: center;
}

.horizontal_bar .dot_mb {
  height: 12px;
  width: 12px;
  background-color: #d9c38a;
  border-radius: 50%;
  display: inline-block;
}

/* hide colection vertical bar for small devices */
@media (min-width: 641px) {
  .horizontal_bar {
    display: none;
  }
}

.mobile_colection_container {
  position: relative;
}

.mobile_colection_container span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile_colection_container span img {
  width: 100%;
  height: 50vh;
}

.dot_container_mb {
  height: 30px;
  width: 30px;
  display: flex;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  position: relative;
  align-items: center;
  justify-content: center;
}

.img_mb {
  margin-top: -120% !important;
}</pre></body></html>