:root {
  --buttercup: #ffc65f;
  --black: #000;
  --white: white;
  --blue: #4992b2;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-top: 32px;
}

.brand {
  cursor: pointer;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: -.03em;
  cursor: pointer;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.nav-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  padding-left: 28px;
  padding-right: 28px;
  line-height: 25px;
  transition: background-color .5s ease-in-out, color .5s ease-in-out;
}

.nav-link.nav-button:hover {
  opacity: 1;
  color: #000;
  background-color: #fff;
}

.nav-link.nav-button.hide-desktop {
  display: none;
}

.hero_container {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero {
  justify-content: center;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 5px;
  display: flex;
}

.image {
  border: 2px solid #000;
  border-radius: 20px;
  max-width: 100%;
  box-shadow: 5px 5px 0 1px #000;
}

.image.project-image {
  z-index: 1;
  object-fit: fill;
  width: 75%;
  position: relative;
}

.image.project-image.portrait {
  width: 50%;
}

.image.medal {
  width: 75%;
  max-width: none;
  height: auto;
}

.image.grow {
  width: 100%;
  max-width: 150%;
  margin-top: -157px;
  margin-bottom: 16px;
}

.hero-text-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 905px;
  margin-top: -14px;
  display: flex;
}

.video {
  margin-top: 50px;
  margin-bottom: 50px;
}

.image-2 {
  width: 100%;
  max-width: 1263px;
  height: auto;
  min-height: 0;
  max-height: 652px;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
}

