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

body {
  background-color: #fdedf4;
  font-family: Helveticanowtext, sans-serif;
  color: #333;
  font-size: 1.3vw;
  line-height: 1.3;
}

.navigation-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  height: 60px;
  border-style: solid;
  border-width: 2px 0px 2px 2px;
  border-color: #000;
  background-color: transparent;
  box-shadow: 0 25px 40px 0 rgba(28, 28, 28, 0.1);
}

.container {
  position: relative;
  height: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container.credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.container.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.center {
  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;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

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

.nav-link {
  margin-left: 40px;
  -webkit-transition: color 500ms cubic-bezier(.23, 1, .32, 1);
  transition: color 500ms cubic-bezier(.23, 1, .32, 1);
  color: #1c1c1c;
  font-size: 0.7em;
  text-decoration: none;
}

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

.nav-link.w--current {
  color: #e64691;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid #000;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.scroll-circle-container {
  position: fixed;
  left: auto;
  top: auto;
  right: 5vh;
  bottom: 5vh;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 10vw;
  padding: 5px;
  -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: 2px solid transparent;
  border-radius: 100px;
  -webkit-transition: border-color 500ms cubic-bezier(.23, 1, .32, 1), box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
  transition: border-color 500ms cubic-bezier(.23, 1, .32, 1), box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
}

.scroll-circle-container:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #1c1c1c;
  box-shadow: 0 25px 40px 0 rgba(28, 28, 28, 0.1);
}

.scroll-text-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.scroll-to-top-bottom-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 50px;
  -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;
}

.scroll-down {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
}

.scroll-up {
  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-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top-width: 2px;
  border-top-color: #1c1c1c;
  background-color: #fdedf4;
}

.section-divider {
  width: 100%;
  height: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #1c1c1c;
}

.grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-main {
  max-width: 80ch;
  color: #1c1c1c;
  font-size: 0.8em;
}

.collaboration {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 2px solid #1c1c1c;
}

.grid-2 {
  margin-bottom: 40px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.brand-container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -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-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 500ms cubic-bezier(.23, 1, .32, 1);
  transition: -webkit-filter 500ms cubic-bezier(.23, 1, .32, 1);
  transition: filter 500ms cubic-bezier(.23, 1, .32, 1);
  transition: filter 500ms cubic-bezier(.23, 1, .32, 1), -webkit-filter 500ms cubic-bezier(.23, 1, .32, 1);
}

.brand-container-2:hover {
  -webkit-filter: none;
  filter: none;
}

.brand-name {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  font-family: Helveticanowtext, sans-serif;
  color: #1c1c1c;
  font-size: 0.6em;
}

.brand-image {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 170px;
}

.brand-image.dstv {
  width: 180px;
}

.brand-image.kia {
  width: 160px;
}

.brand-image.guess {
  width: 80px;
}

.brand-image.ff {
  width: 120px;
}

.work {
  position: relative;
  width: 100vw;
  height: auto;
  padding-top: 0px;
  padding-bottom: 20px;
}

.scroll-progress-indicator {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 15;
  width: 100vw;
  height: 4px;
  margin-top: -2px;
  background-color: #e64691;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.work-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: padding 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.open-close-trigger {
  position: relative;
  overflow: hidden;
  width: 60%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
  box-shadow: 18px 18px 40px 0 rgba(28, 28, 28, 0.2);
  -webkit-transition: width 500ms cubic-bezier(.23, 1, .32, 1);
  transition: width 500ms cubic-bezier(.23, 1, .32, 1);
  cursor: pointer;
}

.image-container {
  width: 100%;
  height: 100%;
  background-color: #e64691;
}

.work-heading {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Canela, sans-serif;
  color: #1c1c1c;
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.work-number {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  font-size: 0.6em;
  line-height: 1.3;
}

.next-prev-container {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.prev.padding {
  margin-bottom: 0px;
}

.continuation-text {
  font-family: Helveticanowtext, sans-serif;
  color: #1c1c1c;
  font-size: 0.6em;
}

.up {
  width: 15px;
  margin-left: 20px;
}

.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
  text-decoration: none;
}

.down {
  width: 15px;
  margin-left: 20px;
}

.plus-cross-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.plus-icon {
  width: 20px;
}

.plus-icon.social {
  width: 30px;
}

.explore-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  -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;
}

.explore-text {
  font-family: Helveticanowtext, sans-serif;
  color: #1c1c1c;
  font-size: 0.6em;
}

