.trans25 {
  opacity: 0.25;
}

.trans50 {
  opacity: 0.5;
}

body {
  background-color: #EEEEEE !important;
}

.index-2__logo {
  border-bottom: 2px solid white;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-2__logo svg {
  width: 25px;
}

.index-2__hero {
  padding-top: 30px;
  background-color: #7CE4BB;
}
.index-2__hero .new-block__top-bar {
  display: none;
}
@media (max-width: 360px) {
  .index-2__hero .create-new-event-wrapper {
    margin-left: 0rem !important;
  }
}

.index-2__new-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.index-2__new-wrap .create-new-event-wrapper {
  max-width: min(100%, min(30rem, 100vw - 1rem)) !important;
}

.index-2__new-wrap,
.index-2__new-wrap > .create-new-event-hero,
.index-2__new-wrap > .create-new-event-hero > .create-new-event-wrapper,
.index-2__new-wrap > .create-new-event-hero > .create-new-event-wrapper > .create-new-event {
  width: 100%;
}

.index-2__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.index-2__svg-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: min(var(--dnbr-max-width) - 2rem, 100vw - 3rem);
  position: relative;
}
@media (max-width: 400px) {
  .index-2__svg-stack {
    left: 0px;
  }
}

.index-2__svg {
  position: relative;
}

.index-2__svg-anchored {
  position: absolute;
  left: calc(0.5px + var(--svg-target-x) / var(--svg-width) * 100%);
  top: calc(var(--svg-target-y) / var(--svg-height) * 100%);
  transform: translate(-50%, 0%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.index-2__svg-stack-bottom {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.index-2__svg-stack-bottom > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.dnbr-nav {
  top: 1.5rem;
  position: absolute !important;
  width: 100%;
  background: transparent;
}
.dnbr-nav .dnbr-nav-center {
  display: none;
}
.dnbr-nav .dnbr-nav-right-desktop {
  margin-left: auto;
}
.dnbr-nav .dnbr-nav-right-mobile {
  margin-top: 2rem;
  margin-right: 2rem;
  margin-left: auto;
}
.dnbr-nav > a {
  display: none !important;
}

.index-2__container-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: min(var(--dnbr-max-width) - 2rem, 100vw - 3rem);
  width: 100%;
}

.index-2__hero-header {
  margin-top: 28px;
  margin-bottom: 30px;
  font-family: Roboto Flex;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  font-variation-settings: "wdth" 65, "GRAD" 0, "slnt" 0, "XTRA" 468, "XOPQ" 80, "YOPQ" 65, "YTLC" 500, "YTUC" 660, "YTAS" 700, "YTDE" -170, "YTFI" 660;
}

.index-2__hero-paragraph {
  margin: 0;
}

.index-2__hero-arrow {
  margin-top: 26px;
  margin-bottom: 50px;
  margin-left: 0.5rem;
}

.index-2__fourth-arrow {
  margin-top: 3.5rem;
}

.index-2__second {
  background-image: linear-gradient(180deg, #7CE4BB 22.37%, rgba(124, 228, 187, 0) 100%);
  background-position: top;
  background-size: 100% 178px;
  background-repeat: no-repeat;
}
.index-2__second .index-2__svg-stack {
  margin-top: 2.5rem;
}

.index-2__svg-icon {
  margin-top: 1.5rem;
  max-width: 60px;
}

.index-2__fifth {
  background-color: #7CE4BB;
  background-image: linear-gradient(0deg, #7CE4BB 22.37%, #EEEEEE 100%);
  background-position: top;
  background-size: 100% 273px;
  background-repeat: no-repeat;
}

.index-2__fifth-svg {
  width: min(18rem, 100vw - 3rem);
}

.index-2__fifth .index-2__container-column {
  width: min(var(--dnbr-max-width) - 2rem, 100vw - 3rem);
}

.index-2__sixth {
  background-color: #7CE4BB;
  padding-bottom: 4rem;
}

.index-2__sixth-sheets {
  margin-top: 2rem;
  width: 4rem;
}

.index-2__seventh {
  padding-bottom: 2rem;
}

/*# sourceMappingURL=index-2.css.map */
