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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.section {
  display: none;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.section.about {
  display: flex;
  justify-content: center;
}

.section.about.scrollbar {
  height: auto;
  margin-top: 100px;
  padding: 0px;
  align-items: flex-start;
  background-color: #fff;
}

.section.contact {
  justify-content: center;
}

.section.contact.scrollbar {
  display: flex;
  height: auto;
  margin-top: 100px;
  align-items: flex-start;
  transform: rotate(0deg);
}

.section.home.scrollbar {
  position: absolute;
  display: flex;
  background-color: transparent;
}

.section.values.scrollbar {
  position: static;
  display: flex;
  height: auto;
  margin-top: 100px;
  align-items: flex-start;
}

.section.intro {
  display: flex;
}

.section.medium.work {
  display: none;
}

.icon {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  order: 0;
  font-family: 'Fa brands 400', sans-serif;
  color: #dd2bb4;
  font-size: 40px;
  font-weight: 400;
}

.icon.brands {
  width: 50px;
  align-items: center;
  font-size: 30px;
}

.icon.solid {
  align-items: center;
  font-family: 'Fa 400', sans-serif;
  font-size: 30px;
}

.icon.solid.phone {
  display: none;
  font-family: 'Fa solid 900', sans-serif;
}

.body {
  height: 100vh;
}

.menu-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.menu-linkblock {
  position: relative;
  overflow: hidden;
  height: 100px;
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 100px;
  text-decoration: none;
}

.menu-linkblock.reserve {
  display: block;
}

.menu-textblock {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 0px;
  opacity: 1;
  transform: translate(0px, 0px);
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 10px;
  text-transform: uppercase;
  white-space: normal;
}

.menu-textblock.second {
  display: flex;
  color: #dd2bb4;
}

.menu-textblock-reveal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  background-color: #000;
}

.menu-trigger-wrapper {
  position: fixed;
  left: auto;
  top: 100px;
  right: 100px;
  bottom: auto;
  z-index: 9999;
  display: flex;
  width: 80px;
  height: 80px;
  margin-top: -30px;
  margin-right: 0px;
  margin-left: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  order: 1;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 0px none #000;
  border-radius: 0px;
  background-color: transparent;
  -o-object-fit: fill;
     object-fit: fill;
}