.arrow-icon {
  width: 30px;
}

.foundation {
  padding-top: 60px;
  padding-bottom: 100px;
  border-top: 2px solid #1c1c1c;
}

.scroll-wrap {
  overflow: hidden;
  width: 100vw;
  margin-top: 0px;
  margin-bottom: 0px;
}

.scroll-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  -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;
}

.scroll-container.top {
  margin-left: 350px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.scroll-container.bottom {
  margin-left: -250px;
}

.ggt-text {
  margin-right: 20px;
  margin-left: 20px;
  font-family: Canela, sans-serif;
  color: #1c1c1c;
  font-size: 4em;
  line-height: 1.3;
  font-weight: 100;
  text-transform: uppercase;
  white-space: nowrap;
}

.pink-text-span {
  color: #e64691;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 2px solid #1c1c1c;
}

.button-main {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #1c1c1c;
  -webkit-transition: box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
  font-size: 0.8em;
}

.button-main:hover {
  box-shadow: 0 25px 40px 0 rgba(28, 28, 28, 0.3);
}

.social-container {
  width: 100%;
  margin-top: 20px;
}

.social-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  -webkit-transition: color 500ms cubic-bezier(.23, 1, .32, 1), background-color 500ms cubic-bezier(.23, 1, .32, 1), padding 500ms cubic-bezier(.23, 1, .32, 1), box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
  transition: color 500ms cubic-bezier(.23, 1, .32, 1), background-color 500ms cubic-bezier(.23, 1, .32, 1), padding 500ms cubic-bezier(.23, 1, .32, 1), box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
  color: #1c1c1c;
  text-decoration: none;
  cursor: pointer;
}

.social-trigger:hover {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fdedf4;
  box-shadow: 0 25px 40px 0 rgba(28, 28, 28, 0.1);
  color: #e64691;
}

.social-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-size: 0.8em;
}

.social-media-container {
  position: relative;
  width: 100%;
  height: auto;
}

.social-embed {
  position: relative;
  width: 100%;
  height: 0%;
}

.credit-section {
  position: relative;
  z-index: 6;
  display: block;
  width: 100vw;
  height: 30px;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c1c1c;
}

.credit-text {
  margin-top: 0px;
  font-family: Helveticanowtext, sans-serif;
  color: #fdedf4;
  font-size: 0.5em;
}

.credit-link {
  color: #fdedf4;
}

.image-panel {
  position: relative;
  width: 50%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 0 25px 40px -10px rgba(28, 28, 28, 0.5);
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.hero-content-panel {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 100px;
  -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;
}

.hero-social-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-social-link {
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: color 500ms cubic-bezier(.23, 1, .32, 1);
  transition: color 500ms cubic-bezier(.23, 1, .32, 1);
  color: #1c1c1c;
  font-size: 0.6em;
  text-decoration: none;
}

.hero-social-link:hover {
  color: #e64691;
}

.page-embed {
  position: absolute;
  background-color: transparent;
}

.forte {
  margin-top: 120px;
  margin-bottom: 120px;
}

.forte.last {
  margin-bottom: 40px;
}

.work-content-conatiner {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.half-divider {
  width: 100%;
  height: 2px;
  margin-bottom: 40px;
  background-color: #1c1c1c;
}

.hero-image-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: 100%;
  background-image: url('../images/AneleWebSmall61.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image-container._2 {
  display: none;
  background-image: url('../images/AneleWebSmall75.jpg');
}

.hero-image-container._3 {
  display: none;
  background-image: url('../images/MAVERICK-SEIZURE-_10.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.asterisk {
  margin-top: -40px;
  color: #fadae9;
  font-size: 5em;
  line-height: 0.5;
}

.hero-content {
  position: absolute;
}

.hero-content._1 {
  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;
}

.button-secondary {
  position: relative;
  z-index: 5;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #e64691;
  -webkit-transition: box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
  transition: box-shadow 500ms cubic-bezier(.23, 1, .32, 1);
  font-size: 0.8em;
}

.button-secondary:hover {
  box-shadow: 0 25px 40px 0 rgba(230, 70, 145, 0.4);
}

.work-image-1 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
}

.work-image-2 {
  position: relative;
  z-index: 10;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work-image-3 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work-image-4 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.work-image-5 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
}

.particles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-style: solid;
  border-width: 2px 0px 2px 2px;
  border-color: #1c1c1c;
}

.fade-up2 {
  max-width: 80ch;
  color: #1c1c1c;
  font-size: 0.8em;
}

.fade-up1 {
  overflow: hidden;
  font-family: Canela, sans-serif;
  color: #e64691;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: none;
}

.fade-up1.tricks {
  margin-top: 0px;
}

.fade-up3 {
  overflow: hidden;
  font-family: Canela, sans-serif;
  color: #1c1c1c;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: none;
}

.fade-up {
  overflow: hidden;
  font-family: Canela, sans-serif;
  color: #1c1c1c;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: none;
}

.fade-up.tricks._2 {
  display: none;
}

.fade-up4 {
  overflow: hidden;
  font-family: Canela, sans-serif;
  color: #e64691;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: none;
}

.fade-up4.tricks {
  margin-top: 0px;
}

.fade-up5 {
  overflow: hidden;
  font-family: Canela, sans-serif;
  color: #1c1c1c;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: none;
}

.fade-up6 {
  overflow: hidden;
  font-family: Canela, sans-serif;
  color: #e64691;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: none;
}

.fade-up6.tricks {
  margin-top: 0px;
}

.fade-up7 {
  overflow: hidden;
  font-family: Canela, sans-serif;
  color: #1c1c1c;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: none;
}

.fade-upv1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 70px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Canelaweb, sans-serif;
  color: #fff;
  font-size: 27vh;
  line-height: 0px;
  font-weight: 100;
  text-transform: uppercase;
}

