@font-face {
  font-family: Helvetica Regular;
  src: url('../fonts/HelveticaNeueLt.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helvetica Light;
  src: url('../fonts/HelveticaNeue-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --black: black;
}

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

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

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

form {
  margin-bottom: 0;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  height: 120vh;
  margin-bottom: 110px;
  padding: 50px 15px;
}

.grid-parent {
  box-sizing: border-box;
  background-color: #f7f7f7;
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.intro-parent {
  flex-flow: row;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.num-txt {
  margin-top: 15px;
  margin-right: 15px;
  font-family: Helvetica Regular, sans-serif;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-1 {
  z-index: 999;
  color: #5d4fa8;
  font-family: PT Serif, serif;
  font-size: 18px;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 60px;
}

.link-2 {
  z-index: 999;
  color: #000;
  font-family: Helvetica Light, sans-serif;
  text-decoration: none;
  position: absolute;
  top: 90px;
  right: 60px;
}

.image {
  width: 10%;
  max-width: 10%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  overflow: auto;
}

.btn-parent {
  color: #000;
  border: 2px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  font-family: Helvetica Regular, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-txt-1, .btn-txt-2 {
  position: absolute;
}

.outer-parent {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.circle-parent {
  z-index: 1;
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
}

.tri {
  margin-left: 2px;
}

.circle-main {
  z-index: 0;
  background-color: #000;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
}

.seach-parent {
  cursor: pointer;
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #0006;
}

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

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

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

.search-button {
  z-index: 1;
  color: #0000;
  background-color: #0000;
  background-image: url('../images/mg.png');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  left: 6px;
}

.search-input {
  float: right;
  color: #d6d6d6;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 40px;
  width: 115px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Helvetica Light, sans-serif;
  font-size: 12px;
}

.search-2 {
  width: 100%;
  position: absolute;
  top: 3px;
}

.icon-parent {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tool-top {
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -28px 0% auto -10px;
}

.tool-tip-text {
  color: #fff;
  font-family: Helvetica Light, sans-serif;
  font-size: 10px;
}

.settings-parent {
  cursor: pointer;
  width: 40px;
  height: 26px;
  position: relative;
}

.setting-bar {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 8px;
  position: relative;
}

.settings-dot {
  background-color: #000;
  border-radius: 20px;
  width: 6px;
  height: 8px;
  position: absolute;
  top: -3px;
  left: 5px;
}

.settings-dot-1 {
  background-color: #000;
  border-radius: 20px;
  width: 6px;
  height: 8px;
  position: absolute;
  top: -3px;
  right: 5px;
}

.dot-parent {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  width: 40px;
  display: flex;
}

.dot {
  background-color: #000;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  margin-bottom: 6px;
}

.toggle-parent {
  cursor: pointer;
  background-color: #d8d8d8;
  border-radius: 50px;
  align-items: center;
  width: 55px;
  height: 28px;
  display: flex;
  position: relative;
}

.toggle-button {
  background-color: #8a8a8a;
  border-radius: 60px;
  width: 22px;
  height: 22px;
  margin-left: 3px;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.share-parent {
  background-color: #000;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
}

.share-parent.top {
  z-index: 1;
}

.share-parent-1 {
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

.text-parent {
  z-index: 4;
  position: relative;
}

.btn-txt-3 {
  font-family: Helvetica Regular, sans-serif;
  font-size: 16px;
}

.a-1 {
  background-color: #000;
  width: 18px;
  height: 2px;
  margin-left: 6px;
  position: absolute;
  inset: 10px 0% auto 60px;
}

.a-2 {
  background-color: #000;
  width: 8px;
  height: 2px;
  position: absolute;
  inset: 3px 0% auto auto;
  transform: rotate(-45deg);
}

.a-3 {
  background-color: #000;
  width: 8px;
  height: 2px;
  position: absolute;
  inset: auto 0% 3px auto;
  transform: rotate(45deg);
}

.btn-parent-txt {
  position: relative;
}

.body {
  color: #ac2b2b;
  background-color: #02071a;
  margin-right: 0;
  padding-bottom: 104px;
  padding-left: 50px;
  padding-right: 50px;
}

.link-4 {
  flex: 0 auto;
  width: 100px;
  margin: auto auto auto 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
  overflow: visible;
}

.link-6 {
  text-align: left;
  width: 100px;
  margin: auto 0 auto auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #5d4fa8;
  margin-left: 50px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
}

.nav-link-3 {
  color: #5d4fa8;
  margin-right: 50px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 700;
}

.section {
  flex-flow: column;
  padding-top: 25px;
  padding-bottom: 10px;
  display: flex;
}

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

.heading-2 {
  color: #8358e7;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: PT Mono, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
}

.heading-2.main-header {
  text-align: center;
}

.paragraph-1 {
  color: #492f85;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0 20px 20px;
  font-size: 28px;
  line-height: 40px;
  display: block;
}

.paragraph-1.about-paragraph {
  color: #dbccff;
  text-align: center;
  font-family: Helvetica Regular, sans-serif;
}

.paragraph-1.corporate-description {
  text-align: left;
  width: 75%;
  margin-left: 0;
  padding-left: 0;
  font-family: Helvetica Regular, sans-serif;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #af4343;
  background-image: url('../images/Screenshot-2025-09-09-at-21.16.08.png');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-4 {
  background-color: red;
  background-image: url('../images/Screenshot-2025-09-13-at-14.34.59.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 30px auto 15px;
  display: block;
}

.section-2.section-3 {
  margin-top: 15px;
}

.container-5 {
  background-color: #742f2f;
  background-image: url('../images/Screenshot-2025-09-07-at-23.19.33.png'), url('../images/Screenshot-2025-09-09-at-21.16.08.png');
  background-position: 50%, 50%;
  background-size: cover, cover;
  border-radius: 0;
  width: 50%;
  max-width: 100%;
  height: 100%;
}

.section-3 {
  width: 100%;
}

.text-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin: auto;
  font-family: PT Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  display: flex;
}

.div-block {
  background-color: #4f1d7559;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 6px #0003;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  font-family: PT Mono, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.video {
  width: 75%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.body-2 {
  color: #02071a;
  background-color: #02071a;
}

.section-4 {
  width: 100%;
  height: 100vh;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2 Area-3"
                 "Area-6 Area-5 Area-4"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.portfolio_card-wrapper {
  background-image: url('../images/portfolio_06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
  overflow: hidden;
}

.portfolio_card-wrapper.three {
  background-image: url('../images/portfolio_01.jpg');
}

.portfolio_card-wrapper.four {
  background-image: url('../images/portfolio_04.jpg');
}

.portfolio_card-wrapper.six {
  background-image: url('../images/portfolio_05.jpg');
}

.portfolio_card-wrapper.five {
  background-image: url('../images/portfolio_02.jpg');
}

.portfolio_card-wrapper.two {
  background-image: url('../images/portfolio_03.jpg');
}

.text-style-caps {
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
}

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

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

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

.margin-top.margin-medium {
  margin-top: 2rem;
}

.portfolio_icon-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-home {
  padding: 6.25rem 10vw;
}

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

.portfolio_into-wrapper {
  color: #333;
  background-color: #f7ede2;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 2.6rem;
  transition-property: none;
  display: flex;
  position: relative;
}

.portfolio_into-wrapper:hover {
  text-decoration: none;
}

.home_portfolio-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 200vh;
  display: grid;
}

.text-size-normal {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 ". Area"
                 ". ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: inline-grid;
}

.container-7 {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section-5 {
  width: 100%;
  margin-top: 25px;
}

.image-2 {
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}

.div-block-4 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% 0% auto auto;
}

.image-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
}

.body-3 {
  background-color: #02071a;
  padding-left: 50px;
  padding-right: 50px;
}

.collection-item {
  overflow: visible;
}

.div-block-6 {
  width: 25%;
  max-width: 25%;
  height: 100%;
  display: block;
}

.container-8 {
  width: 25%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-7 {
  position: static;
}

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

.macy-container {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-wrap: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 90vw;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  transition: all;
  display: grid;
}

.col {
  background-color: #fa8f8f;
  background-image: url('../images/ezgif-413ee35c6baf91.gif');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 29.3vw;
  height: 400px;
  display: flex;
}

.col.project-1 {
  background-size: cover;
}

.col.project-2 {
  background-image: url('../images/nmbrshire.gif');
  background-size: cover;
}

.col.project-4 {
  background-image: url('../images/Eye_gif_v1.gif');
  background-position: 50%;
  background-size: cover;
}

.col.project-3 {
  background-image: url('../images/batman-min.gif');
}

.col.project-5 {
  background-image: url('../images/bouma-min.gif');
}

.col.project-6 {
  background-image: url('../images/Bird-Goddess.png');
  background-position: 50% 100%;
  background-size: cover;
}

.col.project-7 {
  background-image: url('../images/orbisv2-min.gif');
  background-position: 0%;
  background-size: cover;
}

.col.project-8 {
  background-image: url('../images/cowhills-min.gif');
  background-size: cover;
}

.col.project-9 {
  background-image: url('../images/BadBitchBadIntentions.gif');
  background-position: 50%;
  background-size: cover;
}

.col.project-10 {
  background-image: url('../images/alone.gif');
  background-position: 50%;
  background-size: cover;
}

.col.project-11 {
  background-image: url('../images/nmbrsess.gif');
  background-position: 50% 0;
  background-size: cover;
}

.col.project-12 {
  background-image: url('../images/onder1dak.gif');
  background-size: cover;
}

.col.project-13 {
  background-image: url('../images/meetthestreet.gif');
  background-size: cover;
}

.col.project-14 {
  background-image: url('../images/numbeeskateboard-min.gif');
  background-position: 50% 100%;
  background-size: cover;
}

.col.project-15 {
  background-image: url('../images/madeforplay.gif');
  background-position: 50% 0;
  background-size: cover;
}

.heading-3 {
  color: #fff;
  flex: 0 auto;
}

.container-9 {
  max-width: 1200px;
  margin-left: 0;
  padding-bottom: 30px;
}

.image-5 {
  width: 100%;
}

.container-10 {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}

.container-11 {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.image-6 {
  width: 100%;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  margin-left: auto;
  margin-right: auto;
}

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

.nav-link-4 {
  color: #8358e7;
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 50px;
  font-family: PT Mono, sans-serif;
  font-size: 27px;
  line-height: 20px;
  text-decoration: none;
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.nav-link-5 {
  color: #8358e7;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 40px;
  font-family: PT Mono, sans-serif;
  font-size: 26px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #fff;
  text-decoration: underline;
}

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

.nav-link-5.w--current {
  text-decoration: none;
}

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

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

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

.navbar-logo-center-2 {
  z-index: 100;
  margin-top: 23px;
  position: static;
  inset: 0% 0% auto;
}

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

.text-block-3 {
  color: #492f85;
  font-family: Helvetica Regular, sans-serif;
  font-size: 20px;
}

@media screen and (min-width: 1920px) {
  .body {
    padding-right: 50px;
  }

  .macy-container {
    grid-auto-flow: row;
    max-width: 90vw;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 200vh;
  }

  .image {
    width: 15%;
    max-width: 25%;
  }

  .body {
    margin-right: 0;
  }

  .navbar-logo-center-container.shadow-three {
    width: 100%;
    font-size: 24px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .heading-2 {
    font-size: 100px;
    line-height: 100px;
  }

  .section-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-2 {
    text-align: center;
    line-height: 32px;
  }

  .portfolio_into-wrapper {
    padding-bottom: 7.5rem;
  }

  .home_portfolio-wrapper {
    flex-direction: column;
    min-height: auto;
    display: flex;
  }

  .div-block-4, .div-block-5 {
    width: 100%;
  }

  .macy-container {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .col {
    width: 100%;
    height: 350px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .icon {
    color: #fff;
    font-size: 40px;
  }

  .nav-link-5 {
    color: #191919;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
  }

  .menu-button-3 {
    padding: 12px;
    font-size: 24px;
    position: fixed;
    inset: 2% 2% auto auto;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .container-12 {
    max-width: 728px;
    font-size: 24px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
    font-size: 24px;
  }

  .navbar-logo-center-2 {
    font-size: 24px;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    font-size: 24px;
    top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 80px;
  }

  .link-1 {
    top: 100px;
  }

  .image {
    width: 20%;
  }

  .body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .section {
    padding-top: 50px;
  }

  .container-3 {
    width: 100%;
  }

  .container-4 {
    width: 100%;
    height: 100%;
  }

  .section-2 {
    flex-flow: column;
    height: 100vh;
  }

  .container-5 {
    width: 100%;
    height: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-parent {
    margin-top: 36px;
  }

  .link-1 {
    font-size: 11px;
    top: 40px;
    left: 20px;
  }

  .link-2 {
    font-size: 11px;
    top: 40px;
    right: 20px;
  }

  .image {
    width: 40%;
    max-width: 50%;
    display: block;
    overflow: auto;
  }

  .body {
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar-logo-center-container.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .section {
    padding-top: 25px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .paragraph-1 {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph-1.about-paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-1.corporate-description, .container-3, .container-4 {
    width: 100%;
  }

  .section-2 {
    flex-flow: column;
    height: 100vh;
  }

  .container-5 {
    width: 100%;
  }

  .text-block-2 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .portfolio_card-wrapper.six {
    padding: .625rem;
  }

  .section-home {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .portfolio_into-wrapper {
    padding: 1rem 1rem 6rem;
  }

  .image-4 {
    padding: 0;
  }

  .macy-container {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
  }

  .container-12 {
    max-width: none;
  }
}


@font-face {
  font-family: 'Helvetica Regular';
  src: url('../fonts/HelveticaNeueLt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helvetica Light';
  src: url('../fonts/HelveticaNeue-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}