.set-title-wrapper {
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.work-wrapper {
  position: static;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 500px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.d-29-title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #dd2bb4;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 2px;
}

.d-29-p {
  overflow: hidden;
  margin: 0px 0px 40px;
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  font-family: 'Roboto Slab', sans-serif;
  color: #dd2bb4;
  font-size: 15px;
  font-weight: 200;
}

.work-set-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  align-items: flex-end;
  flex: 1;
  background-image: url('../images/creative_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.work-set-wrapper.three {
  width: 100%;
  background-image: url('../images/easy_3.jpg');
}

.work-set-wrapper.two {
  flex-direction: row;
  background-image: url('../images/minimal_3.jpg');
}

.d-29-name {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 2px;
}

.set-wrapper {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  width: auto;
  padding: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #000;
}

.trigger-x {
  position: absolute;
  display: flex;
  width: 9%;
  height: 89%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: center;
  background-color: #dd2bb4;
  white-space: normal;
}

.trigger-x.second {
  display: flex;
  width: 89%;
  height: 9%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: center;
}

.logo-wrapper {
  position: static;
  z-index: 99;
  display: flex;
  width: 100vh;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.about {
  padding: 50px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-transform: none;
}

.heading-2 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #dd2bb4;
  font-size: 16px;
  line-height: 22px;
}

.paragraph {
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  font-weight: 200;
  text-align: left;
}

.submit-button {
  display: inline-block;
  width: 30%;
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}

.form {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.type-column-1 {
  padding-right: 20px;
}

.input {
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  display: flex;
  justify-content: space-between;
}

.card {
  margin: 15px;
  padding: 40px;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  transition: all 150ms ease;
  text-decoration: none;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.style-guide-label-link {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-decoration: none;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #aaa;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #333;
  color: #222;
}

.tab-menu {
  padding-right: 5px;
  padding-left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 #ccc;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-family: 'Roboto Slab', sans-serif;
}

.success-message {
  border-radius: 4px;
  background-color: rgba(32, 206, 123, 0.1);
  color: #20ce7b;
}

.card-paragraph {
  margin-bottom: 0px;
}

.style-guide-logo-box {
  display: flex;
  padding: 40px;
  justify-content: center;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0px 0px;
  background-size: 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.card-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50%;
}

.tab-pane {
  padding: 30px 40px 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.style-guide-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.card-container {
  display: flex;
  margin-top: 40px;
  padding: 20px;
  flex-wrap: wrap;
  background-color: #f3f3f5;
}

.button-2 {
  height: 44px;
  padding: 0px 20px;
  border-radius: 4px;
  background-color: #3898ec;
  box-shadow: 0 1px 1px 0 transparent;
  transition: box-shadow 200ms ease;
  color: #fff;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button-2:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.card-title {
  margin-top: 0px;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.body-2 {
  font-family: Roboto, sans-serif;
}

.h1 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 70px;
}

.h2 {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 20px;
}

.wrapper-headings {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
}

.wrapper-content {
  width: 980px;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
}

.wrapper-text {
  margin-top: 0px;
  padding-right: 0px;
}

.grid {
  grid-column-gap: 32px;
      grid-template-areas: ". Area"
    ". Area";
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-label {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.field-label-2 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.field-label-3 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-field-2 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.text-field-3 {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.block-quote {
  color: #000;
  font-size: 17px;
}

.heading-4 {
  font-family: Roboto, sans-serif;
}

.heading-5 {
  font-family: Roboto, sans-serif;
}

.heading-6 {
  font-family: Roboto, sans-serif;
}

.heading-7 {
  font-family: Roboto, sans-serif;
}

.heading-8 {
  font-family: Roboto, sans-serif;
}

.sublogo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  align-self: center;
  -o-object-fit: fill;
     object-fit: fill;
}

.image-11 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 400px;
  height: auto;
}

.form-block {
  text-align: left;
}

.background-video-6 {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
}

.bg-video-div {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.65);
}

.social-desktop {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: flex;
  width: 100%;
  height: 100px;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.social-holder {
  position: absolute;
  left: 6%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: flex;
  width: 250px;
  height: 100px;
  margin-left: 50px;
  clear: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: right;
}

.code-navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: none;
  margin-top: 23px;
  margin-right: 0px;
  margin-left: 100px;
  padding-right: 0px;
}

.code-nav-con {
  width: 100px;
  height: 100px;
  padding-right: 24px;
  padding-left: 24px;
}

.code-nav-con.w--current {
  width: 100px;
  height: 30px;
}

.wrapper-footer {
  position: static;
  left: 50%;
  top: auto;
  right: 50%;
  bottom: 0%;
  display: block;
  width: 980px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #000;
  text-align: left;
}

.spacer {
  position: static;
  display: none;
  width: 980px;
  height: 100px;
  flex: 0 auto;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.text-block-6 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

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

.textarea {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.text-block-9 {
  text-align: right;
  text-decoration: none;
}

.text-block-9:hover {
  color: #000;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.link-block:hover {
  color: #000;
}

.link {
  color: #000;
  text-decoration: none;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.social-reveal {
  position: relative;
  z-index: 9999;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.link-block-2 {
  text-decoration: none;
}

.work-set-wrapper-mob {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  align-items: flex-end;
  flex: 1;
  background-image: url('../images/creative_1.jpg');
  background-position: 0% 0%;
  background-size: cover;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.work-set-wrapper-mob.three {
  width: 100%;
  background-image: url('../images/easy_3.jpg');
}

.work-set-wrapper-mob.two {
  flex-direction: row;
  background-image: url('../images/minimal_2.jpg');
}

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

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

.utility-page-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}

.text-block-10 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
}

.error-message-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #dd2bb4;
  background-color: #fff;
}

.text-block-11 {
  border-style: none;
  border-width: 2px;
  border-color: #dd2bb4;
  border-radius: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.success-message-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #dd2bb4;
  background-color: #fff;
}

.footer-copy {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  justify-content: center;
  align-items: flex-start;
  color: #000;
  text-align: left;
}

.bold-text-3 {
  font-family: Roboto, sans-serif;
}

._88 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

html.w-mod-js *[data-ix="new-interaction"] {
  transform: translate(0px, 0px);
}

@media screen and (min-width: 1280px) {
  .section.home.scrollbar {
    display: flex;
  }

  .menu-trigger-wrapper {
    flex: 0 auto;
  }

  .bg-video-div {
    background-color: rgba(0, 0, 0, 0.65);
  }

  .footer {
    display: flex;
  }

  .footer-copy {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section {
    display: flex;
    justify-content: flex-start;
  }

  .section.about.scrollbar {
    margin-top: 100px;
    padding: 0px 40px;
    align-items: flex-start;
  }

  .section.contact.scrollbar {
    margin-top: 100px;
    margin-right: 0px;
    padding-right: 40px;
    padding-left: 40px;
    align-items: flex-start;
  }

  .section.home.scrollbar {
    height: auto;
  }

  .section.values.scrollbar {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.mobile.work {
    display: none;
  }

  .section.medium.work {
    display: block;
    margin-top: 100px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .icon.brands {
    margin-right: 20px;
    margin-left: 20px;
    color: #dd2bb4;
    font-weight: 400;
  }

  .icon.solid {
    margin-right: 20px;
    margin-left: 20px;
    color: #dd2bb4;
  }

  .icon.solid.phone {
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
  }

  .menu-wrapper {
    display: flex;
    align-self: auto;
  }

  .menu-trigger-wrapper {
    width: 70px;
    height: 70px;
    margin-top: -70px;
    margin-right: -70px;
  }

  .set-title-wrapper {
    display: flex;
  }

  .work-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 150px;
    min-width: 100px;
    margin-bottom: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .d-29-title {
    font-size: 20px;
  }

  .d-29-p {
    display: block;
    font-size: 20px;
  }

  .work-set-wrapper {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .d-29-name {
    font-size: 40px;
  }

  .set-wrapper {
    display: flex;
    width: 100%;
  }

  .logo-wrapper {
    position: relative;
    left: auto;
    top: -100px;
    right: 0%;
    bottom: 0%;
    justify-content: center;
    background-color: transparent;
  }

  .heading-2 {
    margin-top: 15px;
    font-size: 20px;
  }

  .paragraph {
    padding-right: 0px;
    font-size: 20px;
  }

  .submit-button {
    margin-top: 15px;
    font-size: 20px;
  }

  .h1 {
    font-size: 60px;
  }

  .h2 {
    font-size: 22px;
  }

  .wrapper-content {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }

  .grid {
    display: -ms-grid;
    display: grid;
        grid-template-areas: "."
      "Area"
      "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .field-label {
    font-size: 20px;
  }

  .field-label-2 {
    font-size: 20px;
  }

  .field-label-3 {
    font-size: 20px;
  }

  .text-field-2 {
    font-size: 20px;
  }

  .text-field-3 {
    font-size: 20px;
  }

  .social-desktop {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    width: 100%;
    text-align: left;
  }

  .social-holder {
    position: relative;
    left: 0%;
    top: auto;
    right: 50%;
    bottom: 0%;
    width: auto;
    margin-right: 0%;
    margin-left: 0%;
    text-align: left;
  }

  .slider.medium {
    position: static;
    display: block;
    width: 100%;
    height: 700px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    text-align: left;
  }

  .icon-2 {
    display: none;
  }

  .icon-3 {
    display: none;
  }

  .slide-nav {
    display: none;
  }

  .code-navigation {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    width: 100%;
    height: 100px;
    margin-top: 0px;
    margin-left: 40px;
    padding-top: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .code-nav-con {
    width: 50px;
    height: 50px;
    margin-left: 0px;
    padding: 0px;
  }

  .code-nav-con.w--current {
    width: 50px;
    height: 50px;
  }

  .wrapper-footer {
    width: 100%;
    font-size: 12px;
  }

  .footer {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
  }

  .spacer {
    display: none;
    width: 100%;
  }

  .grid-4 {
    margin-bottom: 20px;
  }

  .wrapper-bottom {
    width: 100%;
  }

  .textarea {
    font-size: 20px;
  }

  .social-reveal {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px none #000;
    background-color: #000;
  }

  .work-set-wrapper-mob {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url('../images/creative_1.jpg');
  }

  .work-set-wrapper-mob.three {
    background-image: url('../images/easy_3.jpg');
  }

  .work-set-wrapper-mob.two {
    background-image: url('../images/minimal_2.jpg');
    background-size: cover;
    background-attachment: scroll;
  }

  .work-set-wrapper-mob.mobile.middle {
    background-position: 50% 0%;
    background-attachment: scroll;
  }

  .footer-copy {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: flex;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section.home.scrollbar {
    height: auto;
  }

  .section.values.scrollbar {
    display: none;
  }

  .section.mobile.work {
    display: none;
  }

  .menu-trigger-wrapper {
    margin-top: -70px;
    margin-right: -70px;
  }

  .work-wrapper {
    width: 100%;
  }

  .d-29-title {
    font-size: 15px;
  }

  .work-set-wrapper {
    width: auto;
  }

  .work-set-wrapper.two {
    flex: 1;
  }

  .d-29-name {
    font-size: 30px;
  }

  .set-wrapper {
    width: auto;
  }

  .card-wrap {
    flex: 1;
  }

  .image-11 {
    width: 300px;
  }

  .icon-2 {
    display: none;
  }

  .icon-3 {
    display: none;
  }

  .slide-nav {
    display: none;
  }

  .footer {
    position: absolute;
  }

  .grid-4 {
    margin-bottom: 20px;
  }

  .work-set-wrapper-mob {
    width: auto;
  }

  .work-set-wrapper-mob.two {
    flex: 1;
  }

  .footer-copy {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 90vh;
    margin-top: -41px;
  }

  .section.about.scrollbar {
    height: auto;
    margin-top: 50px;
    padding: 0px 20px;
  }

  .section.contact.scrollbar {
    height: auto;
    min-height: auto;
    min-width: auto;
    margin-top: 50px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.home.scrollbar {
    height: auto;
    margin-top: 0px;
  }

  .section.values.scrollbar {
    display: none;
    height: 100vh;
    margin-top: 0px;
  }

  .section.mobile.work {
    display: flex;
    height: 85vh;
    margin-top: 0px;
  }

  .section.intro {
    height: 100vh;
  }

  .section.medium.work {
    display: none;
  }

  .icon.brands {
    margin-right: 10px;
    margin-left: 10px;
    color: #dd2bb4;
    font-size: 20px;
  }

  .icon.solid {
    margin-right: 10px;
    margin-left: 10px;
    color: #dd2bb4;
    font-size: 20px;
    font-weight: 400;
  }

  .icon.solid.phone {
    margin-right: 10px;
    margin-left: 10px;
    color: #dd2bb4;
  }

  .body {
    background-color: #000;
  }

  .menu-wrapper {
    display: flex;
  }

  .menu-linkblock {
    height: 80px;
  }

  .menu-linkblock.w--current {
    text-align: center;
  }

  .menu-textblock {
    display: block;
    transform: none;
    font-size: 50px;
    text-align: center;
  }

  .menu-textblock-reveal {
    display: flex;
  }

  .menu-trigger-wrapper {
    width: 45px;
    height: 45px;
    margin-top: -70px;
    margin-right: -80px;
    justify-content: center;
    align-items: center;
  }

  .set-title-wrapper {
    margin-bottom: 50px;
    padding-bottom: 0px;
  }

  .work-wrapper {
    width: auto;
    height: 0px;
    min-height: 0px;
    min-width: 0px;
  }

  .d-29-title {
    font-weight: 400;
  }

  .d-29-title.mobile {
    font-size: 16px;
  }

  .d-29-p {
    margin-bottom: 40px;
  }

  .d-29-p.mobile {
    font-size: 16px;
  }

  .work-set-wrapper {
    overflow: visible;
    width: 100%;
  }

  .work-set-wrapper.three {
    width: auto;
  }

  .work-set-wrapper.two {
    width: auto;
    background-position: 50% 0%;
    background-size: auto 100vh;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .d-29-name.mobile {
    font-size: 32px;
  }

  .set-wrapper {
    width: auto;
  }

  .logo-wrapper {
    top: 0px;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
  }

  .about-p {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 16px;
  }

  .paragraph {
    padding-right: 0px;
    font-size: 16px;
    text-align: left;
  }

  .submit-button {
    font-size: 16px;
  }

  .form {
    width: 100%;
  }

  .h1 {
    font-size: 50px;
  }

  .h2 {
    font-size: 20px;
  }

  .wrapper-content {
    width: auto;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper-content.work {
    width: 100vw;
    height: 100vh;
  }

  .wrapper-form {
    margin-bottom: 0px;
  }

  .grid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .field-label {
    color: #000;
    font-size: 16px;
  }

  .field-label-2 {
    color: #000;
    font-size: 16px;
  }

  .field-label-3 {
    color: #000;
    font-size: 16px;
  }

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

  .text-field-3 {
    font-size: 16px;
  }

  .sublogo {
    top: -100px;
  }

  .image-11 {
    width: 230px;
  }

  .social-desktop {
    z-index: 9999;
  }

  .social-holder {
    margin-bottom: -20px;
    margin-left: 0px;
  }

  .slider {
    height: 100vh;
  }

  .icon-2 {
    display: none;
    margin-top: 400.5px;
    color: #fff;
  }

  .icon-3 {
    display: none;
    margin-top: 400.5px;
    color: #fff;
  }

  .slide-nav {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: none;
    margin-bottom: 10px;
    padding-top: 0px;
    justify-content: center;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .code-navigation {
    z-index: 999999;
    margin-top: 0px;
    margin-left: 20px;
  }

  .code-nav-con {
    width: 50px;
    height: 50px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .code-nav-con.w--current {
    width: 50px;
    height: 50px;
    margin-left: 0px;
  }

  .wrapper-footer {
    font-size: 10px;
  }

  .footer {
    position: static;
    padding-right: 20px;
    padding-left: 20px;
  }

  .spacer {
    display: flex;
    height: 100px;
  }

  .grid-4 {
    margin-bottom: 20px;
  }

  .textarea {
    font-size: 16px;
  }

  .social-reveal {
    display: flex;
  }

  .work-set-wrapper-mob {
    overflow: visible;
    width: 100%;
  }

  .work-set-wrapper-mob.three {
    width: auto;
  }

  .work-set-wrapper-mob.two {
    width: auto;
    background-image: url('../images/minimal_2.jpg');
    background-position: 50% 0%;
    background-size: auto 100vh;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .work-set-wrapper-mob.mobile {
    background-position: 100% 0%;
  }

  .work-set-wrapper-mob.mobile.middle {
    background-position: 100% 0%;
  }

  .footer-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

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

#w-node-_884752d0-e3f4-fc00-e3ff-221cd6130cb4-d6130cab {
  -ms-grid-column-align: center;
      justify-self: center;
}

#w-node-_8409bcf1-c85b-1329-6188-bd40ce1f1962-6235d47f {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: Area;
}

@media screen and (max-width: 991px) {

  #w-node-_8409bcf1-c85b-1329-6188-bd40ce1f1962-6235d47f {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
}

#w-node-f2f9b60c-7e9a-869c-a6e6-0332cf9a031d-f435d487 {
  -ms-grid-column-align: center;
      justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_8409bcf1-c85b-1329-6188-bd40ce1f195c-6235d47f {
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
        grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}