.fade-upv1.tricks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
  font-size: 26.8vh;
}

.fade-upv2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Canelaweb, sans-serif;
  color: #fff;
  font-size: 27vh;
  line-height: 0px;
  font-weight: 100;
  text-transform: uppercase;
}

.fade-upv2.tricks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
  font-size: 24.5vh;
}

.fade-upv3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Canelaweb, sans-serif;
  color: #fff;
  font-size: 27vh;
  line-height: 0px;
  font-weight: 100;
  text-transform: uppercase;
}

.fade-upv3.tricks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -55px;
  font-size: 24.9vh;
}

.fade-upp1 {
  max-width: 50ch;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #1c1c1c;
  font-size: 0.7em;
}

.fade-upp1.tricks {
  overflow: hidden;
}

.fade-up8 {
  overflow: hidden;
  font-family: Canela, sans-serif;
  color: #e64691;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: none;
}

.fade-up8.tricks {
  margin-top: 0px;
}

.fade-up9 {
  overflow: hidden;
  font-family: Canela, sans-serif;
  color: #1c1c1c;
  font-size: 3em;
  line-height: 1.1;
  font-weight: 400;
  text-decoration: none;
}

.container-menu {
  position: relative;
  height: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.side-nav-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.side-nav-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.bar {
  position: relative;
  width: 100%;
  height: 20%;
  border-style: solid;
  border-width: 2px 0px 2px 2px;
  border-color: #1c1c1c;
}

.fill {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #e64691;
}

.side-nav-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  margin-right: 40px;
  -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;
}

.bar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.side-nav-link {
  -webkit-transition: font-size 500ms cubic-bezier(.165, .84, .44, 1), color 500ms cubic-bezier(.23, 1, .32, 1);
  transition: font-size 500ms cubic-bezier(.165, .84, .44, 1), color 500ms cubic-bezier(.23, 1, .32, 1);
  color: #f3a3c8;
  font-size: 0.6em;
  text-align: right;
  text-decoration: none;
}

.side-nav-link:hover {
  color: #e64691;
}

.side-nav-link.w--current {
  color: #e64691;
  font-size: 0.7em;
}

.pre-work {
  padding-top: 60px;
  border-top: 2px solid #1c1c1c;
}

.pre-loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  width: 100vw;
  height: 100vh;
  -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-color: transparent;
}

.loader-container {
  width: 20vw;
  height: 20vw;
}

.ggt-image-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  -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;
  box-shadow: 0 25px 40px 0 rgba(28, 28, 28, 0.2);
}

.ggt-sticky {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250vh;
  margin-top: 60px;
  margin-bottom: 100px;
}

