body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.sticky-nav {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
  background-color: #e096cd;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

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

.body {
  background-color: #fff4f4;
  font-weight: 400;
}

.hero-block-pink {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10%;
  padding-bottom: 10%;
  font-size: 5vh;
  display: flex;
  position: relative;
}

.image {
  display: block;
}

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

.tag-line-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2vh;
  display: flex;
}

.brand-images-container {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 10vw;
  line-height: 10vw;
}

.main-container {
  height: 800px;
  padding-right: 100px;
}

.elevate-hero-text {
  font-family: Montserrat, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 100px;
  position: static;
  top: auto;
  bottom: 5vh;
  left: 5vw;
  right: auto;
}

.bold-text {
  font-size: 120px;
}

.hero-block-white {
  width: 100%;
  height: 100vh;
  background-color: #fff2f4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10%;
  padding-bottom: 10%;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  position: relative;
}

.concept {
  width: 100%;
  height: 40vh;
}

.heading {
  text-align: center;
  font-size: 8vw;
}

.telent-shoot-container {
  width: 100%;
  height: 40vh;
  justify-content: space-between;
  display: flex;
}

.heading-2, .heading-3 {
  font-size: 8vw;
}

._3-leg-stool-container {
  width: 100%;
}

.main-copy {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

._3-leg-stool-block {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10%;
  font-size: 5vh;
  display: flex;
  position: relative;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.button {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
}

.text-field {
  height: 100px;
  color: #999;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  padding-left: 0;
  font-size: 40px;
  line-height: 40px;
}

.text-field:focus {
  border-color: rgba(0, 0, 0, 0);
}

.text-field::-ms-input-placeholder {
  font-size: 40px;
  line-height: 50px;
}

.text-field::placeholder {
  font-size: 40px;
  line-height: 50px;
}

.text-field-2 {
  height: 100px;
  color: #999;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #000;
  padding-left: 0;
  font-size: 40px;
  line-height: 40px;
}

.text-field-2::-ms-input-placeholder {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.text-field-2::placeholder {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.form-block {
  width: 100%;
}

.form {
  margin-top: 60px;
}

.textarea {
  height: 500px;
  color: #999;
  background-color: rgba(0, 0, 0, 0);
}

.textarea::-ms-input-placeholder {
  font-size: 30px;
  line-height: 30px;
}

.textarea::placeholder {
  font-size: 30px;
  line-height: 30px;
}

.nav-container {
  width: 120px;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-dot {
  width: 18px;
  height: 18px;
  background-color: #fff2f4;
  border: 2px solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.nav-container-container {
  z-index: 1;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link {
  z-index: -1;
  color: #474747;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 50px;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link.w--current {
  z-index: -1;
  text-align: right;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-item {
  width: 160px;
  height: 20px;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-item.w--current {
  height: 20px;
  align-items: center;
}

.div-block {
  width: 40px;
  height: 18px;
  background-color: #fff2f4;
  justify-content: flex-start;
  display: flex;
}

.main-gallery-container {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bold-text-2 {
  line-height: 120px;
}

.hero-title {
  font-family: Montserrat, sans-serif;
  font-size: 120px;
  line-height: 120px;
  position: static;
  top: auto;
  bottom: 5vh;
  left: 5vw;
  right: auto;
}

.phone {
  color: #000;
  font-size: 80px;
  line-height: 100px;
  text-decoration: none;
}

.text-block {
  font-size: 40px;
  font-weight: 500;
}

.concept-talent-shoot-container {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._3-pillarss {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-block {
  height: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.full-screen {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: rgba(199, 67, 67, .23);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  bottom: auto;
  left: auto;
  right: 25px;
}

.link-block-2 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link-block-3 {
  width: 40px;
  height: 40px;
  background-image: url('../images/4-49983_transparent-close-button-x-svg-icon-hd-png.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.x-button {
  font-weight: 300;
  text-decoration: none;
}

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

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

  .hero-copy {
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-2 {
    font-size: 80px;
  }

  .hero-title {
    font-size: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .elevate-hero-text {
    font-size: 10vw;
    line-height: 10vw;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .nav-container-container {
    position: fixed;
  }

  ._3-pillarss {
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-block-pink {
    padding-right: 0;
  }

  .main-container {
    width: 100vw;
    height: 100vh;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
  }

  .elevate-hero-text {
    font-size: 15vw;
    line-height: 12vw;
  }

  .hero-block-white {
    padding-left: 10px;
  }

  .main-copy {
    font-size: 24px;
    line-height: 24px;
  }

  ._3-leg-stool-block {
    width: 100vw;
    height: 100vw;
  }

  .nav-container-container {
    display: none;
  }

  .container {
    padding-left: 10px;
    padding-right: 20px;
  }

  .hero-title {
    font-size: 24px;
  }

  .phone {
    letter-spacing: -.3rem;
    font-size: 7rem;
    font-weight: 700;
    line-height: 5.5rem;
  }

  .text-block {
    margin-top: 38px;
    line-height: 40px;
  }

  .concept-talent-shoot-container {
    width: 100vw;
    font-size: 5vw;
  }

  ._3-pillarss {
    width: 93vw;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-2 {
    padding-right: 20px;
  }
}


