.storifia {
  display: block;
}

body {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}

a {
  color: #8512CD;
}

.text-blue {
  color: #7FB8FF;
}

.text-orange {
  color: #FFB356;
}

.text-pink {
  color: #DE3A86;
}

.text-pink-2 {
  color: #F774D4;
}

.text-purple-2 {
  color: #8512CD;
}

.text-purple-3 {
  color: #571581;
}

.text-purple-4 {
  color: #E9C9FE;
}

.text-purple-5 {
  color: #392049;
}

.bg-purple-2 {
  background-color: #8512CD;
}

.bg-purple-3 {
  background-color: #571581;
}

.bg-purple-4 {
  background-color: #E9C9FE;
}

.bg-purple-5 {
  background-color: #392049;
}

.link-dark {
  color: #222222;
}

.link-dark:hover {
  color: #222222;
}

.link-white {
  color: #ffffff;
}

.link-white:hover {
  color: #ffffff;
}

.no-hover:hover {
  text-decoration: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem !important;
  }
}

.h1-x {
  font-weight: 800;
  line-height: 1.1;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .h1-x {
    font-size: 3rem;
  }
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.text-md {
  font-size: 18px;
}

.text-md-x {
  font-size: 24px;
}

.z-index-top {
  position: relative;
  z-index: 10;
}

.top-spacer {
  display: block;
  height: 80px;
}

.full-abso {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.card-video {
  cursor: pointer;
}

.card-video .curtain,
.card-video .play-icon {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.card-video .curtain {
  background-color: rgba(0, 0, 0, 0.2);
}

.card-video:hover .curtain {
  background-color: rgba(0, 0, 0, 0.4);
}

.card-video:hover .play-icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.nav-top {
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F4F5FE;
}

.btn {
  border-radius: 24px;
  font-weight: 600;
  padding-left: 22px;
  padding-right: 22px;
}

.btn.btn-primary {
  background-color: #8512CD;
  color: #ffffff;
  border-color: #8512CD;
}

.block-img-1 {
  display: block;
  position: relative;
  padding-top: 60%;
  background-color: #F4F5FE;
}

.rounded {
  border-radius: 18px !important;
}

.element-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 28%;
  background-color: #F4F5FE;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.element-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #571581;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
}

.element-3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E9C9FE;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
}

.curtain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.transform-1 {
  -webkit-transform: rotate(4deg) translateY(-16px) translateX(-10px);
          transform: rotate(4deg) translateY(-16px) translateX(-10px);
}

@media screen and (max-width: 767px) {
  .transform-1 {
    -webkit-transform: rotate(0deg) translateY(0px) translateX(0px);
            transform: rotate(0deg) translateY(0px) translateX(0px);
  }
}

.transform-2 {
  -webkit-transform: rotate(-4deg) translateY(-16px) translateX(10px);
          transform: rotate(-4deg) translateY(-16px) translateX(10px);
}

@media screen and (max-width: 767px) {
  .transform-2 {
    -webkit-transform: rotate(0deg) translateY(0px) translateX(0px);
            transform: rotate(0deg) translateY(0px) translateX(0px);
  }
}

@media screen and (max-width: 767px) {
  .text-center-767 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .hide-767 {
    display: none !important;
  }
}
/*# sourceMappingURL=styles.css.map */