.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-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

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

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  max-width: none;
  min-height: 200px;
  margin: 0px auto 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.container.heart-section {
  height: 600px;
  min-height: auto;
}

.container.hero {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 90vh;
  padding-right: 48px;
  padding-left: 48px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #ff5959;
}

.hero-right {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 50%;
  min-height: 100%;
  padding-left: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  display: none;
  overflow: visible;
  min-height: 90vh;
  margin-top: auto;
  margin-bottom: 62px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.social-icons {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 15%;
  height: 5%;
  margin-left: 48px;
}

.fb-icon {
  padding-right: 6px;
  cursor: pointer;
}

.insta-icon {
  padding-left: 6px;
  cursor: pointer;
}

.hero-circle {
  position: absolute;
  left: 152.891px;
  bottom: 483.406px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffd500;
}

.callout-container {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 48px;
  padding-top: 42px;
  padding-bottom: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/dot-grid.svg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.callout-container.mentor {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 920px;
  margin-top: 90px;
  margin-bottom: 0px;
  padding-top: 42px;
  padding-bottom: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  background-image: url('../images/color-band.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.callout-container.design {
  position: static;
  display: none;
  margin-top: 90px;
  background-image: url('../images/dot-grid_drk-aqua.svg');
  opacity: 1;
}

.heading-2 {
  max-width: 20em;
  margin-top: 0px;
  margin-bottom: 17px;
  padding-top: 14px;
  padding-bottom: 0px;
  font-size: 3.2em;
  line-height: 1.3em;
  font-weight: 500;
  text-align: center;
}

.image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 17%;
  width: 236px;
  height: 28px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.callout {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-height: 400px;
  min-height: 200px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aqua_wave {
  position: absolute;
  left: -32px;
  top: 661.703px;
}

.squeegee_dot {
  position: absolute;
  top: 172.891px;
  right: 0px;
}

.hero-text-grid {
  position: absolute;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  -ms-grid-columns: 8fr 1.25fr 8fr;
  grid-template-columns: 8fr 1.25fr 8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-3 {
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-bottom: 0px;
  padding-top: 2.5%;
  font-family: Oswald, sans-serif;
  color: #2a2b79;
  font-size: 8.5em;
  line-height: 0.9em;
  text-align: left;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-4 {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2.5%;
  font-family: Oswald, sans-serif;
  color: #2a2b79;
  font-size: 8.5em;
  line-height: 0.9em;
  text-align: right;
  text-transform: uppercase;
}

.or-dot {
  min-height: auto;
  min-width: 50%;
}

.heart-section-left {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/green_gradient-block.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heart-section-right {
  position: absolute;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #fff;
}

.image-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  width: 130%;
  max-height: 890px;
  max-width: 1015px;
  min-height: auto;
  min-width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.heart-section-text {
  position: absolute;
  z-index: 4;
  width: 90%;
  min-height: 60%;
  padding-right: 48px;
}

.heart-section-text.left {
  padding-right: 62px;
}

.heart-section-text.right {
  position: absolute;
  width: 100%;
  padding-right: 0px;
  padding-left: 62px;
}

.heading-5 {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.heading-5.heart-right {
  color: #2a2b79;
  text-align: left;
}

.heading-6 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 9.5em;
  line-height: 0.9em;
  text-align: right;
  text-transform: uppercase;
}

.heading-6.heart-right {
  font-family: Oswald, sans-serif;
  color: #2a2b79;
  font-size: 9.5em;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.01em;
  text-shadow: 14px 14px 0 rgba(0, 140, 255, 0.1);
}

.heart-section-image {
  position: absolute;
  z-index: 5;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-4 {
  position: absolute;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 28px;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-5 {
  position: absolute;
  left: 510px;
  top: 118px;
  right: 0px;
  bottom: 0px;
  width: 25%;
  height: 25%;
  max-width: none;
}

.image-6 {
  position: absolute;
  left: 38px;
  bottom: 500px;
  max-width: none;
}

.image-7 {
  position: absolute;
  left: 428px;
  bottom: 498px;
}

.image-8 {
  position: absolute;
  left: 603px;
}

.image-9 {
  position: absolute;
  left: 178px;
  top: 486px;
  width: 25%;
  height: 25%;
}

.creative-process-icons {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-10 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-11 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-12 {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-13 {
  position: absolute;
  margin-top: 5px;
  margin-bottom: 0px;
}

.shop-div {
  height: 100%;
  cursor: pointer;
}

.design-div {
  height: 100%;
  padding-right: 20px;
  cursor: pointer;
}

.div-block-2 {
  display: none;
  width: 90vw;
  height: auto;
  margin-top: 72px;
  margin-bottom: 0px;
  padding-top: 42px;
  padding-bottom: 42px;
}

.grid-2 {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.mentor-icons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.purple-dot {
  position: absolute;
}

.mentor-icon {
  position: absolute;
}

.heading-8 {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100%;
  min-height: 921px;
}

.slide {
  background-color: #030101;
}

.slide.creative {
  background-color: #0020f5;
  background-image: url('../images/blue-tile.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide.professional {
  background-color: #f0eee3;
}

.slide-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-16 {
  position: absolute;
  z-index: 0;
  height: 75%;
  margin: 0px;
}

.slide-right-text {
  position: relative;
  z-index: 1;
  width: 75%;
  max-width: 500px;
}

.heading-9 {
  color: #fff;
  letter-spacing: 0.01em;
}

.heading-9.professional {
  color: #000;
}

.text-span {
  font-weight: 300;
}

.paragraph {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 300;
}

.paragraph.professional {
  color: #000;
}

.section-2 {
  min-height: 820px;
  background-color: #ff5959;
  background-image: url('../images/apparel-slider-pink_background.png');
  background-position: 100% 0%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.apparel-intro-text {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.button {
  margin-top: 24px;
  padding: 14px 28px;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#b2ee50), color-stop(15%, #8ce554), color-stop(70%, #00aaa1));
  background-image: linear-gradient(90deg, #b2ee50, #8ce554 15%, #00aaa1 70%);
  box-shadow: 2px 2px 9px -3px rgba(0, 0, 0, 0.35);
  opacity: 1;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button.contact {
  margin-top: 64px;
  padding-right: 42px;
  padding-left: 42px;
  color: #fff;
  letter-spacing: 0.1em;
}

.button.form-button {
  padding-right: 64px;
  padding-left: 64px;
}

.button.home-orange-bttn {
  display: none;
  width: 210px;
  height: 52px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  background-color: #ffd000;
  background-image: none;
  text-align: center;
}

.apparel-intro-h1 {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 9.5em;
  line-height: 0.9em;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.apparel-intro-p {
  max-width: 34em;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
}

.apparel-intro-p.design {
  max-width: 29em;
  color: #333;
  line-height: 1.3em;
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  margin-top: 84px;
  margin-bottom: 84px;
  padding-top: 42px;
  padding-bottom: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 38px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1.5fr;
  grid-template-columns: 1.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.display-none {
  display: none;
}

.apparel-slider_arrow-button {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 1em;
  height: 1em;
}

.apparel-slider_arrow-button.right-arrow {
  -webkit-transform: translate(1em, 0px);
  -ms-transform: translate(1em, 0px);
  transform: translate(1em, 0px);
}

.apparel-slider_mask {
  min-height: 380px;
}

.apparel-slider_slide {
  width: auto;
  height: auto;
  max-height: 55em;
  max-width: 55em;
  min-height: 35em;
  min-width: 35em;
}

.apparel-slider {
  width: 35em;
  height: 35em;
  margin-right: 30px;
  box-shadow: 28px 28px 0 0 #2a2b79;
}

.apparel-slider_image {
  width: 100%;
  height: 35em;
  min-height: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.arrow-image {
  width: 1em;
  height: 1em;
  background-color: #0020f5;
}

.arrow-image.arrow-right {
  background-color: #fff;
}

.image-18 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section-4 {
  background-color: transparent;
}

.top-nav {
  display: none;
  height: 100px;
  min-width: 100%;
}

.top-nav.design {
  display: block;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90vw;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  min-height: 6em;
  min-width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-19 {
  height: auto;
  max-height: 60px;
  max-width: 160px;
  min-height: auto;
  margin-top: 10px;
  padding: 10px 0px 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-wrapper {
  position: absolute;
  left: auto;
  top: 50px;
  right: 50px;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-wrapper.design-page {
  position: absolute;
  top: 10px;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2a2b79;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  cursor: pointer;
}

.nav-button:hover {
  border: 1px none #000;
  border-radius: 0%;
  box-shadow: -6px 6px 0 6px #ff5959;
}

.nav-button:active {
  border-radius: 0%;
  background-color: #0020f5;
}

.nave-menu {
  position: absolute;
  left: -204px;
  top: 100%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  width: 200px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #fff;
  box-shadow: 2px 2px 9px -3px rgba(0, 0, 0, 0.35);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.nav-link {
  padding: 12px 32px 12px 12px;
  font-family: Montserrat, sans-serif;
  color: #2a2b79;
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0em;
  text-transform: capitalize;
  cursor: pointer;
}

.nav-link:hover {
  color: #ff5959;
}

.design-intro {
  max-width: 8.5em;
  padding-top: 18px;
  color: #fff;
  font-size: 3.2em;
  line-height: 1.2em;
  font-weight: 300;
}

.design-hero-right {
  position: relative;
  left: -50px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-5 {
  max-width: 90vw;
  padding-left: 116px;
}

.grid-4 {
  position: relative;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.design-hero-left {
  max-width: none;
  min-width: 35.5em;
  margin-top: 64px;
  padding-top: 24px;
  padding-bottom: 64px;
  background-color: #2a2b79;
}

.image-23 {
  max-width: 75%;
}

.design-intro-left {
  padding: 32px 33px 32px 42px;
}

.design-hero-image {
  position: relative;
  left: -34px;
  overflow: hidden;
  width: auto;
  max-width: none;
  min-height: auto;
  min-width: auto;
  padding-top: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-24 {
  max-height: 500px;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.invisible-visible-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90vw;
  padding-top: 70px;
  padding-bottom: 54px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.design-callout-section {
  position: relative;
  top: -96px;
  z-index: -1;
  width: 100%;
  min-height: 480px;
  padding-bottom: 0px;
  background-color: #03ffd6;
}

.heading-10 {
  position: relative;
  max-width: 8em;
  color: #64c2a4;
  font-size: 3.2em;
  line-height: 1.3em;
  font-weight: 500;
}

.div-block-8 {
  position: relative;
  left: 0px;
  width: 45%;
}

.div-block-8.invisible {
  width: 50%;
}

.invisible-visible-dummy {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  max-width: 42em;
  min-width: auto;
  margin-right: 32px;
  margin-left: 116px;
  -o-object-fit: fill;
  object-fit: fill;
}

.invisible-visible-image {
  position: absolute;
  left: auto;
  top: -24.25%;
  right: 20%;
  bottom: auto;
  width: 230px;
  height: 230px;
  max-height: none;
  max-width: none;
  padding-right: 0%;
}

.accordion-wrapper {
  width: 100%;
}

.accordion-item {
  display: block;
}

.accordion-item.prophecysound {
  display: none;
}

.accordion-item.hbc {
  display: none;
}

.accordion-item.kpl {
  display: none;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.heading-11 {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 4.7em;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
}

.text-span-2 {
  font-size: 0.5em;
  line-height: 0.5em;
  font-weight: 300;
  text-transform: none;
}

.section-6 {
  position: relative;
  top: -142px;
  display: block;
  min-height: 860px;
  margin-top: 0px;
}

.accordion-item-content {
  overflow: hidden;
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: #000;
  background-image: url('../images/dot-grid_wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.grid-5 {
  margin: 36px 23px 24px;
  padding-right: 18px;
  padding-bottom: 18px;
  grid-column-gap: 37px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.portfolio-example-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.portfolio-example-text-header {
  max-width: 100%;
  border: 6px solid #000;
  background-color: #fff;
  box-shadow: 14px 14px 0 4px #000;
}

.portfolio-example-text-p {
  max-width: 100%;
  min-height: 240px;
  margin-top: 32px;
  border: 6px solid #000;
  background-color: #fff;
  box-shadow: 14px 14px 0 4px #000;
}

.heading-12 {
  min-width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 100px 20px 18px;
}

.paragraph-2 {
  margin-bottom: 20px;
  padding: 20px 18px 0px;
}

.portfolio-example-number {
  position: relative;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-top: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border: 6px solid #000;
  border-radius: 50%;
  background-color: #fff;
}

.portfolio-example-number.modal-project-number {
  position: static;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.portfolio-example-number-text {
  display: block;
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
}

.container-7 {
  position: relative;
  max-width: 90vw;
}

.image-26 {
  max-height: 400px;
  border: 6px none #000;
  border-radius: 6px;
  box-shadow: 2px 2px 9px -3px rgba(0, 0, 0, 0.35);
}

.accordion-down-arrow {
  position: relative;
  right: 0px;
  bottom: 28px;
  margin-right: 0px;
  margin-left: auto;
}

.invisible-visible-content {
  display: block;
  max-width: 42em;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-8 {
  max-width: 90vw;
}

.contact-form_left {
  width: 80%;
  min-height: 600px;
  padding-top: 32px;
  padding-right: 42px;
}

.contact-form_left.design-contact {
  color: #000;
}

.contact-form_right {
  width: 20%;
  min-height: 720px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 52px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-form.design-contact {
  color: #000;
}

.contact-form-section {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(38%, #1626b4), to(#0020f5));
  background-image: linear-gradient(90deg, #1626b4 38%, #0020f5);
  color: #fff;
}

.contact-form-section.design-contact {
  background-image: none;
  color: #000;
}

.design-form-heading {
  color: #fff;
  font-size: 3.2em;
  line-height: 1.3em;
  font-weight: 500;
}

.text-field {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #000;
}

.text-field:focus {
  border-bottom-color: #ff5959;
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field:-ms-input-placeholder {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field::-ms-input-placeholder {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field::placeholder {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-field.form-left-field {
  margin-right: 24px;
  padding-left: 0px;
  color: #000;
}

.field-label {
  padding-top: 24px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.field-label.design-form {
  color: #000;
}

.checkbox-label {
  padding-top: 6px;
  padding-left: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.checkbox {
  width: 18px;
  height: 18px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
}

.checkbox.w--redirected-checked {
  width: 18px;
  height: 18px;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  background-image: url('../images/checkbox-cross.svg');
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block {
  padding-top: 0px;
}

.error-message {
  margin-top: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 50px;
  background-color: #ff5959;
  color: #fff;
  text-align: center;
}

.success-message {
  margin-top: 32px;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
}

.contact-form-sidebar {
  margin-top: 156px;
  padding-left: 48px;
}

.contact-form-sidebar.social-media-icons {
  margin-top: 68px;
}

.design-form-text-block {
  max-width: 300px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.design-form-text {
  margin-bottom: 18px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-4 {
  margin-bottom: 18px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.image-27 {
  padding-right: 18px;
}

.link {
  border: 0px none #000;
  color: #fff;
  text-decoration: none;
}

.portfolio-modal-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
}

.portfolio-modal {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  display: none;
  width: 80vw;
  height: auto;
  min-height: 1652px;
  margin: 72px auto 42px;
  padding-bottom: 0px;
  border-radius: 6px;
  background-color: #fff;
}

.portfolio-modal.ovis {
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
  display: none;
}

.portfolio-modal.dna {
  top: 20%;
  display: none;
}

.portfolio-modal.hbc {
  top: 25%;
  display: none;
}

.portfolio-modal.isc {
  top: 40%;
  display: none;
}

.portfolio-modal.kpl {
  top: 35%;
  display: none;
}

.portfolio-modal.logos {
  top: 40%;
  display: none;
  min-height: 1375px;
}

.portfolio-modal-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 480px;
  padding: 18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-modal-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: 100%;
  padding-top: 0px;
  padding-left: 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal-project-headline {
  margin-top: 0px;
  margin-bottom: 32px;
  padding-top: 0px;
  font-size: 3.7em;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

.text-span-3 {
  font-family: Rubik, sans-serif;
  font-size: 0.4em;
  line-height: 0em;
  font-weight: 400;
}

.portfolio-modal-right {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  padding-right: 0px;
  padding-left: 42px;
}

.image-28 {
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-9 {
  width: 100%;
}

.image-29 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio-modal-image-section {
  width: 100%;
  height: auto;
  min-height: auto;
  margin-top: 42px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #d4d4d4;
  -o-object-fit: contain;
  object-fit: contain;
}

.portfolio-modal-caption {
  width: 100%;
  min-height: 128px;
}

.grid-6 {
  padding-top: 42px;
  padding-bottom: 42px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-14 {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 15px;
  padding-left: 60px;
}

.paragraph-3 {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 26px;
}

.close-modal {
  position: absolute;
  left: auto;
  top: -4%;
  right: -7%;
  bottom: auto;
  z-index: 13;
  overflow: hidden;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.image-30 {
  width: 80px;
  height: 80px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -o-object-fit: fill;
  object-fit: fill;
}

.open-project {
  padding-left: 18px;
  color: #ff5959;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.open-project.calvary-life {
  cursor: pointer;
}

.lightbox-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.mentor-tabs {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 90vw;
  min-height: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.mentor-tabs-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.mentor-tabs-content {
  position: fixed;
  left: 0%;
  top: -0.1%;
  right: 0px;
  bottom: 0%;
  z-index: 14;
  display: none;
  width: 100vw;
  height: 100vh;
  min-height: 920px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.mentor-tabs-link {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.mentor-tabs-link.w--current {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.mentor-tabs-pane {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.mentor-tabs-pane.spiritual {
  height: 100vh;
  min-height: 920px;
  background-color: #000;
}

.mentor-tabs-pane.creative {
  background-color: #0020f5;
  background-image: url('../images/blue-tile.svg');
  background-size: 125px;
}

.mentor-tabs-pane.professional {
  background-color: #f0eee3;
}

.container-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mentor-tabs-link-text {
  position: relative;
  padding-top: 18px;
  clear: none;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 400;
}

.mentor-tabs-link-icon {
  position: absolute;
}

.grid-7 {
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.mentor-tabs-link-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 290px;
  min-width: 290px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mentor-tabs-link-icon-dot {
  width: 220px;
  height: 220px;
}

.tabs-wrapper {
  position: relative;
  z-index: 15;
  display: none;
  width: 100%;
}

.tab-prev {
  position: fixed;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: 0%;
  z-index: 16;
  display: block;
  width: 60px;
  height: 90px;
  margin-top: 0%;
  margin-left: 2%;
}

.tab-next {
  position: fixed;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 0%;
  z-index: 16;
  display: block;
  width: 60px;
  height: 90px;
  margin-right: 2%;
}

.image-31 {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.tab-prev-image {
  position: static;
  margin-top: 16px;
  margin-left: 14px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.tab-next-image {
  margin-top: 16px;
  margin-right: 14px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.image-32 {
  height: 680px;
  max-width: 100%;
  padding-top: 48px;
  padding-bottom: 48px;
}

.image-33 {
  max-width: 75%;
  padding-top: 48px;
  padding-bottom: 48px;
}

.section-7 {
  display: none;
}

.close-tabs-wrapper {
  position: absolute;
  left: auto;
  top: -40%;
  right: -62px;
  bottom: 0%;
  z-index: 15;
  display: block;
  width: 60px;
  height: 60px;
  border-style: none;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0%;
  background-color: transparent;
  cursor: pointer;
}

.image-34 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  padding: 10px;
}

.image-35 {
  position: absolute;
  left: -10%;
  top: -13%;
  right: auto;
  bottom: auto;
  width: 240px;
  height: auto;
}

.image-36 {
  position: absolute;
  left: auto;
  top: auto;
  right: -10%;
  bottom: -13%;
  z-index: 2;
}

.section-8 {
  display: none;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-10 {
  display: none;
}

.form-block {
  color: #000;
}

.pixel-church_home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  max-height: 860px;
  max-width: none;
  min-height: auto;
  margin: 0px auto 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pixel-church-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 720px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pixel-church_home-bg.svg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-40 {
  margin-bottom: 0px;
  padding: 50px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image-41 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 10%;
}

.pixel-church-home-dots {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 37.5%;
  margin-right: 50px;
  margin-bottom: 0px;
  padding-right: 0.5%;
  padding-bottom: 0.5%;
}

.image-42 {
  display: block;
}

.image-43 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15%;
  opacity: 0.3;
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.link-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: none;
  margin-top: 50px;
  margin-left: 50px;
}

.image-44 {
  max-width: 85%;
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 20px;
}

.home-page-headline-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.homepage-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #0020f5;
  font-size: 8em;
  line-height: 0.9em;
  text-transform: uppercase;
}

.homepage-headline:hover {
  opacity: 1;
  color: #001ddb;
  text-shadow: 2px 2px 0 #d30000;
}

.div-block-11 {
  position: absolute;
  margin-top: 48px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.homepage-headline-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: none;
  min-height: 100%;
  min-width: 50%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.homepage-apparel {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-9 {
  height: 75%;
  min-width: 100%;
  margin-bottom: 0px;
  padding-right: 100px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: row;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-12 {
  height: 10%;
  min-height: auto;
  min-width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.homepage-apparel-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 50%;
  height: 25%;
  margin-right: 0px;
  padding-right: 50px;
  justify-items: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.homepage-apparel-button.border-button-orange {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-45 {
  height: 52px;
  padding-right: 12px;
}

.homepage-logo-animate {
  position: absolute;
  left: 4%;
  top: 4%;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 224px;
  height: 224px;
}

.pixel-church_logo-wave {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 224px;
  height: 224px;
  background-image: url('../images/pixelchurch_wave-shield-1.svg');
  background-position: 50% 50%;
  background-size: 180px;
  background-repeat: no-repeat;
}

.div-block-13 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 224px;
  height: 224px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100px;
  background-color: rgba(255, 89, 89, 0);
  box-shadow: 6px 6px 13px 3px rgba(42, 43, 121, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.link-block-2:hover {
  background-color: rgba(252, 0, 0, 0.44);
  box-shadow: 3px 3px 6px -1px rgba(42, 43, 121, 0.35);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.text-block-5 {
  padding-top: 0px;
  padding-right: 8px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.image-46 {
  width: 24px;
  margin-right: -24px;
  padding-right: 0px;
  padding-left: 16px;
}

.div-block-14 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  display: block;
  text-decoration: none;
}

.div-block-15 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75%;
  margin-top: 42px;
  margin-right: 12px;
  padding-top: 72px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.link-block-4 {
  width: 240px;
  height: 240px;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-47 {
  position: relative;
}

.div-block-16 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 20px;
  height: 56px;
  margin-right: 8px;
  margin-bottom: 36px;
}

.text-block-6 {
  padding-left: 8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.homepage-social {
  position: absolute;
  left: auto;
  top: 110px;
  right: 50px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-5 {
  padding-top: 18px;
}

.link-block-6 {
  padding-top: 18px;
}

.image-48 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-49 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 224px;
  height: 224px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-17 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-19 {
  position: absolute;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-50 {
  position: absolute;
  left: auto;
  top: 94%;
  right: 70%;
  bottom: 0%;
  z-index: 3;
  display: inline-block;
}

.image-51 {
  position: absolute;
  left: 41px;
  z-index: -1;
}

.image-52 {
  position: absolute;
  left: 1%;
  top: auto;
  right: auto;
  bottom: -28%;
  width: 42px;
}

.image-53 {
  position: absolute;
  left: auto;
  top: -2.5%;
  right: 11.5%;
  bottom: 0%;
  width: 160px;
  height: auto;
}

.image-54 {
  position: absolute;
  left: auto;
  top: 68%;
  right: 32%;
  bottom: 0%;
}

.text-span-4 {
  text-transform: none;
}

.form-block-2 {
  color: #fff;
}

.link-block-7 {
  width: 100%;
  height: 100%;
}

.nav-link-block {
  color: #2a2b79;
  text-decoration: none;
}

.nav-link-block:hover {
  color: #ff5959;
}

.social-link {
  width: 48px;
  height: 100%;
}

.mobile-design-hero-section {
  display: none;
}

.text-span-5 {
  font-size: 0.8em;
  line-height: 1em;
}

@media screen and (max-width: 991px) {
  .container.heart-section {
    display: block;
    height: 1200px;
  }
  .container.hero {
    width: 100vw;
  }
  .social-icons {
    min-width: 72px;
  }
  .image {
    position: relative;
  }
  .hero-text-grid {
    grid-row-gap: 8px;
  }
  .heading-3 {
    line-height: 1.1em;
    text-align: left;
  }
  .heading-4 {
    line-height: 1.2em;
  }
  .heart-section-left {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 50%;
    margin-top: 94px;
  }
  .heart-section-right {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -3%;
    z-index: -1;
    width: 100%;
    height: 50%;
  }
  .heart-section-text.right {
    top: 86px;
  }
  .heart-section-image {
    left: 9%;
    top: 55%;
  }
  .image-6 {
    z-index: 0;
    display: none;
  }
  .image-7 {
    display: none;
  }
  .shop-div {
    padding-left: 52px;
  }
  .design-div {
    padding-left: 72px;
  }
  .section-2 {
    background-size: cover;
  }
  .grid-3 {
    grid-row-gap: 57px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .apparel-slider {
    width: 42em;
  }
  .top-nav {
    position: absolute;
    z-index: 1;
    display: none;
  }
  .contact-form_left {
    width: 100%;
  }
  .contact-form_right {
    width: 100%;
  }
  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form-sidebar {
    margin-top: 42px;
    padding-left: 0px;
  }
  .contact-form-sidebar.social-media-icons {
    margin-top: 42px;
  }
  .design-form-text-block {
    max-width: 100%;
  }
  .mentor-tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mentor-tabs-content {
    display: block;
  }
  .mentor-tabs-link {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .container.heart-section {
    position: static;
    height: auto;
    max-height: 1200px;
    min-height: 1200px;
  }
  .callout-container {
    margin-bottom: 0px;
  }
  .heading-2 {
    font-size: 2.3em;
  }
  .heart-section-left {
    margin-top: 42px;
  }
  .heart-section-text.right {
    padding-left: 0px;
  }
  .creative-process-icons {
    width: 100%;
  }
  .apparel-intro-text {
    max-width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container-2 {
    max-width: 90vw;
  }
  .apparel-intro-h1 {
    font-size: 9em;
  }
  .apparel-intro-p {
    font-size: 1em;
  }
  .grid-3 {
    max-width: 100%;
    margin-bottom: 34px;
  }
  .apparel-slider {
    max-width: 80vw;
    margin-right: 0px;
  }
  .section-4 {
    display: none;
  }
  .top-nav {
    display: none;
  }
  .contact-form_left {
    padding-right: 0px;
  }
  .form-inline {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .form-checkbox {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .container.heart-section {
    max-height: none;
    min-height: 810px;
    margin-bottom: 0px;
  }
  .section {
    display: none;
  }
  .social-icons {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: auto;
    height: auto;
    min-width: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-bottom: 8px;
    padding-left: 8px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .fb-icon {
    position: static;
  }
  .callout-container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    background-size: auto 60%;
  }
  .callout-container.design {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-size: auto 80%;
  }
  .heading-2 {
    position: relative;
    top: -11px;
    margin-top: 18px;
    margin-bottom: 8px;
    padding-top: 0px;
    font-size: 1.3em;
  }
  .image {
    top: -8px;
    width: 140px;
    height: auto;
  }
  .callout {
    max-height: none;
    min-height: 150px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .heart-section-left {
    height: 40%;
    min-height: 480px;
    margin-top: 0px;
  }
  .heart-section-right {
    bottom: 0%;
    height: 47%;
  }
  .image-2 {
    padding-top: 216px;
  }
  .heart-section-text.left {
    position: relative;
    padding-right: 12px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .heart-section-text.right {
    top: auto;
    height: 295px;
    min-height: auto;
    padding-top: 42px;
  }
  .heading-5 {
    font-size: 2em;
  }
  .heading-6 {
    margin-top: -10px;
    font-size: 6em;
  }
  .heading-6.heart-right {
    font-size: 5em;
    line-height: 1em;
  }
  .image-5 {
    display: none;
  }
  .image-8 {
    display: none;
  }
  .image-9 {
    display: none;
  }
  .creative-process-icons {
    position: static;
    width: 100%;
    height: 111px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .image-10 {
    width: 25%;
    margin-right: 6px;
    margin-left: 6px;
  }
  .image-11 {
    width: 25%;
    margin-right: 6px;
    margin-left: 6px;
  }
  .image-12 {
    width: 25%;
    max-width: none;
    margin-right: 6px;
    margin-left: 6px;
  }
  .section-2 {
    height: auto;
    min-height: auto;
    margin-top: 12px;
    background-size: cover;
  }
  .apparel-intro-text {
    max-width: 90vw;
    padding-left: 0px;
  }
  .button {
    margin-top: 0px;
  }
  .apparel-intro-h1 {
    font-size: 5em;
    line-height: 1em;
  }
  .apparel-intro-p {
    margin-bottom: 12px;
    padding-top: 0px;
  }
  .grid-3 {
    margin-top: 35px;
    grid-row-gap: 27px;
  }
  .apparel-slider_mask {
    width: 100vw;
  }
  .apparel-slider_slide {
    width: 100vw;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }
  .apparel-slider {
    width: 100vw;
    max-width: none;
  }
  .top-nav {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: block;
    height: 100px;
    background-color: hsla(0, 0%, 100%, 0);
  }
  .container-4 {
    display: block;
    margin-top: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .div-block-6 {
    position: absolute;
    left: 0%;
    top: 3%;
    right: auto;
    bottom: auto;
    height: auto;
    max-width: 50%;
    min-height: auto;
    min-width: auto;
    padding-left: 12px;
  }
  .image-19 {
    max-height: none;
    max-width: 86%;
    margin-top: 0px;
    padding-top: 10px;
  }
  .nav-wrapper.design-page {
    right: 15px;
    width: 48px;
    height: 48px;
    margin-top: 12px;
  }
  .nave-menu {
    display: block;
  }
  .nav-link {
    color: #2a2b79;
  }
  .design-intro {
    max-width: 95%;
    padding: 12px 16px 52px;
    font-size: 2em;
  }
  .design-hero-right {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container-5 {
    padding-left: 0px;
  }
  .design-hero-left {
    display: none;
  }
  .design-hero-image {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .image-24 {
    width: 100%;
    max-height: none;
  }
  .invisible-visible-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .design-callout-section {
    position: relative;
    top: auto;
    min-height: 360px;
    margin-bottom: 0px;
  }
  .heading-10 {
    max-width: none;
    font-size: 2.6em;
    line-height: 1.2em;
  }
  .invisible-visible-dummy {
    display: none;
  }
  .invisible-visible-image {
    top: -14.5%;
    right: 50%;
    display: none;
    width: auto;
    height: 140px;
  }
  .heading-11 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 1.3em;
  }
  .text-span-2 {
    font-size: 0.6em;
  }
  .section-6 {
    display: none;
  }
  .portfolio-example-number.modal-project-number {
    width: 40px;
    height: 40px;
    border-width: 5px;
  }
  .portfolio-example-number-text {
    font-size: 1.6em;
  }
  .invisible-visible-content {
    margin-top: 18px;
  }
  .contact-form_right {
    min-height: auto;
  }
  .contact-form-section {
    margin-top: 0px;
  }
  .design-form-heading {
    font-size: 2em;
  }
  .portfolio-modal {
    display: block;
    width: 100vw;
    margin-top: 0px;
  }
  .portfolio-modal-hero {
    display: block;
    min-height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .portfolio-modal-left {
    width: 100%;
    min-height: auto;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-project-headline {
    margin-bottom: 18px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 2.9em;
  }
  .portfolio-modal-right {
    position: static;
    width: 100%;
    margin-top: 18px;
    padding-left: 0px;
  }
  .portfolio-modal-image-section {
    padding-right: 18px;
    padding-left: 18px;
    background-color: #fff;
  }
  .portfolio-modal-image-section.ovis-b {
    padding-right: 0px;
    padding-left: 0px;
  }
  .grid-6 {
    display: block;
    padding: 32px 18px 0px;
  }
  .heading-14 {
    padding-left: 0px;
  }
  .paragraph-3 {
    margin-top: 18px;
  }
  .image-36 {
    display: none;
  }
  .section-8 {
    display: block;
    min-height: 400px;
  }
  .container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    max-height: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-hero-left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 50%;
    height: 400px;
    max-height: 400px;
    min-height: auto;
    background-color: #ff5959;
  }
  .grid-8 {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    max-height: 260px;
    margin-top: 18px;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-column-gap: 0px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto minmax(30px, 1fr) auto;
    grid-template-rows: auto minmax(30px, 1fr) auto;
  }
  .design-button {
    position: relative;
    z-index: 2;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 50px;
    background-color: #ff5959;
  }
  .heading-15 {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-right: 24px;
    padding-left: 24px;
    color: #0020f5;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .heading-15.apparel {
    color: #ff5959;
  }
  .apparel-button {
    position: relative;
    z-index: 1;
    width: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #ff5959;
    border-radius: 50px;
    background-color: #fff;
  }
  .image-37 {
    width: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .mobile-hero-right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 400px;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url('../images/home-right-bg.svg');
    background-position: 0% 50%;
    background-size: cover;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .mobile-hero-buttons-wrapper {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-38 {
    max-width: none;
  }
  .container-11 {
    display: block;
  }
  .section-9 {
    display: none;
  }
  .section-9.mobile-design-hero {
    display: block;
    margin-top: auto;
  }
  .container-12 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-portfolio-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 80vw;
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-10 {
    display: block;
    width: 100vw;
  }
  .mobile-portfolio-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #000;
  }
  .mobile-portfolio-list-item.kpl {
    display: none;
  }
  .image-39 {
    position: relative;
    left: -8px;
    right: auto;
    width: 12px;
    height: auto;
    max-width: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .pixel-church_home {
    display: none;
  }
  .div-block-17 {
    width: 100%;
  }
  .image-50 {
    left: 25%;
    top: 33%;
    right: auto;
    bottom: auto;
    width: 32px;
    max-width: none;
  }
  .image-51 {
    left: 10%;
    top: 14%;
    right: auto;
    bottom: auto;
    width: 32px;
    max-width: none;
  }
  .image-53 {
    left: auto;
    top: 18%;
    right: 10%;
    bottom: auto;
    width: 60px;
    height: 60px;
  }
  .image-54 {
    position: static;
  }
  .nav-link-block {
    width: 100%;
  }
  .nav-link-block.mobile-portfolio {
    color: #000;
  }
  .mobile-design-hero-section {
    display: block;
    min-height: 580px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .div-block-21 {
    width: 100%;
    margin-top: 32px;
    padding-top: 0px;
    background-color: #2a2b79;
  }
  .image-55 {
    width: 140px;
    padding-top: 32px;
    padding-left: 16px;
  }
  .div-block-22 {
    position: absolute;
    margin-bottom: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .image-56 {
    width: 100px;
  }
  .section-11 {
    position: relative;
    width: 100%;
    height: auto;
  }
  .paragraph-4 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .link-block-8 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 12px;
    margin-right: 18px;
  }
  .div-block-23 {
    width: 40px;
    height: 40px;
  }
  .image-57 {
    overflow: hidden;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image-58 {
    overflow: hidden;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#w-node-026eda8a072b-96660f49 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-42c6ed166417-96660f49 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9b1433ef5998-96660f49 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9b1433ef5999-96660f49 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-9b1433ef59a2-96660f49 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-9b1433ef59a3-96660f49 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-9b1433ef59ae-96660f49 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a8fc1b566326-96660f49 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c839f40dd701-96660f49 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ed5b0cbe7ab0-96660f49 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-a3c2516b69a1-96660f49 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-0b37d84e99de-96660f49 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c9bc3bf7db5e-96660f49 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-ea203fc93f4d-96660f49 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-30e1ef18cdd1-96660f49 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-3a21b444de75-96660f49 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f885cf4412d2-96660f49 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-baaff07342e2-96660f49 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-77f5229aa436-96660f49 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-3e7d5a40c896-3e7a1e13 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-0a02bb750204-3e7a1e13 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-3a0cfbac400d-3e7a1e13 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-32aa0c1dd884-3e7a1e13 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-2c633afac00a-3e7a1e13 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-2c633afac00c-3e7a1e13 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-7d0bd070fc35-3e7a1e13 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-7d0bd070fc37-3e7a1e13 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-98e7c93433c4-3e7a1e13 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-98e7c93433c6-3e7a1e13 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c28d21cc404d-3e7a1e13 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c28d21cc404f-3e7a1e13 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-833606342e71-3e7a1e13 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-833606342e73-3e7a1e13 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e15b2fdfa4ee-3e7a1e13 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e15b2fdfa4f0-3e7a1e13 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bf7bcdcd90b3-3e7a1e13 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bf7bcdcd90b5-3e7a1e13 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-7f06e77a0d03-96660f49 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-7f06e77a0d03-96660f49 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

