.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 {
  overflow: visible;
  max-width: 100vw;
  font-family: Questrial, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

.hero_casestudy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.home_grid {
  display: -ms-grid;
  display: grid;
  margin-top: 10%;
  margin-right: 7.5%;
  margin-left: 25%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.mdlogo {
  width: 94.4%;
}

.keywords_nav {
  position: relative;
  display: block;
  height: 50em;
  margin-top: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.keyword_home {
  position: absolute;
  left: 6%;
  top: 48%;
  right: auto;
  bottom: auto;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  font-family: Montserrat, sans-serif;
  color: #d7df23;
  font-size: 120px;
  line-height: 50px;
  font-weight: 700;
  text-decoration: none;
}

.keyword_home:hover {
  top: 45%;
  font-weight: 300;
}

.keyword_home.conceptual {
  left: 96.5%;
  top: 73.8%;
}

.keyword_home.conceptual:hover {
  top: 69.5%;
}

.keyword_home.empathetic {
  left: 75%;
  top: 76%;
}

.keyword_home.empathetic:hover {
  top: 72.5%;
}

.keyword_home.resilient {
  left: 52%;
  top: 55%;
}

.keyword_home.resilient:hover {
  top: 51%;
}

.keyword_home.expressive {
  left: 28%;
  top: 68.5%;
}

.keyword_home.expressive:hover {
  top: 62.5%;
}

.mddot {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 6%;
  margin-top: 10%;
  margin-left: 17%;
  padding-top: 6%;
  -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-radius: 50%;
  background-color: #000;
  color: hsla(0, 0%, 100%, 0);
  text-decoration: none;
}

.mddot:hover {
  color: #000;
}

.mddot.keyword_pgs {
  background-color: #d7df23;
}

.mddot.keyword_pgs.bigger_circle {
  width: 25%;
  margin-top: -8%;
  margin-left: 21%;
  padding-top: 25%;
  cursor: default;
}

.mddot.keyword_pgs.bigger_circle:hover {
  background-color: #d7df23;
}

.mddot.keyword_pgs.bigger_circle.conceptual:hover {
  background-color: rgba(215, 223, 35, 0);
}

.casestudy_card {
  position: relative;
  width: 100%;
  background-color: #000;
  text-decoration: none;
}

.casestudy_card.wspdcard {
  position: relative;
  padding-top: 0%;
  background-color: #f5f5f5;
}

.intro_p {
  margin-bottom: 30%;
}

.footer {
  position: relative;
  z-index: 10;
  background-color: #000;
}

.footer_grid {
  display: -ms-grid;
  display: grid;
  margin-right: 5%;
  margin-left: 25%;
  padding-top: 5%;
  padding-bottom: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 150px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
}

.home_last_p {
  margin-bottom: 30%;
}

.hero_img {
  position: fixed;
  top: 5%;
  z-index: 1;
  width: 28.5vw;
  margin-left: 28.5%;
}

.case_study_grid {
  display: -ms-grid;
  display: grid;
  margin-top: 10%;
  margin-right: 5%;
  margin-left: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 35vw;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1.75fr;
  grid-template-columns: 1fr 1.75fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.case_study_title {
  width: 30%;
  margin-top: 9em;
  margin-bottom: 9em;
  margin-left: 60%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 35px;
}

.img_section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60%;
  padding-top: 20%;
  padding-bottom: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.img_holder_wide {
  overflow: hidden;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img_holder {
  width: 65vw;
  margin-top: 15%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case_study_subtitles {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-align: right;
}

.keywords_grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 20%;
  margin-right: 5%;
  margin-left: 30%;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.keyword_title {
  position: absolute;
  left: 23.2%;
  top: 47%;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
}

.keyword_title.white_curious {
  left: 31.5%;
  top: 17%;
  z-index: 5;
  font-size: 25px;
  font-weight: 400;
}

.keyword_title.curious {
  top: 35%;
}

.keyword_title.expressive {
  top: 45%;
}

.keyword_title.resilient {
  top: 35%;
}

.keyword_title.empathetic {
  top: 52%;
}

.dropquote {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 38px;
}

.keywords_link_wrapper {
  position: relative;
  margin-top: 25em;
  margin-bottom: 1em;
  color: #000;
  text-align: right;
  text-decoration: none;
}

.animated_line {
  position: absolute;
  left: 0%;
  top: 47%;
  right: auto;
  bottom: auto;
  width: 100%;
  border: 1px solid #000;
}

.case_study_link_wrapper {
  position: relative;
  width: 34%;
  margin-bottom: 1em;
  margin-left: 61%;
  color: #000;
  text-align: right;
  text-decoration: none;
}

.closeupsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  margin-right: 5%;
  margin-bottom: 20%;
  margin-left: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.closeup {
  width: 15em;
  height: 15em;
  margin-right: 2%;
  margin-left: 2%;
}

.link {
  margin-bottom: 4%;
  color: #fff;
  text-decoration: none;
}

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

.brief_p {
  margin-bottom: 50%;
}

.case_study_p {
  display: inline;
}

.slider {
  display: block;
  width: 65vw;
  height: 100%;
  margin-top: 15%;
  -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: #fff;
}

.right-arrow {
  margin-right: -10%;
  color: #000;
}

.left-arrow {
  margin-left: -10%;
  color: #000;
}

.slide-nav {
  display: none;
}

.video_holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 100%;
}

.triggerwarning {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  padding-top: 47%;
  font-family: Montserrat, sans-serif;
  color: red;
  font-size: 18px;
  text-align: center;
}

.case_study_grid_wspd {
  display: -ms-grid;
  display: grid;
  margin-top: 10%;
  margin-right: 5%;
  margin-left: 5%;
  grid-auto-columns: 1fr;
  grid-column-gap: 35vw;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1.75fr;
  grid-template-columns: 1fr 1.75fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.stm_hero_img {
  position: fixed;
  top: 10%;
  z-index: 1;
  width: 28.5vw;
  margin-left: 28.5%;
}

.video {
  width: 100%;
}

.subtle_link {
  margin-bottom: 1%;
  color: #000;
  text-decoration: none;
}

.subtle_link:hover {
  font-weight: 400;
  text-decoration: underline;
}

.navbar {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: none;
  width: 40vw;
  background-color: #f7f6fb;
  font-size: 15px;
  line-height: 20px;
}

.nav_img {
  margin-top: 25%;
  margin-right: 25%;
  margin-left: 25%;
}

.nav_p {
  margin: 5% 12% 5% 31%;
}

.nav_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 31%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav_link {
  margin-bottom: 5%;
  color: #000;
  text-decoration: none;
}

.projects-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 5%;
  margin-left: 32.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.projects_dropdown {
  margin-bottom: 3%;
}

.nav-trigger {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.5%;
  margin-right: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #949494;
  font-size: 40px;
  cursor: pointer;
}

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

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.intro-nav-section {
  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;
}

.navbar-keywordspg {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: block;
  width: 49vw;
  background-color: #f7f6fb;
  font-size: 15px;
  line-height: 20px;
}

.nav_img_keywordspg {
  margin-top: 20%;
  margin-right: 30%;
  margin-left: 30%;
}

.navbar_home {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: none;
  width: 40vw;
  background-color: #f7f6fb;
}

.nav-trigger-keywordspg {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9.5%;
  margin-right: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #949494;
  font-size: 40px;
  cursor: pointer;
}

.about-dropdown {
  margin-bottom: 3%;
}

.about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 5%;
  margin-left: 48.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.email_nav_link {
  margin-top: 10%;
  margin-bottom: 5%;
  color: #000;
  text-decoration: none;
}

.trigger_warning_img {
  width: 100%;
  padding: 5%;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.img-addgrey {
  -webkit-filter: brightness(96%);
  filter: brightness(96%);
}

.viewtextholder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  padding-top: 47%;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.viewtextholder:hover {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
}

.top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  margin-right: 2%;
  margin-left: 2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.packagingprojectgrid {
  display: -ms-grid;
  display: grid;
  margin-top: 10%;
  margin-right: 2%;
  margin-left: 2%;
  padding-bottom: 10%;
  grid-auto-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 8em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.packaging-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.packaging-caption {
  margin-top: 2.2em;
}

.socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  margin-right: 7.5%;
  margin-left: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.socials_img_holder {
  margin-bottom: 15%;
}

.home {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  margin-top: 6%;
  margin-right: 1%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.home:hover {
  color: #d7df23;
}

.home_static {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  margin-top: 6%;
  margin-right: 1%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.home_static:hover {
  color: #d7df23;
}

@media screen and (min-width: 1280px) {
  .keyword_title {
    top: 43%;
  }

  .keyword_title.white_curious {
    font-size: 30px;
  }

  .navbar_home {
    width: 40.5vw;
  }
}

@media screen and (min-width: 1440px) {
  .home_grid {
    margin-right: 7%;
    margin-left: 32%;
  }

  .keywords_nav {
    margin-top: 15%;
  }

  .keyword_home {
    top: 43%;
  }

  .keyword_home:hover {
    top: 40%;
  }

  .keyword_home.conceptual {
    top: 66.5%;
  }

  .keyword_home.conceptual:hover {
    top: 62.5%;
  }

  .keyword_home.empathetic {
    top: 68%;
  }

  .keyword_home.empathetic:hover {
    top: 65%;
  }

  .keyword_home.resilient {
    top: 49.5%;
  }

  .keyword_home.resilient:hover {
    top: 45.5%;
  }

  .keyword_home.expressive {
    top: 61.5%;
  }

  .keyword_home.expressive:hover {
    top: 56.5%;
  }

  .mddot {
    margin-left: 22%;
  }

  .mddot.keyword_pgs {
    margin-left: 22%;
  }

  .mddot.keyword_pgs.bigger_circle {
    margin-left: 28%;
  }

  .footer_grid {
    margin-right: 7%;
    margin-left: 32%;
  }

  .hero_img {
    width: 27vw;
    margin-left: 29%;
  }

  .case_study_title {
    margin-bottom: 7em;
    font-size: 38px;
    line-height: 46px;
  }

  .keywords_grid {
    margin-left: 37%;
  }

  .keyword_title.white_curious {
    left: 39%;
  }

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

  .stm_hero_img {
    width: 27vw;
    margin-left: 29%;
  }

  .navbar {
    width: 40vw;
    background-color: #f7f6fb;
  }

  .navbar-keywordspg {
    width: 44vw;
    background-color: #f7f6fb;
  }

  .navbar_home {
    width: 37vw;
  }
}

@media screen and (min-width: 1920px) {
  .home_grid {
    grid-column-gap: 30px;
  }

  .keyword_home {
    font-size: 145px;
  }

  .footer_grid {
    font-size: 23px;
    line-height: 33px;
  }

  .case_study_title {
    margin-bottom: 8em;
    font-size: 50px;
    line-height: 57px;
  }

  .body {
    font-size: 25px;
    line-height: 32px;
  }

  .case_study_subtitles {
    font-size: 35px;
    line-height: 40px;
  }

  .keywords_grid {
    margin-left: 42%;
  }

  .keyword_title {
    top: 40%;
    font-size: 100px;
  }

  .keyword_title.white_curious {
    left: 40%;
    font-size: 50px;
  }

  .keyword_title.curious {
    top: 31%;
  }

  .keyword_title.resilient {
    top: 30%;
  }

  .keyword_title.empathetic {
    top: 45%;
  }

  .keywords_p {
    font-size: 25px;
    line-height: 33px;
  }

  .keywords_link_wrapper {
    font-size: 25px;
    line-height: 33px;
  }

  .contacts {
    font-size: 25px;
    line-height: 33px;
  }

  .brief_p {
    font-size: 25px;
    line-height: 32px;
  }

  .case_study_p {
    font-size: 25px;
    line-height: 32px;
  }

  .slider {
    width: 45vw;
  }

  .image {
    width: 100%;
  }

  .triggerwarning {
    font-size: 23px;
  }

  .bold-text {
    font-size: 45px;
    line-height: 50px;
  }

  .subtle_link {
    font-size: 25px;
    line-height: 32px;
  }

  .nav_p {
    font-size: 21px;
    line-height: 30px;
  }

  .nav_link {
    font-size: 25px;
    line-height: 32px;
  }

  .nav-trigger {
    font-size: 50px;
  }

  .navbar-keywordspg {
    width: 41vw;
  }

  .nav-trigger-keywordspg {
    font-size: 50px;
  }

  .email_nav_link {
    font-size: 25px;
    line-height: 32px;
  }

  .viewtextholder {
    font-size: 23px;
  }

  .home {
    font-size: 25px;
    line-height: 32px;
    text-decoration: none;
  }

  .home:hover {
    color: #d7df23;
  }

  .home_static {
    font-size: 25px;
    line-height: 32px;
    text-decoration: none;
  }

  .home_static:hover {
    color: #d7df23;
  }
}

@media screen and (max-width: 991px) {
  .hero_casestudy {
    height: auto;
  }

  .keywords_nav {
    height: 35em;
  }

  .keyword_home {
    font-size: 75px;
  }

  .keyword_home.conceptual {
    top: 71.8%;
  }

  .keyword_home.conceptual:hover {
    top: 68%;
  }

  .keyword_home.empathetic {
    top: 73%;
  }

  .keyword_home.empathetic:hover {
    top: 70%;
  }

  .keyword_home.resilient {
    top: 54%;
  }

  .keyword_home.expressive {
    top: 66.5%;
  }

  .keyword_home.expressive:hover {
    top: 61.5%;
  }

  .mddot {
    background-color: #000;
  }

  .mddot.keyword_pgs {
    margin-top: 9.2%;
  }

  .intro_p {
    font-size: 15px;
    line-height: 18px;
  }

  .footer_grid {
    grid-row-gap: 100px;
  }

  .hero_img {
    top: 10%;
  }

  .case_study_title {
    position: relative;
    top: -20%;
    margin-top: 8em;
    margin-bottom: 8em;
    font-size: 28px;
    line-height: 32px;
  }

  .img_section {
    margin-bottom: 70%;
  }

  .case_study_subtitles {
    font-size: 18px;
    line-height: 25px;
  }

  .keywords_grid {
    margin-top: 35%;
    margin-left: 30%;
  }

  .keyword_title {
    left: 19%;
    top: 39%;
    font-size: 70px;
  }

  .keyword_title.white_curious {
    left: 30%;
    top: 11%;
    font-size: 18px;
  }

  .keyword_title.curious {
    top: 31%;
  }

  .keyword_title.resilient {
    top: 30%;
  }

  .keyword_title.empathetic {
    top: 46%;
  }

  .dropquote {
    font-size: 25px;
    line-height: 28px;
  }

  .keywords_p {
    font-size: 15px;
    line-height: 20px;
  }

  .keywords_link_wrapper {
    margin-bottom: 1em;
  }

  .animated_line {
    top: 45%;
  }

  .case_study_link_wrapper {
    font-size: 15px;
  }

  .closeupsection {
    height: 45vh;
  }

  .closeup {
    width: 10em;
    height: 10em;
  }

  .link {
    margin-bottom: 7%;
  }

  .brief_p {
    font-size: 15px;
    line-height: 20px;
  }

  .case_study_p {
    font-size: 15px;
    line-height: 20px;
  }

  .triggerwarning {
    font-size: 15px;
    line-height: 18px;
  }

  .stm_hero_img {
    top: 10%;
  }

  .subtle_link {
    font-size: 15px;
    line-height: 20px;
  }

  .nav_p {
    font-size: 12px;
    line-height: 15px;
  }

  .nav_link {
    font-size: 15px;
    line-height: 20px;
  }

  .nav-trigger {
    margin-right: 1.75%;
    font-size: 30px;
  }

  .nav-trigger-keywordspg {
    margin-top: 1.75%;
    margin-right: 1.75%;
    font-size: 30px;
  }

  .email_nav_link {
    font-size: 15px;
    line-height: 20px;
  }

  .viewtextholder {
    font-size: 15px;
    line-height: 18px;
  }

  .socials_img_holder {
    margin-right: 50%;
  }

  .home {
    margin-right: -0.5%;
  }

  .home_static {
    margin-right: -0.5%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .keywords_nav {
    height: 20em;
  }

  .keyword_home {
    top: 47%;
    font-size: 40px;
  }

  .keyword_home:hover {
    top: 44%;
  }

  .keyword_home.resilient {
    top: 53%;
  }

  .keyword_home.resilient:hover {
    top: 49%;
  }

  .mddot.keyword_pgs {
    width: 5%;
    margin-top: 7%;
    margin-left: 8.5%;
    padding-top: 5%;
  }

  .mddot.keyword_pgs.bigger_circle {
    width: 15%;
    margin-top: -3%;
    margin-left: 13%;
    padding-top: 15%;
  }

  .home_p {
    font-size: 12px;
    line-height: 15px;
  }

  .intro_p {
    font-size: 12px;
    line-height: 15px;
  }

  .footer_grid {
    grid-row-gap: 50px;
  }

  .hero_img {
    top: 5%;
  }

  .case_study_title {
    font-size: 22px;
    line-height: 30px;
  }

  .case_study_subtitles {
    font-size: 15px;
    line-height: 18px;
  }

  .keywords_grid {
    margin-top: 35%;
    margin-left: 8%;
  }

  .keyword_title {
    top: 42%;
  }

  .keyword_title.white_curious {
    left: 16%;
    top: 6%;
    font-size: 15px;
  }

  .keyword_title.resilient {
    top: 33%;
  }

  .keyword_title.empathetic {
    top: 49%;
  }

  .case_study_link_wrapper {
    font-size: 10px;
  }

  .closeupsection {
    height: 35vh;
  }

  .link {
    font-size: 12px;
    line-height: 15px;
  }

  .brief_p {
    font-size: 12px;
    line-height: 15px;
  }

  .case_study_p {
    font-size: 12px;
    line-height: 15px;
  }

  .triggerwarning {
    font-size: 12px;
    line-height: 15px;
  }

  .stm_hero_img {
    top: 5%;
  }

  .subtle_link {
    font-size: 12px;
    line-height: 15px;
  }

  .nav_link {
    margin-bottom: 10%;
    font-size: 12px;
    line-height: 15px;
  }

  .projects-content {
    margin-top: 10%;
  }

  .nav-trigger {
    font-size: 20px;
  }

  .navbar-keywordspg {
    width: 64vw;
    background-color: #f7f6fb;
  }

  .nav-trigger-keywordspg {
    font-size: 20px;
  }

  .about-content {
    margin-top: 10%;
  }

  .email_nav_link {
    margin-bottom: 10%;
    font-size: 12px;
    line-height: 15px;
  }

  .viewtextholder {
    font-size: 12px;
    line-height: 15px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 15px;
  }

  .home_grid {
    margin-top: 20%;
    margin-right: 10%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .keywords_nav {
    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;
    text-align: right;
  }

  .keyword_home {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 30px;
  }

  .mddot {
    margin-top: 20%;
  }

  .mddot.keyword_pgs {
    margin-left: 7.5%;
  }

  .home_p {
    font-size: 15px;
    line-height: 20px;
  }

  .home_p.footer_p {
    margin-bottom: 70px;
  }

  .intro_p {
    margin-bottom: 0%;
    font-size: 15px;
    line-height: 18px;
  }

  .intro_p._2nd_intro_p {
    margin-bottom: 40%;
  }

  .footer_grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero_img {
    top: 15%;
    width: 70vw;
    margin-left: 15.5%;
  }

  .case_study_grid {
    position: relative;
    z-index: 1;
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 10%;
    padding-right: 5%;
    padding-left: 5%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #fff;
  }

  .case_study_title {
    position: relative;
    top: 0%;
    width: 70%;
    margin-top: 27.5em;
    margin-bottom: 4em;
    margin-left: 15.5%;
  }

  .img_section {
    margin-bottom: 150%;
  }

  .img_holder_wide {
    -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: #000;
  }

  .case_study_subtitles {
    padding-right: 30%;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }

  .keywords_grid {
    margin-top: 45%;
    margin-left: 5%;
    grid-column-gap: 0px;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
  }

  .keyword_title {
    left: 0%;
    top: 25%;
    font-size: 50px;
  }

  .keyword_title.white_curious {
    left: 13.5%;
    top: 3.75%;
    font-size: 10px;
  }

  .keyword_title.curious {
    top: 21%;
  }

  .keyword_title.expressive {
    top: 25%;
  }

  .keyword_title.resilient {
    top: 21%;
  }

  .keyword_title.empathetic {
    top: 37%;
  }

  .keywords_link_wrapper {
    margin-bottom: 1em;
  }

  .animated_line {
    border-width: 0.25px;
  }

  .case_study_link_wrapper {
    z-index: 2;
    width: 85%;
    margin-left: 5%;
  }

  .closeupsection {
    height: 100vh;
    margin-top: 35%;
    margin-bottom: 35%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .closeup {
    width: 15em;
    height: 15em;
    margin: 5% 0%;
  }

  .link {
    font-size: 15px;
    line-height: 20px;
  }

  .brief_p {
    font-size: 15px;
    line-height: 20px;
  }

  .case_study_p {
    font-size: 15px;
    line-height: 20px;
  }

  .right-arrow {
    margin-right: -28%;
  }

  .left-arrow {
    margin-left: -28%;
  }

  .triggerwarning {
    font-size: 15px;
    line-height: 18px;
  }

  .case_study_grid_wspd {
    position: relative;
    z-index: 1;
    margin-top: 0%;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 10%;
    padding-right: 5%;
    padding-left: 5%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #fff;
  }

  .stm_hero_img {
    top: 15%;
    width: 70vw;
    margin-left: 15.5%;
  }

  .subtle_link {
    margin-bottom: 8%;
    font-size: 15px;
    line-height: 20px;
  }

  .navbar {
    width: 100vw;
  }

  .nav_img {
    margin-top: 20%;
  }

  .nav_link {
    font-size: 15px;
    line-height: 20px;
  }

  .nav-trigger {
    right: 46.5%;
    margin-top: 5%;
  }

  .navbar-keywordspg {
    width: 100vw;
  }

  .navbar_home {
    width: 100vw;
  }

  .nav-trigger-keywordspg {
    left: auto;
    top: 0%;
    right: 47%;
    bottom: auto;
    margin-top: 5%;
    margin-right: 0%;
  }

  .email_nav_link {
    font-size: 15px;
    line-height: 20px;
  }

  .viewtextholder {
    font-size: 15px;
    line-height: 18px;
  }

  .packagingprojectgrid {
    grid-row-gap: 2em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .socials {
    margin-top: 25%;
    margin-right: 20%;
    margin-left: 20%;
  }

  .socials_img_holder {
    margin-right: 0%;
  }

  .home {
    left: 40%;
    top: 0%;
    right: 40%;
    bottom: auto;
    margin-top: 10%;
    margin-right: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }

  .home_static {
    left: 40%;
    top: 0%;
    right: 40%;
    bottom: auto;
    margin-top: 10%;
    margin-right: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
}

#w-node-_20be71d3-6655-9663-a4b3-a45d8a7cbe11-77cb76d4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a252eeb2-99cc-e638-f242-4cef813e005c-77cb76d4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-a93e291a-87cf-a63c-7cb7-11be64c1ec07-77cb76d4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-_36463d15-b853-c1a0-db98-71931e24cc24-77cb76d4 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
  -ms-grid-row: 8;
  grid-row-start: 8;
}

#w-node-b85737ad-a965-b90b-d0d9-f2340cb33fa9-77cb76d4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 10;
  -ms-grid-row: 9;
  grid-row-start: 9;
}

#w-node-ed198df5-6665-b6c6-b000-850802778ef5-7fc81544 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ed198df5-6665-b6c6-b000-850802778ef5-d8b3f8aa {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ed198df5-6665-b6c6-b000-850802778ef5-5d2eda16 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ed198df5-6665-b6c6-b000-850802778ef5-88bd9a9d {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ed198df5-6665-b6c6-b000-850802778ef5-eeb54e07 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1211941f-4cec-d27f-8e4b-189914d01fd0-65dec4c1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_82ccef6b-4257-1308-0543-022c1a550a72-65dec4c1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_20be71d3-6655-9663-a4b3-a45d8a7cbe11-d6a7e349 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a252eeb2-99cc-e638-f242-4cef813e005c-d6a7e349 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-a93e291a-87cf-a63c-7cb7-11be64c1ec07-d6a7e349 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#w-node-_36463d15-b853-c1a0-db98-71931e24cc24-d6a7e349 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
  -ms-grid-row: 8;
  grid-row-start: 8;
}

#w-node-b85737ad-a965-b90b-d0d9-f2340cb33fa9-d6a7e349 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 10;
  -ms-grid-row: 9;
  grid-row-start: 9;
}

@media screen and (max-width: 991px) {
  #w-node-a93e291a-87cf-a63c-7cb7-11be64c1ec07-77cb76d4 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  #w-node-_36463d15-b853-c1a0-db98-71931e24cc24-77cb76d4 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }

  #w-node-b85737ad-a965-b90b-d0d9-f2340cb33fa9-77cb76d4 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-a93e291a-87cf-a63c-7cb7-11be64c1ec07-d6a7e349 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
  }

  #w-node-_36463d15-b853-c1a0-db98-71931e24cc24-d6a7e349 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }

  #w-node-b85737ad-a965-b90b-d0d9-f2340cb33fa9-d6a7e349 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_20be71d3-6655-9663-a4b3-a45d8a7cbe11-77cb76d4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_48136697-5a73-6ec8-aaae-89f9b58006d3-77cb76d4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-a252eeb2-99cc-e638-f242-4cef813e005c-77cb76d4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  #w-node-a93e291a-87cf-a63c-7cb7-11be64c1ec07-77cb76d4 {
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_36463d15-b853-c1a0-db98-71931e24cc24-77cb76d4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 13;
    -ms-grid-row: 12;
    grid-row-start: 12;
  }

  #w-node-b85737ad-a965-b90b-d0d9-f2340cb33fa9-77cb76d4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 14;
    -ms-grid-row: 13;
    grid-row-start: 13;
  }

  #w-node-b1c4d500-aa96-4e91-6c63-8ba05b5b1ac2-8415170c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b1c4d500-aa96-4e91-6c63-8ba05b5b1ac2-89b68885 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b1c4d500-aa96-4e91-6c63-8ba05b5b1ac2-47bcadd7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b1c4d500-aa96-4e91-6c63-8ba05b5b1ac2-13352fea {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b1c4d500-aa96-4e91-6c63-8ba05b5b1ac2-d800a4ac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b1c4d500-aa96-4e91-6c63-8ba05b5b1ac2-fd8c9be2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b1c4d500-aa96-4e91-6c63-8ba05b5b1ac2-278c9c86 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1211941f-4cec-d27f-8e4b-189914d01fd0-65dec4c1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_82ccef6b-4257-1308-0543-022c1a550a72-65dec4c1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_20be71d3-6655-9663-a4b3-a45d8a7cbe11-d6a7e349 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_48136697-5a73-6ec8-aaae-89f9b58006d3-d6a7e349 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-a252eeb2-99cc-e638-f242-4cef813e005c-d6a7e349 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  #w-node-a93e291a-87cf-a63c-7cb7-11be64c1ec07-d6a7e349 {
    -ms-grid-row: 11;
    grid-row-start: 11;
    -ms-grid-row-span: 1;
    grid-row-end: 12;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_36463d15-b853-c1a0-db98-71931e24cc24-d6a7e349 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 13;
    -ms-grid-row: 12;
    grid-row-start: 12;
  }

  #w-node-b85737ad-a965-b90b-d0d9-f2340cb33fa9-d6a7e349 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 14;
    -ms-grid-row: 13;
    grid-row-start: 13;
  }
}

