:root {
  --dark-slate-gray: #262c46;
  --silver: #c2beb396;
  --dark-slate-gray-2: #312b3de3;
  --peru: #c96c47;
}

.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;
}

h1 {
  letter-spacing: 1px;
  text-shadow: 0 1px #000000ba, 0 2px 4px #00000030;
  margin: 10px 0 16px;
  line-height: 54px;
}

h2 {
  text-shadow: none;
  margin: 10px 0;
  line-height: 36px;
}

h3 {
  text-shadow: none;
  margin: 5px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  letter-spacing: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 23px;
}

a {
  color: #ffdd62;
  text-decoration: underline;
}

.button {
  float: left;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px #00000030;
  background-color: #c96c47;
  border-radius: 4px;
  width: 32%;
  height: 54px;
  padding: 4px 29px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
  box-shadow: 0 1px 4px #0000004d, 0 0 0 1px #0000001c, inset 0 0 0 1px #ffffff14, inset 0 1px #ffffff29, inset 0 -44px 38px -25px #00000017;
}

.button:hover {
  background-color: #e66f40;
}

.button:active {
  background-color: #e66f40a1;
  box-shadow: 0 1px #ffffff42, 0 0 0 1px #00000029, inset 0 2px 6px 1px #0000001c, inset 0 1px #0003, inset 0 44px 38px -25px #00000021;
}

.subtitle {
  color: #000;
  text-shadow: none;
  font-size: 25px;
  line-height: 34px;
}

.subtitle.dark {
  color: #fff;
}

.field {
  float: left;
  color: #fff;
  background-color: #2f292ba6;
  border: 0 solid #000;
  border-radius: 4px;
  width: 65%;
  height: 54px;
  margin-right: 3%;
  font-size: 16px;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: inset 0 0 0 1px #0000004f, inset 0 2px 9px -1px #00000024, 0 0 0 1px #ffffff17, 0 1px #ffffff21;
}

.field:hover {
  background-color: #2f292bc2;
}

.field:focus {
  box-shadow: inset 0 0 0 1px #0000004f, inset 0 2px 9px -1px #00000024, 0 0 0 2px #c96c47, 0 0 12px 1px #c96c47;
}

.sign-up-form {
  margin-top: 47px;
}

.social-widget {
  float: left;
  opacity: .41;
  width: 100px;
  transition: opacity .3s;
}

.social-widget:hover {
  opacity: 1;
}

.success-message {
  color: #fff;
  text-shadow: 0 1px #0000008f;
  background-color: #c96c47;
  border-radius: 4px;
  padding: 29px;
  transition: all .3s;
  box-shadow: 0 1px 4px #0000004d, 0 0 0 1px #00000024, inset 0 0 0 1px #ffffff17, inset 0 1px #ffffff1f;
}

.error-message {
  background-color: #5c3245;
  border-radius: 2px;
  padding-bottom: 5px;
}

.header-section {
  color: #fff;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/alphabet_watercolor_gradient.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 193px 59px 237px;
  display: flex;
  position: relative;
}

.footer-section {
  color: #7e7c87;
  background-color: #2f292b;
  padding-top: 38px;
  padding-bottom: 34px;
  box-shadow: 0 -1px #ffffff14, inset 0 1px 1px #0000003d;
}

.copyright {
  color: #ffffff4a;
}

.share-button {
  width: 58px;
  margin-left: 14px;
  margin-right: 14px;
  display: inline-block;
}

.share-button.facebook {
  width: 49px;
}

.share-button.google {
  width: 54px;
}

.success-text {
  text-shadow: none;
  margin-bottom: 10px;
}

.referal-text {
  color: #ffffff9c;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 16px;
  margin-bottom: 13px;
  font-size: 15px;
}

.social-btn {
  opacity: .31;
  margin-left: 7px;
  margin-right: 7px;
  transition: opacity .2s;
}

.social-btn:hover {
  opacity: 1;
}

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

.slider-nav {
  height: 40px;
  font-size: 9px;
}

.container-2 {
  background-color: #ffffff6b;
  border-radius: 15px;
  margin-top: 51px;
  padding: 27px;
  box-shadow: 0 0 14px -4px #0000004f;
}

.image {
  width: 60%;
}

.background-image {
  z-index: -2;
  filter: blur(7px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link {
  color: #ffdd62;
}

.larger-icon {
  width: 60px;
}

.heading {
  margin-bottom: 14px;
}

.heading.margin-bottom {
  margin-bottom: 44px;
}

.background-container {
  z-index: -1;
  background-image: linear-gradient(#000000a8 46%, #00000085);
  position: absolute;
  inset: 0%;
}

.smaller-icon {
  width: 20px;
  height: 20px;
}

.footer-link {
  color: #818181;
}

.footer-link:hover {
  color: #c9c9c9;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.margin-bottom {
  margin-bottom: 59px;
}

.heading-2 {
  color: #000;
  text-shadow: none;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.link-2 {
  color: #000;
}

.spacer-large {
  width: 100%;
  height: 4rem;
  margin-bottom: 86px;
  display: block;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(90deg, #9810fa, #e50077);
  border: 1px #000;
  border-radius: 20px;
  padding: .5rem 2.5rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover {
  background-image: linear-gradient(90deg, #e50077, #9810fa);
}

.button-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.margin-bottom-2.margin-small {
  margin: 0 0 1.5rem;
}

.section_main-header {
  color: #000;
  background-color: #f8f8f8;
  background-image: url('../images/alphabet_watercolor_gradient.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

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

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

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global.full-height {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.header_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.header_image-wrapper {
  background-image: linear-gradient(#9810fa, #e50077);
  border-radius: 20px;
  padding: 5px;
  overflow: hidden;
}

.heading-style-h1_hero {
  color: #fff;
  text-shadow: 2px 2px 13px #9810fa;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

.header_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

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

.header_component {
  max-width: 1280px;
}

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

.text-size-large {
  font-size: 2.6rem;
  line-height: 1.3;
}

.text-size-large.text-color-purple {
  color: #940094;
}

.text-size-large.text-color-purple.text-align-center {
  text-align: center;
}

.link-3 {
  color: purple;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 79px;
    padding-right: 79px;
  }

  .image {
    width: 75%;
  }

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

  .section_main-header {
    height: auto;
  }

  .header_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .heading-style-h1_hero {
    font-size: 3.25rem;
  }

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

@media screen and (max-width: 767px) {
  .subtitle {
    line-height: 25px;
  }

  .sign-up-form {
    margin-bottom: 0;
  }

  .header-section {
    padding: 55px 15px 75px;
  }

  .footer-section {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .container {
    padding-left: 11px;
    padding-right: 11px;
  }

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

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

  .header_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .heading-style-h1_hero {
    font-size: 2.5rem;
  }

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

@media screen and (max-width: 479px) {
  .button {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
  }

  .subtitle {
    line-height: 21px;
  }

  .field {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 100%;
  }

  .social-widget {
    width: 96px;
  }

  .copyright {
    text-align: center;
    margin-bottom: 7px;
  }

  .container {
    margin-top: 16px;
  }

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

  .image {
    width: auto;
  }

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

  .header_content {
    grid-template-columns: 1fr;
  }

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


