:root {
  --black: #070707;
  --white: white;
  --dim-grey: #484848;
  --black-2: #181818;
  --misty-rose: #e1dff4;
  --silver: #bababa;
  --blue-violet: #783ff3;
  --white-smoke: #eef2f5;
  --dark-slate-grey: #7fb1ad;
  --lgren: #e48dff;
  --burlywood: #73af9f;
  --black-3: #181818;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-400: #8c94a5;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--grey-100: #d9dce2;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--warning-400: #f8b34b;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--white: white;
  --combine-library--primary-200: #9e97ff;
  --gainsboro: #dee2e5;
  --combine-library--grey-600: #5f6570;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: -.3px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

h1 {
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

p {
  letter-spacing: -.3px;
  margin-bottom: 0;
}

a {
  color: var(--dim-grey);
  text-decoration: underline;
}

.section {
  padding-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
  overflow: hidden;
}

.section.miscelaneous-links {
  padding-bottom: 40px;
}

.content_wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000040;
  border-radius: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 14px 14px;
  position: relative;
}

.content_wrapper.content_align_center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content_wrapper.content_align_center.text_align_center {
  text-align: center;
}

.content_wrapper.content_align_center.top {
  padding-bottom: 20px;
}

.content_wrapper.text_align_center {
  text-align: center;
}

.content_wrapper.no-blur {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.line_divider {
  background-color: var(--black-2);
  width: 100%;
  height: 1px;
}

.spacing_8 {
  height: 8px;
}

.spacing_16 {
  height: 16px;
}

.spacing_24 {
  height: 24px;
}

.spacing_32 {
  height: 32px;
}

.spacing_48 {
  height: 48px;
}

.text_align_center {
  text-align: center;
}

.profile_wrapper {
  border: 3px solid #0f8c81;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 10px;
  display: flex;
}

.prodile_image {
  opacity: 1;
  object-fit: cover;
  border-radius: 500px;
  width: 111px;
  max-width: 100px;
  height: 111px;
  max-height: 100px;
}

.text_wrapper.text_align_center {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #02020224;
  border-radius: 20px;
  padding: 17px 22px;
}

.text_wrapper.wrapper_medium {
  flex-direction: column;
  align-items: flex-start;
  max-width: 380px;
  display: flex;
}

.flex_wrapper {
  display: flex;
}

.flex_wrapper.flex_center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.flex_wrapper.flex_distribute {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.flex_wrapper.flex_distribute.flex_alignt_top {
  align-items: flex-start;
}

.flex_wrapper.flex_distribute.event_card_2 {
  background-color: var(--misty-rose);
  color: var(--black);
  border-radius: 32px;
  padding: 24px;
}

.flex_wrapper.flex_distribute.link_block {
  background-color: var(--black-2);
  color: var(--white);
  border-radius: 16px;
  padding: 25px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper.flex_distribute.link_block:hover {
  box-shadow: 0 6px 20px #0000000d;
}

.flex_wrapper.flex_left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex_wrapper.flex_left.flex_gap_medium {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex_wrapper.flex_right {
  justify-content: flex-end;
}

.flex_wrapper.flex_vertical {
  flex-direction: column;
}

.flex_wrapper.flex_vertical.card_link {
  border: 1px solid var(--black-2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--white);
  background-color: #0003;
  border-radius: 16px;
  justify-content: space-between;
  height: 186px;
  padding: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
}

.flex_wrapper.flex_vertical.card_link:hover {
  border-color: var(--black-2);
  background-color: var(--black-2);
}

.flex_wrapper.flex_vertical.flex_distribute.flex_left {
  align-items: flex-start;
}

.icon_20x20 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.text_color_grey {
  color: var(--silver);
  font-family: Open Sans, sans-serif;
}

.text_color_grey.text_width_small {
  max-width: 17ch;
  font-family: Open Sans, sans-serif;
}

.text_color_grey.text_width_medium {
  max-width: 46ch;
  font-family: Open Sans, sans-serif;
}

.icon_wrapper {
  background-color: var(--black-2);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 10px;
  transition: all .4s;
  display: flex;
  overflow: hidden;
}

.icon_wrapper:hover {
  border: 1px solid var(--dim-grey);
  box-shadow: 0 5px 20px #0000000d;
}

.icon_24x24 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.button_icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black-2);
  color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button_icon:hover {
  box-shadow: 0 6px 20px #0000000d;
}

.button_icon.accent_button {
  background-color: var(--blue-violet);
  color: var(--white);
}

.button_icon.accent_button:hover {
  box-shadow: 0 6px 20px #783ff31a;
}

.button_icon.button_outline {
  background-color: #0000;
  border: 1px solid #000;
}

.button_icon.button_outline.full_width {
  color: var(--black);
}

.icon_16x16 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.highlights_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.highlight_card {
  border-radius: 32px;
  padding: 24px;
}

.highlight_card.green {
  color: var(--black);
  background-color: #000;
  background-image: url('../images/social_bg.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.highlight_card.green.top-bar-for-song {
  margin-bottom: 20px;
  padding: 0;
}

.highlight_card.white {
  background-color: var(--black-2);
  background-image: url('../images/Mask-group.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.highlight_card.white.top-bar {
  background-color: #ff70a2;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.highlight_card.pink {
  background-color: var(--misty-rose);
  color: var(--black);
  background-image: url('../images/purbple_g_pattern.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.highlight_card.black {
  background-color: var(--black-2);
  color: var(--white);
}

.icon_48x48 {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.spacing_20 {
  height: 20px;
}

.display_large {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 54px;
}

.font_weight_bold {
  color: var(--white-smoke);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.spacing_4 {
  height: 4px;
}

.text_color_green {
  color: var(--dark-slate-grey);
  font-family: Open Sans, sans-serif;
}

.text_color_black {
  color: var(--black);
}

.icon_64x64 {
  width: 64px;
  height: 64px;
}

.text_color_muted {
  opacity: .6;
  font-family: Open Sans, sans-serif;
}

.availability_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 300px;
  max-height: 300px;
}

.availability_column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.small_text {
  font-size: 12px;
}

.availability_graph_item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.graph_bar {
  background-color: var(--black-2);
  border-radius: 32px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding: 24px;
  font-weight: 600;
  display: flex;
}

.graph_bar.available {
  background-color: var(--lgren);
  color: var(--black);
  flex: 0 auto;
}

.graph_bar.available.monday {
  height: 66%;
  min-height: auto;
}

.graph_bar.available.tuesday {
  display: none;
}

.graph_bar.available.wednesday {
  height: 50%;
  min-height: auto;
}

.graph_bar.available.thursday {
  height: 80%;
  min-height: auto;
}

.graph_bar.available.friday {
  background-color: var(--misty-rose);
  color: var(--black);
  height: 35%;
}

.blog_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.article_item {
  color: var(--white);
  text-decoration: none;
}

.article_image {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 180px;
}

.button {
  background-color: var(--blue-violet);
  text-align: center;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-weight: 600;
  transition: all .4s;
  display: flex;
}

.button:hover {
  background-color: var(--black);
}

.button.background_white {
  background-color: var(--black-2);
  color: var(--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.button.background_white:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.full_width {
  width: 100%;
}

.form-block {
  margin-bottom: 16px;
}

.input_field {
  background-color: var(--black-2);
  border: 1px #000;
  border-radius: 16px;
  height: 48px;
  margin-bottom: 0;
}

.input_field:focus {
  border-style: solid;
  border-color: var(--black);
}

.form_2col_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.event_card {
  color: var(--white);
  background-image: linear-gradient(#0000, #0a1b1a), url('../images/Rectangle-33.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.date_card {
  background-color: var(--blue-violet);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
}

.event_image {
  object-fit: cover;
  border-radius: 16px;
  width: 70px;
  height: 70px;
}

.link_cloud_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

._3_col_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon_32x32 {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.product_item {
  color: var(--white);
  text-decoration: none;
}

.product_image_wrapper {
  border-radius: 32px;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.product_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.discount_tag {
  background-color: var(--lgren);
  color: var(--black);
  border-radius: 500px;
  padding: 6px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 12px 12px auto auto;
}

.book_item {
  color: var(--white);
  text-decoration: none;
}

.book_image {
  border: 4px none var(--white);
  border-radius: 16px;
}

.ad_card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--burlywood);
  color: var(--black);
  border-radius: 32px;
  justify-content: space-between;
  width: 100%;
  height: 350px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.ad_card_image {
  object-fit: cover;
  border-radius: 16px;
  max-width: 250px;
}

.graph_text {
  font-family: Open Sans, sans-serif;
}

.section_title {
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-style: normal;
}

.switch {
  z-index: 10;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--black-3);
  color: var(--white);
  border-radius: 32px;
  align-items: center;
  padding: 12px 16px 12px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.heading {
  font-family: Open Sans, sans-serif;
}

.body {
  background-color: #07070700;
  background-image: url('../images/atikh-bana-_KaMTEmJnxY-unsplash.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0006;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-text {
  z-index: 1;
  position: relative;
}

.tab-content-inner {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tabs-menu-wrapper {
  background-color: #464646;
  border-radius: 999em;
  align-items: center;
  padding: .7em .8em;
  display: flex;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.tabs-n-shit {
  padding-top: 40px;
}

.container {
  max-width: 77%;
}

.footer {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
}

.text-block {
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-style: normal;
}

.heading-2, .text-block-2, .text-block-3, .text-block-4, .paragraph, .heading-3, .heading-4, .text-block-5, .heading-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  font-family: Open Sans, sans-serif;
}

.background {
  background-image: linear-gradient(98deg, #000, #00000061);
}

.hero-h1 {
  color: #fff;
  font-size: 50px;
  line-height: 1;
}

.white-circle {
  background-color: #fff;
  border-radius: 100px;
  width: 24px;
  height: 24px;
}

.ribbon {
  position: absolute;
  inset: -20px -8px auto auto;
}

.services-grid-block-02 {
  background-color: #17171b;
  border: 1px solid #0000;
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  text-decoration: none;
  transition: all .25s;
}

.services-grid-block-02:hover {
  border: 1px solid #813efb;
}

.services-grid-block-02.end-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.feature-wrap {
  width: 100%;
  margin-bottom: 55px;
  display: flex;
}

.feature-wrap.reverse-wrap {
  flex-direction: row-reverse;
}

.footer-logo {
  margin-bottom: 12px;
}

.pricing-bottom-block {
  margin-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.ribbon-3 {
  position: absolute;
  inset: auto -40px -40px auto;
}

.hero-button {
  color: #fff;
  background-color: #813efb;
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
  transition: all .2s;
}

.hero-button:hover {
  transform: translate(0, -2px);
}

.send-button {
  color: #17171b;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 15px;
  line-height: 21px;
}

.feature-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.footer-section {
  background-image: linear-gradient(#111115, #000);
  justify-content: center;
  align-items: center;
  padding: 135px 3% 128px;
  display: flex;
}

.nav-link {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.hero-overline {
  color: #813efb;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.service-title {
  color: #fff;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
}

.service-title.service-title-centre {
  text-align: center;
  margin-bottom: 25px;
}

.pricing-top-block {
  background-color: #17171ba8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
  padding: 32px 25px;
  display: flex;
}

.nav-bar {
  background-color: #ddd0;
  width: 100%;
  padding: 26px 3%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.feature-image-div {
  position: relative;
}

.price-title {
  color: #99a1ba;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.tab-switcher {
  background-color: #813efb;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  height: 30px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.left-blur {
  position: absolute;
  inset: 20% auto auto 0%;
}

.icon-block {
  background-color: #813efb;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 36px;
  display: flex;
}

.hero-image-wrapper {
  margin-top: 65px;
  position: relative;
}

.pricing-block {
  opacity: 1;
  background-color: #00000040;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 333px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.nav-container {
  width: 100%;
  max-width: 1140px;
}

.footer-left-block {
  width: 50%;
}

.ribbon-2 {
  position: absolute;
  inset: -50px auto auto -40px;
}

.primary-cta {
  color: #17171b;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 0;
  padding: 16px 45px;
  font-size: 16px;
  line-height: 21px;
}

.primary-cta.focus-button {
  color: #fff;
  background-color: #813efb;
}

.tick-icon {
  margin-right: 12px;
}

.footer-content {
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flowb {
  font-weight: 600;
}

.hero-graphic-left {
  position: absolute;
  inset: 170px auto auto -80px;
}

.h2-span {
  opacity: .6;
}

.footer-base-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 55px;
  display: flex;
}

.pricing-bottom-block-big {
  margin-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-block-big {
  opacity: 1;
  background-color: #ffffff0d;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 49%;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.pricing-top-block-big {
  background-color: #17171b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  padding: 35px 25px;
  display: flex;
}

.pricing-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 3% 140px;
  display: flex;
  position: relative;
}

.feature {
  color: #99a1ba;
  font-size: 15px;
  font-weight: 400;
}

.social-media-block {
  display: flex;
}

.service-paragraph {
  color: #99a1ba;
  text-align: left;
  padding-top: 10px;
  font-size: 18px;
}

.service-paragraph.idea, .service-paragraph.mid {
  text-align: center;
}

.nav-button {
  background-color: #3898ec00;
  border: .5px solid #fff;
  border-radius: 100px;
  margin-left: 26px;
  padding: 16px 42px;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  transition: all .3s;
}

.nav-button:hover {
  color: #813efb;
  background-color: #fff;
}

.tag-10 {
  color: #99a1ba;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 12px;
}

.form-title {
  color: #fff;
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 26px;
}

.overline {
  color: #813efb;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}

.footer-right-block {
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1.5fr 1.5fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.header {
  background-image: linear-gradient(43deg, #000, #130213 46%, #05010e);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 1% 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.link {
  opacity: .5;
}

.testimonials-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  overflow: visible;
}

.feature-column-content {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-height: 250px;
  padding: 50px;
  display: flex;
}

.paragraph-2 {
  color: #99a1ba;
  text-align: center;
  max-width: 680px;
  margin-bottom: 48px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-2.left-align {
  text-align: left;
  margin-bottom: 0;
}

.social-link-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  transition: opacity .2s;
  display: flex;
}

.social-link-block:hover {
  opacity: .5;
}

.right-blur {
  max-width: 500px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-paragraph {
  color: #99a1ba;
  text-align: center;
  max-width: 720px;
  margin-bottom: 48px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.people-group-image {
  margin-right: 12px;
}

.tag-span {
  color: #fff;
}

.footer-title {
  color: #fff;
  margin-bottom: 40px;
  font-size: 17px;
}

.flowbase-banner {
  height: 64px;
}

.form-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-block-2.no-padding {
  margin-top: 0;
}

.divider {
  background-color: #ffffff1a;
  flex: 0 auto;
  width: 100%;
  max-width: 850px;
  height: 1px;
  margin-top: 160px;
  position: static;
  inset: auto 0% 0%;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
}

.title-wrap.flex-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #99a1ba;
  margin-bottom: 16px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.hero-graphic-right {
  position: absolute;
  inset: 300px -80px 0% auto;
}

.dollar-sign {
  color: #99a1ba;
  padding-top: 12px;
  font-size: 20px;
  line-height: 24px;
}

.services-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.profile-images-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.price-plan {
  color: #99a1ba;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.features-section {
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.content-h2.content-h2-centre {
  text-align: center;
}

.content-cta {
  text-align: center;
  max-width: 580px;
  margin-bottom: 35px;
  font-size: 50px;
}

.feature-column-image {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  min-height: 250px;
  padding: 50px;
  display: flex;
}

.footer-base {
  background-color: #813efb;
  justify-content: center;
  align-items: center;
  padding: 25px 3%;
  display: flex;
}

.copyright {
  color: #99a1ba;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.copyright.white {
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.follower-number {
  color: #99a1ba;
  font-size: 15px;
  line-height: 26px;
}

.follower-number._02 {
  color: #fff;
}

.container-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.container-flex.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.newsletter-field {
  color: #17171b;
  border-radius: 100px;
  width: 310px;
  height: 55px;
  margin-bottom: 0;
  margin-right: 12px;
  padding-left: 27px;
  font-size: 15px;
}

.newsletter-field.newsletter-small {
  width: 260px;
}

.form-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.name-title {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.cta-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-image {
  overflow: hidden;
}

.tabs-2 {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 32px;
  display: none;
}

.price-number {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 44px;
  font-weight: 600;
  line-height: 90px;
  display: flex;
}

.newsletter-block {
  background-color: #813efb;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 105px 35px;
  display: flex;
  position: relative;
}

.button_circle {
  z-index: 0;
  background-color: #9eeb21;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
}

.button_circle.menu_button-circle {
  background-color: #9eeb21;
  border-color: #9eeb21;
  margin-bottom: 0;
}

.navbar_logo-image-wrapper {
  z-index: 0;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
}

.navbar_link {
  color: #fff;
  border-radius: .38rem;
  padding: .8rem 1.5rem .75rem;
  transition: background-color .2s;
}

.navbar_link:hover {
  background-color: #1d1d1d;
}

.navbar_link.w--current {
  color: #fff;
}

.navbar_text {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.button_text-regular {
  padding-top: .2rem;
  padding-bottom: .11rem;
  font-size: 1rem;
}

.button_text-regular.is-menu-button-text {
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.navbar_logo {
  background-color: #0d0d0d;
  border: 2px solid #1d1d1d;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}

.navbar_logo.is-icon {
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0);
}

.navbar_menu-button {
  padding: 0;
}

.button-2 {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1d1d1d;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button-2.is-navbar-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: .7rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-2.is-navbar-button.menu_button {
  opacity: 0;
  margin-left: .2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  transition: box-shadow .2s;
}

.button-2.is-navbar-button.menu_button:hover {
  box-shadow: 0 0 60px #ffffff4d, 0 0 20px #ffffff80, 0 0 5px #ffffff80;
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 10;
  background-color: #1d1d1d1a;
  border: 2px solid #1d1d1d33;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 30rem;
  height: 100svh;
  padding: .2rem 16px;
  transition: width .2s;
  position: fixed;
  top: 0;
  left: 125svw;
  right: 0;
  overflow: hidden;
  transform: translate(-50%);
}

.navbar_menu.is-page-height-tablet.desktop {
  flex-flow: row;
  height: auto;
  margin-top: 10px;
  position: fixed;
  top: 4px;
  left: 50%;
  right: auto;
}

.navbar_menu.is-page-height-tablet.desktop.default {
  margin-top: 10px;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_logo-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar {
  z-index: 99;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_partner {
  width: 8.5rem;
  height: auto;
  margin-bottom: 7px;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.button_text-small {
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-size: .88rem;
  text-decoration: none;
}

.navbar_text-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-inner-shadow {
  z-index: -1;
  aspect-ratio: 1;
  opacity: 0;
  filter: blur(25px);
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.ui_color_swatch {
  cursor: pointer;
  width: 14px;
  height: 15px;
}

.hero_ui-2 {
  z-index: 0;
  border: 1px #ffffff26;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 67%;
  left: 1%;
  overflow: hidden;
}

.card_color-wrap {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button_color._1 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: -24%;
  left: -11%;
}

.button_color._2 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: -15%;
  left: auto;
  right: 54%;
}

.button_color._3 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: 52%;
  left: auto;
  right: -27%;
}

.button_color._4 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: 53%;
  left: auto;
  right: 5%;
}

.ui-img-2 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero_ui-2-bg {
  z-index: 4;
  background-image: linear-gradient(127deg, #4f40b9, #7aa0ff);
  border: 1px #ffffff26;
  border-radius: 10px;
  width: 174px;
  height: 114px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.hero_right-wrap {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 520px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  right: -2%;
}

.heading-wrap {
  width: 444px;
  height: 77px;
  padding-bottom: 0;
  position: relative;
}

.bold {
  color: #fff;
  font-weight: 400;
}

.ui-img-4 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ui-5_lesson-list {
  z-index: 5;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 56%;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: absolute;
  inset: 0% 1% 0% auto;
  overflow: auto;
}

.hero-ui-5 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #8a8a8a4a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 222px;
  height: 277px;
  display: flex;
  position: absolute;
  top: 25%;
  left: 70%;
  overflow: hidden;
}

.hero_ui-3 {
  z-index: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px #ffffff26;
  border-radius: 12px;
  width: 180px;
  height: 120px;
  position: absolute;
  bottom: 67%;
  left: 0%;
  overflow: hidden;
}

.heading_interaction-wrap {
  align-items: center;
  height: 63px;
  display: flex;
  position: relative;
  top: 132px;
}

.ui-img-3 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.card_color-1 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ffffffd6, #00b7ffdb);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -16%;
  left: -11%;
}

.hero_ui-3-bg {
  z-index: 4;
  background-color: #8a8a8a42;
  border: 1px #ffffff26;
  border-radius: 10px;
  width: 174px;
  height: 114px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.ui_color {
  background-color: #9064db;
  border-radius: 6px;
  width: 100%;
  height: 96px;
}

.ui-img-1 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.card_color-4 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 74%;
  left: 6%;
}

.button-3 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 54px;
  margin-top: 20px;
  display: flex;
  position: relative;
  transform: none;
}

.ui-img-5 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper {
  justify-content: space-between;
  width: 77%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.label {
  z-index: 4;
  color: #fff;
  position: relative;
}

.ui_color_swatch-wrap {
  z-index: 7;
  grid-column-gap: 0px;
  width: 90px;
  height: 16px;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto 6% 15% auto;
}

.hero_ui-4 {
  z-index: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #8a8a8a4f;
  border-radius: 12px;
  width: 285px;
  height: 190px;
  position: absolute;
  top: 55%;
  left: -1%;
  overflow: hidden;
}

.lesson-img {
  width: 100%;
  height: 38px;
}

.ui_color-change {
  grid-column-gap: 4px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 130px;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
}

.heading-6 {
  z-index: 0;
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 37px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
}

.hero_left-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.card_color-2 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -16%;
  left: 5%;
}

.card_color-3 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 86%;
  right: 47%;
}

.heading-move {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.3em;
  line-height: 1;
}

.heading-move._5, .heading-move._4 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  display: block;
  position: static;
}

.heading-move._2 {
  position: static;
}

.heading-move._1 {
  display: block;
  position: static;
}

.heading-move._7, .heading-move._3 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  display: block;
  position: static;
}

.paragraph-3 {
  color: #dbdbdb;
  width: 300px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.paragraph-3.ui-txt {
  color: #ddd;
  background-color: #40416b;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: 64px;
  padding: 11px 8px 8px;
  font-size: 11px;
}

.button_color-wrap {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button_color-wrap.blur {
  filter: blur(5px);
  overflow: hidden;
}

.hero_ui-1 {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000bf;
  border: 1px #ffffff26;
  border-radius: 12px;
  width: 377px;
  position: absolute;
  overflow: hidden;
}

.button_bg {
  z-index: 3;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 50px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button_bg:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #000000bf;
}

.already-have-a-link-in-bio {
  padding-left: 100px;
  padding-right: 100px;
}

.icon-1x1-small {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.cta_image-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.text-align-center {
  text-align: center;
}

.cta_image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: auto;
  display: flex;
}

.button-4 {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1d1d1d;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button-4.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
}

.cta_wrapper {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1d1d1d80;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem;
  display: grid;
  position: relative;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.cta_image-arrow {
  width: 3rem;
  height: auto;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-50%, 50%);
}

.feature-block-2 {
  z-index: 2;
  background-image: radial-gradient(circle at 0 0, #ff28c3, #31b5ff);
  border-radius: 1rem;
  width: 100%;
  padding: 2px;
  overflow: hidden;
}

.feature-block-inner {
  background-color: #000;
  border-radius: .9rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 26.25rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.feature-block-inner._01 {
  background-image: url('../images/features-bg-01_1features-bg-01.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.portfolio_image {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-large {
  width: 100%;
  max-width: 40rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium {
  font-size: 1.13rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-section-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-top.padding-section-large-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.button-5 {
  z-index: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1d1d1d;
  border-radius: .5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}

.button-5.is-portfolio {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0d0d0d;
  border-style: none;
  align-items: center;
  padding-top: .88rem;
  padding-bottom: .88rem;
  display: flex;
  position: static;
  top: 50%;
  bottom: auto;
}

.button-5.is-icon {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
}

.button-5.is-navbar-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: .8rem 20px .7rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.portfolio_item {
  z-index: 0;
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 32vw;
  height: 21vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio_component {
  flex-direction: column;
  align-items: center;
}

.portfolio_list-wrapper {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  display: flex;
}

.portfolio_list-wrapper.is-bottom {
  margin: 2.5rem 5vw 2.5rem 0;
}

.portfolio_image-overlay-layer {
  z-index: 0;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button_text-small-2 {
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-size: .88rem;
}

.existing-users-preview {
  background-color: #1d1d1d80;
  border-radius: 0;
  width: 100%;
  padding-bottom: 2.5rem;
  display: block;
  overflow: hidden;
  transform: none;
}

.portfolio_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  display: grid;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-container-medium {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-heading-style-h3 {
  color: var(--combine-library--error-100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-text-size-regular {
  color: var(--combine-library--success-100);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-max-width-medium {
  width: 100%;
  max-width: 36rem;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-form_wrapper {
  margin-bottom: 0;
}

.combine-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-form_text {
  color: var(--combine-library--grey-400);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_text-link {
  color: var(--combine-library--primary-600);
  text-decoration: underline;
}

.combine-form_text-link:hover {
  color: var(--combine-library--grey-800);
}

.combine-padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.combine-form_input-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.feature-suggest {
  background-color: #f2f3f700;
}

.combine-cta5_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #050505;
  border-radius: 1.25rem;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.combine-cta5_outline {
  background-color: var(--combine-library--primary-600);
  background-image: linear-gradient(135deg, var(--combine-library--warning-400), #ec80b4 19%, var(--combine-library--primary-600) 63%, var(--combine-library--secondary-600));
  border-radius: 1.5rem;
  padding: .25rem;
}

.text-and-icon {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.copy-me-button {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.copy-me-button._2, .copy-me-button.mid {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.particles {
  filter: brightness(300%);
  width: auto;
  height: 100%;
  position: absolute;
  transform: rotate(90deg);
}

.test-button {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 11px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 99%;
}

.button-stroke {
  z-index: 2;
  box-shadow: none;
  color: #000;
  background-image: linear-gradient(#a3a3a3, #fff0);
  border-radius: 10000000000px;
  justify-content: center;
  align-items: center;
  width: 177px;
  height: 55px;
  padding: 2px;
  text-decoration: none;
  transition: all .35s cubic-bezier(.68, -.55, .265, 1.55);
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-glow {
  filter: blur();
  background-image: radial-gradient(circle farthest-side at 100% 100%, #0464ff, #f70ed2 50%, #00a3ff);
  border-radius: 1000000000px;
  width: 12rem;
  height: 4rem;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: -9px;
  margin-right: 1rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.particles-wrapper {
  justify-content: center;
  align-items: center;
  width: 99%;
  height: 99%;
  display: flex;
  position: absolute;
  inset: auto;
}

.button-6 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-inside {
  z-index: 1;
  background-color: #1f1f1f;
  border-radius: 10000000000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.diamond-animation {
  opacity: .5;
  width: 4rem;
  margin-left: 17px;
  position: absolute;
}

.inside-glow-dv {
  filter: saturate(200%) blur(26px);
  background-image: linear-gradient(to right, #0ba2f7, #6804fd 23% 69%, #f70ed2);
  width: 40%;
  height: 40%;
  position: absolute;
  top: auto;
  bottom: 0;
}

.line-move {
  opacity: .6;
  filter: blur(7px);
  background-color: #a3a3a3;
  width: 5rem;
  height: 110%;
  position: absolute;
  top: auto;
}

.heading-7 {
  font-size: 44px;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.foot {
  background-color: #000;
}

.combine-footer3_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-footer3_logo-link.w--current {
  text-decoration: none;
}

.combine-footer3_logo-vertical {
  height: 100%;
  max-height: 4rem;
}

.combine-footer3_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer3_link {
  color: var(--combine-library--grey-200);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer3_link:hover {
  color: var(--combine-library--white);
}

.combine-footer3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library--white);
  justify-content: center;
  align-items: center;
}

.combine-footer3_social-link:hover {
  color: var(--combine-library--primary-200);
}

.combine-footer3_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-footer3_bottom-text {
  color: var(--combine-library--grey-200);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer3_bottom-text-link {
  color: var(--combine-library--primary-200);
  text-decoration: none;
}

.combine-footer3_bottom-text-link:hover {
  color: var(--combine-library--white);
}

.light-circle {
  background-color: #fceb22;
  border-radius: 999999px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 40% 0% 0% 40%;
}

.error-message {
  background-color: #ffdede00;
}

.success-message {
  color: #fff;
  background-color: #ddd0;
}

.submit-button-2 {
  color: #fff;
  background-color: #000;
  border-radius: 99px;
  display: block;
  position: absolute;
  inset: auto 10px 10px auto;
}

.button-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
  margin-left: 5px;
  font-size: .9rem;
  font-weight: 500;
  position: relative;
}

.text-block-11 {
  color: #000;
  white-space: nowrap;
  font-weight: 600;
}

.i-have-idea---wrapper {
  position: absolute;
  left: 60px;
}

.text-field---button-4 {
  color: #000;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 0;
}

.button4-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 20px auto auto 60px;
}

.light-wrapper {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.copy-me-button-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button4-content {
  align-items: center;
  display: flex;
}

.button-pop {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 230px;
  height: 70px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-12 {
  color: #fff;
}

.form-2 {
  background-color: var(--black-2);
  color: #000;
  border: 1px #000;
}

.form-block-3 {
  color: #000;
  display: none;
}

.lottie-animation-2 {
  z-index: 1;
  display: block;
  position: relative;
}

.section-2 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.navbar-logo-center {
  background-color: #000;
  border-bottom: 1px solid #797979;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #ffffffbf;
  font-weight: 800;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-13 {
  color: var(--white);
}

.list-item {
  color: var(--white-smoke);
}

.paragraph-4 {
  color: var(--black);
}

.section-3 {
  background-color: var(--white);
}

.container-4 {
  width: 70%;
  max-width: none;
  height: auto;
}

.site-1 {
  border: 1px dotted #000;
  border-radius: 20px;
  width: 333px;
  height: 222px;
}

.div-block {
  background-image: linear-gradient(216deg, #e9e9e91c, #fff0 53%, #ffffff12);
  border: 1px dashed #969696;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 222px;
  display: flex;
}

.div-block:hover {
  background-image: linear-gradient(313deg, #b9b9b957, #fff0 53%, #d4d4d440);
}

.div-block.site {
  background-image: linear-gradient(182deg, #00000087, #fff0 53%, #00000087), url('../images/Screenshot-2025-03-09-202002.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: solid;
  border-color: #797979;
}

.text-block-14 {
  color: #888;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 111px;
  font-style: italic;
  font-weight: 100;
}

.text-block-15 {
  color: var(--white);
  padding-top: 20px;
}

.text-block-15.site-exists {
  color: var(--white);
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
}

.heading-8 {
  color: var(--white-smoke);
  padding-bottom: 33px;
}

.body-2 {
  background-color: var(--black);
}

.columns {
  width: 88%;
}

.container-5 {
  width: 77%;
  max-width: none;
}

.heading-9 {
  color: var(--white-smoke);
  text-align: center;
  padding-bottom: 22px;
}

.heading-9.mi {
  color: var(--white-smoke);
  text-align: center;
  padding-bottom: 20px;
}

.tab-link-tab-3 {
  color: var(--white-smoke);
  background-color: #ddd0;
}

.tab-link-tab-2 {
  background-color: #ddd0;
}

.tab-link-tab-1 {
  background-color: #c8c8c830;
}

.tab-link-tab-1.w--current {
  background-color: #c8c8c800;
}

.container-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-7 {
  background-color: #72727200;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 88%;
  max-width: none;
  padding: 33px;
  display: flex;
}

.column {
  border: 0 #616161;
  border-left: .25px solid #505050;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.not-rawdog {
  border: .25px #616161;
  border-radius: 20px;
  padding: 11px;
}

.text-block-16, .text-block-17 {
  color: var(--white-smoke);
}

.image {
  border-radius: 20px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mic-reaction-text {
  font-size: 11px;
}

.comment-field-2 {
  color: #fff;
  background-color: #191717;
  border: 1px solid #0000;
  border-radius: 80px;
  min-height: 56px;
  padding-left: 20px;
  padding-right: 20px;
}

.comment-field-2:focus {
  border-style: solid;
  border-color: #0000;
}

.heading-88 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
}

.mi-tab-text-3 {
  font-size: 12px;
  font-weight: 600;
}

.columns-80 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .1s;
  display: flex;
}

.orange {
  background-color: #fff;
  border-radius: 999em;
  width: 4em;
  height: 10em;
  margin-left: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 37%;
  transform: rotate(40deg);
}

.search-field-6 {
  color: #fff;
  -webkit-text-stroke-color: #000;
  background-color: #f000;
  border: 1px solid #ee717100;
  border-radius: 0;
  width: 100%;
  height: 32px;
  margin-bottom: 0;
}

.search-field-6:focus {
  border-color: #0000;
}

.image-25 {
  border-radius: 20px;
  width: 66px;
  height: 66px;
  margin-left: 20px;
  padding-left: 0;
}

.blue-2 {
  background-color: #0062ff;
  border-radius: 999em;
  width: 8em;
  height: 11em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 -73px 19%;
}

.purple-1 {
  background-color: #868686;
  border-radius: 999em;
  width: 7em;
  height: 7em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 auto -4%;
}

.mic-author-name {
  color: #cfcfcf;
  letter-spacing: -1.18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
}

.mic-author-name.is-small {
  color: #686868;
  font-size: 15px;
  font-weight: 400;
}

.blue-1-3 {
  background-color: #0062ff;
  border-radius: 999em;
  width: 10em;
  height: 5em;
  margin-left: auto;
  position: absolute;
  top: auto;
  right: 44%;
  transform: rotate(60deg);
}

.mi-comment-box-form {
  margin-top: 15px;
}

.dot {
  background-color: #686868;
  border-radius: 100%;
  flex: none;
  width: 6px;
  height: 6px;
}

.genres-3 {
  flex-flow: row;
  width: auto;
  padding: 0 0 39px;
  display: flex;
}

.m-impression-tab-menu-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #222;
  display: flex;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(14px);
  mix-blend-mode: overlay;
}

.black-1 {
  background-color: #000;
  border-radius: 999em;
  width: 4em;
  height: 15em;
  position: absolute;
  top: -5em;
  right: 41%;
  transform: rotate(39deg);
}

.mi-comment-text {
  color: #b3b3b3;
  font-size: 15px;
  line-height: 18px;
}

.lottie-animation-8 {
  opacity: .15;
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  width: 34px;
  display: inline-flex;
}

.icon-2 {
  background-image: url('../images/path4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 26px;
  transition: all .1s ease-out;
  display: flex;
}

.icon-2:hover {
  transform: translate(0, -4px);
}

.icon-2.twitter {
  background-image: url('../images/Vector-3.svg');
}

.icon-2.telegram {
  background-image: url('../images/Vector-2.svg');
}

.icon-2.link {
  background-image: url('../images/Vector.svg');
}

.mi-comment-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-149 {
  cursor: pointer;
  background-color: #2b2b2b;
  background-image: linear-gradient(27deg, #0062ff, #ffffff75);
  border-radius: 20px;
  min-width: 55px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.div-block-149.not-selected {
  color: #000;
  cursor: pointer;
  background-color: #2b2b2b00;
  background-image: none;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 9px;
  padding-right: 9px;
  transition: all .2s;
}

.div-block-149.not-selected:hover {
  background-image: linear-gradient(27deg, #0062ff, #ffffff75);
}

.div-block-149.not-selected.genre-button-2 {
  margin-left: 0;
  margin-right: 8px;
  transition: all .2s;
}

.div-block-149.not-selected.genre-button-2:hover {
  background-color: #202020;
}

.gradient-wrapper {
  opacity: .39;
  pointer-events: none;
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-block-276 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-size: 12px;
  font-weight: 400;
  display: flex;
}

.div-block-145 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 66px;
  margin-right: 10px;
  display: flex;
}

.orange-1 {
  background-color: #fff;
  border-radius: 999em;
  width: 9em;
  height: 7em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 0;
  right: 49%;
}

.mic-reply-box {
  background-color: #0f0f0f;
  border-radius: 12px;
  margin-top: 25px;
  margin-left: 20px;
  padding: 12px;
}

.button-link {
  z-index: 1;
  cursor: pointer;
  border: 2px solid #ddd8ff2e;
  border-radius: 999999px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 13px 10px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-42 {
  cursor: pointer;
  mix-blend-mode: overlay;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 32px;
  transition: all .2s;
  display: inline-flex;
}

.button-42:hover {
  mix-blend-mode: normal;
  transform: scale(1.1);
}

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

.icons-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: 210%;
}

.mi-comment-text-block {
  margin-top: 16px;
}

.search-bar-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  border-radius: 99999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 888px;
  padding: 12px 14px;
  display: flex;
  position: static;
  overflow: hidden;
  box-shadow: 0 30px 30px -20px #10032933;
}

.search-bar-5.suggest {
  background-color: #0f0f0f00;
  border-radius: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 22px;
  padding-left: 0;
}

.purple-2 {
  background-color: #8d4fff;
  border-radius: 999em;
  width: 7em;
  height: 6em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  left: 10%;
  right: auto;
  transform: rotate(40deg);
}

.search-wrapper-3 {
  color: #fff;
  background-color: #272727;
  border-radius: 999px;
  width: 100%;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
}

.shapes-wrapper {
  filter: blur(10px);
}

.image-27 {
  border-radius: 333px;
}

.green-3 {
  background-color: #fff;
  border-radius: 999em;
  width: 8em;
  height: 10em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  right: 40%;
  transform: rotate(29deg);
}

.similar-songs-2 {
  width: 100%;
  padding-top: 0;
}

.music-impression-tab-content-2 {
  width: 100%;
  margin-top: 0;
}

.mic-reaction-link {
  color: #fff;
  background-color: #121212;
  border-radius: 50px;
  padding: 6px 10px;
  text-decoration: none;
}

.text-block-277 {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 17px;
  display: flex;
}

.text-block-277.artist {
  color: #a8a8a8;
  padding-left: 0;
  font-size: 15px;
}

.mic-reaction-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 12px;
  display: flex;
}

.mic-author-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: flex-start;
  width: 100%;
  max-width: 88%;
  display: flex;
}

.div-block-146 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.search-button-4 {
  display: none;
}

.text-block-280 {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 19px;
}

.comment-option-link {
  color: #fff;
  width: 5px;
  height: 16px;
}

.mi-content-2 {
  width: 100%;
  padding: 10px 8px 20px;
}

.text {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 10px #0003;
  mix-blend-mode: color;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.mi-comments {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.mi-comment-content {
  margin-top: 10px;
}

.text-block-279 {
  direction: ltr;
  color: #fff;
  text-transform: none;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
}

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

.column-70 {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-72 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mic-author-profile {
  border-radius: 100%;
  flex: none;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.mi-icon {
  width: 17px;
  display: block;
}

.submit-button {
  display: none;
}

.button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 140%;
  display: flex;
  position: relative;
}

.mic-author-name-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.black {
  background-color: #000;
  border-radius: 999em;
  width: 4em;
  height: 15em;
  position: absolute;
  top: -5em;
  right: 88%;
  transform: rotate(39deg);
}

.text-wrapper {
  z-index: 1;
  pointer-events: none;
  color: #fff;
  text-shadow: 0 1px 10px #000000ba;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.background-noise {
  z-index: 0;
  opacity: .45;
  cursor: pointer;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.purple-2 {
  background-color: #fff;
  border-radius: 999em;
  width: 8em;
  height: 10em;
  position: absolute;
  top: 0%;
  left: 18%;
  right: 0;
  transform: rotate(-28deg);
}

.music-impressio-tab-2 {
  width: 100%;
}

.mi-tab-link-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #797171;
  background-color: #0000;
  align-items: center;
  padding: 0 12px 16px;
  transition: all .2s;
  display: flex;
}

.mi-tab-link-2:hover {
  color: #fff;
}

.mi-tab-link-2.w--current {
  color: #fff;
  background-color: #ff828200;
  border-bottom: 2px solid #999;
}

.ms-section-description {
  margin-bottom: 20px;
}

.ms-section-description.cta {
  font-size: 18px;
  line-height: 1.7em;
}

.ms-container {
  max-width: 100%;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
}

.ms-color-swatch {
  z-index: 3;
  color: #12133140;
  background-color: #2962ff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.cta-h1 {
  font-size: 58px;
  line-height: 1.2em;
}

.ms-input-dropdown-wrap, .ms-100 {
  width: 100%;
}

.ms-column-wrap {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-wrap: wrap;
  min-height: 50vh;
  padding-bottom: 4vh;
  display: flex;
}

.ms-input-label {
  color: silver;
  margin-bottom: 0;
  font-weight: 700;
}

.ms-header {
  padding-top: 6vh;
  padding-bottom: 4vh;
}

.ms-header.cta {
  color: #f5f5f5;
  text-align: center;
  background-image: url('../images/noise.png'), linear-gradient(to top, #121331, #000);
  background-position: 0 0, 0 0;
  background-size: 300px, auto;
  border: 1px solid #000;
  border-radius: 16px;
  padding-bottom: 6vh;
}

.ms-colorpicker-dropdown {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  padding: 5%;
  box-shadow: 0 30px 40px #0003;
}

.ms-colorpicker-dropdown.w--open {
  width: 100%;
  min-width: 0;
  max-width: 250px;
  margin-top: -10px;
  left: 0;
}

.ms-dropdown-svg {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

.ms-dropdown-svg.input {
  z-index: 5;
  height: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.icon-left {
  padding-left: 40px;
}

.ms-space {
  width: 10px;
  height: 10px;
}

.ms-column {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.ms-column._50 {
  width: 47%;
}

.ms-column._50.padding {
  background-color: #f8f8f800;
  border-radius: 16px;
  width: auto;
  padding: 1%;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.ms-box {
  grid-column-gap: 6px;
  cursor: move;
  background-color: #0e0e0e;
  border: 1px solid #12133140;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 40px;
  margin-bottom: 6px;
  padding: 8px 12px 8px 6px;
  font-weight: 400;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-box:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-box::placeholder {
  color: #909090;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms-button-svg.is-drag {
  opacity: .5;
  width: 18px;
}

.ms-drag-color {
  margin-left: auto;
}

.container-8 {
  background-color: #16161600;
  border: 1px solid #333;
  border-radius: 20px;
  height: 66px;
  padding-top: 22px;
  padding-left: 22px;
  padding-right: 22px;
}

.text-span {
  text-decoration: underline;
}

.text-block-281 {
  color: #afafaf;
  font-size: 18px;
}

.buttons {
  display: none;
}

.sp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.true-media-player-single-track {
  display: none;
}

.sp-artist-name {
  color: #fff;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.sp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.sp-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.sp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(6px);
  backdrop-filter: saturate(200%) blur(6px);
  background-color: #0000002e;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  width: 100%;
  padding: 25px 30px;
}

.sp-pause {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.sp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sp-elapsed {
  flex-direction: row;
  display: flex;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-play {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.sp-progress-bar-background {
  background-color: #f0f0f00f;
}

.sp-title {
  color: #ffffffd9;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 300;
}

.sp-thumbnail {
  border-radius: 4px;
  width: 50px;
  height: 50px;
}

.badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #00000005;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  align-items: center;
  margin-top: 20px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.online_outer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #eee0;
  border-radius: 2rem;
  align-items: center;
  padding: 0;
  font-size: .8rem;
  font-weight: 600;
  display: flex;
}

.online_dot {
  background-color: #40ff00;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
}

.text-span-13 {
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.text-block-283 {
  font-weight: 300;
}

.div-block-151 {
  text-align: center;
  width: 77%;
  padding-top: 60px;
}

.paragraph-5 {
  text-align: center;
}

.link-2 {
  color: var(--white-smoke);
}

.hero_ui-4-2 {
  z-index: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #77777761;
  border-radius: 12px;
  width: 244px;
  height: 177px;
  position: absolute;
  top: 55%;
  left: 10%;
  overflow: hidden;
}

.hero_ui-3-2 {
  z-index: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px #ffffff26;
  border-radius: 12px;
  width: 180px;
  height: 120px;
  position: absolute;
  bottom: 67%;
  left: 10%;
  overflow: hidden;
}

.card_color-wrap-2 {
  z-index: 2;
  filter: none;
  background-color: #77777761;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.copy-me-button-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.hero-ui-5-2 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #77777780;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 255px;
  height: 166px;
  display: flex;
  position: absolute;
  top: 18%;
  left: 55%;
  overflow: hidden;
}

.header-2 {
  background-image: linear-gradient(43deg, #000, #130213 46%, #05010e);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0% 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_color-1-2 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -16%;
  left: -11%;
}

.button-44 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-152 {
  border: 1px solid var(--gainsboro);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.text-block-284 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 33px;
  font-style: italic;
}

.left-blur-2 {
  z-index: -1;
  position: absolute;
  inset: 20% auto auto 0%;
}

.portfolio_item-2 {
  z-index: 0;
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 32vw;
  height: 21vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.diamond-animation-2 {
  opacity: .5;
  width: 50px;
  height: 50px;
  margin-left: 0;
  font-size: 1px;
  position: absolute;
}

.copy-me-button-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero_right-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 333px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  right: -2%;
}

.pricing-top-block-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #17171ba8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
  padding: 32px 25px 24px;
  display: flex;
}

.text-block-285 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 33px;
  font-style: italic;
}

.lottie-animation-9 {
  z-index: 1;
  display: block;
  position: relative;
}

.already-have-a-link-in-bio-2 {
  padding-left: 100px;
  padding-right: 100px;
}

.hero_ui-1-2 {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000bf;
  border: 1px #ffffff26;
  border-radius: 12px;
  width: 477px;
  position: absolute;
  overflow: hidden;
}

.hero_ui-3-3 {
  z-index: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px #ffffff26;
  border-radius: 12px;
  width: 222px;
  height: 166px;
  position: absolute;
  bottom: 75%;
  left: -14px;
  overflow: hidden;
}

.price-number-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 90px;
  display: flex;
}

.services-grid-block-3 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #17171b59;
  border: 1px solid #0000;
  border-radius: 10px;
  padding: 50px 50px 50px 30px;
  text-decoration: none;
  transition: all .25s;
}

.services-grid-block-3:hover {
  border: 1px solid #813efb;
}

.services-grid-block-3.end-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 30px;
  display: flex;
}

.services-grid-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.portfolio_image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.cta_wrapper-2 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1d1d1d80;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 2rem;
  display: grid;
  position: relative;
}

.hero-ui-5-3 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #77777780;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  max-width: none;
  height: 44%;
  min-height: 100px;
  display: flex;
  position: absolute;
  top: 18%;
  left: 72%;
  right: 0%;
  overflow: hidden;
}

.heading-89 {
  font-size: 44px;
}

.form-3 {
  color: #000;
  background-color: #181818;
  border: 1px #000;
}

.paragraph-6 {
  color: #99a1ba;
  text-align: center;
  max-width: 680px;
  margin-bottom: 48px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.feature-2 {
  color: #99a1ba;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
}

.test-button-2 {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 11px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 99%;
}

.card_color-1-3 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -16%;
  left: -11%;
}

.wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-bottom-block-2 {
  margin-bottom: 48px;
  padding-left: 20px;
  padding-right: 20px;
}

.bg-glow-2 {
  filter: blur();
  letter-spacing: 0;
  background-image: radial-gradient(circle farthest-side at 100% 100%, #0464ff, #f70ed2 50%, #00a3ff);
  border-radius: 1000000000px;
  width: 100%;
  height: 100%;
}

.text-block-286 {
  color: #fff;
}

.icon-tick {
  background-color: #5529bd;
  border-radius: 100%;
  padding: 2px;
}

.price-title-2 {
  color: #99a1ba;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.content-h2-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
}

.content-h2-2.content-h2-centre {
  text-align: center;
  max-width: 500px;
  font-size: 42px;
  line-height: 140%;
}

.navbar_container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.dollar-sign-2 {
  color: #99a1ba;
  height: auto;
  padding-top: 12px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.btn-group {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: none;
}

.btn-group._2-type {
  display: flex;
}

.copy-me-button-5 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.copy-me-button-5._2 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.form-block-4 {
  color: #000;
  display: none;
}

.navbar_text-wrapper-2 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.copy-me-button-6 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: relative;
}

.navbar_button-wrapper-2 {
  grid-column-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.div-block-153 {
  border: 1px solid #dee2e5;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.navbar_link-2 {
  color: #fff;
  border-radius: .38rem;
  margin-left: 0;
  margin-right: 0;
  padding: .8rem 1.5rem .75rem;
  transition: background-color .2s;
}

.navbar_link-2:hover {
  background-color: #1d1d1d;
}

.navbar_link-2.w--current {
  color: #fff;
}

.header-3 {
  background-image: linear-gradient(43deg, #000, #130213 46%, #05010e);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 85svh;
  padding: 40px 8% 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-90 {
  z-index: 0;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  column-count: 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 140%;
  position: relative;
}

.navbar_text-2 {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.pricing-block-2 {
  opacity: 1;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #6653790d;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 380px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.service-title-2 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
}

.service-title-2.service-title-centre {
  text-align: center;
  margin-bottom: 25px;
}

.button-45 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.services-section-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.hero_ui-4-3 {
  z-index: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #77777761;
  border-radius: 12px;
  width: 44%;
  max-width: none;
  height: 44%;
  min-height: 100px;
  position: absolute;
  top: 260px;
  left: -40px;
  overflow: hidden;
}

.navbar-2 {
  z-index: 99;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 6rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-block-287 {
  color: #000;
  white-space: nowrap;
  font-weight: 600;
}

.portfolio_component-2 {
  flex-direction: column;
  align-items: center;
}

.ui-img-1-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.portfolio_list-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  display: flex;
}

.portfolio_list-wrapper-2.is-bottom {
  margin: 2.5rem 5vw 2.5rem 0;
}

.padding-section-large-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pricing-grid-2 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 55px;
  display: flex;
}

.icon-block-2 {
  background-color: #813efb;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 36px;
  display: flex;
}

.hero_left-wrap-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.portfolio_list-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  display: grid;
}

.submit-button-3 {
  color: #fff;
  background-color: #000;
  border-radius: 99px;
  display: block;
  position: absolute;
  inset: auto 10px 10px auto;
}

.button_text-small-3 {
  padding-top: .1rem;
  padding-bottom: .09rem;
  font-size: .88rem;
}

.service-paragraph-2 {
  color: #99a1ba;
  text-align: left;
  padding-top: 10px;
  font-size: 18px;
}

.service-paragraph-2.mid, .service-paragraph-2.idea {
  text-align: center;
}

.button-46 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.combine-footer3_link-2 {
  color: #bfc4ce;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer3_link-2:hover {
  color: #fff;
}

.link-3 {
  color: var(--white-smoke);
}

.link-3.w--current {
  font-weight: 800;
}

@media screen and (min-width: 1440px) {
  .navbar_menu.is-page-height-tablet.desktop {
    right: auto;
  }

  .ui_color_swatch {
    width: 20px;
    height: 20px;
  }

  .hero_ui-2 {
    width: 230px;
    height: 150px;
    bottom: 74%;
    left: -1%;
  }

  .hero_ui-2-bg {
    width: 222px;
    height: 142px;
  }

  .hero_right-wrap {
    width: 60%;
    transform: scale(.92);
  }

  .heading-wrap {
    width: 430px;
    height: auto;
  }

  .ui-img-4 {
    width: 100%;
  }

  .ui-5_lesson-list {
    width: 54%;
    right: 2%;
  }

  .hero-ui-5 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    width: 390px;
    height: 260px;
    top: 50%;
    left: 52%;
    overflow: hidden;
  }

  .hero_ui-3 {
    width: 230px;
    height: 150px;
    bottom: 74%;
    left: -14%;
  }

  .heading_interaction-wrap {
    height: 80px;
    top: 160px;
  }

  .hero_ui-3-bg {
    width: 222px;
    height: 142px;
  }

  .ui_color {
    height: 110px;
  }

  .button-3 {
    margin-left: 5px;
    transform: scale(1.1);
  }

  .ui-img-5 {
    width: 100%;
    height: 100%;
  }

  .wrapper {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }

  .ui_color_swatch-wrap {
    z-index: 3;
    align-items: center;
    width: 122px;
    height: 24px;
    bottom: 15%;
    right: 7%;
  }

  .hero_ui-4 {
    width: 390px;
    height: 260px;
    top: 50%;
    left: -6%;
    overflow: hidden;
  }

  .lesson-img {
    height: 50px;
  }

  .ui_color-change {
    grid-row-gap: 20px;
    width: 170px;
    height: 88%;
    left: 20px;
  }

  .heading-6 {
    width: 410px;
    font-size: 44px;
  }

  .heading-move {
    font-size: 5.3em;
  }

  .paragraph-3 {
    width: 360px;
    font-size: 18px;
    line-height: 1.3;
  }

  .paragraph-3.ui-txt {
    justify-content: center;
    align-items: flex-start;
    height: 96px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .hero_ui-1 {
    width: 444px;
    height: auto;
    top: 52.1719px;
  }

  .orange {
    background-color: #fff;
  }

  .blue-2 {
    background-color: #0062ff;
  }

  .mic-author-name {
    font-size: 22px;
  }

  .mic-author-name.is-small {
    font-size: 18px;
  }

  .m-impression-tab-menu-3 {
    justify-content: center;
    align-items: center;
  }

  .mi-comment-text {
    font-size: 16px;
  }

  .div-block-149 {
    background-image: linear-gradient(27deg, #0062ff, #a9a9a9);
  }

  .text-block-276 {
    font-weight: 400;
  }

  .orange-1 {
    background-color: #fff;
  }

  .green-3 {
    background-color: #fff;
  }

  .text {
    font-size: 13px;
  }

  .text-wrapper {
    font-size: 9px;
  }

  .purple-2 {
    background-color: #0062ff;
  }

  .ms-input-label {
    color: #fff;
    margin-bottom: 0;
  }

  .ms-input.icon-left {
    background-color: #fff0;
    border-color: #c9c9c940;
  }

  .ms-column._50.padding {
    background-color: #f8f8f800;
  }

  .button-43 {
    margin-top: -10px;
  }

  .ms-box {
    background-color: #0f0f0f;
  }

  .text-field {
    color: var(--black-3);
  }

  .hero_ui-4-2 {
    width: 222px;
    height: 166px;
    top: 54%;
    left: 6%;
    overflow: hidden;
  }

  .hero_ui-3-2 {
    width: 199px;
    height: 133px;
    bottom: 74%;
    left: 6%;
  }

  .copy-me-button-3 {
    height: 222px;
  }

  .hero-ui-5-2 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    width: 166px;
    height: 244px;
    top: 21%;
    left: 73%;
    overflow: hidden;
  }

  .header-2 {
    padding-top: 100px;
  }

  .hero_right-wrap-2 {
    width: 55%;
    transform: scale(.92);
  }

  .hero_ui-1-2 {
    width: 555px;
    height: auto;
    top: -99.8281px;
  }

  .hero_ui-3-3 {
    width: 199px;
    height: 255px;
    bottom: 72%;
    left: -9%;
  }

  .hero-ui-5-3 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    width: 33%;
    height: 333px;
    min-height: auto;
    max-height: none;
    top: -13%;
    left: 84%;
    overflow: hidden;
  }

  .wrapper-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .copy-me-button-6 {
    height: 60px;
  }

  .header-3 {
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-90 {
    width: 100%;
    font-size: 54px;
  }

  .pricing-block-2 {
    background-color: #33224426;
  }

  .hero_ui-4-3 {
    width: 255px;
    height: 166px;
    top: 54%;
    left: -6%;
    overflow: hidden;
  }

  .hero_left-wrap-2 {
    width: 50%;
  }
}

@media screen and (min-width: 1920px) {
  .hero_ui-2 {
    bottom: 82%;
    left: 4%;
  }

  .hero_right-wrap {
    transform: scale(.95);
  }

  .heading-wrap {
    width: 510px;
    height: 111px;
    padding-bottom: 0;
  }

  .ui-5_lesson-list {
    padding-top: 16px;
  }

  .hero-ui-5 {
    width: 440px;
    height: 292px;
  }

  .hero_ui-3 {
    bottom: 82%;
    left: 31%;
  }

  .heading_interaction-wrap {
    height: 90px;
    top: 212px;
  }

  .ui_color {
    height: 120px;
  }

  .button-3 {
    margin-left: 12px;
    transform: scale(1.2);
  }

  .wrapper {
    width: 66%;
  }

  .hero_ui-4 {
    width: 440px;
    height: 292px;
    left: 1%;
  }

  .lesson-img {
    height: 58px;
  }

  .ui_color-change {
    width: 180px;
  }

  .heading-6 {
    width: 100%;
    font-size: 55px;
    line-height: 1;
  }

  .hero_left-wrap {
    grid-row-gap: 40px;
  }

  .heading-move {
    font-size: 7em;
  }

  .paragraph-3 {
    width: 360px;
    font-size: 20px;
  }

  .paragraph-3.ui-txt {
    height: 110px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .hero_ui-1 {
    width: 588px;
  }

  .existing-users-preview {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_ui-4-2 {
    width: 333px;
    height: 222px;
    top: 66%;
    left: 4%;
  }

  .hero_ui-3-2 {
    width: 277px;
    height: 166px;
    bottom: 77%;
    left: 7%;
  }

  .copy-me-button-3 {
    height: auto;
    padding-top: 0;
  }

  .hero-ui-5-2 {
    width: 222px;
    height: 333px;
  }

  .header-2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .hero_right-wrap-2 {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    display: none;
    position: static;
    top: 142px;
    right: 32%;
    transform: scale(.95);
  }

  .already-have-a-link-in-bio-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_ui-1-2 {
    width: 777px;
  }

  .hero_ui-3-3 {
    width: 277px;
    height: 166px;
    bottom: 77%;
    left: 7%;
  }

  .hero-ui-5-3 {
    width: 222px;
    height: 333px;
  }

  .wrapper-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .copy-me-button-6 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .header-3 {
    height: 555px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-90 {
    text-align: center;
    width: 100%;
    font-size: 66px;
    line-height: 1;
  }

  .hero_ui-4-3 {
    width: 333px;
    height: 222px;
    top: 66%;
    left: 4%;
  }

  .padding-section-large-2 {
    width: 100%;
    max-width: 1140px;
  }

  .hero_left-wrap-2 {
    grid-row-gap: 40px;
  }
}

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

  .footer-section {
    overflow: hidden;
  }

  .nav-link {
    color: #17171b;
  }

  .nav-bar {
    padding-left: 3%;
    padding-right: 3px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .left-blur {
    z-index: -1;
  }

  .footer-left-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .feature {
    font-size: 15px;
  }

  .footer-link-block {
    padding: 15px;
  }

  .nav-button {
    display: none;
  }

  .footer-right-block {
    width: 100%;
    max-width: 550px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-section {
    overflow: hidden;
  }

  .feature-column-content {
    padding: 25px;
  }

  .right-blur {
    z-index: -1;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .menu-button {
    border-radius: 100px;
  }

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

  .content-h2 {
    font-size: 38px;
  }

  .feature-column-image {
    padding: 25px;
  }

  .container-flex.left-align {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .icon {
    color: #fff;
  }

  .cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .newsletter-block {
    z-index: 5;
  }

  .navbar_link {
    text-align: center;
    margin-bottom: .5rem;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu-button {
    padding: 0;
  }

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

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .button-2.is-navbar-button.menu_button {
    opacity: 1;
    justify-content: center;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d0d0de6;
    width: 100%;
    height: 100dvh;
    padding: 5%;
    transition: height .5s;
    position: absolute;
    left: auto;
    transform: translate(0%);
  }

  .navbar_menu.is-page-height-tablet.desktop {
    border-radius: 20px;
    width: 90svw;
    left: 5svw;
    right: 0;
  }

  .navbar_menu.is-page-height-tablet.desktop.default.mobile.tablet {
    top: 80px;
  }

  .navbar_container {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d0d0de6;
    border: 2px solid #1d1d1d;
    border-radius: .5rem;
    grid-template-columns: .25fr 1fr;
    padding: .2rem;
    display: flex;
    position: relative;
  }

  .menu-icon_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar {
    position: fixed;
  }

  .navbar_button-wrapper {
    align-items: center;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-inner-shadow {
    display: none;
  }

  .hero_ui-2 {
    bottom: 58%;
    transform: scale(.7);
  }

  .hero_ui-2-bg {
    border-radius: 8px;
  }

  .heading-wrap {
    width: 290px;
    height: 140px;
  }

  .hero-ui-5 {
    border-radius: 8px;
    left: 39%;
    transform: scale(.7);
  }

  .hero_ui-3 {
    border-radius: 8px;
    bottom: 58%;
    transform: scale(.7);
  }

  .heading_interaction-wrap {
    height: 50px;
    top: 94px;
  }

  .hero_ui-3-bg {
    border-radius: 8px;
  }

  .wrapper {
    width: auto;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .hero_ui-4 {
    left: -15%;
    transform: scale(.7);
  }

  .lesson-img {
    width: 87%;
  }

  .lesson-img.hide {
    display: none;
  }

  .heading-6 {
    font-size: 3em;
  }

  .hero_left-wrap {
    grid-row-gap: 30px;
  }

  .heading-move {
    font-size: 3em;
  }

  .paragraph-3 {
    width: 230px;
    font-size: 14px;
  }

  .paragraph-3.ui-txt {
    font-size: 10px;
  }

  .hero_ui-1 {
    width: 350px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-section-large-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-5.is-navbar-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .portfolio_item {
    width: 55vw;
    height: 36vw;
  }

  .portfolio_list-wrapper.is-bottom {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .existing-users-preview {
    padding-bottom: 2rem;
  }

  .portfolio_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h3 {
    font-size: 2rem;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-cta5_component {
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer3_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .text-field---button-4 {
    margin-left: 40px;
  }

  .button4-wrapper {
    left: 10px;
  }

  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .orange {
    top: 22em;
  }

  .search-field-6 {
    color: #fff;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .gradient-wrapper {
    font-size: 1.3vh;
  }

  .purple-2 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .ms-column {
    width: 47%;
  }

  .ms-column._50.padding {
    padding: 7%;
  }

  .sp-elapsed, .sp-duration {
    display: flex;
  }

  .hero_ui-4-2 {
    left: -15%;
    transform: scale(.7);
  }

  .hero_ui-3-2 {
    border-radius: 8px;
    bottom: 58%;
    transform: scale(.7);
  }

  .hero-ui-5-2 {
    border-radius: 8px;
    left: 39%;
    transform: scale(.7);
  }

  .left-blur-2 {
    z-index: -1;
  }

  .portfolio_item-2 {
    width: 50vw;
    height: 36vw;
  }

  .portfolio_item-2.hide-tablet {
    width: 55vw;
  }

  .hero_right-wrap-2 {
    object-fit: fill;
    width: 80%;
    height: 300px;
    margin-top: 0;
    margin-bottom: 0;
    right: 0%;
    overflow: visible;
  }

  .hero_ui-1-2 {
    object-fit: fill;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .hero_ui-3-3 {
    z-index: 0;
    border-radius: 8px;
    display: none;
    top: -50px;
    bottom: 0%;
    left: -40px;
    transform: scale(.7);
  }

  .services-grid-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 320px;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 40px;
    display: flex;
  }

  .services-grid-2 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-top: 0;
  }

  .cta_wrapper-2 {
    flex-flow: column;
    display: flex;
  }

  .hero-ui-5-3 {
    border-radius: 8px;
    display: none;
    top: -60px;
    left: 250px;
    right: 0;
    transform: scale(.7);
  }

  .feature-2 {
    font-size: 15px;
  }

  .image-28 {
    width: 100%;
  }

  .wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .content-h2-2 {
    font-size: 38px;
  }

  .content-h2-2.content-h2-centre {
    direction: ltr;
    letter-spacing: 0;
    column-count: auto;
    white-space: normal;
    word-break: normal;
    line-height: 140%;
    text-decoration: none;
  }

  .navbar_container-2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0d0d0d33;
    border: 2px solid #ffffff1a;
    border-radius: 40px;
    grid-template-columns: .25fr 1fr;
    padding: 10px 20px;
    display: flex;
    position: relative;
  }

  .btn-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .btn-group.type-3 {
    display: none;
  }

  .copy-me-button-6 {
    padding-top: 0;
  }

  .navbar_button-wrapper-2 {
    grid-column-gap: 4px;
    align-items: center;
  }

  .navbar_link-2 {
    text-align: center;
    margin-bottom: .5rem;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .header-3 {
    justify-content: flex-end;
    align-items: center;
    height: 70svh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-90 {
    object-fit: contain;
    flex-flow: wrap;
    width: auto;
    height: auto;
    font-size: 44px;
    line-height: 120%;
    display: inline-flex;
    position: relative;
  }

  .service-title-2 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
  }

  .service-title-2.service-title-centre {
    margin-bottom: 0;
  }

  .services-section-2 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero_ui-4-3 {
    display: none;
    top: 190px;
    left: -60px;
    transform: scale(.7);
  }

  .navbar-2 {
    position: fixed;
  }

  .portfolio_component-2 {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 4px;
    display: flex;
  }

  .ui-img-1-2 {
    object-fit: cover;
    overflow: visible;
  }

  .portfolio_list-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .portfolio_list-wrapper-2.is-bottom {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .icon-block-2 {
    margin-bottom: 20px;
  }

  .hero_left-wrap-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: 0;
    display: flex;
  }

  .portfolio_list-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: auto;
  }

  .service-paragraph-2 {
    letter-spacing: 0;
    padding-top: 0;
    font-size: 16px;
    line-height: 160%;
  }

  .service-paragraph-2.idea {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .feature-wrap {
    flex-wrap: wrap;
  }

  .pricing-block {
    margin-bottom: 40px;
  }

  .footer-base-container {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-block-big {
    margin-bottom: 40px;
  }

  .header {
    padding-top: 145px;
  }

  .feature-column-content {
    width: 100%;
  }

  .right-blur {
    z-index: -1;
  }

  .profile-images-wrapper {
    flex-wrap: wrap;
  }

  .features-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-cta {
    font-size: 42px;
  }

  .feature-column-image {
    width: 100%;
  }

  .copyright.white {
    text-align: center;
    margin-bottom: 15px;
  }

  .newsletter-field {
    width: 100%;
  }

  .cta-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .newsletter-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .button-2.is-navbar-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_menu.is-page-height-tablet {
    border-radius: .5px;
    width: 90svw;
    height: auto;
    padding-top: 40px;
    padding-bottom: 6rem;
  }

  .navbar_menu.is-page-height-tablet.desktop {
    border-radius: 20px;
    height: auto;
    left: 5svw;
  }

  .navbar_logo-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .navbar_text-wrapper {
    display: none;
  }

  .button-4.is-icon {
    justify-content: center;
  }

  .cta_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .button-group {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .feature-block-inner._01 {
    background-size: cover;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-section-large-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-5.is-portfolio {
    inset: auto auto 0% 0%;
    transform: translate(10%, -10%);
  }

  .button-5.is-portfolio.is-right {
    inset: auto 0% 0% auto;
    transform: translate(-10%, -10%);
  }

  .button-5.is-icon {
    justify-content: center;
  }

  .button-5.is-navbar-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .portfolio_list-wrapper.is-bottom {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .existing-users-preview {
    padding-bottom: 1.5rem;
  }

  .portfolio_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-form_input-grey {
    min-width: 0;
  }

  .combine-cta5_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-footer3_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .combine-footer3_bottom-text {
    order: 1;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .lottie-animation-8 {
    width: 30px;
  }

  .gradient-wrapper {
    opacity: .44;
    filter: saturate(150%);
  }

  .button-42 {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .search-bar-5 {
    width: 20rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-277.artist {
    font-size: 12px;
  }

  .column-70 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .purple-2 {
    width: 30em;
    height: 100em;
  }

  .ms-column {
    width: 100%;
  }

  .ms-column._50.padding {
    padding: 3%;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .header-2 {
    padding-top: 145px;
  }

  .portfolio_item-2 {
    width: 60vw;
  }

  .portfolio_item-2.hide-tablet {
    width: 55vw;
  }

  .hero_right-wrap-2 {
    width: 100%;
    min-width: 320px;
  }

  .already-have-a-link-in-bio-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero_ui-3-3 {
    display: none;
  }

  .services-grid-block-3 {
    flex-flow: column;
    width: 100%;
    min-width: 300px;
    max-width: 100%;
    height: auto;
    min-height: 100%;
  }

  .services-grid-block-3.end-block {
    width: 100%;
    max-width: 100%;
    height: 320px;
  }

  .services-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .cta_wrapper-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .hero-ui-5-3 {
    width: 50%;
    display: none;
    top: -35px;
    left: 200px;
    right: auto;
  }

  .heading-89 {
    text-align: center;
  }

  .wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
    padding-top: 60px;
  }

  .navbar_container-2 {
    border-radius: 40px;
  }

  .btn-group {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn-group.type-3 {
    display: flex;
  }

  .btn-group._2-type.mobile-type {
    display: none;
  }

  .navbar_text-wrapper-2 {
    display: block;
  }

  .navbar_button-wrapper-2 {
    margin-left: .5rem;
  }

  .header-3 {
    height: auto;
    min-height: 70svh;
    padding-top: 145px;
  }

  .pricing-block-2 {
    width: 80svw;
    min-width: 300px;
    margin-bottom: 40px;
  }

  .hero_ui-4-3 {
    display: none;
  }

  .navbar-2 {
    padding-top: 10px;
  }

  .ui-img-1-2 {
    object-fit: cover;
  }

  .portfolio_list-wrapper-2 {
    width: 125svw;
  }

  .portfolio_list-wrapper-2.is-bottom {
    width: 125svw;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .pricing-grid-2 {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_left-wrap-2 {
    min-width: 300px;
  }

  .portfolio_list-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 125svw;
  }

  .service-paragraph-2 {
    width: auto;
  }

  .service-paragraph-2.idea {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 15px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.sidechayn-stats {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.merch {
    padding-top: 0;
  }

  .spacing_48 {
    height: 32px;
  }

  .profile_wrapper {
    width: 80px;
    height: 80px;
  }

  .prodile_image {
    max-width: 60px;
    max-height: 60px;
  }

  .text_wrapper.wrapper_medium.center_mobile {
    text-align: center;
    align-items: center;
  }

  .flex_wrapper.flex_center {
    flex-wrap: wrap;
  }

  .flex_wrapper.flex_center.mobile_vertical {
    flex-direction: column;
  }

  .flex_wrapper.flex_distribute.flex_alignt_top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex_wrapper.flex_distribute.event_card_2 {
    text-align: center;
    border-radius: 24px;
    flex-direction: column;
  }

  .flex_wrapper.flex_distribute.link_block {
    line-height: 1.5;
  }

  .flex_wrapper.flex_left {
    font-size: 14px;
  }

  .flex_wrapper.flex_left.flex_gap_medium {
    flex-direction: column;
  }

  .flex_wrapper.flex_vertical.card_link {
    border-color: var(--black-2);
    background-color: var(--black-2);
    height: 150px;
  }

  .flex_wrapper.flex_vertical.flex_distribute.flex_left.center_mobile {
    text-align: center;
    align-items: center;
  }

  .button_icon.button_outline.full_width {
    width: 100%;
  }

  .highlights_grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .highlight_card {
    border-radius: 24px;
  }

  .display_large {
    font-size: 50px;
  }

  .graph_bar {
    border-radius: 24px;
    padding: 16px;
  }

  .graph_bar.available {
    font-size: 10px;
    line-height: 130%;
  }

  .article_image {
    border-radius: 24px;
    height: 110px;
  }

  .button.background_white {
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .event_card {
    background-image: linear-gradient(180deg, #0000, var(--lgren)), url('../images/Rectangle-33.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 24px;
  }

  ._3_col_grid {
    grid-template-columns: 1fr;
  }

  ._3_col_grid.vertical_scroll {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 20px;
    overflow: scroll;
  }

  .product_image_wrapper {
    border-radius: 24px;
    height: 190px;
  }

  .discount_tag {
    font-size: 10px;
  }

  .book_item {
    width: 180px;
  }

  .ad_card {
    border-radius: 24px;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ad_card_image {
    width: 100%;
    max-width: none;
  }

  .section_title {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
    font-style: italic;
  }

  .footer {
    flex-flow: column;
    padding-left: 1%;
    padding-right: 1%;
  }

  .text-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    display: flex;
  }

  .hero-h1 {
    font-size: 44px;
  }

  .ribbon {
    display: none;
  }

  .ribbon-3 {
    width: 90px;
    display: none;
  }

  .send-button {
    width: 100%;
  }

  .ribbon-2 {
    display: none;
  }

  .footer-right-block {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  .feature-column-content {
    padding: 10px;
  }

  .right-blur, .flowbase-banner {
    display: none;
  }

  .form-block-2 {
    flex-wrap: wrap;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .features-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-cta {
    font-size: 38px;
  }

  .feature-column-image {
    margin-top: 25px;
    padding: 10px;
  }

  .newsletter-field {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .newsletter-field.newsletter-small {
    width: 100%;
  }

  .form-wrapper {
    flex-wrap: wrap;
  }

  .cta-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .newsletter-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button_text-regular {
    font-size: 11px;
  }

  .navbar_menu.is-page-height-tablet.desktop {
    padding-bottom: 4rem;
  }

  .navbar_menu.is-page-height-tablet.desktop.default.mobile {
    top: 80px;
  }

  .navbar_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .feature-block-inner {
    padding: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-section-large-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding-bottom: 3rem;
    display: flex;
  }

  .button-5.is-portfolio {
    padding: .68rem;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-form {
    grid-template-columns: 1fr;
  }

  .combine-cta5_component {
    text-align: center;
    padding: 1.5rem;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .mi-tab-text-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .columns-80 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .orange {
    top: 30.7em;
  }

  .image-25 {
    width: 50px;
    height: 50px;
    margin-left: 0;
  }

  .mic-author-name {
    font-size: 16px;
  }

  .genres-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .m-impression-tab-menu-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .mi-comment-text {
    font-size: 14px;
    line-height: 16px;
  }

  .lottie-animation-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .div-block-149.not-selected.genre-button-2 {
    margin-right: 0;
  }

  .text-block-276 {
    font-size: 11px;
  }

  .mic-reply-box {
    margin-top: 20px;
    margin-left: 10px;
    padding: 8px;
  }

  .div-block-147 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .search-bar-5 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-27 {
    width: 24px;
    height: 24px;
  }

  .music-impression-tab-content-2 {
    width: 100%;
  }

  .text-block-277 {
    font-size: 13px;
  }

  .text-block-277.artist {
    font-size: 11px;
  }

  .mic-author-content {
    max-width: 100%;
  }

  .mi-content-2 {
    width: 100%;
  }

  .text-block-279 {
    font-size: 10px;
  }

  .column-70 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .column-72 {
    min-width: 180px;
  }

  .music-impressio-tab-2 {
    width: 100%;
  }

  .mi-tab-link-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .ms-column-wrap {
    flex-direction: column;
  }

  .ms-column._50 {
    width: 100%;
  }

  .buttons {
    z-index: 2;
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    background-color: #000000bf;
    padding: 11px;
    display: block;
    position: sticky;
    top: 10px;
  }

  .columns-81 {
    display: flex;
  }

  .div-block-150 {
    color: var(--white);
    background-color: #fff0;
    border: 1px solid #383838;
    border-radius: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 66px;
    padding: 11px;
    text-decoration: none;
    display: flex;
  }

  .text-block-282 {
    color: var(--white-smoke);
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
  }

  .column-73, .column-74, .column-75, .column-76 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero_right-wrap-2 {
    min-width: 100%;
    height: 333px;
  }

  .already-have-a-link-in-bio-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero_ui-1-2 {
    object-fit: fill;
  }

  .services-grid-block-3 {
    width: 100%;
    max-width: 100%;
  }

  .services-grid-block-3.mobile {
    min-width: 80svw;
  }

  .services-grid-block-3.end-block.type2 {
    height: auto;
  }

  .services-grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading-89 {
    text-align: center;
    line-height: 120%;
  }

  .wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 0;
  }

  .content-h2-2.content-h2-centre {
    font-size: 33px;
  }

  .navbar_container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .btn-group._2-type {
    display: none;
  }

  .header-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-90 {
    text-align: center;
    font-size: 40px;
    position: relative;
  }

  .navbar_text-2 {
    font-size: 16px;
  }

  .services-section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio_component-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ui-img-1-2 {
    object-fit: cover;
  }

  .pricing-grid-2 {
    flex-flow: wrap;
  }

  .hero_left-wrap-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    min-width: 280px;
    height: 300px;
  }

  .portfolio_list-2 {
    align-items: center;
  }
}

#w-node-_5e58de6b-d8b2-511f-21a7-0830adedc869-e62ddc15, #w-node-b2b84937-860d-e64f-9906-e46c4440085c-e62ddc15, #w-node-_77bbd140-5b93-a36d-3a31-f67a96f7f1f7-0eca0770, #w-node-_77bbd140-5b93-a36d-3a31-f67a96f7f206-0eca0770, #w-node-_77bbd140-5b93-a36d-3a31-f67a96f7f20d-0eca0770, #w-node-_77bbd140-5b93-a36d-3a31-f67a96f7f214-0eca0770, #w-node-_77bbd140-5b93-a36d-3a31-f67a96f7f21b-0eca0770, #w-node-_77bbd140-5b93-a36d-3a31-f67a96f7f224-0eca0770, #w-node-_77bbd140-5b93-a36d-3a31-f67a96f7f22b-0eca0770, #w-node-_77bbd140-5b93-a36d-3a31-f67a96f7f232-0eca0770, #w-node-_77bbd140-5b93-a36d-3a31-f67a96f7f239-0eca0770 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea75f5e8-097a-05c1-0736-1ed7c4fe9cfc-6d3651f2, #w-node-fb2c1057-8671-17e5-2b90-f890b323dde4-6d3651f2 {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_77bbd140-5b93-a36d-3a31-f67a96f7f224-0eca0770, #w-node-_77bbd140-5b93-a36d-3a31-f67a96f7f22b-0eca0770 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


