@font-face {
  font-family: Bellarina;
  src: url('../fonts/bellarina.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Archivo Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --pink-bg: #ce007d;
}

.brand {
  width: 20%;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 87%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.image {
  width: 205px;
  height: 100%;
}

.body {
  overflow-x: clip;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 116.667%;
}

.nav-link:hover {
  color: #fb3099;
  text-decoration: underline;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  width: auto;
  margin-right: 24px;
  display: none;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
}

.button {
  color: var(--pink-bg);
  background-color: #fff;
  border: 1px solid #fb3099;
  border-radius: 12px;
  padding: 14px 24px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  box-shadow: 0 2px 4px #0003, 2px 4px 4px #0000001a;
}

.button:hover {
  background-color: var(--pink-bg);
  color: #fff;
  border-color: #fff;
  box-shadow: 0 0 10px #ce007d40, 2px 4px 4px #0000001a;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 87%;
  max-width: 1252px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  line-height: 20px;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 130%;
  display: block;
}

.text-block-2.hide {
  display: none;
}

.div-block-4 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 50%;
  line-height: 130%;
  display: flex;
}

.div-block-4.text {
  width: 100%;
  display: block;
}

.div-block-4.text.hide {
  display: none;
}

.div-block-4.mt {
  z-index: 3;
  width: 60%;
  padding-top: 110px;
  position: relative;
}

.text-block-3 {
  font-family: Bellarina, Arial, sans-serif;
  font-size: 26px;
}

.div-block-5 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-6 {
  z-index: 3;
  width: 100%;
  max-width: 1440px;
  position: relative;
}

.div-block-6.mobile {
  display: none;
}

.image-2 {
  z-index: 3;
  position: relative;
}

.image-3 {
  z-index: 0;
  object-fit: contain;
  width: 105%;
  height: 776px;
  max-height: 100%;
  margin-bottom: -18%;
  position: relative;
  right: 6%;
  transform: translateX(15%);
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  width: 87%;
  max-width: 1252px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: flex;
}

.div-block-7._2nd {
  justify-content: space-between;
  align-items: stretch;
}

.div-block-7.third {
  margin-top: 0;
}

.div-block-8 {
  width: 60%;
  margin-right: -100px;
  padding-top: 0;
}

.div-block-8._2nd {
  text-align: right;
  margin-right: 0;
}

.div-block-8.third {
  margin-top: -23px;
  margin-right: 0;
}

.div-block-9 {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.div-block-9.sec, .div-block-9.third {
  justify-content: center;
  align-items: center;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 44px;
  line-height: 118.182%;
}

.text-block-4.hide {
  display: none;
}

.div-block-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-block-5 {
  font-size: 36px;
}

.text-block-6 {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 115%;
  display: block;
}

.text-block-6.hide {
  display: none;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.text-block-7 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  line-height: 116.667%;
}

.text-block-7.hide {
  display: none;
}

.div-block-12 {
  line-height: 130px;
}

.image-4 {
  width: 73%;
}

.image-5 {
  max-width: 731px;
}

.div-block-13 {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: column;
  width: 87%;
  max-width: 1252px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13.last {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  min-width: 80%;
}

.text-block-8 {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 116.6%;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding-top: 44px;
  padding-bottom: 40px;
  display: flex;
}

.image-6 {
  width: 205px;
}

.navbar-2 {
  background-color: #fff;
}

.image-7 {
  width: 205px;
}

.div-block-14 {
  z-index: 1;
  aspect-ratio: 661 / 776;
  width: 70vw;
  position: absolute;
  right: -30%;
}

.no-overflow {
  background-color: var(--pink-bg);
  background-image: linear-gradient(180deg, var(--pink-bg) 18%, #68003f);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 87%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-16 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.navmenue-desktop {
  display: flex;
}

.flex-block-15 {
  grid-column-gap: 5vw;
  grid-row-gap: 0vw;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-18 {
  width: 50vw;
  padding-top: 20px;
  padding-left: 0;
}

.text-block-9 {
  font-size: 20px;
}

.heading {
  color: #713ffe;
  width: auto;
  max-width: none;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 60px;
}

.margin-bottom-24px {
  color: #3c3c3c;
  margin-top: 40px;
  margin-bottom: 5vw;
  padding-right: 15vw;
  font-size: 18px;
  line-height: 26px;
}

.div-block-19 {
  background-image: url('../images/hero-button.svg');
  background-position: 0 0;
  background-size: auto;
  width: 172px;
  height: 54px;
  margin-top: 20px;
}

.div-block-19:hover {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.hero-hover {
  opacity: 0;
  transition: opacity .2s;
}

.hero-hover:hover {
  opacity: 1;
}

.image-11 {
  width: 35vw;
  max-width: none;
}

.image-12 {
  width: 32px;
  height: 32px;
}

.image-13 {
  width: 205px;
}

.navbar-3 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: absolute;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 87%;
  min-width: 87%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15vw;
  display: flex;
}

.nav-menu-2 {
  margin-left: auto;
}

.link {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Archivo Variablefont Wdth Wght, Georgia, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.div-block-20 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-2 {
  flex: none;
  margin-right: auto;
  padding-left: 0;
}

.nav-menu-3 {
  padding-left: 30px;
}

.div-block-21 {
  display: none;
}

.h1-heading-style {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Archivo Variablefont Wdth Wght, Georgia, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.3;
}

.text-styling {
  color: #fff;
  letter-spacing: .7px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
}

.text-styling.padding-up {
  margin-top: 6.5em;
}

.h2-heading-style {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo Variablefont Wdth Wght, Georgia, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
}

.h3-styling {
  color: #fff;
  margin-top: 10px;
  font-family: Archivo Variablefont Wdth Wght, Georgia, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.16667;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  width: 87%;
  max-width: 1252px;
  display: flex;
}

.div-block-23 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 87%;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.image-16 {
  width: 45px;
}

.div-block-24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .image-3 {
    transform: translateX(20%);
  }

  .div-block-14 {
    width: auto;
    right: 0%;
    transform: translateX(70%);
  }
}

@media screen and (max-width: 991px) {
  .brand {
    width: 165px;
  }

  .container {
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
    padding-left: 64px;
    display: flex;
  }

  .image {
    width: 165px;
    max-width: 100%;
    height: 80px;
    display: block;
    position: relative;
  }

  .navbar {
    padding-right: 64px;
  }

  .nav-link {
    margin-left: 0;
  }

  .nav-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #fff;
    justify-content: center;
    width: 76vw;
    height: 90vh;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
    position: relative;
  }

  .button.nav {
    display: block;
  }

  .button.margin-auto-top {
    margin-top: auto;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .div-block-4.text {
    font-size: 36px;
  }

  .div-block-4.mt {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    width: 50%;
    padding-top: 60px;
  }

  .image-3 {
    object-position: 0% 50%;
    transform: translateX(20%);
  }

  .div-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    width: 89%;
    padding-top: 64px;
  }

  .div-block-8.sp {
    margin-right: 0;
    padding-top: 28px;
  }

  .div-block-9 {
    align-items: center;
  }

  .text-block-4 {
    text-align: left;
    font-size: 36px;
  }

  .div-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-7 {
    font-size: 28px;
  }

  .image-5 {
    max-width: 341px;
  }

  .div-block-13 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    justify-content: center;
    align-items: center;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .image-6 {
    width: 165px;
  }

  .menu-button {
    color: #ce007d;
    width: 24px;
    padding: 0;
  }

  .icon {
    width: 32px;
    height: 32px;
  }

  .image-8 {
    max-width: 100%;
  }

  .image-9 {
    width: 103px;
  }

  .div-block-15 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 82px;
    display: flex;
  }

  .div-block-16 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    display: flex;
  }

  .image-10 {
    width: 32px;
    height: 32px;
  }

  .div-block-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .navmenue-desktop {
    display: none;
  }

  .heading {
    margin-top: 0;
  }

  .margin-bottom-24px {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .image-13 {
    width: 165px;
  }

  .navbar-3 {
    position: fixed;
  }

  .container-2 {
    padding-right: 0;
  }

  .link {
    color: #000;
    text-align: left;
    margin-left: 0;
  }

  .div-block-20 {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .menu-button-2 {
    padding: 0;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .nav-menu-3 {
    background-color: #fff;
    width: 76vw;
    height: 100vh;
    max-height: 100vh;
    padding: 20px 64px 82px;
  }

  .div-block-21 {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 58px;
    display: flex;
  }

  .image-14 {
    width: 154px;
  }

  .image-15 {
    width: 32px;
    height: 32px;
  }

  .h1-heading-style {
    font-size: 4em;
  }

  .text-styling {
    font-size: 16px;
  }

  .h2-heading-style {
    font-size: 36px;
  }

  .h3-styling {
    font-size: 28px;
  }

  .div-block-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 24px;
  }

  .image {
    width: 103px;
    height: 100%;
  }

  .navbar {
    padding-right: 24px;
  }

  .nav-menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block {
    width: auto;
  }

  .div-block-2 {
    width: 87%;
    padding-top: 64px;
  }

  .div-block-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .div-block-4.text {
    font-size: 24px;
  }

  .div-block-4.mt {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: 100%;
    padding-top: 72px;
  }

  .div-block-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
  }

  .div-block-6 {
    display: none;
  }

  .div-block-6.mobile {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .image-2 {
    text-align: left;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    max-width: 70%;
    height: auto;
    margin-bottom: -9%;
  }

  .div-block-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    margin-top: 0;
    padding-top: 64px;
  }

  .div-block-7._2nd, .div-block-7.third {
    margin-top: 64px;
  }

  .div-block-8 {
    text-align: center;
    order: 2;
    width: 100%;
  }

  .div-block-8._2nd {
    text-align: center;
    width: 100%;
  }

  .div-block-8.third {
    margin-top: 0;
  }

  .div-block-9 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .text-block-4 {
    font-size: 24px;
  }

  .div-block-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .text-block-6 {
    width: 100%;
    font-size: 14px;
  }

  .div-block-11 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 100%;
  }

  .text-block-7 {
    width: 100%;
    font-size: 20px;
  }

  .image-4 {
    text-align: left;
    width: 54%;
  }

  .div-block-13 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 64px;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .footer {
    flex-flow: column;
    margin-top: 64px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .image-6 {
    width: 103px;
  }

  .icon {
    width: auto;
    height: auto;
  }

  .image-8 {
    order: 2;
    width: 342px;
  }

  .div-block-14 {
    aspect-ratio: auto;
    text-align: center;
    width: 100%;
    height: auto;
    max-height: none;
    position: relative;
    top: 5vh;
    right: auto;
  }

  .image-13 {
    width: 103px;
  }

  .link {
    font-size: 18px;
  }

  .nav-menu-3 {
    padding: 10px 24px 64px;
  }

  .div-block-21 {
    padding-bottom: 40px;
  }

  .h1-heading-style {
    font-size: 3em;
  }

  .text-styling {
    font-size: 14px;
  }

  .h2-heading-style {
    font-size: 24px;
  }

  .h3-styling {
    font-size: 20px;
  }

  .div-block-22 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-23 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-block-15 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .text-block-9 {
    font-size: 16px;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .margin-bottom-24px {
    font-size: 14px;
  }

  .div-block-19 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 40px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 80vw;
    height: auto;
    display: flex;
  }

  .image-11 {
    width: auto;
    height: 270px;
    display: block;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .image-16 {
    width: 30px;
  }

  .div-block-24 {
    margin-top: 20px;
  }
}


@font-face {
  font-family: 'Bellarina';
  src: url('../fonts/bellarina.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}