.ggt-image {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.fade-upp2.tricks {
  width: 80ch;
  font-size: 0.9em;
}

.fade-upp2.tricks-2 {
  width: 80ch;
  font-size: 0.9em;
}

.container-ggt {
  position: relative;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container-ggt.credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.container-ggt.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-ggt.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1480px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
}

.fade-up404.tricks {
  overflow: hidden;
  font-family: Canelaweb, sans-serif;
  color: #e64691;
  font-size: 10em;
  line-height: 1;
}

.fade-upp3.tricks {
  overflow: hidden;
  width: 50ch;
  color: #1c1c1c;
  font-size: 0.8em;
  text-align: center;
}

.container-credit {
  position: relative;
  height: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container-credit.credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.container-credit.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-credit.center {
  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;
}

.timing-animation-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 100%;
  height: 4px;
}

.timing-fil {
  width: 0%;
  height: 100%;
  background-color: #e64691;
  box-shadow: 0 5px 40px 0 rgba(28, 28, 28, 0.2);
}

.responsive-heading {
  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;
}

.container-hero {
  position: relative;
  height: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container-hero.credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.container-hero.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-hero.center {
  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;
}

.bold-text {
  color: #e64691;
  text-transform: uppercase;
}

.bold-text-2 {
  color: #e64691;
  text-transform: uppercase;
}

.bold-text-3 {
  color: #e64691;
  text-transform: uppercase;
}

.ggt {
  color: #e64691;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

.fade-upp2-copy.tricks {
  width: 80ch;
  font-size: 0.9em;
}

.fade-upp2-copy.tricks-2 {
  width: 80ch;
  color: #1c1c1c;
  font-size: 0.9em;
}

.container2 {
  position: relative;
  height: 100%;
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container2.credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.container2.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container2.center {
  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;
}

.scroll-to-top-mobile {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  border-radius: 100px;
}

@media screen and (max-width: 991px) {
  .navigation-menu {
    border-style: solid;
    border-width: 2px;
    border-color: #1c1c1c;
  }

  .brand-container {
    width: 25vw;
  }

  .brand-container.w--current {
    width: 25vw;
  }

  .nav-link {
    font-size: 1.5em;
  }

  .hero {
    padding-bottom: 20px;
  }

  .scroll-circle-container {
    width: 20vw;
    height: 20vw;
  }

  .paragraph-main {
    font-size: 1.2em;
  }

  .brand-name {
    font-size: 1em;
  }

  .brand-image {
    width: 150px;
  }

  .brand-image.dstv {
    width: 160px;
  }

  .brand-image.kia {
    width: 140px;
  }

  .brand-image.guess {
    width: 80px;
  }

  .brand-image.ff {
    width: 120px;
  }

  .work-container {
    padding: 0px;
  }

  .open-close-trigger {
    width: 100%;
  }

  .work-heading {
    color: #fdedf4;
    font-size: 5em;
  }

  .work-number {
    margin-top: -40px;
    font-size: 1.2em;
  }

  .plus-cross-container {
    margin-top: -40px;
  }

  .explore-container {
    margin-bottom: -40px;
  }

  .explore-text {
    font-size: 1.2em;
  }

  .foundation {
    padding-bottom: 60px;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-transform: perspective(2000px);
    transform: perspective(2000px);
  }

  .scroll-wrap {
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .ggt-text {
    font-size: 6em;
  }

  .button-main {
    font-size: 1.2em;
  }

  .social-text {
    font-size: 1.2em;
  }

  .credit-text {
    font-size: 1em;
  }

  .hero-content-panel {
    padding: 20px;
  }

  .hero-social-link {
    font-size: 1.2em;
  }

  .asterisk {
    display: none;
  }

  .button-secondary {
    font-size: 1.2em;
  }

  .work-image-1 {
    margin-top: 0px;
  }

  .work-image-2 {
    z-index: 0;
    margin-top: 0px;
  }

  .work-image-4 {
    margin-top: -85px;
  }

  .work-image-5 {
    margin-top: -50px;
  }

  .particles {
    border-width: 2px;
  }

  .fade-up2.tricks {
    font-size: 1.2em;
  }

  .fade-up1.tricks {
    font-size: 5em;
  }

  .fade-up3.tricks {
    font-size: 5em;
  }

  .fade-up.tricks {
    font-size: 5em;
  }

  .fade-up4.tricks {
    font-size: 5em;
  }

  .fade-up5.tricks {
    font-size: 5em;
  }

  .fade-up6.tricks {
    font-size: 5em;
  }

  .fade-up7.tricks {
    font-size: 5em;
  }

  .fade-upv1.tricks {
    display: none;
  }

  .fade-upv2.tricks {
    display: none;
  }

  .fade-upv3.tricks {
    display: none;
  }

  .fade-upp1.tricks {
    font-size: 1.2em;
  }

  .fade-up8.tricks {
    font-size: 5em;
  }

  .fade-up9.tricks {
    font-size: 5em;
  }

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

  .loader-container {
    width: 40vw;
    height: 40vw;
  }

  .ggt-sticky {
    height: 200vh;
    margin-bottom: 60px;
    -webkit-perspective: 2000px;
    perspective: 2000px;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform: perspective(2000px);
    transform: perspective(2000px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

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

  .fade-upp2.tricks {
    font-size: 1.2em;
  }

  .fade-upp2.tricks-2 {
    font-size: 1.2em;
  }

  .fade-upp2-copy.tricks {
    font-size: 1.2em;
  }

  .fade-upp2-copy.tricks-2 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .navigation-menu {
    height: 50px;
    border-style: solid;
    border-width: 2px;
    border-color: #1c1c1c;
  }

  .container.hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand-container {
    width: 30vw;
  }

  .brand-container.w--current {
    width: 20vw;
  }

  .nav-link {
    margin-left: 20px;
    font-size: 2em;
  }

  .hero {
    height: 200vh;
    padding-bottom: 20px;
  }

  .scroll-circle-container {
    right: -15vw;
    bottom: -15vw;
    width: 30vw;
    height: 30vw;
  }

  .scroll-to-top-bottom-container {
    display: none;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-panel.ft {
    margin-bottom: 40px;
  }

  .paragraph-main {
    font-size: 2em;
  }

  .brand-name {
    font-size: 2em;
  }

  .work-container {
    height: 100vh;
    margin-top: 20px;
    margin-bottom: 80px;
  }

  .work-heading {
    margin-left: 20px;
  }

  .work-number {
    font-size: 2em;
  }

  .explore-text {
    font-size: 2em;
  }

  .ggt-text {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 8em;
  }

  .button-main {
    font-size: 2em;
  }

  .social-text {
    font-size: 2em;
  }

  .credit-text {
    font-size: 1.2em;
  }

  .image-panel {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-content-panel {
    width: 100%;
    height: 40%;
    padding: 0px;
  }

  .hero-social-container {
    display: none;
  }

  .forte {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .hero-image-container {
    background-position: 50% 50%;
  }

  .asterisk {
    display: none;
  }

  .button-container {
    margin-bottom: 60px;
  }

  .hero-content._1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button-secondary {
    font-size: 2em;
  }

  .work-image-2 {
    margin-top: 0px;
  }

  .work-image-3 {
    margin-top: 0px;
  }

  .work-image-4 {
    margin-top: -55px;
  }

  .work-image-5 {
    margin-top: -100px;
  }

  .particles {
    border-width: 2px;
  }

  .fade-up2.tricks {
    font-size: 2em;
  }

  .fade-up1.tricks {
    font-size: 8em;
  }

  .fade-up3.tricks {
    font-size: 6em;
  }

  .fade-up.tricks {
    display: none;
    margin-top: 10px;
    font-size: 8em;
  }

  .fade-up.tricks._2 {
    display: block;
    font-size: 6em;
  }

  .fade-up4.tricks {
    font-size: 8em;
  }

  .fade-up5.tricks {
    font-size: 6em;
  }

  .fade-up6.tricks {
    font-size: 8em;
  }

  .fade-up7.tricks {
    font-size: 6em;
  }

  .fade-upp1.tricks {
    font-size: 2em;
  }

  .fade-up8.tricks {
    font-size: 8em;
  }

  .fade-up9.tricks {
    font-size: 8em;
  }

  .pre-work {
    padding-bottom: 60px;
  }

  .loader-container {
    width: 50vw;
    height: 50vw;
  }

  .ggt-image-container {
    width: 100%;
    height: 200vh;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .ggt-sticky {
    height: 200vh;
  }

  .ggt-image {
    width: 100%;
  }

  .fade-upp2.tricks {
    font-size: 2em;
  }

  .fade-upp2.tricks-2 {
    font-size: 2em;
  }

  .container-hero.hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fade-upp2-copy.tricks {
    font-size: 2em;
  }

  .fade-upp2-copy.tricks-2 {
    font-size: 2em;
  }

  .container2.hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .scroll-to-top-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navigation-menu {
    height: 50px;
    border-width: 1px;
    border-color: #1c1c1c;
  }

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

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

  .brand-container.w--current {
    width: 30vw;
  }

  .nav-link {
    margin-left: 20px;
    font-size: 2.5em;
  }

  .hero {
    overflow: visible;
    height: 100vh;
    margin-top: 60px;
    padding-top: 0px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .scroll-circle-container {
    right: -25vw;
    bottom: -25vw;
    width: 50vw;
    height: 50vw;
  }

  .about {
    border-top-width: 1px;
  }

  .heading-panel.ft {
    margin-bottom: 20px;
  }

  .paragraph-main {
    margin-bottom: 40px;
    font-size: 3em;
  }

  .collaboration {
    border-top-width: 1px;
  }

  .brand-name {
    font-size: 2em;
  }

  .brand-image {
    width: 100px;
  }

  .brand-image.dstv {
    width: 100px;
  }

  .brand-image.kia {
    width: 80px;
  }

  .brand-image.guess {
    width: 60px;
  }

  .brand-image.ff {
    width: 80px;
  }

  .work {
    padding-bottom: 0px;
  }

  .work-container {
    height: 40vh;
    margin-bottom: 80px;
  }

  .work-heading {
    margin-left: 10px;
  }

  .work-number {
    font-size: 3em;
  }

  .plus-icon {
    width: 15px;
  }

  .plus-icon.social {
    width: 20px;
  }

  .explore-container {
    width: 120px;
  }

  .explore-text {
    font-size: 3em;
  }

  .arrow-icon {
    width: 20px;
  }

  .foundation {
    padding-top: 40px;
    border-top-width: 1px;
  }

  .scroll-wrap {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .ggt-text {
    font-size: 10em;
  }

  .footer {
    border-top-width: 1px;
  }

  .button-main {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 3em;
  }

  .social-text {
    font-size: 3em;
  }

  .credit-text {
    font-size: 1.5em;
  }

  .image-panel {
    margin-bottom: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .hero-content-panel {
    height: 30%;
    padding-top: 0px;
  }

  .forte {
    margin-top: 80px;
    margin-bottom: 60px;
    border-bottom: 1px solid #1c1c1c;
  }

  .forte.last {
    margin-bottom: 0px;
    border-bottom-width: 0px;
  }

  .work-content-conatiner {
    margin-bottom: 0px;
  }

  .hero-image-container {
    background-position: 50% 65%;
  }

  .button-container {
    margin-bottom: 120px;
  }

  .hero-content._1 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-secondary {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 3em;
  }

  .work-image-1 {
    height: 100%;
    margin-top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .work-image-2 {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .work-image-3 {
    width: 100%;
    height: 100%;
    margin-top: 0px;
  }

  .work-image-4 {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
  }

  .work-image-5 {
    width: 100%;
    height: 100%;
    margin-top: 0%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 40%;
    object-position: 50% 40%;
  }

  .particles {
    border-width: 1px;
  }

  .fade-up2.tricks {
    font-size: 3em;
  }

  .fade-up1.tricks {
    font-size: 10em;
  }

  .fade-up3.tricks {
    font-size: 8em;
  }

  .fade-up.tricks {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 10em;
  }

  .fade-up.tricks._2 {
    font-size: 8em;
  }

  .fade-up4.tricks {
    font-size: 10em;
  }

  .fade-up5.tricks {
    font-size: 8em;
  }

  .fade-up6.tricks {
    font-size: 10em;
  }

  .fade-up7.tricks {
    font-size: 8em;
  }

  .fade-upp1.tricks {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 3em;
    text-align: center;
  }

  .fade-up8.tricks {
    font-size: 10em;
  }

  .fade-up9.tricks {
    font-size: 8em;
  }

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

  .pre-work {
    padding-bottom: 20px;
    border-top-width: 1px;
  }

  .loader-container {
    width: 60vw;
    height: 60vw;
  }

  .ggt-image-container {
    height: 100vh;
  }

  .ggt-sticky {
    margin-top: 40px;
  }

  .ggt-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .fade-upp2.tricks {
    font-size: 3em;
  }

  .fade-upp2.tricks-2 {
    font-size: 3em;
  }

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

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

  .timing-animation-container {
    height: 2px;
  }

  .responsive-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

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

  .fade-upp2-copy.tricks {
    font-size: 3em;
  }

  .fade-upp2-copy.tricks-2 {
    font-size: 3em;
  }

  .container2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container2.hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Canela';
  src: url('../fonts/Canela-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canelaweb';
  src: url('../fonts/CanelaWeb-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowtext';
  src: url('../fonts/HelveticaNowText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay';
  src: url('../fonts/HelveticaNowDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}