.video-wrapper {
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_img {
  z-index: 1;
  vertical-align: middle;
  border: 2px solid #000;
  border-radius: 20px;
  width: 75%;
  max-width: none;
  height: auto;
  min-height: 0;
  position: relative;
}

.confetti {
  max-width: none;
  position: absolute;
  inset: 0% -27% auto auto;
}

.confetti-2 {
  width: 300px;
  max-width: none;
  position: absolute;
  top: 135px;
  bottom: 52px;
  left: -177px;
}

.about-us {
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.about-us-title {
  text-transform: none;
  justify-content: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
  position: relative;
  left: 104px;
}

.about-us-title.interests {
  text-align: left;
  justify-content: flex-start;
  display: block;
}

.box {
  background-color: var(--buttercup);
  border-radius: 20px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 308px;
  height: 276px;
  margin-right: 138px;
  display: flex;
  position: relative;
}

.about-text {
  border-radius: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 43px;
}

.text-wrapper {
  padding-left: 41px;
  position: relative;
}

.text-border {
  background-color: #000;
  border: 2px solid #000;
  height: 5%;
  position: absolute;
  top: 0%;
  left: 0;
  transform: translate(0, -50%);
}

.image-3 {
  position: absolute;
  bottom: -16px;
  right: 0%;
  transform: translate(100%);
}

.services {
  padding-top: 50px;
  padding-bottom: 40px;
}

.services-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
  display: flex;
}

.services-header-left {
  align-items: center;
  display: flex;
}

.text-block {
  letter-spacing: .095em;
  margin-left: 26px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 49px;
  position: static;
}

.border-horizontal {
  background-color: #000;
  width: 39px;
  height: 2px;
}

.primary-button {
  color: #000;
  cursor: pointer;
  border: 1.5px solid #000;
  border-radius: 21px;
  justify-content: space-between;
  padding: 12px 20px;
  font-weight: 500;
  line-height: 17.5px;
  text-decoration: none;
  transition: color .5s ease-in-out, background-color .5s ease-in;
  display: flex;
}

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

.body {
  color: #000;
  font-family: Readex Pro, sans-serif;
}

.button-icon {
  margin-left: 9px;
  display: flex;
}

.services-content {
  margin-left: 63px;
  position: relative;
}

.tabs {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.tab-link {
  background-color: #0000;
  border-bottom: 1px solid #8d8d8d57;
  margin-left: 30px;
  padding-top: 36px;
  padding-bottom: 40px;
  padding-left: 0;
}

.tab-link.w--current {
  background-color: #0000;
  border-bottom-color: #ffc900;
  padding-bottom: 40px;
}

.tab-link-title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 31.25px;
}

.tab-link-text {
  color: #2c2d31;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.tab-link-text.hide-desktop {
  display: none;
}

.tabs-content {
  width: 50%;
  overflow: visible;
}

.tab-line-nav {
  height: 110%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.image-4, .tab-pane {
  height: 100%;
}

.tab-pane-content {
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 0;
  display: flex;
}

.services-image-wrapper {
  position: relative;
}

.services-image-1 {
  z-index: 1;
  position: relative;
}

.services-image-2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.project {
  margin-left: 5%;
  padding-top: 0;
  padding-bottom: 138px;
  padding-right: 5%;
  position: relative;
}

.project-header {
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.project-content {
  margin-left: auto;
  margin-right: auto;
}

.project-image-wrapper {
  z-index: 1;
  border: 2px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.project-image-wrapper._3.img_up {
  margin-top: 0;
}

.project-image-wrapper._4 {
  border-style: none;
  position: relative;
}

.project-image-wrapper._4.portrait {
  justify-content: center;
  align-items: center;
  display: block;
}

.project-image-wrapper.moveup {
  margin-top: 0;
}

.project-item._1 {
  flex-direction: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.project-item._2, .project-item._3 {
  width: 100%;
  max-width: 596px;
}

.project-information {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-information.flex-vertical {
  max-width: 398px;
  display: block;
}

.project-title {
  color: #000;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 500;
  line-height: 36px;
}

.project-type-wrapper._2 {
  padding-top: 24px;
}

.project-type {
  background-color: #fff;
  border: 1.5px solid #000;
  margin-bottom: 12px;
  margin-right: 12px;
  padding: 8px 12px;
  font-weight: 500;
  line-height: 17px;
  display: inline-block;
}

.text-block-2 {
  text-transform: capitalize;
}

.project-row._1 {
  margin-bottom: 40px;
  padding-left: 65px;
  position: relative;
}

.project-row._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.project-row._3 {
  justify-content: flex-end;
  padding-right: 71px;
  display: flex;
}

.project-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.project-image-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(20px, -18px);
}

.project-line {
  z-index: -1;
  vertical-align: baseline;
  width: 33vw;
  max-width: 40%;
  display: block;
  position: absolute;
  top: 18%;
  left: 25%;
}

.project-line-2 {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(148px);
}

.awards {
  background-color: var(--buttercup);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 40px;
  padding-bottom: 0;
  display: none;
}

.branding-content {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.branding-title {
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 69px;
}

.brands-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 39px;
  display: flex;
}

.brand-images-wrapper {
  margin-left: 40px;
}

.project-line-3 {
  z-index: -1;
  display: block;
  position: absolute;
  top: -40%;
  left: -32%;
  transform: translate(148px);
}

.slider-container {
  margin-top: 108px;
  margin-bottom: 80px;
  overflow: hidden;
}

.right-arrow, .left-arrow {
  display: none;
}

.slide {
  width: 33.333%;
}

.mask {
  background-color: #0000;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.slider {
  background-color: #fff;
  align-items: center;
  height: auto;
}

.slide-nav {
  z-index: 5;
  background-color: #0000;
  justify-content: flex-end;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: -74px;
  right: 0;
}

.slider-header {
  margin-bottom: 39px;
}

.slider-title {
  margin-bottom: 2px;
  font-size: 44px;
  line-height: 65px;
}

.slider-sub-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 45px;
}

.slider-image {
  width: 100%;
  height: 100%;
}

.slider-image-wrapper {
  border: 2px solid #000;
  margin-bottom: 24px;
  overflow: hidden;
}

.blog-title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
  line-height: 39.1px;
}

.blog-type {
  margin-bottom: 2px;
  font-weight: 300;
}

.blog-link {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 146px;
  padding-bottom: 9px;
  font-size: 20px;
  font-weight: 300;
  line-height: 39.1px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-link-text {
  margin-right: 20px;
}

.cta {
  background-color: #23a094;
  background-image: none;
  background-size: auto;
  height: 444px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-images-1 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cta-images {
  position: absolute;
}

.cta-images._2 {
  top: 10%;
  left: 5%;
}

.cta-images._3 {
  top: 26px;
  right: 4%;
}

.cta-images._1 {
  bottom: 25%;
  left: 25%;
}

.cta-images._4 {
  bottom: 0;
  right: 0;
}

.cta-images._5 {
  bottom: 15%;
  right: 18%;
}

.cta-images._6 {
  bottom: 42%;
  right: 24%;
}

.cta-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 112px 70px;
  display: flex;
  position: relative;
}

.cta-title-wrapper {
  max-width: 899px;
  margin-bottom: 48px;
  position: relative;
}

.cta-title {
  z-index: 5;
  color: #fff;
  text-align: center;
  font-size: 51px;
  font-weight: 500;
  line-height: 64px;
  position: relative;
}

.secondary-button {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  justify-content: space-between;
  padding: 5px 20px;
  font-size: 22px;
  line-height: 39.1px;
  text-decoration: none;
  transition: background-color .5s ease-in-out, color .5s ease-in-out;
  display: flex;
}

.secondary-button:hover {
  color: #fff;
  background-color: #000;
}

.footer {
  background-color: var(--black);
  color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
}

.footer-brand {
  cursor: pointer;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.label {
  color: #7c7f87;
  margin-bottom: 10.5px;
  font-size: 16px;
  font-weight: 300;
}

.address {
  font-size: 20px;
  line-height: 25.6px;
}

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

.footer-nav-link {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 18px;
  font-size: 41px;
  line-height: 51.25px;
  text-decoration: none;
}

.services-nav {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-label {
  color: #7c7f87;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 21.25px;
}

.services-link {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
  margin-bottom: 14px;
  font-size: 19px;
  font-weight: 300;
  line-height: 23.75px;
}

.copyright-section {
  border-top: 1px solid #fff;
  padding-top: 36px;
  padding-bottom: 36px;
  font-size: 14px;
  overflow: hidden;
}

.copyright-label {
  color: #7c7f87;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 300;
}

.email-wrapper {
  display: flex;
}

.email {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  cursor: pointer;
  margin-right: 20px;
  font-size: 16px;
}

.privacy {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  letter-spacing: .02em;
  cursor: pointer;
  font-size: 16px;
}

.footer-column-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social-link-wrappers {
  margin-left: -7px;
  margin-right: -7px;
}

.social-link {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 42px;
  height: 42px;
  margin-left: 7px;
  margin-right: 7px;
}

.social-link:hover {
  opacity: .7;
}

.nav-menu-wrapper {
  display: flex;
}

.video-section, .gallery {
  overflow: hidden;
}

.line-3 {
  position: absolute;
  top: -41px;
  left: -49px;
}

.line-3-right {
  position: absolute;
  top: -41px;
  right: -49px;
}

.slide-content {
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}

.border-bottom {
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  border-bottom: 1px solid #000;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.services-section {
  overflow: hidden;
}

.about_-me {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.video-button {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project-image-container {
  justify-content: flex-start;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.project-image-container.center {
  display: flex;
}

.bg-yellow {
  background-color: var(--buttercup);
  border: 2px solid #000;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bg-yellow.portrait {
  width: 50%;
}

.bg-yellow.portrait.center {
  justify-content: center;
  width: 50%;
  display: flex;
}

.project-image-container-2 {
  margin-bottom: 30px;
  position: relative;
}

.bg-green-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-green-1 {
  background-color: var(--buttercup);
  vertical-align: middle;
  border: 2px solid #000;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: auto auto 0%;
}

.bg-green-1.yellow {
  border-radius: 20px;
  width: 75%;
}

.bold-text {
  font-weight: 400;
}

.logo_text {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.logo_text.white {
  color: var(--white);
  font-size: 4em;
}

.hero_paragraph {
  text-align: center;
  margin-top: 40px;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.4em;
  display: none;
}

.hero_heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 5em;
  font-weight: 500;
}

.hero_heading.hello {
  color: var(--buttercup);
  margin-bottom: 122px;
  font-size: 20em;
}

.hero_heading.hello.black {
  color: var(--black);
  position: absolute;
  inset: 0%;
}

.quick-stack-2 {
  background-color: #0000;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.image-7 {
  vertical-align: middle;
  border: 2px solid #000;
}

.image-8, .image-9 {
  border: 2px solid #000;
}

.lottie-animation {
  width: 700px;
  position: relative;
}

.achievement-stats {
  justify-content: space-between;
  width: 70%;
  display: flex;
}

.single-achievement {
  width: 80%;
}

.text-style-h3 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.text-style-h3.text-color-rich-green {
  width: 60%;
}

.spacer-50px {
  height: 3.125rem;
}

.line {
  background-color: #1d3103;
  height: 1px;
  margin-top: .5rem;
}

.achievement-name {
  width: 40%;
}

.achievement-name.number {
  justify-content: flex-end;
  display: flex;
}

.spacer-100px {
  height: 6.25rem;
}

.materials-bottom {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 60px;
  margin-right: 5%;
  display: flex;
}

.single-achievement-wrapper {
  justify-content: space-between;
  width: 125%;
  display: flex;
}

.section-2 {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.materials-top {
  width: 620px;
}

.padding-global {
  padding-left: 5rem;
  padding-right: 5rem;
  display: block;
}

.text-style-display-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 1;
}

.margin-global {
  padding-top: 4rem;
  padding-bottom: 0;
}

.single-achievement-wrapper-2 {
  justify-content: space-between;
  display: flex;
}

.hero-heading-left {
  background-color: var(--buttercup);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

.shadow-two {
  border: 2px solid #000;
  border-radius: 20px;
  width: 100%;
  max-width: none;
  box-shadow: 5px 5px #000;
}

.interests_title {
  margin-bottom: 40px;
  font-size: 60px;
}

.about_container {
  justify-content: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

.collection-list {
  column-count: 3;
  white-space: pre-line;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-bottom: 25px;
  display: block;
}

.collection-item {
  cursor: pointer;
  width: 100%;
  padding-top: 25px;
  position: relative;
}

.collection-list-wrapper-2 {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 2px #000;
}

.collection-list-2 {
  outline-offset: 0px;
  outline: 3px #000;
}

.collection-item-2 {
  border-radius: 20px;
  justify-content: center;
  display: block;
}

.image-10 {
  vertical-align: baseline;
  border: 2px solid #000;
  border-radius: 20px;
  margin-bottom: 25px;
  display: block;
}

.masonry_img {
  column-count: auto;
  border: 2px solid #000;
  border-radius: 20px;
  column-gap: 18px;
  margin-bottom: 30px;
  display: block;
}

.masonry_grid {
  column-count: 2;
  column-gap: 29px;
}

.img_text {
  text-align: center;
  flex-flow: column;
  width: 75%;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.img_text._75 {
  width: 60%;
}

.italic {
  font-style: italic;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-11 {
  width: 50%;
}

.image-12 {
  width: 40%;
  max-width: 25em;
}

.hero_logo {
  width: 50%;
}

.footer_logo {
  width: 70%;
}

.phtography {
  column-count: 2;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px 100px;
}

.photo {
  column-count: 2;
  margin-top: 0;
  margin-bottom: 20px;
}

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

  .nav-link.nav-button {
    margin-right: 20px;
  }

  .hero_container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero {
    padding-top: 70px;
    padding-bottom: 45px;
  }

  .video {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image-2 {
    transform: translate(10px, 10px);
  }

  .about-us {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }

  .box {
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 0;
  }

  .services {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .services-header {
    margin-bottom: 80px;
  }

  .services-content {
    margin-left: 0;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .tab-link {
    margin-left: 8px;
    margin-right: 8px;
    padding-right: 0;
  }

  .tab-link-title {
    font-size: 20px;
    line-height: 26px;
  }

  .tabs-content {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .tab-line-nav {
    perspective-origin: 0 0;
    transform-origin: 0 0;
    height: 90vw;
    top: 0%;
    left: 0;
    transform: rotate(-90deg)translate(0%);
  }

  .image-4 {
    margin-top: -20px;
    padding-left: 0;
  }

  .tab-pane-content {
    flex-direction: column;
    padding-left: 0;
  }

  .project-row._1 {
    padding-left: 35px;
  }

  .project-line {
    width: auto;
    max-width: 100%;
    height: 62%;
  }

  .project-line-2 {
    width: 80%;
    transform: translate(25%, -25%);
  }

  .awards {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .branding-title {
    line-height: 48px;
  }

  .brands-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brand-images-wrapper {
    margin-left: 0;
  }

  .project-line-3 {
    width: 70%;
    top: -40%;
    left: -14%;
    transform: translate(2%, 16%);
  }

  .slide {
    width: 50%;
  }

  .slider-title {
    margin-bottom: 10px;
  }

  .cta {
    height: auto;
    min-height: 444px;
  }

  .cta-images._2 {
    width: 80px;
    height: 80px;
    top: 4%;
    left: 17%;
  }

  .cta-images._3 {
    right: 14%;
  }

  .footer {
    padding-top: 80px;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 2px solid #000;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .icon {
    color: #000;
  }

  .project-image-container {
    position: relative;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .collection-list {
    column-count: 2;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

  .navbar-container {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .hero_container {
    padding-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .image {
    object-fit: cover;
  }

  .image.margin {
    margin-bottom: 40px;
  }

  .video {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .image-2 {
    transform: translate(8px, 8px);
  }

  .confetti {
    width: 35vw;
    top: -21%;
  }

  .confetti-2 {
    width: 35vw;
    bottom: 19%;
  }

  .about-us {
    align-items: center;
  }

  .about-us-title {
    margin-right: 0;
    font-size: 32px;
    line-height: 38px;
  }

  .box {
    justify-content: center;
    width: 200px;
    height: 100px;
    margin-bottom: 69px;
  }

  .image-3 {
    perspective-origin: 50%;
    transform-origin: 50%;
    display: block;
    bottom: 0;
    left: 0;
    right: auto;
    transform: rotate(75deg)translate(10%, 115%);
  }

  .services-header {
    margin-bottom: 70px;
  }

  .tabs-menu {
    justify-content: space-between;
  }

  .tab-link {
    padding-bottom: 24px;
  }

  .tab-link-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .tab-link-text.hide-desktop {
    text-align: center;
    margin-bottom: 37px;
    display: block;
  }

  .tab-link-text.hide-mobile {
    display: none;
  }

  .services-image-2 {
    transform: translate(0);
  }

  .project {
    padding-bottom: 70px;
  }

  .project-header {
    margin-bottom: 40px;
  }

  .project-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .project-item._2, .project-item._3 {
    max-width: 100%;
  }

  .project-information {
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .project-information.flex-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-type-wrapper._2 {
    padding-top: 0;
  }

  .project-row._1 {
    padding-left: 0;
  }

  .project-row._2 {
    flex-direction: column;
    margin-bottom: 50px;
    display: flex;
  }

  .project-row._3 {
    padding-right: 16px;
    position: relative;
  }

  .project-line {
    height: 65%;
    top: 15%;
  }

  .project-line-2 {
    transform: translate(25%, -28%);
  }

  .awards {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brand-images-wrapper {
    margin-left: 0;
  }

  .project-line-3 {
    top: -35%;
  }

  .slide {
    width: 100%;
  }

  .slider-title {
    text-align: center;
    margin-bottom: 16px;
  }

  .slider-sub-title {
    font-weight: 300;
  }

  .slider-image-wrapper {
    height: 75vw;
  }

  .blog-type {
    font-weight: 300;
  }

  .cta-images-1 {
    left: -89px;
  }

  .cta-images._2 {
    left: 20%;
  }

  .cta-images._3 {
    width: 70px;
    height: 70px;
    right: 23%;
  }

  .cta-images._4 {
    right: -34px;
  }

  .secondary-button {
    font-weight: 300;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-wrapper {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-brand {
    justify-content: center;
    display: flex;
  }

  .footer-nav {
    justify-content: center;
    align-items: center;
  }

  .services-label {
    letter-spacing: .17em;
  }

  .copyright-section {
    padding-bottom: 36px;
  }

  .copyright-label {
    letter-spacing: .02em;
  }

  .nav-menu {
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .hero_heading {
    margin-bottom: 0;
    line-height: 1.2em;
  }

  .achievement-stats, .single-achievement {
    width: 100%;
  }

  .single-achievement-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-style-display-2.text-color-rich-green {
    font-size: 4rem;
  }

  .margin-global {
    padding-bottom: 1rem;
  }

  .single-achievement-wrapper-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
  }

  .hero-heading-left {
    margin-left: auto;
    margin-right: auto;
    padding: 60px 15px;
  }

  .hero-split {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list {
    column-count: 2;
  }

  .collection-item {
    padding-top: 15px;
  }

  .img_text.margin {
    margin-bottom: 20px;
  }

  .phtography {
    column-count: 1;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 16px;
  }

  .navbar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.nav-button.hide-desktop {
    display: inline-block;
  }

  .nav-link.nav-button.hide-mobile {
    display: none;
  }

  .hero_container {
    text-align: center;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .image {
    vertical-align: top;
    display: inline-block;
  }

  .image.medal {
    width: 100%;
  }

  .image.grow, .hero-text-container {
    margin-top: 0;
  }

  .video {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .image-2 {
    transform: translate(5px, 5px);
  }

  .hero_img {
    width: 100%;
  }

  .about-us {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about-us-title {
    margin-right: auto;
    left: auto;
  }

  .box {
    justify-content: center;
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
  }

  .about-text {
    text-align: center;
    font-size: 20px;
  }

  .text-wrapper {
    padding-left: 20px;
  }

  .services-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .services-header-left {
    margin-bottom: 20px;
  }

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

  .tab-line-nav {
    display: none;
  }

  .project {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 50px;
    display: flex;
  }

  .project-header {
    margin-bottom: 24px;
  }

  .project-image-wrapper {
    margin-top: 24px;
  }

  .project-image-wrapper._3.img_up {
    margin-top: 40px;
  }

  .project-image-wrapper.moveup {
    margin-top: 20px;
  }

  .project-item._2 {
    justify-content: flex-start;
    align-items: center;
  }

  .project-row._1 {
    margin-bottom: 0;
  }

  .project-row._2 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    margin-bottom: 0;
  }

  .project-line {
    max-width: none;
    height: 70%;
    display: none;
    top: 10%;
    left: -4%;
  }

  .project-line-2 {
    display: none;
  }

  .awards {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .branding-title {
    font-size: 26px;
    line-height: 32px;
  }

  .brands-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .brand-images-wrapper {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-line-3 {
    display: none;
    top: -22%;
  }

  .slider-container {
    margin-top: 40px;
  }

  .slide-nav {
    top: -43px;
  }

  .slider-title {
    text-align: center;
    font-size: 44px;
    line-height: 48px;
  }

  .slider-sub-title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 26px;
    line-height: 35px;
  }

  .slider-image {
    width: 100%;
  }

  .blog-info-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-title {
    text-align: center;
  }

  .cta-images._2 {
    width: 70px;
    height: 70px;
    top: 6%;
    left: 3%;
  }

  .cta-images._3 {
    width: 60px;
    height: 60px;
    right: 5%;
  }

  .cta-images._1 {
    bottom: 21%;
    left: 9%;
  }

  .cta-images._5 {
    bottom: 18%;
    right: 11%;
  }

  .cta-images._6 {
    right: 7%;
  }

  .cta-content {
    padding: 60px 16px;
  }

  .cta-title {
    font-size: 41px;
    line-height: 53px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    padding-left: 40px;
    display: flex;
  }

  .footer-nav {
    text-align: center;
    align-items: center;
  }

  .footer-nav-link {
    font-size: 32px;
    line-height: 41px;
  }

  .copyright-label {
    text-align: center;
  }

  .footer-column-2 {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .social-link-wrappers {
    justify-content: center;
    display: flex;
  }

  .nav-menu {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-5 {
    width: 120px;
  }

  .line-3, .line-3-right {
    display: none;
  }

  .project-image-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 0;
    display: block;
  }

  .bg-yellow {
    display: none;
    inset: 0%;
  }

  .bg-green-1 {
    width: 100%;
  }

  .logo_text.white {
    color: var(--white);
    text-align: center;
    font-size: 50px;
    text-decoration: none;
  }

  .hero_heading {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 3em;
    line-height: 1em;
  }

  .lottie-animation {
    justify-content: center;
    width: 150%;
    display: flex;
  }

  .achievement-stats {
    width: 100%;
  }

  .text-style-h3.text-color-rich-green {
    text-align: left;
    font-size: 1.4rem;
  }

  .achievement-name {
    align-self: flex-end;
    width: 100%;
    display: flex;
  }

  .materials-bottom {
    align-items: flex-end;
  }

  .single-achievement-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
  }

  .materials-top {
    width: auto;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: hidden;
  }

  .text-style-display-2.text-color-rich-green {
    font-size: 4rem;
  }

  .margin-global {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
  }

  .single-achievement-wrapper-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .interests_title {
    text-align: center;
    line-height: 60px;
  }

  .div-block {
    justify-content: center;
    display: flex;
  }

  .collection-list {
    column-count: 2;
  }

  .collection-item {
    padding-top: 12px;
  }

  .hero_logo, .footer_logo {
    width: 100%;
  }
}

#w-node-_01f8c1ba-9780-f12b-37a8-80f631e6014b-3a3ce916 {
  justify-self: auto;
}

#w-node-_96701f3c-2b1c-1f82-5648-af585ef401c4-5ef401c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_96701f3c-2b1c-1f82-5648-af585ef401c4-5ef401c1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_96701f3c-2b1c-1f82-5648-af585ef401c7-5ef401c1 {
    justify-self: center;
  }
}


