@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");
.single-post-tabs h2 {
  color: #101010;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: calc(30px + 12 * (100vw - 139px) / 1461);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 40px;
}
.single-post-tabs .tabs-wrapper .container--tabs {
  display: flex;
  border-bottom: 1px solid rgba(164, 164, 164, 0.4);
  padding-bottom: 24px;
}
@media (min-width: 139px) {
  .single-post-tabs .tabs-wrapper .container--tabs {
    flex-wrap: wrap;
  }
}
@media (min-width: 599px) {
  .single-post-tabs .tabs-wrapper .container--tabs {
    flex-wrap: nowrap;
  }
}
.single-post-tabs .tabs-wrapper .container--tabs .tab {
  display: inline-flex;
  color: #A4A4A4;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: calc(18px + 2 * (100vw - 139px) / 1461);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-right: 40px;
  cursor: pointer;
  position: relative;
}
.single-post-tabs .tabs-wrapper .container--tabs .tab:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media (min-width: 139px) {
  .single-post-tabs .tabs-wrapper .container--tabs .tab {
    margin-bottom: 20px;
  }
}
@media (min-width: 599px) {
  .single-post-tabs .tabs-wrapper .container--tabs .tab {
    margin-bottom: 0;
  }
}
@media (min-width: 1350px) {
    .single-post-tabs .tabs-wrapper .container--tabs .tab {
      margin-right: 70px;
    }
  }
.single-post-tabs .tabs-wrapper .container--tabs .tab--active {
  color: #101010;
}
@media (min-width: 599px) {
  .single-post-tabs .tabs-wrapper .container--tabs .tab--active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #6579F4;
  }
}
.single-post-tabs .tabs-wrapper .container--content .content {
  display: none;
}
.single-post-tabs .tabs-wrapper .container--content .content .flex-row {
  display: flex;
}
@media (min-width: 139px) {
  .single-post-tabs .tabs-wrapper .container--content .content .flex-row {
    flex-wrap: wrap;
  }
}
@media (min-width: 920px) {
  .single-post-tabs .tabs-wrapper .container--content .content .flex-row {
    flex-wrap: nowrap;
  }
}
.single-post-tabs .tabs-wrapper .container--content .content .content-img {
  max-width: 520px;
  width: 100%;
  height: 340px;
  margin-top: 40px;
  margin-right: 20px;
}
.single-post-tabs .tabs-wrapper .container--content .content .content-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.single-post-tabs .tabs-wrapper .container--content .content .content-text {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .single-post-tabs .tabs-wrapper .container--content .content .content-text {
    max-width: 640px;
  }
}
.single-post-tabs .tabs-wrapper .container--content .content .content-text h4 {
  color: #101010;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: calc(20px + 4 * (100vw - 139px) / 1461);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
  margin-top: 0;
}
.single-post-tabs .tabs-wrapper .container--content .content .content-text p {
  color: #101010;
  font-family: "Manrope", Arial, Helvetica, sans-serif;
  font-size: calc(16px + 2 * (100vw - 139px) / 1461);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 20px;
}
.single-post-tabs .tabs-wrapper .container--content .content .content-text p:last-child {
    margin-bottom: 0;
}
.single-post-tabs .tabs-wrapper .container--content .content--active {
  display: block;
}