:root {
  --bg: #fafafa;
  --dictionary: #333;
  --cutters: #f68e20;
  --black: black;
  --flavor: #df2655;
  --white: white;
  --gainsboro: #e0e0e0;
  --white-smoke: #f7f7f7;
  --another-country: #004a8a;
  --picnic: #00a6ec;
}

a {
  text-decoration: underline;
}

.header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image {
  margin: 5%;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tab-link-tab-1 {
  width: 100px;
  height: 100px;
  background-image: url('../images/logo-cutters-color.svg'), url('../images/logo-cutters-grey.svg'), linear-gradient(#fff, #fff);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: 75px, 100px 100px, auto;
}

.tab-link-tab-1.w--current {
  background-image: url('../images/logo-cutters-grey.svg'), linear-gradient(#fff, #fff);
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat;
  background-size: 75px, auto;
}

.navbar {
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2%;
  display: flex;
}

.container {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.brand {
  flex-direction: row;
  justify-content: flex-start;
  display: block;
}

.container-2 {
  flex: 0 auto;
}

.nav-menu {
  float: none;
  display: flex;
}

.image-2 {
  margin-bottom: 10%;
}

.navbar-2 {
  background-image: linear-gradient(#fff, #fff);
  margin-top: 5%;
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
}

.body {
  clear: none;
  margin-top: 0;
  overflow: visible;
}

.nav-menu-2 {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  display: none;
}

.container-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2%;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2% 5%;
  display: flex;
}

.body-2 {
  background-image: linear-gradient(to bottom, var(--bg), var(--bg));
}

.paragraph {
  color: #fff;
  margin: 10% auto;
  font-family: Bryantpro;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.5em;
}

.mask {
  height: 100%;
  background-image: linear-gradient(#fff, #fff);
}

.slider {
  height: 90vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  justify-content: center;
  display: flex;
}

.slide-creative._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/aicp-postshowgfxreel2020-1920x1080-23_98.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.slide-creative._3 {
  background-image: url('../images/roadtoroubaix-excerpt-1280x720-59_94.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-creative._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/lifeitself-greenbandtrailer-1920x1080-23_98.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-creative._5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/short-tim-1920x1080-23_98.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-creative._1 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/cherryblossom-teaser-1920x1080-23_98.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.slide-creative._3b {
  background-image: url('../images/roadtoroubaix-excerpt-1280x720-59_94.jpg');
  background-position: 50% 100%;
}

.slide-creative._6 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/liberationheroes-thelasteyewitness70-1920x1080-23_98.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-creative._7 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/beforeduringafter-trailer120-1920x1080-23_98.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-3 {
  display: block;
}

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

.slider-2 {
  height: 100vh;
}

.slide-2 {
  background-image: url('../images/Cereal_CC.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Run_battery.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-4 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: flex-start;
  margin: 2%;
  display: flex;
}

.link {
  direction: ltr;
  color: var(--dictionary);
  letter-spacing: 0;
  text-transform: lowercase;
  white-space: break-spaces;
  flex: 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.link:hover {
  color: var(--cutters);
}

.container-5 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.social-media-icon {
  opacity: .19;
  background-color: rgba(0, 152, 255, 0);
  margin: 10%;
  padding: 20%;
  display: block;
}

.social-media-icon.white {
  opacity: 1;
  filter: invert() contrast(200%);
  background-color: rgba(255, 255, 255, 0);
}

.footer {
  z-index: 999;
  background-image: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 0%;
  padding: 2%;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin: 5% auto;
  font-family: Bryantpro;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  margin: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.4em;
}

.container-6 {
  height: 100%;
  max-height: auto;
  min-height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to bottom, var(--bg), var(--bg));
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .25fr;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.container-7 {
  flex-flow: wrap;
  justify-content: center;
  margin: 3% auto -2%;
  display: flex;
}

.website-link {
  margin: 1%;
  padding: 20px;
}

.website-link.cutters {
  color: #f68e20;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #f68e20;
  border-radius: 5px;
  margin-bottom: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.website-link.ac {
  color: #004a8a;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #004a8a;
  border-radius: 5px;
  margin-bottom: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.website-link.flavor {
  color: #df2655;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #df2655;
  border-radius: 5px;
  margin-bottom: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.website-link.dix {
  color: #333;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #333;
  border-radius: 5px;
  margin-bottom: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.website-link.picnic {
  color: #00a6ec;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #00a6ec;
  border-radius: 5px;
  margin-bottom: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.section-3 {
  background-image: url('../images/getty-getterdworldwaterday-1920x1080-23_98.jpg'), linear-gradient(#f68e20, #f68e20);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding: 10%;
}

.button {
  width: 100px;
  height: 100px;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 2px;
}

.button.cutters {
  width: 100px;
  height: 100px;
  background-image: url('../images/logo-cutters-grey.svg'), linear-gradient(to bottom, var(--bg), var(--bg));
  box-shadow: none;
  opacity: 1;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border: 2px #333;
  border-radius: 2px;
  margin-left: 2%;
  margin-right: 2%;
  transition: box-shadow .2s, background-color .358s;
}

.button.cutters:hover {
  opacity: 1;
  background-image: url('../images/logo-cutters-white.svg'), linear-gradient(#f68e20, #f68e20);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, .81);
}

.button.cutters:focus {
  width: 100px;
  height: 100px;
  opacity: 1;
  background-image: url('../images/logo-cutters-white.svg'), linear-gradient(#f68e20, #f68e20);
  background-position: 50%, 0 0;
}

.button.cutters.w--current:focus {
  width: 150px;
  height: 150px;
  background-image: url('../images/logo-cutters-main.svg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.button.anothercountry {
  width: 100px;
  height: 100px;
  background-image: url('../images/logo-anothercountry-grey.svg'), linear-gradient(to bottom, var(--bg), var(--bg));
  box-shadow: none;
  opacity: 1;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  margin-left: 2%;
  margin-right: 2%;
  transition: box-shadow .2s, background-color .2s;
}

.button.anothercountry:hover {
  opacity: 1;
  background-image: url('../images/logo-anothercountry_white.svg'), linear-gradient(#004a8a, #004a8a);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  box-shadow: 0 0 20px -5px #000;
}

.button.anothercountry:focus {
  width: 75px;
  height: 75px;
  opacity: 1;
}

.button.flavor {
  width: 100px;
  height: 100px;
  background-image: url('../images/logo-flavor-grey.svg'), linear-gradient(to bottom, var(--bg), var(--bg));
  box-shadow: none;
  opacity: 1;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  margin-left: 2%;
  margin-right: 2%;
  transition: box-shadow .2s, background-color .2s;
}

.button.flavor:hover {
  opacity: 1;
  background-image: url('../images/logo-flavor-white.svg'), linear-gradient(#df2655, #df2655);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  box-shadow: 0 0 20px -5px #000;
}

.button.flavor:focus {
  width: 75px;
  height: 75px;
  opacity: 1;
}

.button.flavor.w--current {
  opacity: .3;
}

.button.flavor.w--current:hover, .button.flavor.w--current:focus {
  opacity: 1;
}

.button.dix {
  width: 100px;
  height: 100px;
  background-image: url('../images/logo-dix-grey.svg'), linear-gradient(to bottom, var(--bg), var(--bg));
  box-shadow: none;
  opacity: 1;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  margin-left: 2%;
  margin-right: 2%;
  transition: box-shadow .2s, background-color .2s;
}

.button.dix:hover {
  opacity: 1;
  background-image: url('../images/logo-dix-white.svg'), linear-gradient(#333, #333);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  box-shadow: 0 0 20px -5px #000;
}

.button.dix:focus {
  width: 75px;
  height: 75px;
  opacity: 1;
}

.button.picnic {
  background-image: url('../images/logo-picnic-grey.svg'), linear-gradient(to bottom, var(--bg), var(--bg));
  box-shadow: none;
  opacity: 1;
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  margin-left: 2%;
  margin-right: 2%;
  transition: box-shadow .2s, background-color .2s;
}

.button.picnic:hover {
  opacity: 1;
  background-image: url('../images/logo-picni-white.svg'), linear-gradient(#00a6ec, #00a6ec);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, .5);
}

.button.picnic:focus {
  opacity: 1;
}

.section-4 {
  height: 100%;
  float: none;
  position: absolute;
}

.ac-bg {
  background-image: linear-gradient(#004a8a, #004a8a);
  padding-bottom: 10%;
}

.image-4 {
  padding-top: 0;
}

.our-recent-work {
  color: rgba(255, 255, 255, .29);
  text-align: center;
  letter-spacing: 1.2em;
  text-transform: uppercase;
  margin: 5% auto;
  font-size: 1.8em;
}

.flavor-bg {
  padding-bottom: 10%;
}

.copyright {
  color: #bbb;
  font-size: 10px;
}

.copyright.white {
  color: #fff;
}

.dix-bg {
  background-image: linear-gradient(#333, #000), linear-gradient(#333, #333);
  padding-bottom: 10%;
}

.reel {
  box-shadow: 0 0 35px 9px rgba(0, 0, 0, .15);
}

.picnic-bg {
  background-image: linear-gradient(#00a6ec, #00a6ec);
  padding-bottom: 10%;
}

.section-5 {
  height: 100%;
}

.row {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1%;
  display: flex;
}

.container-7-copy {
  flex-flow: wrap;
  justify-content: center;
  margin: 3% auto -2%;
  display: flex;
}

.brands {
  justify-content: center;
  display: flex;
}

.link-block {
  flex: none;
  justify-content: flex-start;
  display: block;
}

.locations {
  height: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  display: block;
}

.menu-button {
  display: none;
}

.container-8 {
  justify-content: center;
  padding-bottom: 2%;
  display: flex;
}

.image-5 {
  margin-top: 76px;
}

.link-2 {
  margin: 20px;
  padding: 14px;
}

.tokyo-heading {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: auto;
  padding-right: auto;
  display: flex;
}

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

.row-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 100vh;
  display: block;
}

.div-block-3 {
  height: 100vh;
  background-image: url('../images/4--peloton-helloletsgonational60-1920x1080-23_981.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.grey-cs-logo {
  filter: none;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
  display: block;
  position: relative;
  overflow: visible;
}

.grey-cs-logo:hover {
  filter: brightness(0%);
}

.grey-cs-logo.white {
  filter: invert() brightness(200%);
}

.grey-cs-logo.cutters:hover {
  filter: invert();
}

.section-7 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.grid-logos {
  margin: 5%;
  padding: 5%;
}

.div-block-6 {
  background-image: none;
  background-position: 0 0;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-8 {
  display: block;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20%;
  padding-right: 2%;
  display: block;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  align-self: center;
}

.section-9 {
  height: 100vh;
  background-image: linear-gradient(#f68e20, #f68e20);
}

.image-7 {
  margin-top: -95px;
  margin-bottom: -5%;
  padding-top: 0;
}

.section-10 {
  height: 20vh;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-11 {
  height: 25vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.image-8 {
  margin: 5%;
  padding-top: 0;
}

.image-9 {
  height: 100px;
  display: block;
}

.creativity {
  height: 100vh;
  background-image: linear-gradient(#fff, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px 75px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
  padding-top: 2%;
  display: flex;
}

.cs-brands {
  height: 25vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.heading-2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: Oswald, sans-serif;
  font-size: 2.8em;
}

.container-10 {
  text-align: left;
}

.paragraph-4 {
  font-family: Bryantpro;
  font-size: 1.5em;
  line-height: 1.5em;
}

.header-section {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
}

.link-3 {
  color: #000;
  font-family: Bryantpro;
  font-size: 1.5em;
  text-decoration: none;
  display: none;
}

.heading-3 {
  padding: 0%;
}

.heading-4 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2%;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 8em;
  line-height: 1em;
  display: none;
}

.div-block-8 {
  width: 100%;
  flex: 0 auto;
  margin-top: 5%;
}

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

.brand-2.w--current {
  justify-content: center;
  align-items: center;
}

.main-header {
  flex-direction: column;
  justify-content: center;
  padding-top: 5%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.container-11 {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 28px;
  display: flex;
}

.heading-5 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5%;
  font-family: Oswald, sans-serif;
  font-size: 2.8em;
  line-height: 1em;
}

.paragraph-5 {
  color: #b8b8b8;
  text-align: center;
  font-weight: 400;
}

.div-block-10 {
  border: 5px solid #fff;
  padding: 5%;
}

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

.bold-text-2 {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.container-12 {
  display: flex;
}

.div-block-11 {
  padding: 5%;
}

.image-12 {
  background-image: url('../images/cuttersstudios-wordmarks-KC-initials.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
}

.div-block-12 {
  width: 300px;
  height: 100px;
  background-image: url('../images/cuttersstudios-wordmarks-KC-initials.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  background-attachment: scroll;
}

.companies {
  opacity: 1;
  color: var(--black);
  text-align: center;
  letter-spacing: .08em;
  text-transform: lowercase;
  justify-content: center;
  margin: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.companies:hover {
  opacity: 1;
  color: #fff;
}

.navigation-div {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  justify-items: center;
  margin-top: 3%;
  display: flex;
  position: relative;
}

.div-block-14 {
  height: 90vh;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template: ". ." minmax(47px, .25fr)
                 ". ." minmax(auto, 1fr)
                 ". ." .25fr
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.cs-logo {
  height: 500px;
  background-image: url('../images/6cities5brands1stop-v6-blank.jpg');
  background-position: 49% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-16 {
  background-image: url('../images/6cities5brands1stop-v3.jpg');
  background-position: 50%;
  background-size: cover;
}

.bold-text-3 {
  color: #000;
  text-align: center;
  padding-top: 0;
  font-family: Rubik;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
}

.cutters-page-link {
  color: var(--dictionary);
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 0;
  padding: 10% 5%;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.cutters-page-link:hover {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
}

.another-country-link {
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0);
  padding: 10% 0%;
  text-decoration: none;
}

.another-country-link:hover {
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0;
}

.hero {
  height: 100vh;
  overflow: visible;
}

.hero.cutters {
  background-image: linear-gradient(#f68e20, #f68e20);
}

.flavor-link {
  border: 2px solid rgba(250, 250, 250, 0);
  border-radius: 0;
  padding: 10% 5%;
  text-decoration: none;
  display: block;
}

.flavor-link:hover {
  border-width: 2px;
  border-color: #fafafa;
  border-radius: 0;
}

.flavor-link.w--current:hover {
  border-color: rgba(250, 250, 250, 0);
}

.flavor-link.self {
  display: none;
}

.picnic-link {
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  padding: 10% 5%;
  text-decoration: none;
  display: none;
}

.picnic-link:hover {
  border-color: #fff;
}

.dictionary-link {
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  padding: 10% 0%;
  text-decoration: none;
}

.dictionary-link:hover {
  border-width: 2px;
  border-color: #fff;
  border-radius: 0;
}

.white-cs-logo {
  opacity: 1;
  filter: none;
  text-align: center;
  display: block;
  position: absolute;
  overflow: visible;
}

.culture-of-good {
  height: 100vh;
  display: block;
}

.culture {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
}

.paragraph-6 {
  padding: 5%;
}

.heading-6 {
  text-align: center;
  padding: 5% 10%;
  font-family: Rubik;
  font-weight: 400;
  position: relative;
}

.heading-6.creativity {
  height: auto;
  background-image: none;
  margin-bottom: auto;
  padding: auto 0%;
  display: block;
}

.heading-6.right {
  z-index: 5;
  clear: none;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-self: end;
  align-items: center;
  margin-left: auto;
  padding: auto 10% auto auto;
  display: flex;
  position: static;
}

.bold-text-4 {
  color: #000;
  font-family: Rubik;
  font-weight: 400;
}

.paragraph-7 {
  text-align: center;
  align-self: center;
  font-family: Rubik;
  font-size: 1.3em;
  line-height: 1.3em;
}

.down-arrow {
  filter: invert();
  align-self: center;
  margin-bottom: 0%;
  display: block;
  transform: rotate(90deg);
}

.down-arrow.white {
  filter: none;
}

.container-13 {
  margin-top: 2%;
}

.nav-link {
  border: 1px solid rgba(255, 255, 255, 0);
  padding-left: 2%;
  padding-right: 2%;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding-left: 2%;
  padding-right: 2%;
}

.hero-company {
  background-image: url('../images/6cities4brands1stop-v15-desktopFLAVORbgweb.png'), linear-gradient(#df2655, #df2655);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  padding-top: 10%;
  padding-bottom: 10%;
  box-shadow: 1px 1px 3px #000;
}

.hero-company.cutters {
  opacity: 1;
  background-image: url('../images/6cities4brands1stop-v15-desktopCUTTERSbgweb.png'), linear-gradient(#f68e20, #f68e20);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  display: flex;
  position: static;
}

.hero-company.another-country {
  background-image: url('../images/ac-blur.jpg'), linear-gradient(#004a8a, #004a8a);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.hero-company.picnic {
  background-image: linear-gradient(#00a6ec, #00a6ec);
}

.hero-company.dictionary {
  background-image: url('../images/dictionary-blur.jpg'), linear-gradient(#333, #333);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.hero-company.flavor {
  background-image: url('../images/flavor-blur.jpg'), linear-gradient(to bottom, null, null);
}

.logo-div {
  width: 300px;
  justify-content: center;
  margin: 0%;
  display: flex;
}

.company-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: ". ."
  / .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0%;
  margin-bottom: 5%;
  display: flex;
}

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

.heading-7 {
  text-align: center;
  font-weight: 400;
}

.paragraph-8 {
  color: #fff;
  align-self: center;
  display: block;
}

.content-container {
  padding: 0%;
}

.nav-div {
  height: 90vh;
  background-color: var(--bg);
  background-image: url('../images/Blank-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-brand-copy {
  color: #fff;
  align-self: center;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.5em;
  display: block;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.visit-brand-url {
  width: 80%;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  background-image: linear-gradient(#333, #333);
  border: 2px rgba(255, 255, 255, 0);
  border-radius: 30px;
  justify-content: center;
  align-self: end;
  align-items: center;
  padding: 5% 10%;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  transition: all .2s ease-in-out, all .2s, font-size .2s;
  display: flex;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .19);
}

.visit-brand-url:hover {
  width: 85%;
  border-color: #fff;
  align-self: end;
  box-shadow: 0 13px 14px 3px rgba(0, 0, 0, .34);
}

.visit-brand-url.cutters {
  width: 65%;
  background-image: linear-gradient(#f68e20, #f68e20);
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
  transition: width .2s, background-color .2s, font-size .2s;
}

.visit-brand-url.cutters:hover {
  width: 70%;
  max-width: none;
  color: #f68e20;
  background-image: linear-gradient(#fff, #fff);
  align-self: end;
}

.visit-brand-url.another-country {
  width: 75%;
  background-image: linear-gradient(#004a8a, #004a8a);
  border-style: none;
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
}

.visit-brand-url.another-country:hover {
  width: 70%;
  border-style: none;
  align-self: end;
}

.visit-brand-url.picnic {
  width: 80%;
  background-image: linear-gradient(#00a6ec, #00a6ec);
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
}

.visit-brand-url.dictionary {
  width: 70%;
  background-image: linear-gradient(#333, #333);
  border-style: none;
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
}

.visit-brand-url.dictionary:hover {
  width: 75%;
  border-style: none;
  align-self: end;
}

.visit-brand-url.flavor {
  width: auto;
  color: #fff;
  background-image: linear-gradient(#df2655, #df2655);
  align-self: end;
  padding-left: 15%;
  padding-right: 15%;
  font-weight: 500;
  transition: all .2s, all .2s, font-size .2s;
}

.visit-brand-url.flavor:hover {
  color: var(--flavor);
  background-image: linear-gradient(#fff, #fff);
  font-weight: 500;
}

.visit-brand-url.flavor2 {
  width: 65%;
  background-image: linear-gradient(to bottom, var(--flavor), var(--flavor));
  border-style: none;
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
}

.visit-brand-url.flavor2:hover {
  width: 70%;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--flavor);
  border-style: none;
  align-self: end;
}

.div-block-19-copy {
  justify-content: center;
  align-items: center;
  display: none;
}

.slide-4 {
  background-image: url('../images/15---meijer-thanksgivingcomehome60-1920x1080-23_981.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-3 {
  height: 100%;
}

.slide-5 {
  background-image: url('../images/7--lifewtr-inspirationdrops60-1920x1080-23_981.jpg');
  background-position: 50%;
  background-size: cover;
}

.visti-links {
  z-index: 1;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: end;
  align-items: center;
  justify-items: center;
  margin-bottom: 5%;
  padding-top: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: grid;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.visti-links.flavor {
  align-content: center;
  justify-content: space-between;
  margin-bottom: 0%;
  padding: 5% 0%;
}

.hyperlinks {
  position: static;
  top: 5%;
  left: 0;
  right: 0;
}

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

.div-block-22 {
  width: 100%;
  position: relative;
}

.brand-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

.div-block-23 {
  height: 500px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.featured-image.flavor-1 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/CS-FLV-AboutImages.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
}

.featured-image.flavor-2 {
  background-image: url('../images/WideFamilyScenev2-1-1024x576.jpg');
  background-position: 50%;
  background-size: cover;
}

.featured-image.flavor-3 {
  background-image: url('../images/Systane_Fr_06-1024x576.jpg');
  background-position: 15%;
  background-size: cover;
}

.featured-image.flavor-4 {
  background-image: url('../images/600_OutOfForest-1024x576.jpg');
  background-position: 50%;
  background-size: cover;
}

.featured-image.flavor-5 {
  background-image: url('../images/Honda_01-1024x576.jpg');
  background-position: 50%;
  background-size: cover;
}

.featured-image.cutters-2 {
  background-image: url('../images/getty-getterdworldwaterday-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-size: cover;
}

.featured-image.cutters-1 {
  background-image: url('../images/CS-CUT-AboutImages.jpg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
  transform: skew(0deg);
}

.featured-image.cutters-4 {
  background-image: url('../images/11---chrysler-americasimport-1920x1080-23_98.jpg');
  background-position: 50%;
  background-size: cover;
}

.featured-image.cutters-5 {
  background-image: url('../images/5--budweiser-daleearnhardtjrthenightwemet314-1920x1080-23_981.jpg');
  background-position: 50%;
  background-size: cover;
}

.featured-image.ac-1 {
  background-image: url('../images/CS-AC-AboutImages.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.featured-image.ac-2 {
  background-image: url('../images/Screen-Shot-2019-03-04-at-8.13.12-PM.png');
  background-position: 50%;
  background-size: cover;
}

.featured-image.ac-3 {
  background-image: url('../images/Screen-Shot-2019-03-04-at-8.12.32-PM.png');
  background-position: 50%;
  background-size: cover;
}

.featured-image.ac-4 {
  background-image: url('../images/Screen-Shot-2019-03-04-at-8.14.03-PM.png');
  background-position: 50%;
  background-size: cover;
}

.featured-image.dix-1 {
  background-image: url('../images/CS-DIX-AboutImages.jpg');
  background-position: 0%;
  background-size: cover;
}

.featured-image.dix-5 {
  background-image: url('../images/allenedmonds-burnishing30-1920x1080-23_98.jpg');
  background-position: 50%;
  background-size: 960px;
}

.featured-image.picnic-1 {
  background-image: linear-gradient(rgba(0, 166, 236, .77), rgba(0, 166, 236, .77));
}

.featured-image.picnic-2 {
  background-image: linear-gradient(rgba(0, 149, 236, .41), rgba(0, 149, 236, .41));
}

.featured-image.picnic-3 {
  background-image: linear-gradient(#00b3ff, #00b3ff);
}

.featured-image.picnic-4 {
  background-color: #80dfff;
  border-radius: 0;
}

.featured-image.picnic-5 {
  background-color: #0086e6;
  border-radius: 0;
}

.featuredimage-2 {
  background-image: url('../images/WideFamilyScenev2-1-1024x576.jpg');
  background-position: 0 0;
  background-size: cover;
}

.featuredimage-3 {
  background-image: url('../images/Systane_Fr_06-1024x576.jpg');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: cover;
}

.featuredimage-4 {
  background-image: url('../images/600_OutOfForest-1024x576.jpg');
  background-position: 50%;
  background-size: cover;
}

.featuredimage-5 {
  background-image: url('../images/Honda_01-1024x576.jpg');
  background-position: 50%;
  background-size: cover;
}

.email {
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: flex;
}

.culture-of-creativity {
  display: block;
}

.culutre-of-copy {
  text-align: justify;
  align-self: center;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Rubik;
  font-size: 1.3em;
  line-height: 1.3em;
}

.culutre-of-copy.right {
  z-index: 5;
  color: #fff;
  text-align: center;
  margin-bottom: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8em;
  position: relative;
}

.culture-of-copy {
  color: #fff;
  text-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  line-height: 1.5em;
}

.culture-of-copy.left {
  align-self: stretch;
  margin-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
}

._5brands-type {
  z-index: 999;
  color: #000;
  text-align: center;
  padding-top: 0;
  font-family: Rubik;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  display: none;
  position: relative;
}

.featured-cutters-logo, .featured-ac-logo {
  opacity: 0;
  align-self: center;
  position: relative;
}

.div-block-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -26px;
  display: grid;
  position: relative;
}

.featured-flavor-logo, .featured-picnic-logo, .featured-dix-logo {
  opacity: 0;
  align-self: center;
  position: relative;
}

.featured-image-area {
  color: #fff;
  text-align: center;
  align-self: center;
}

.div-block-30 {
  width: 100%;
  height: 100%;
  background-image: url('../images/6cities5brands1stop-v3.jpg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: 700px;
}

._6cities {
  z-index: 0;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-image: url('../images/6cities5brands1stop-v6-blank.jpg');
  background-position: 50% 0;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.flavorbg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  background-image: url('../images/6cities5brands1stop-v4.jpg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-13 {
  line-height: 90vh;
}

.main-section {
  display: block;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.container-15 {
  height: 100vh;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.paragraph-9 {
  text-align: center;
  align-self: center;
  padding-left: 18%;
  padding-right: 18%;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.navbar-3 {
  display: none;
}

.image-13 {
  margin-top: -17px;
  padding-top: 0;
  display: block;
}

.section-14 {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 0, 0, .5), rgba(255, 0, 0, .5));
}

.logo-block {
  height: 40%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0%;
  padding-top: 0;
  display: flex;
  position: static;
}

.arrow-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 85vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-16 {
  padding-left: 0%;
}

.header-image {
  height: 100%;
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.header-grid {
  z-index: 999;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: grid;
  position: relative;
}

._6cities-bg {
  z-index: 6;
  height: 90vh;
  background-image: url('../images/6C4B1S_v13_CS-web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-flavor {
  z-index: 3;
  height: 90vh;
  background-image: url('../images/ifitgoes-v6_0002_flavor.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective-origin: 0 0;
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.section-15 {
  height: 65vh;
  background-image: linear-gradient(#df2655, #df2655), linear-gradient(270deg, #333 50%, #fff 50%);
}

.div-block-33 {
  z-index: 2;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50%;
  color: #333;
  transform-style: preserve-3d;
  background-image: linear-gradient(#333, #333);
  grid-template: "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-self: center;
  display: grid;
  position: relative;
  transform: perspective(1957px);
}

.location {
  z-index: 99999;
  height: auto;
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  justify-content: center;
  align-items: center;
  padding: 6% 0% 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.foot {
  background-image: linear-gradient(#333, #333);
  padding: 1%;
  overflow: hidden;
}

.bg-ac {
  z-index: 3;
  height: 90vh;
  background-image: url('../images/ifitgoes-v6_0004_ac.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-cutters {
  z-index: 3;
  height: 90vh;
  opacity: 0;
  background-image: url('../images/BG-Cutters-Widescreen.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-34 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.city-name {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.city-name.craig {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.location-paragraph {
  text-align: center;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.location-paragraph.large {
  font-size: 1em;
  line-height: 1.5em;
}

.location-div {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10%;
  transition: all 1s;
}

.location-div:hover {
  background-color: var(--white);
}

.container-19 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  padding: 3% 5%;
  display: grid;
}

.under-header-copy {
  text-align: left;
  letter-spacing: 0;
  align-self: center;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.3em;
  position: relative;
}

.under-header-copy.alt {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.4em;
}

.under-header-copy.alt.white {
  color: #fff;
}

.div-block-33-copy {
  z-index: 2;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(to bottom, var(--bg), var(--bg));
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50%;
  color: #333;
  transform-style: preserve-3d;
  flex-direction: column;
  grid-template: "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: grid;
  position: relative;
  transform: perspective(1957px);
}

.div-block-35 {
  align-self: center;
  display: flex;
}

.div-block-36 {
  background-image: linear-gradient(270deg, #333 49%, var(--bg) 50%);
  display: block;
}

.div-block-37 {
  height: 55vh;
  background-image: linear-gradient(270deg, #333 50%, var(--bg) 50%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.culture-right {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  grid-template: ". ."
                 ". ." minmax(auto, 1fr)
                 ". ." minmax(auto, .25fr)
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  justify-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.culture-of-creativity-div {
  width: 100%;
  height: 250px;
  background-image: url('../images/16---budweiser-clydesdaleteamrev1-720x486-29_97.jpg');
  background-position: 0 0;
  background-size: cover;
  margin: 5%;
  box-shadow: 0 0 24px 7px rgba(0, 0, 0, .23);
}

.culture-of-good-div {
  z-index: 9999;
  width: 100%;
  height: 250px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". . ." minmax(auto, .5fr)
                 ". . ."
                 / 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin: 5% 5% -33%;
  display: grid;
  position: relative;
}

.text-block {
  color: #fff;
  text-align: center;
  align-self: center;
  font-size: 1.5em;
}

.div-block-39 {
  z-index: 999;
  width: 500px;
  height: 200px;
  margin-top: -6%;
  position: relative;
  box-shadow: 0 0 30px rgba(0, 0, 0, .56);
}

.culture-grid {
  height: 100%;
  flex-direction: column;
  grid-template: ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-40 {
  display: block;
}

.culture-of-good-div-block {
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 20% 10%;
  display: flex;
  position: relative;
}

.mobile-header {
  display: none;
}

.text-block-2 {
  color: #7c7c7c;
  text-align: center;
  letter-spacing: 0;
  padding: 1%;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.image-14, .image-15, .image-16 {
  opacity: .2;
  align-self: center;
}

.footer-social {
  opacity: .2;
  align-self: center;
  transition: all .3s cubic-bezier(.55, .085, .661, 1.003), opacity .4s;
}

.footer-social:hover {
  opacity: 1;
  align-self: center;
  transform: translate(0, -10px);
}

.navbar-5 {
  display: block;
}

.nav-div-single-page {
  height: auto;
}

.link-block-4 {
  padding-left: 0;
}

.container-21 {
  padding-bottom: 0;
}

.about-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.div-block-45 {
  justify-content: center;
  margin-top: 3%;
  display: flex;
}

.bg-pic {
  z-index: 3;
  height: 90vh;
  background-image: url('../images/6cities5brands1stop-v6-picnicLARGE.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-dix {
  z-index: 3;
  height: 90vh;
  background-image: url('../images/ifitgoes-v6_0001_dix.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.image-19 {
  opacity: .2;
  transition: opacity .4s;
}

.image-19:hover {
  opacity: 1;
}

.image-20 {
  width: 500px;
  height: 240px;
}

.featuredimage.cutters-3 {
  background-image: url('../images/1-Always.jpg');
  background-position: 25%;
  background-size: cover;
}

.featuredimage.ac-5 {
  background-image: url('../images/kelloggs.jpg');
  background-position: 50%;
  background-size: cover;
}

.featuredimage.dix-2 {
  background-image: url('../images/carhartt-61hands30-1920x1080-23_98.jpg');
  background-position: 50%;
  background-size: cover;
}

.featuredimage.dix-3 {
  background-image: url('../images/illinoistourism-roadtrip20-1920x1080-23-98.jpg');
  background-position: 30%;
  background-size: cover;
}

.featuredimage.dix-4 {
  background-image: url('../images/illinoistourism-roadtripbrittany-1920x1080-23_98.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-2 {
  background-color: #333;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

.button-3 {
  color: #333;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  display: flex;
}

.culture-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 2.8em;
  font-weight: 700;
}

.culture-heading.black {
  color: var(--white);
}

.heading-9 {
  margin-bottom: 5%;
}

.button-4 {
  background-color: rgba(56, 152, 236, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  font-size: 16px;
  transition: opacity .2s, border-radius .2s, border-color .2s;
}

.button-4:hover {
  border: 2px solid #fff;
  border-radius: 19px;
  font-size: 17px;
}

.div-block-46 {
  height: 100vh;
}

.craig-main-contact {
  padding: 5%;
  transition: background-color 1s;
}

.craig-main-contact:hover {
  background-color: var(--white);
}

.nav-bar {
  align-self: center;
  margin-top: 1%;
  display: none;
  position: relative;
}

.bg-main {
  height: 90vh;
  background-image: url('../images/ifitgoes-v6_0000_main.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  display: block;
}

.left-arrow-2 {
  display: none;
  overflow: hidden;
}

.right-arrow-2, .slide-nav-2 {
  display: none;
}

.slide-6 {
  object-fit: cover;
}

.slide-good-mask {
  z-index: 9998;
}

.rotating-images {
  width: auto;
  height: auto;
  object-fit: cover;
}

.slider-good {
  width: 100%;
  height: 85vh;
  object-fit: cover;
  display: block;
}

.culture-of-creativity-div-block {
  height: 100%;
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20% 10%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-7 {
  background-image: url('../images/billsrecords-billsrecordsexcerpt-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-good {
  text-align: left;
  object-fit: contain;
  background-image: url('../images/paraiso-ashland-1920x1080-23_98.jpg');
  background-position: 50%;
  background-size: cover;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-good._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/whirlpool-carecounts-1920x1080-23_98.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.slide-good._3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/unclimate-dearmatafelepeinem-1920x1080-24.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 165vw;
}

.slide-good._4 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/ymca-foreverlearning30-1920x1080-23_98.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-good._5 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/cvs-anthem-1920x1080-23_98.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-good._1 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/theoceanagencyandadobestock-developingtheunderwaterstreetviewcamera542-1920x1080-23_98.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-good._6 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/oceanagency-glowinggone48-1080x1920-23-98.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide-good._7 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bootstrapvillages-launchvideo-1920x1080-23_98.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.culture-left {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  grid-template: ". ."
                 ". ." minmax(auto, 1fr)
                 ". ." minmax(auto, .25fr)
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  justify-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.slider-creativity {
  width: 100%;
  height: 85vh;
  object-fit: cover;
  display: block;
}

.cutters-page-link-whitebg {
  color: var(--dictionary);
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 10% 5%;
  text-decoration: none;
}

.cutters-page-link-whitebg:hover {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  padding-left: 2%;
  padding-right: 2%;
}

.cutters-page-link-whitebg.w--current {
  padding: 0% 10%;
  font-size: 1.2em;
}

.cutters-page-link-whitebg.w--current:hover {
  border-color: var(--cutters);
  background-image: linear-gradient(to bottom, var(--cutters), var(--cutters));
  color: #fff;
}

.companies-white-bg {
  opacity: 1;
  color: var(--black);
  text-align: center;
  letter-spacing: .08em;
  text-transform: lowercase;
  justify-content: center;
  margin: 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.companies-white-bg:hover {
  opacity: 1;
  color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: 10px;
}

.heading-10 {
  letter-spacing: .08em;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.comp-page-nav {
  width: 50%;
  color: var(--dictionary);
  text-align: center;
  letter-spacing: .08em;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 0;
  align-self: end;
  padding: 3% 6%;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  transition: all .2s, font-size .2s;
}

.comp-page-nav:hover {
  width: 70%;
  border-color: #fff;
  align-self: end;
}

.comp-page-nav.cutters {
  width: 65%;
  text-align: center;
  background-image: none;
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
  transition: width .2s, background-color .2s, font-size .2s;
}

.comp-page-nav.cutters:hover {
  width: 70%;
  max-width: none;
  border-color: var(--cutters);
  background-image: linear-gradient(to bottom, var(--cutters), var(--cutters));
  color: var(--white);
  align-self: end;
}

.comp-page-nav.another-country {
  width: 100%;
  background-image: linear-gradient(#004a8a, #004a8a);
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
}

.comp-page-nav.another-country:hover {
  width: 80%;
  align-self: end;
}

.comp-page-nav.picnic {
  width: 80%;
  background-image: linear-gradient(#00a6ec, #00a6ec);
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
}

.comp-page-nav.dictionary {
  width: 75%;
  background-image: linear-gradient(#333, #333);
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
}

.comp-page-nav.dictionary:hover {
  width: 85%;
  align-self: end;
}

.comp-page-nav.flavor {
  color: #fff;
  background-image: linear-gradient(#df2655, #df2655);
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
}

.comp-page-nav.ac {
  width: 65%;
  text-align: center;
  background-image: none;
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
  transition: width .2s, background-color .2s, font-size .2s;
}

.comp-page-nav.ac:hover {
  width: 70%;
  max-width: none;
  border-color: var(--another-country);
  background-image: linear-gradient(to bottom, var(--another-country), var(--another-country));
  color: var(--white);
  align-self: end;
}

.comp-page-nav.flavor {
  width: 65%;
  color: var(--dictionary);
  text-align: center;
  background-image: none;
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
  transition: width .2s, background-color .2s, font-size .2s;
}

.comp-page-nav.flavor:hover {
  width: 70%;
  max-width: none;
  border-color: var(--flavor);
  background-image: linear-gradient(to bottom, var(--flavor), var(--flavor));
  color: var(--white);
  align-self: end;
}

.comp-page-nav.dix {
  width: 65%;
  text-align: center;
  background-image: none;
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
  transition: width .2s, background-color .2s, font-size .2s;
}

.comp-page-nav.dix:hover {
  width: 70%;
  max-width: none;
  border-color: var(--dictionary);
  background-image: linear-gradient(to bottom, var(--dictionary), var(--dictionary));
  color: var(--white);
  align-self: end;
}

.text-block-5 {
  margin: 20px;
}

.view-work {
  width: 30%;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  background-color: rgba(51, 51, 51, .6);
  background-image: none;
  border: 2px rgba(255, 255, 255, 0);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 10%;
  padding: 2% 0%;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  transition: all .2s, all .2s, all .2s, font-size .2s;
  display: flex;
}

.view-work:hover {
  width: 25%;
  color: var(--black);
  background-image: linear-gradient(#fff, #fff);
  border-style: none;
  border-color: #fff;
  align-self: center;
  font-weight: 600;
  box-shadow: 0 0 19px 1px rgba(0, 0, 0, .41);
}

.view-work.cutters {
  width: 65%;
  text-align: center;
  background-image: linear-gradient(#f68e20, #f68e20);
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
  transition: width .2s, background-color .2s, font-size .2s;
}

.view-work.cutters:hover {
  width: 70%;
  max-width: none;
  color: #f68e20;
  background-image: linear-gradient(#fff, #fff);
  align-self: end;
  font-size: 1.2em;
}

.view-work.another-country {
  width: 250px;
  background-image: linear-gradient(#004a8a, #004a8a);
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
}

.view-work.another-country:hover {
  width: 225px;
  align-self: end;
}

.view-work.picnic {
  width: 80%;
  background-image: linear-gradient(#00a6ec, #00a6ec);
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
}

.view-work.dictionary {
  width: 75%;
  background-image: linear-gradient(#333, #333);
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
}

.view-work.dictionary:hover {
  width: 85%;
  align-self: end;
}

.view-work.flavor {
  color: #fff;
  background-image: linear-gradient(#df2655, #df2655);
  align-self: end;
  padding-left: 0%;
  padding-right: 0%;
}

.view-work.flavor:hover {
  color: var(--flavor);
  background-image: linear-gradient(#fff, #fff);
}

.view-work.montage {
  margin-top: 5%;
  margin-bottom: 5%;
}

.back-to-top {
  z-index: 1;
  object-fit: cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2%;
  margin-right: 2%;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.back-to-top.w--current {
  z-index: 999999;
}

.up-arrow {
  z-index: 99999;
  opacity: .69;
  align-self: end;
  margin-bottom: 0%;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(-90deg);
}

.backtotop {
  z-index: 999999;
  cursor: pointer;
  object-fit: cover;
  background-color: rgba(0, 0, 0, .07);
  border-radius: 10px;
  margin: 1%;
  padding: .5%;
  transition: all .2s cubic-bezier(.45, .091, .25, 1);
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.backtotop:hover {
  filter: blur();
  background-color: rgba(0, 0, 0, .41);
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-size: 16px;
}

.tagline {
  text-align: center;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-top: -40px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  display: none;
}

.heading-11 {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 8em;
  font-weight: 900;
  line-height: .8em;
  display: none;
}

.heading-11-copy {
  text-align: center;
  font-family: Staatliches;
  font-size: 8em;
  line-height: 1em;
}

.container-22 {
  margin-top: 2%;
}

.main-bg {
  z-index: 3;
  height: 90vh;
  background-image: linear-gradient(#bcbebe, #bcbebe);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-nav-link {
  opacity: .5;
  color: var(--dictionary);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  transition: all .2s cubic-bezier(.298, .003, .25, 1);
}

.main-nav-link:hover {
  border: 2px solid var(--white);
  opacity: 1;
  color: var(--white);
  border-radius: 20px;
}

.main-nav-link.white {
  color: #fff;
}

.main-nav-link.cutters {
  border-radius: 0;
}

.main-nav-link.cutters:hover, .main-nav-link.cutters.w--current:hover {
  color: var(--cutters);
}

.main-nav-link.ac {
  border-radius: 0;
}

.main-nav-link.ac:hover {
  color: var(--another-country);
}

.main-nav-link.flavor {
  border-radius: 0;
}

.main-nav-link.flavor:hover, .main-nav-link.flavor.w--current:hover {
  color: var(--flavor);
}

.main-nav-link.dictionary:hover {
  color: var(--dictionary);
}

.main-nav-link.dictionary.w--current {
  border-radius: 0;
}

.mainbg {
  min-height: 700px;
  clear: left;
  background-image: url('../images/ifitgoes_v9-main-sm.jpg'), linear-gradient(to right, #cfcfd0 19%, #d9dbe0 33%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1440px, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.mainbg.cutters {
  background-image: url('../images/ifitgoes_v9-cutters.jpg'), linear-gradient(#fa7022, #fa7022);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1440px, auto;
  display: block;
}

.message-div {
  height: 0%;
  object-fit: fill;
  overflow: visible;
}

.about {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.cuttersbg {
  height: 100%;
  opacity: 1;
  object-fit: fill;
  background-image: url('../images/BGCUTTERSWidescreen.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: absolute;
}

.navigation-div-white {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: brightness(0%) invert();
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  justify-items: center;
  margin-top: 0%;
  display: grid;
  position: relative;
}

.navigation-div-white.dark {
  filter: none;
  margin-top: 0%;
  position: relative;
}

.about-in-white {
  filter: contrast(200%) invert();
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.div-block-52 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.copy {
  height: auto;
  background-image: url('../images/6cities4brands1stop-v15-desktopFLAVORbgweb.png'), linear-gradient(#df2655, #df2655);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  padding-top: 10%;
  padding-bottom: 10%;
}

.copy.cutters {
  opacity: 1;
  object-fit: fill;
  background-image: url('../images/cutters-blur.jpg'), linear-gradient(#f68e20, #f68e20);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  padding-top: 10%;
  padding-bottom: 10%;
  display: block;
  position: static;
  overflow: hidden;
}

.copy.another-country {
  background-image: url('../images/6cities4brands1stop-v15-desktopANOTHERbgweb.png'), linear-gradient(#004a8a, #004a8a);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.copy.picnic {
  background-image: linear-gradient(#00a6ec, #00a6ec);
}

.copy.dictionary {
  background-image: url('../images/6cities4brands1stop-v15-desktopDIXbgweb.png'), linear-gradient(#333, #333);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.message {
  max-height: 100vh;
  min-height: 700px;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-53 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-4 {
  text-decoration: underline;
}

.navigation {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-16 {
  display: block;
}

.nav-bar-desktop {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-21 {
  object-fit: scale-down;
}

.section-17 {
  margin-top: 10%;
  margin-bottom: 5%;
  overflow: hidden;
}

.container-23 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.container-24 {
  z-index: 9999;
  clear: both;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cutters-bg {
  min-height: 65vh;
  background-image: url('../images/ifitgoes_v9-cutters.jpg');
  background-position: 50% 0;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.message-div-copy {
  height: 0%;
  object-fit: fill;
  overflow: visible;
}

.mainbg-copy {
  min-height: 65vh;
  clear: left;
  background-image: url('../images/ifitgoes_v9-main.jpg'), linear-gradient(to right, #cfcfd0 19%, #d9dbe0 33%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1440px, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.mainbg-cutters {
  min-height: 700px;
  clear: left;
  opacity: 0;
  background-image: url('../images/ifitgoes_v9-cutters.jpg'), linear-gradient(#fa7022, #fa7022);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1440px, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.mainbg-cutters.cutters {
  background-image: url('../images/ifitgoes_v9-cutters.jpg'), linear-gradient(#fa7022, #fa7022);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1440px, auto;
  display: block;
}

.mainbg-flavor {
  min-height: 700px;
  clear: left;
  opacity: 0;
  background-image: url('../images/ifitgoes_v9-flavor.jpg'), linear-gradient(#ee3556, #ee3556);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1440px, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.mainbg-flavor.cutters {
  background-image: url('../images/ifitgoes_v9-cutters.jpg'), linear-gradient(#fa7022, #fa7022);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1440px, auto;
  display: block;
}

.mainbg-anothercountry {
  min-height: 700px;
  clear: left;
  opacity: 0;
  background-image: url('../images/ifitgoes_v9-ac.jpg'), linear-gradient(#284781, #284781);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1440px, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.mainbg-anothercountry.cutters {
  background-image: url('../images/ifitgoes_v9-cutters.jpg'), linear-gradient(#fa7022, #fa7022);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1440px, auto;
  display: block;
}

.mainbg-dictionary {
  min-height: 700px;
  clear: left;
  opacity: 0;
  background-image: url('../images/ifitgoes_v9-dix.jpg'), linear-gradient(#363737, #363737);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1440px, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.mainbg-dictionary.cutters {
  background-image: url('../images/ifitgoes_v9-cutters.jpg'), linear-gradient(#fa7022, #fa7022);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1440px, auto;
  display: block;
}

.portrait-mobile-nav {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  filter: brightness(0%) invert();
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  justify-items: center;
  margin-top: 0%;
  display: grid;
  position: relative;
}

.portrait-mobile-nav.dark {
  filter: none;
  margin-top: 0%;
  display: none;
  position: relative;
}

.navbar-6 {
  display: none;
}

.image-22 {
  transform: skew(11deg);
}

.the-mobile-nav {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-left: 0%;
  padding-right: 0%;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer-photos {
  object-fit: fill;
  overflow: hidden;
}

.clip-center {
  margin-left: -15%;
}

.clip-center.dix2 {
  background-image: url('../images/schick-dragqueen-full-a-engsub-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-size: cover;
}

.clip-center.dix1 {
  background-image: url('../images/tokyotourism-quietnoise90norobot-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-size: cover;
}

.clip-center.dix3 {
  background-image: url('../images/allenedmonds-cockpit90-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-center.dix4 {
  background-image: url('../images/vitapet-hero45-1920x1080-25_00.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-center.dix5 {
  background-image: url('../images/maytag-pinrfrigeratorpowercold30-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-center.flv1 {
  background-image: url('../images/maytag-pinrfrigeratorpowercold30-1920x1080-23_98.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.clip-center.flv2 {
  background-image: url('../images/ykk-clicktrak60directorscut-1920x1080-23_98.jpg');
  background-size: cover;
}

.clip-center.flv3 {
  background-image: url('../images/aicp-postshowgfxreel2020-1920x1080-23_99.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-center.ac1 {
  background-image: url('../images/jeep-groundhogday144-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-size: cover;
}

.clip-center.ac2 {
  background-image: url('../images/rocketmortgage-comfortable-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-size: cover;
}

.clip-center.ac3 {
  background-image: url('../images/porsche-theheistLF-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-center.ac4 {
  background-image: url('../images/statefarm-feelinkindalebron-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-center.ac5 {
  background-image: url('../images/budweiser-circusrev1-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-center.cu1 {
  background-image: url('../images/always-likeagirl60-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-size: cover;
}

.clip-center.cu2 {
  background-image: url('../images/jeep-groundhogday144-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-size: cover;
}

.clip-center.cu3 {
  background-image: url('../images/esurance-saymynameextendedcut-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-center.cu4 {
  background-image: url('../images/bcbs-3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-center.cu5 {
  background-image: url('../images/sarah-3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-center.flv4 {
  background-image: url('../images/verabradley-abeautifulsight-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-center.flv5 {
  background-image: url('../images/swell-sipbyswell-1920x1080-23_98.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-1 {
  opacity: 0;
}

.photo-block {
  flex-direction: row;
  justify-content: center;
  display: flex;
  overflow: visible;
}

.clip-left {
  margin-left: -5%;
}

.clip-left.acl {
  background-image: url('../images/lg-worldofplay30-1920x1080-23_98.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-left.flvl {
  background-image: url('../images/honda-gradloyocombo-1920x1080-23_98.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-left.cul {
  background-image: url('../images/rocketmortgage-comfortable-1920x1080-23_98.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-right {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  margin-left: -15%;
  margin-right: -15%;
}

.clip-right.dixr, .clip-right.flvr {
  background-image: url('../images/betadine-buff15-1920x1080-23_98.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.clip-right.acr {
  background-image: url('../images/esurance-saymynameextendedcut-1920x1080-23_98.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.clip-right.cur {
  background-image: url('../images/porsche-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.clip-right.flvr {
  background-image: url('../images/mcdonalds-newnerdsjr15-1920x1080-23_98.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-2 {
  opacity: 1;
}

.photo-3, .photo-l {
  opacity: 0;
}

.nav-bar-mobile {
  z-index: 999;
  height: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-button-hamburger {
  z-index: 2;
  width: 80px;
  height: 80px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: auto;
}

.burger-line {
  width: 40px;
  height: 2px;
  background-color: #000;
  margin-top: 4px;
  margin-bottom: 4px;
}

.full-screen-menu {
  z-index: 1;
  background-color: rgba(255, 255, 255, .95);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-nav-link {
  color: #5e5b5b;
  text-transform: capitalize;
  margin-top: 10px;
  text-decoration: none;
}

.fs-nav-link:hover {
  color: rgba(94, 91, 91, .75);
}

.logo-block-fs {
  height: 40%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0%;
  padding-top: 0;
  display: flex;
  position: static;
}

.flavor-logo {
  max-width: none;
}

.image-25 {
  width: 300px;
}

.nav-bar-mobile-brands {
  z-index: 999;
  height: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-block-fs-copy {
  height: 40%;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0%;
  padding-top: 0;
  display: flex;
  position: static;
}

.lowe-opacity {
  filter: none;
  text-align: center;
  cursor: pointer;
  transition: all .2s;
  display: block;
  position: relative;
  overflow: visible;
}

.lowe-opacity:hover {
  filter: brightness(0%);
}

.lowe-opacity.white {
  filter: invert() brightness(200%);
}

.lowe-opacity.cutters:hover {
  filter: invert();
}

.culture-copy {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-31 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subscript {
  color: #7a7a7a;
  font-size: 14px;
  text-decoration: none;
}

.div-block-56 {
  height: 3px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/miriamisgoingtomars-trailer-1920x776-23_98.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: padding-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  transform: skew(-25deg);
}

@media screen and (max-width: 991px) {
  .container-3 {
    justify-content: center;
    margin-top: 5%;
  }

  .paragraph-2 {
    text-align: center;
    padding: 15%;
  }

  .section-2 {
    background-position: 50%;
    background-size: cover;
  }

  .button.cutters {
    margin: 1%;
  }

  .button.flavor {
    margin-left: 2%;
  }

  .row {
    flex-direction: column;
    align-content: center;
  }

  .brands {
    flex-flow: wrap;
    justify-content: center;
  }

  .image-8 {
    margin: 10%;
  }

  .div-block-7 {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .cs-brands {
    height: auto;
    margin: 5% auto;
  }

  .header-section {
    display: flex;
  }

  .companies {
    letter-spacing: .1em;
    border: 1px #000;
    margin-left: 10px;
    margin-right: 10px;
  }

  .navigation-div {
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-left: 0%;
  }

  .cutters-page-link, .flavor-link, .dictionary-link {
    border-width: 2px;
  }

  .hero-company {
    display: block;
  }

  .logo-div {
    width: 200px;
    margin-bottom: 5%;
  }

  .logo-div.dix {
    width: 250px;
  }

  .content-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .visit-brand-url {
    width: 50%;
    background-image: linear-gradient(to bottom, var(--black), var(--black));
    padding: 2% 10%;
  }

  .visit-brand-url:hover {
    width: 55%;
  }

  .visit-brand-url.cutters {
    width: 40%;
    border-style: solid;
    padding-left: 5%;
    padding-right: 5%;
  }

  .visit-brand-url.cutters:hover {
    width: 45%;
  }

  .visit-brand-url.another-country {
    width: 50%;
  }

  .visit-brand-url.another-country:hover {
    width: 55%;
  }

  .visit-brand-url.dictionary {
    width: 50%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .visit-brand-url.dictionary:hover {
    width: 55%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .visit-brand-url.flavor {
    width: auto;
    margin: 12px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .visit-brand-url.flavor2 {
    width: 50%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .visit-brand-url.flavor2:hover {
    width: 55%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .visti-links {
    grid-row-gap: 2ch;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr .25fr 1fr;
    margin-bottom: 0%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .brand-header {
    font-size: 4em;
  }

  .div-block-23 {
    height: auto;
    grid-template-rows: auto auto;
  }

  .email {
    font-size: 1em;
  }

  .culutre-of-copy.right, .culture-of-copy.left {
    padding-left: 0%;
    padding-right: 0%;
  }

  .arrow-block {
    padding-top: 2vh;
    display: none;
  }

  ._6cities-bg {
    background-image: url('../images/6cities4brands1stop-v15-portraitsmall.png'), url('../images/6C4B1S_v13_CS-web.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: cover, 1875px 863px;
    background-attachment: scroll, scroll;
    display: none;
  }

  .bg-flavor {
    background-size: cover;
  }

  .location {
    padding: 15% 5%;
    overflow: hidden;
  }

  .bg-ac {
    background-size: cover;
  }

  .bg-cutters {
    background-size: cover;
    display: block;
  }

  .div-block-34 {
    grid-template: "Area"
                   "."
                   "."
                   / 1.5fr 1.5fr;
    grid-auto-columns: minmax(0, .25fr);
  }

  .city-name {
    font-size: 28px;
  }

  .location-paragraph {
    text-align: center;
    padding-left: 0%;
  }

  .location-div {
    padding: 8%;
  }

  .under-header-copy.alt {
    line-height: 1.4em;
  }

  .mobile-header, .navbar-5 {
    display: none;
  }

  .bg-pic, .bg-dix {
    background-size: cover;
  }

  .culture-heading, .heading-9 {
    text-align: center;
  }

  .craig-main-contact {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .nav-bar {
    width: 100vw;
    margin-left: 0;
  }

  .culture-of-creativity-div-block {
    padding: 20% 10%;
  }

  .cutters-page-link-whitebg {
    border-width: 2px;
  }

  .companies-white-bg {
    letter-spacing: .1em;
    margin-left: auto;
    margin-right: auto;
  }

  .comp-page-nav.cutters, .comp-page-nav.ac, .comp-page-nav.flavor, .comp-page-nav.dix {
    width: 100%;
  }

  .text-block-4 {
    margin: 15px;
  }

  .view-work {
    width: 75%;
    margin-top: 20px;
    padding: 5%;
  }

  .view-work:hover {
    width: 85%;
  }

  .view-work.cutters {
    width: 100%;
  }

  .view-work.flavor {
    width: 85%;
    margin: 12px;
  }

  .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
    font-size: 18px;
  }

  .heading-11 {
    display: none;
  }

  .main-bg {
    height: 90vh;
    background-image: url('../images/BG-Main-iPhone.jpg'), url('../images/ifitgoes-v6_0000_main.jpg');
    background-position: 50% 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    display: block;
  }

  .main-nav-link {
    text-align: center;
    font-size: 1em;
  }

  .mainbg {
    height: 50vh;
    min-height: 600px;
    object-fit: fill;
    background-position: 50% 0;
    background-size: 1200px;
    display: flex;
  }

  .message-div {
    height: 0;
  }

  .cuttersbg {
    opacity: 0;
    background-position: 50% 0;
    background-size: 1280px;
    border-radius: 0;
  }

  .navigation-div-white {
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-left: 0%;
  }

  .navigation-div-white.dark {
    grid-column-gap: 5px;
    margin-left: 0%;
  }

  .about-in-white {
    padding-top: 40vh;
  }

  .copy.cutters {
    display: block;
  }

  .message {
    height: 50vh;
    min-height: 600px;
    overflow: visible;
  }

  .navigation {
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .nav-bar-desktop {
    padding-left: 0%;
    padding-right: 0%;
  }

  .cutters-bg {
    height: 100%;
    object-fit: fill;
    background-position: 50% 0;
    background-size: cover;
    display: flex;
  }

  .message-div-copy {
    height: 0;
  }

  .mainbg-copy {
    height: 100%;
    object-fit: fill;
    background-position: 50% 0;
    background-size: cover;
    display: flex;
  }

  .mainbg-cutters, .mainbg-flavor, .mainbg-anothercountry, .mainbg-dictionary {
    height: 50vh;
    min-height: 600px;
    object-fit: fill;
    background-position: 50% 0;
    background-size: 1200px;
    display: flex;
  }

  .portrait-mobile-nav {
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-left: 0%;
  }

  .portrait-mobile-nav.dark {
    display: none;
  }

  .the-mobile-nav {
    padding-left: 0%;
    padding-right: 0%;
  }

  .body-6 {
    object-fit: scale-down;
    flex-direction: column;
    align-items: center;
    overflow: visible;
  }

  .nav-bar-mobile {
    display: none;
  }

  .image-25 {
    width: 250px;
  }

  .nav-bar-mobile-brands {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: visible;
  }

  .container-3 {
    margin-top: 2%;
  }

  .link {
    font-size: 14px;
  }

  .social-media-icon {
    padding: 20%;
  }

  .section-2 {
    background-position: 50%;
  }

  .logo {
    justify-content: center;
    display: flex;
  }

  .grey-cs-logo {
    max-width: none;
    clear: none;
    position: relative;
  }

  .grey-cs-logo:hover {
    filter: none;
  }

  .grey-cs-logo.lowopacity {
    display: none;
  }

  .image-8 {
    margin: 10%;
  }

  .paragraph-4 {
    padding: 5%;
  }

  .header-section {
    padding-top: 15%;
  }

  .heading-4 {
    padding: 5%;
    font-size: 6em;
  }

  .companies {
    letter-spacing: .1em;
  }

  .navigation-div {
    display: none;
  }

  .logo-div {
    width: 150px;
  }

  .logo-div.dix {
    width: 200px;
  }

  .logo-div.cutters {
    margin-top: 5%;
  }

  .content-container {
    padding: 5%;
  }

  .nav-div {
    height: 70vh;
    display: block;
  }

  .about-brand-copy {
    font-size: 1em;
  }

  .visit-brand-url.cutters {
    border: 0 solid #fff;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .visit-brand-url.another-country {
    width: 50%;
  }

  .visit-brand-url.another-country:hover {
    width: 55%;
  }

  .visit-brand-url.dictionary {
    grid-row-gap: 1ch;
    padding-left: 0%;
    padding-right: 0%;
  }

  .visit-brand-url.dictionary:hover {
    padding-left: 5%;
    padding-right: 5%;
  }

  .visit-brand-url.flavor {
    width: auto;
    margin: 20px 0;
    padding: 2% 10%;
    font-size: 1em;
  }

  .visit-brand-url.flavor2 {
    grid-row-gap: 1ch;
    padding-left: 5%;
    padding-right: 5%;
  }

  .visit-brand-url.flavor2:hover {
    padding-left: 5%;
    padding-right: 5%;
  }

  .visti-links {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: center;
    justify-content: center;
    padding: 5% 10%;
  }

  .visti-links.flavor {
    width: 100vw;
    grid-row-gap: 1ch;
    padding-left: 0%;
    padding-right: 0%;
  }

  .brand-header {
    font-size: 3em;
  }

  .div-block-23 {
    display: block;
  }

  .featured-image.cutters-1 {
    height: 100%;
  }

  .culutre-of-copy.right {
    text-align: left;
  }

  .logo-block {
    margin-bottom: -10px;
    padding-bottom: 0;
  }

  .logo-block.w--current {
    width: 150px;
  }

  .arrow-block.w--current {
    padding-top: 0;
  }

  ._6cities-bg, .bg-flavor {
    height: 80vh;
  }

  .location {
    height: auto;
    overflow: hidden;
  }

  .bg-ac, .bg-cutters {
    height: 80vh;
  }

  .div-block-34 {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1.5fr 1.5fr;
    justify-content: center;
    overflow: visible;
  }

  .city-name, .city-name.craig {
    font-size: 24px;
  }

  .location-paragraph {
    font-size: 10px;
  }

  .location-div {
    padding: 5%;
  }

  .under-header-copy {
    align-self: end;
    padding-left: 5%;
    padding-right: 5%;
  }

  .under-header-copy.mobile {
    text-align: center;
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding: 35% 5% 0;
    font-size: 1.3em;
    line-height: 1.5em;
    display: block;
  }

  .under-header-copy.alt {
    font-size: 1.3em;
  }

  .culture-right {
    align-self: center;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .culture-grid {
    display: block;
    overflow: hidden;
  }

  .div-block-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    margin-top: 0%;
    display: block;
  }

  .mobile-header {
    height: 50vh;
    grid-column-gap: 16px;
    grid-row-gap: 38px;
    background-image: url('../images/6cities4brands1stop-v15-portrait-tablet-small.png');
    background-position: 50% 100%;
    background-size: cover;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    margin-top: 68px;
    display: none;
    position: relative;
  }

  .div-block-43 {
    padding-top: 5%;
  }

  .div-block-44 {
    height: auto;
    background-image: linear-gradient(to bottom, var(--bg), var(--bg));
    text-align: right;
    justify-content: space-between;
    padding: 0 19px;
    display: flex;
    position: relative;
  }

  .image-18 {
    margin-top: 10px;
  }

  .navbar-5 {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-20 {
    background-color: rgba(0, 0, 0, 0);
  }

  .body-3 {
    background-image: linear-gradient(#fff, #fff);
  }

  .nav-link-2 {
    width: 100%;
    text-align: center;
    background-image: linear-gradient(#f68e20, #f68e20);
  }

  .nav-link-3 {
    width: 100%;
    text-align: center;
    background-image: linear-gradient(#004a8a, #004a8a);
    flex-direction: column;
    display: flex;
  }

  .nav-link-mobile {
    width: 100%;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-image: linear-gradient(#000, #000);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    display: flex;
  }

  .nav-link-mobile.ac {
    background-image: linear-gradient(#004a8a, #004a8a);
  }

  .nav-link-mobile.cutters {
    background-image: linear-gradient(#f68e20, #f68e20);
  }

  .nav-link-mobile.flavor {
    background-image: linear-gradient(#df2655, #df2655);
  }

  .nav-link-mobile.picnic {
    background-image: linear-gradient(#00a6ec, #00a6ec);
  }

  .nav-link-mobile.dictionary {
    background-image: linear-gradient(#333, #333);
  }

  .nav-div-single-page {
    display: none;
  }

  .bg-pic, .bg-dix {
    height: 80vh;
  }

  .culture-heading {
    text-align: center;
  }

  .icon {
    font-size: 32px;
  }

  .culture-left {
    align-self: center;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .companies-white-bg {
    letter-spacing: .1em;
  }

  .text-block-3 {
    padding: 5%;
    display: flex;
  }

  .text-block-4, .div-block-49 {
    margin: 20px;
  }

  .view-work.cutters {
    width: 50%;
  }

  .view-work.dictionary {
    margin: 16px;
  }

  .view-work.flavor {
    width: 50%;
    margin: 20px;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: 1em;
  }

  .backtotop {
    overflow: hidden;
  }

  .bold-text-6 {
    font-size: 14px;
  }

  .main-bg {
    height: auto;
    background-image: url('../images/BG-Main-iPhone.jpg');
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
    margin-top: 10%;
  }

  .main-nav-link {
    border-style: none none solid;
    padding-bottom: 9px;
    padding-left: 0;
    padding-right: 0;
    font-size: .8em;
    display: none;
  }

  .main-nav-link:hover {
    border-style: none none solid;
    border-radius: 0;
    padding-bottom: 9px;
  }

  .main-nav-link.cutters {
    padding-bottom: 5px;
    font-size: 1em;
  }

  .main-nav-link.cutters.w--current {
    border-style: none none solid;
    border-bottom-width: 4px;
    border-bottom-color: var(--cutters);
    border-radius: 0;
  }

  .main-nav-link.ac {
    padding-bottom: 5px;
    font-size: 1em;
  }

  .main-nav-link.ac.w--current {
    border-bottom-width: 4px;
    border-bottom-color: var(--another-country);
  }

  .main-nav-link.flavor {
    padding-bottom: 5px;
    font-size: 1em;
  }

  .main-nav-link.flavor.w--current {
    border-bottom-width: 4px;
    border-bottom-color: var(--flavor);
    border-radius: 0;
  }

  .main-nav-link.dictionary {
    font-size: 1em;
  }

  .main-nav-link.dictionary.w--current {
    border-bottom-width: 4px;
    border-bottom-color: var(--dictionary);
    padding-bottom: 5px;
    font-size: 1em;
  }

  .mainbg {
    height: 35vh;
    min-height: 450px;
    background-position: 52% 0, 0 0;
    background-size: 850px, auto;
  }

  .message-div {
    height: 42vh;
  }

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

  .cuttersbg {
    background-size: 1000px;
  }

  .navigation-div-white {
    display: block;
  }

  .navigation-div-white.dark {
    width: 100vw;
    grid-template-rows: auto;
    grid-template-columns: max-content max-content max-content max-content 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: stretch;
    justify-content: space-between;
    justify-items: stretch;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .about-in-white {
    padding-top: 35vh;
    padding-left: 0;
    padding-right: 0;
  }

  .copy.cutters {
    padding-bottom: 0%;
  }

  .message {
    height: 35vh;
    min-height: 450px;
  }

  .navigation {
    display: none;
  }

  .section-16 {
    height: auto;
  }

  .nav-bar-desktop {
    display: none;
    overflow: hidden;
  }

  .cutters-bg {
    height: 80vh;
    background-position: 50% 0;
    background-size: 750px;
  }

  .message-div-copy {
    height: 42vh;
  }

  .mainbg-copy {
    height: 80vh;
    background-position: 50% 0;
    background-size: 750px;
  }

  .mainbg-cutters, .mainbg-flavor, .mainbg-anothercountry, .mainbg-dictionary {
    height: 35vh;
    min-height: 450px;
    background-position: 52% 0;
    background-size: 850px;
  }

  .portrait-mobile-nav {
    display: block;
  }

  .portrait-mobile-nav.dark {
    grid-template-rows: auto;
    grid-template-columns: max-content max-content max-content max-content max-content;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding-left: 1%;
    padding-right: 1%;
    display: none;
  }

  .navbar-6 {
    overflow: visible;
  }

  .body-5 {
    height: 100%;
  }

  .the-mobile-nav {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .div-block-55 {
    flex: 0 auto;
  }

  .nav-bar-mobile {
    background-color: rgba(255, 255, 255, 0);
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: absolute;
  }

  .menu-button-hamburger {
    align-items: center;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .burger-line {
    width: 35px;
    height: 2px;
    color: var(--dictionary);
    border: 2px #000;
    border-radius: 0;
  }

  .full-screen-menu {
    display: none;
  }

  .fs-nav-link {
    opacity: 1;
    color: #7c7c7c;
    text-transform: lowercase;
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1em;
  }

  .fs-nav-link.cutters:hover {
    color: var(--cutters);
  }

  .fs-nav-link.ac:hover {
    color: var(--another-country);
  }

  .fs-nav-link.flavor:hover {
    color: var(--flavor);
  }

  .fs-nav-link.dix:hover {
    color: var(--dictionary);
  }

  .logo-block-fs.w--current {
    width: 200px;
  }

  .flavor-logo.flavor {
    width: 150px;
  }

  .image-25 {
    width: 200px;
  }

  .nav-bar-mobile-brands {
    background-color: rgba(255, 255, 255, 0);
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: absolute;
  }

  .logo-block-fs-copy.w--current {
    width: 200px;
  }

  .lowe-opacity {
    max-width: none;
    clear: none;
    position: relative;
  }

  .lowe-opacity:hover {
    filter: none;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    margin-top: auto;
  }

  .body {
    overflow: visible;
  }

  .container-3 {
    margin-top: 5%;
    margin-bottom: 2%;
  }

  .slide-creative._2 {
    object-fit: cover;
    background-position: 50%;
  }

  .slide-creative._4 {
    object-fit: cover;
    background-position: 50% 0;
  }

  .slide-creative._1 {
    width: auto;
    height: auto;
    object-fit: cover;
    background-position: 50%;
  }

  .paragraph-2 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.4em;
  }

  .section-2 {
    background-size: cover;
  }

  .button.cutters {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button.anothercountry, .button.flavor, .button.dix, .button.picnic {
    margin-left: auto;
    margin-right: auto;
  }

  .row-2 {
    flex-direction: column;
  }

  .grey-cs-logo {
    opacity: 1;
    align-self: center;
    display: block;
  }

  .grey-cs-logo.lowopacity {
    opacity: .25;
    display: none;
  }

  .section-11 {
    height: 100%;
  }

  .image-8 {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .image-9 {
    margin-top: -65px;
    margin-bottom: -159px;
  }

  .menu-button-2 {
    margin-top: 42px;
  }

  .div-block-7 {
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .cs-brands {
    height: 100%;
  }

  .header-section {
    height: 250px;
    clear: none;
    padding-top: 10%;
    padding-bottom: 0%;
    position: relative;
    top: 5%;
  }

  .header-section.cutters {
    padding-top: 0%;
    overflow: hidden;
  }

  .heading-4 {
    font-size: 3.8em;
  }

  .container-11 {
    height: 100%;
  }

  .navigation-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: ". . ."
                   ". . ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: none;
  }

  .div-block-14 {
    grid-template-columns: 2.75fr 1fr;
    grid-template-areas: ". ."
                         ". ."
                         ". ."
                         ". .";
  }

  .white-cs-logo {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: inline-block;
  }

  .hero-company.cutters {
    background-image: url('../images/6cities4brands1stop-v15-desktopCUTTERSbgweb.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .logo-div {
    width: 150px;
    margin-top: 15%;
    margin-bottom: 10%;
  }

  .logo-div.cutters {
    width: 100px;
    margin-top: 25%;
  }

  .content-container {
    padding-bottom: 0%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-div {
    height: 100%;
  }

  .visit-brand-url {
    padding: 5% 0%;
  }

  .visit-brand-url:hover {
    width: 100%;
  }

  .visit-brand-url.cutters {
    width: 60%;
  }

  .visit-brand-url.cutters:hover {
    width: 65%;
  }

  .visit-brand-url.another-country {
    width: 100%;
  }

  .visit-brand-url.another-country:hover {
    width: 105%;
  }

  .visit-brand-url.dictionary {
    width: 100%;
    margin: 0 0 5%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .visit-brand-url.dictionary:hover {
    width: 105%;
  }

  .visit-brand-url.flavor {
    width: auto;
    margin: 10px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .visit-brand-url.flavor2 {
    width: 100%;
    margin: 0 0 5%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .visit-brand-url.flavor2:hover {
    width: 105%;
    background-image: linear-gradient(to bottom, var(--white), var(--white)), linear-gradient(to bottom, var(--flavor), var(--flavor));
    color: var(--flavor);
  }

  .visti-links {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr;
    grid-auto-columns: .25fr;
    align-items: center;
    justify-items: stretch;
    margin-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .visti-links.flavor {
    grid-template-rows: auto auto auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hyperlinks {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-23 {
    width: 100vw;
    clear: left;
    grid-template-rows: auto auto auto auto auto;
    position: static;
  }

  .featured-image.cutters-1 {
    height: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    position: static;
  }

  .email {
    font-size: 14px;
  }

  .culutre-of-copy.right {
    text-align: center;
  }

  .culture-of-copy {
    color: var(--gainsboro);
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .navbar-3 {
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .logo-block {
    z-index: 999999;
    width: auto;
    align-self: center;
    align-items: center;
    margin-bottom: -19px;
    display: flex;
    position: relative;
  }

  .logo-block.w--current {
    width: 100vw;
    height: 20%;
    text-align: center;
    align-self: center;
    position: relative;
  }

  ._6cities-bg {
    background-image: url('../images/6cities4brands1stop-v15-portraitsmall.png'), url('../images/6cities4brands1stop-v15-portraitsmall.png');
  }

  .bg-flavor {
    height: 45vh;
    display: none;
  }

  .location {
    height: 100%;
    padding: 25% 0%;
  }

  .bg-ac, .bg-cutters {
    display: none;
  }

  .div-block-34 {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1.5fr;
  }

  .under-header-copy {
    align-self: center;
    font-size: 1.4em;
  }

  .under-header-copy.mobile {
    text-align: center;
    padding-top: 123%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .culture-right {
    height: 600px;
  }

  .culture-grid {
    height: 1200px;
  }

  .div-block-42 {
    align-self: start;
  }

  .mobile-header {
    background-image: url('../images/6cities4brands1stop-v15-portrait-phone-small.png'), url('../images/6C4B1S_v13_CS-web.png');
    background-position: 0 0, 50% 0;
    background-size: cover, cover;
    margin-top: 0;
    display: none;
  }

  .div-block-43 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    display: flex;
  }

  .navbar-4 {
    width: 100%;
    padding-left: 0;
    position: static;
  }

  .navbar-5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .bg-pic, .bg-dix {
    display: none;
  }

  .culture-heading {
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
  }

  .craig-main-contact {
    padding-left: 0%;
    padding-right: 0%;
  }

  .bg-main {
    background-image: url('../images/6cities4brands1stop-v15-portraitsmall.png'), url('../images/6cities4brands1stop-v15-portrait-phone-small.png');
  }

  .slide-good-mask, .slider-good {
    height: 600px;
  }

  .culture-of-creativity-div-block {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .slide-good._2 {
    background-position: 50%;
  }

  .slide-good._3 {
    object-fit: cover;
    background-image: url('../images/bootstrapvillages-launchvideo-1920x1080-23_99.jpg');
    background-position: 100%;
    background-size: cover;
  }

  .slide-good._1 {
    width: auto;
    height: 100%;
    background-image: linear-gradient(to bottom, null, null);
  }

  .culture-left, .slider-creativity {
    height: 600px;
  }

  .view-work {
    margin-top: 10px;
    font-size: 1.2em;
  }

  .view-work.cutters {
    width: 65%;
  }

  .view-work.dictionary {
    width: 100%;
    margin: 0 0 5%;
  }

  .view-work.flavor {
    width: 85%;
    margin: 10px;
  }

  .view-work.montage {
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .main-bg {
    height: auto;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 70px;
    display: block;
  }

  .main-nav-link {
    border-style: solid;
    border-width: 2px;
  }

  .main-nav-link:hover {
    border-style: solid;
    border-color: var(--cutters);
    color: var(--cutters);
    padding: 9px 5%;
  }

  .main-nav-link.cutters {
    border-style: none;
  }

  .main-nav-link.cutters.w--current {
    border-radius: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .main-nav-link.cutters.w--current:hover {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-nav-link.ac {
    border-style: none;
    border-radius: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-nav-link.ac:hover {
    border-style: none;
    border-color: var(--another-country);
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-nav-link.ac.w--current {
    display: none;
  }

  .main-nav-link.flavor {
    border-style: none;
    border-radius: 30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-nav-link.flavor:hover {
    border-style: none;
    border-color: var(--flavor);
    border-radius: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-nav-link.flavor.w--current {
    display: none;
  }

  .main-nav-link.dictionary {
    border-style: none;
    border-radius: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-nav-link.dictionary:hover {
    border-style: none;
    border-color: var(--dictionary);
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-nav-link.dictionary.w--current {
    display: none;
  }

  .mainbg {
    background-image: url('../images/ifitgoes_v9-main.jpg'), linear-gradient(to right, #cfd0d0 7%, #d9dbe1 66%);
    background-position: 52% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 185%, auto;
    display: block;
    position: relative;
  }

  .about {
    padding-top: 0%;
  }

  .navigation-div-white {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: ". . ."
                   ". . ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: none;
  }

  .navigation-div-white.dark {
    height: auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr max-content max-content max-content max-content;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    align-content: stretch;
    justify-content: stretch;
    align-items: center;
    display: flex;
    position: relative;
  }

  .copy.cutters {
    background-image: url('../images/cutters-blur.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    padding: 5%;
  }

  .message {
    height: 0;
    max-height: 90vw;
    min-height: 90vw;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0;
    overflow: hidden;
  }

  .navigation {
    height: auto;
    align-items: center;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .section-16 {
    float: left;
    clear: left;
    object-fit: contain;
    display: none;
    position: static;
    overflow: hidden;
  }

  .nav-bar-desktop {
    clear: left;
    flex-wrap: nowrap;
    display: none;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .cutters-bg, .mainbg-copy {
    height: 275px;
    background-size: cover;
    overflow: hidden;
  }

  .mainbg-cutters, .mainbg-flavor, .mainbg-anothercountry, .mainbg-dictionary {
    background-size: 425px;
    display: none;
    position: relative;
    top: 0%;
    overflow: hidden;
  }

  .portrait-mobile-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: ". . ."
                   ". . ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: none;
  }

  .portrait-mobile-nav.dark {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5%;
    display: none;
    position: relative;
  }

  .navbar-6 {
    display: none;
  }

  .brand-3 {
    width: 200px;
    flex: 1;
    margin-top: 0;
    padding-left: 0;
  }

  .container-25 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button-3 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    margin-right: 0%;
    padding: 0 5% 0 0;
    display: flex;
  }

  .menu-button-3.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-4 {
    width: 100vw;
    clear: left;
    background-color: var(--dictionary);
    color: #fff;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 10%;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .body-4 {
    overflow: visible;
  }

  .icon-2 {
    height: 100%;
    clear: none;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    font-size: 32px;
    display: flex;
  }

  .nav-link-4 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    display: block;
  }

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

  .image-23 {
    width: 35%;
  }

  .body-5 {
    height: 100%;
    overflow: visible;
  }

  .the-mobile-nav {
    height: auto;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
  }

  .div-block-54 {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    padding-right: 10%;
    display: flex;
  }

  .clip-center {
    background-image: none;
  }

  .photo-block {
    height: auto;
  }

  .clip-left, .clip-right {
    background-image: none;
  }

  .container-26 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .menu-button-hamburger {
    z-index: 99999;
    margin-top: -2%;
    margin-right: -2%;
    position: absolute;
  }

  .burger-line {
    width: 30px;
  }

  .full-screen-menu {
    text-align: center;
    line-height: 25px;
    display: none;
  }

  .logo-block-fs {
    z-index: 999999;
    height: auto;
    align-self: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .logo-block-fs.w--current {
    z-index: 7;
    width: 150px;
    height: 20%;
    text-align: center;
    align-self: flex-start;
    margin-top: 8%;
    position: static;
  }

  .flavor-logo.flavor {
    width: 100px;
    margin-top: 15%;
    margin-bottom: 10%;
  }

  .image-25 {
    width: 150px;
    margin-top: 15%;
    margin-bottom: 5%;
  }

  .nav-bar-mobile-brands {
    overflow: hidden;
  }

  .logo-block-fs-copy {
    z-index: 999999;
    height: auto;
    align-self: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .logo-block-fs-copy.w--current {
    z-index: 7;
    width: 150px;
    height: 20%;
    text-align: center;
    align-self: flex-start;
    margin-top: 8%;
    position: static;
  }

  .lowe-opacity {
    opacity: 1;
    align-self: center;
    display: block;
  }

  .lowe-opacity.lowopacity {
    opacity: .25;
    display: block;
  }

  .container-27 {
    flex: 1;
    align-self: center;
  }

  .container-28, .container-29, .container-30 {
    flex: 1;
  }

  .culture-copy {
    padding-left: 8%;
    padding-right: 8%;
    font-size: 12px;
  }
}

#w-node-_0a78b3ed-23c9-e4c4-2e66-259a4f8b38d4-2cb6c7bf {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-_0a78b3ed-23c9-e4c4-2e66-259a4f8b38d7-2cb6c7bf {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0a78b3ed-23c9-e4c4-2e66-259a4f8b38d9-2cb6c7bf {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-e63e7558-339f-6009-3ca5-e330418c8f5f-2cb6c7bf {
  grid-area: 1 / 1 / 5 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_68a5b0e5-4107-2d10-b0a3-b3957def7076-2cb6c7bf {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

#w-node-_7a8e9d56-9858-83bc-1d35-80db3eeeeea6-2cb6c7bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff5ee8c7-e224-9ab6-5632-52f331db775b-2cb6c7bf {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_4879c4a9-12e9-19dc-1192-7e70cdf7f34a-2cb6c7bf {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_85398e7d-ddb5-f978-cdca-f59b9d0cb9b6-2cb6c7bf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_112357d5-fec6-6615-2373-391ff8108e4e-2cb6c7bf {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_7fe4ec11-af83-023a-b5e2-b3774bec4e4b-2cb6c7bf {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-ffa72d23-710b-b435-0d3f-5342c9e8dee0-2cb6c7bf {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_3b381b99-4803-7b8e-1b7d-f4a40428201a-2cb6c7bf {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_4160e4df-5a22-4aaf-a295-db41218c5431-2cb6c7bf {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: center;
}

#w-node-_5811bb69-b90c-f189-5370-9fc394495b8d-14b6c7c1 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-_5811bb69-b90c-f189-5370-9fc394495b90-14b6c7c1 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_5811bb69-b90c-f189-5370-9fc394495b92-14b6c7c1 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-e3f1018f-0af6-29ac-c7b9-2e69bf856f99-14b6c7c1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_80285c49-0362-e981-4ef7-602fc0331409-14b6c7c1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-df3440cc-6251-28d4-1167-2084be74e094-11b6c7c3 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-df3440cc-6251-28d4-1167-2084be74e097-11b6c7c3 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-df3440cc-6251-28d4-1167-2084be74e099-11b6c7c3 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_80285c49-0362-e981-4ef7-602fc0331409-11b6c7c3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
  justify-self: center;
}

#w-node-a2f9ea72-735d-4776-dca8-08157f1b25fc-11b6c7c3 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
  justify-self: center;
}

#w-node-_2eae5a75-270a-a4ff-cb46-d09d0696f25d-11b6c7c3 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
  justify-self: center;
}

#w-node-_64178111-101e-6564-a724-98b3e2f48f50-beb6c7c5 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-_64178111-101e-6564-a724-98b3e2f48f53-beb6c7c5 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_64178111-101e-6564-a724-98b3e2f48f55-beb6c7c5 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_80285c49-0362-e981-4ef7-602fc0331409-beb6c7c5 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_69546ef2-b9c3-f159-2689-17f19b4e96af-beb6c7c5 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_8330db70-0199-92bd-77c9-aac4e7d96217-beb6c7c5 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

#w-node-a2330113-d2c3-e8a3-0772-25ba602813ea-58b6c7c6 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-a2330113-d2c3-e8a3-0772-25ba602813ed-58b6c7c6 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-a2330113-d2c3-e8a3-0772-25ba602813ef-58b6c7c6 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_74a0a41a-82c3-5049-bef7-2d3ff08d49ca-58b6c7c6 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_74a0a41a-82c3-5049-bef7-2d3ff08d49cc-58b6c7c6 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_237ec224-9341-e74a-cae3-7a4d1a1d70e4-58b6c7c6 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_237ec224-9341-e74a-cae3-7a4d1a1d70e6-58b6c7c6 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_49bd37f7-6a6d-621f-49d9-f6bfeb5ba26b-58b6c7c6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_49bd37f7-6a6d-621f-49d9-f6bfeb5ba26d-58b6c7c6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_49bd37f7-6a6d-621f-49d9-f6bfeb5ba26f-58b6c7c6 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_0a78b3ed-23c9-e4c4-2e66-259a4f8b38d0-2cb6c7bf {
    align-self: center;
    justify-self: center;
  }

  #w-node-_0a78b3ed-23c9-e4c4-2e66-259a4f8b38d4-2cb6c7bf {
    grid-area: 1 / 3 / 2 / 4;
    align-self: start;
    justify-self: center;
  }

  #w-node-ff5ee8c7-e224-9ab6-5632-52f331db775b-2cb6c7bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4879c4a9-12e9-19dc-1192-7e70cdf7f34a-2cb6c7bf {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_85398e7d-ddb5-f978-cdca-f59b9d0cb9b6-2cb6c7bf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_112357d5-fec6-6615-2373-391ff8108e4e-2cb6c7bf {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_5811bb69-b90c-f189-5370-9fc394495b8b-14b6c7c1 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_5811bb69-b90c-f189-5370-9fc394495b8d-14b6c7c1 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: start;
    justify-self: center;
  }

  #w-node-e3f1018f-0af6-29ac-c7b9-2e69bf856f99-14b6c7c1 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_80285c49-0362-e981-4ef7-602fc0331409-14b6c7c1 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-_0e61392e-b262-5bc5-f6a0-c5ff93a2a73b-14b6c7c1 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-df3440cc-6251-28d4-1167-2084be74e092-11b6c7c3 {
    align-self: center;
    justify-self: center;
  }

  #w-node-df3440cc-6251-28d4-1167-2084be74e094-11b6c7c3 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: start;
    justify-self: center;
  }

  #w-node-_80285c49-0362-e981-4ef7-602fc0331409-11b6c7c3 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: end;
    justify-self: center;
  }

  #w-node-a2f9ea72-735d-4776-dca8-08157f1b25fc-11b6c7c3 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: end;
    justify-self: center;
  }

  #w-node-_2eae5a75-270a-a4ff-cb46-d09d0696f25d-11b6c7c3 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
    justify-self: center;
  }

  #w-node-_64178111-101e-6564-a724-98b3e2f48f4e-beb6c7c5 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_64178111-101e-6564-a724-98b3e2f48f50-beb6c7c5 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: start;
    justify-self: center;
  }

  #w-node-_80285c49-0362-e981-4ef7-602fc0331409-beb6c7c5 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: end;
  }

  #w-node-_69546ef2-b9c3-f159-2689-17f19b4e96af-beb6c7c5 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: end;
  }

  #w-node-_8330db70-0199-92bd-77c9-aac4e7d96217-beb6c7c5 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
  }

  #w-node-a2330113-d2c3-e8a3-0772-25ba602813e8-58b6c7c6 {
    align-self: center;
    justify-self: center;
  }

  #w-node-a2330113-d2c3-e8a3-0772-25ba602813ea-58b6c7c6 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: start;
    justify-self: center;
  }

  #w-node-_74a0a41a-82c3-5049-bef7-2d3ff08d49c8-58b6c7c6, #w-node-_237ec224-9341-e74a-cae3-7a4d1a1d70e2-58b6c7c6 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_49bd37f7-6a6d-621f-49d9-f6bfeb5ba26b-58b6c7c6 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: end;
  }

  #w-node-_49bd37f7-6a6d-621f-49d9-f6bfeb5ba26d-58b6c7c6 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: end;
  }

  #w-node-_49bd37f7-6a6d-621f-49d9-f6bfeb5ba26f-58b6c7c6 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0a78b3ed-23c9-e4c4-2e66-259a4f8b38d9-2cb6c7bf {
    grid-area: 1 / 5 / 2 / 6;
  }

  #w-node-f8e98a4d-50e0-73c1-1a98-5aeb5ddf55d8-2cb6c7bf {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-ff5ee8c7-e224-9ab6-5632-52f331db775b-2cb6c7bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4879c4a9-12e9-19dc-1192-7e70cdf7f34a-2cb6c7bf {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_85398e7d-ddb5-f978-cdca-f59b9d0cb9b6-2cb6c7bf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_112357d5-fec6-6615-2373-391ff8108e4e-2cb6c7bf {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-e3f1018f-0af6-29ac-c7b9-2e69bf856f99-14b6c7c1 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_80285c49-0362-e981-4ef7-602fc0331409-14b6c7c1 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-_0e61392e-b262-5bc5-f6a0-c5ff93a2a73b-14b6c7c1 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-df3440cc-6251-28d4-1167-2084be74e099-11b6c7c3 {
    grid-area: 1 / 5 / 2 / 6;
  }

  #w-node-_80285c49-0362-e981-4ef7-602fc0331409-11b6c7c3 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: end;
  }

  #w-node-a2f9ea72-735d-4776-dca8-08157f1b25fc-11b6c7c3 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: end;
  }

  #w-node-_2eae5a75-270a-a4ff-cb46-d09d0696f25d-11b6c7c3 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
  }

  #w-node-_80285c49-0362-e981-4ef7-602fc0331409-beb6c7c5 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: end;
  }

  #w-node-_69546ef2-b9c3-f159-2689-17f19b4e96af-beb6c7c5 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: end;
  }

  #w-node-_8330db70-0199-92bd-77c9-aac4e7d96217-beb6c7c5 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
  }

  #w-node-_74a0a41a-82c3-5049-bef7-2d3ff08d49ca-58b6c7c6 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_74a0a41a-82c3-5049-bef7-2d3ff08d49cc-58b6c7c6 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_237ec224-9341-e74a-cae3-7a4d1a1d70e4-58b6c7c6 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_237ec224-9341-e74a-cae3-7a4d1a1d70e6-58b6c7c6 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_49bd37f7-6a6d-621f-49d9-f6bfeb5ba26b-58b6c7c6 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: end;
  }

  #w-node-_49bd37f7-6a6d-621f-49d9-f6bfeb5ba26d-58b6c7c6 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: end;
  }

  #w-node-_49bd37f7-6a6d-621f-49d9-f6bfeb5ba26f-58b6c7c6 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7a8e9d56-9858-83bc-1d35-80db3eeeeea6-2cb6c7bf {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ff5ee8c7-e224-9ab6-5632-52f331db775b-2cb6c7bf {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4879c4a9-12e9-19dc-1192-7e70cdf7f34a-2cb6c7bf {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_85398e7d-ddb5-f978-cdca-f59b9d0cb9b6-2cb6c7bf {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_112357d5-fec6-6615-2373-391ff8108e4e-2cb6c7bf {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e3f1018f-0af6-29ac-c7b9-2e69bf856f99-14b6c7c1 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_80285c49-0362-e981-4ef7-602fc0331409-14b6c7c1 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_0e61392e-b262-5bc5-f6a0-c5ff93a2a73b-14b6c7c1 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-df3440cc-6251-28d4-1167-2084be74e090-11b6c7c3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-df3440cc-6251-28d4-1167-2084be74e094-11b6c7c3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_80285c49-0362-e981-4ef7-602fc0331409-11b6c7c3 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-a2f9ea72-735d-4776-dca8-08157f1b25fc-11b6c7c3 {
    grid-area: 2 / 1 / 3 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_2eae5a75-270a-a4ff-cb46-d09d0696f25d-11b6c7c3 {
    grid-area: 3 / 1 / 4 / 5;
    align-self: end;
    justify-self: center;
  }

  #w-node-_80285c49-0362-e981-4ef7-602fc0331409-beb6c7c5 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_69546ef2-b9c3-f159-2689-17f19b4e96af-beb6c7c5 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8330db70-0199-92bd-77c9-aac4e7d96217-beb6c7c5 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_74a0a41a-82c3-5049-bef7-2d3ff08d49c6-58b6c7c6, #w-node-_237ec224-9341-e74a-cae3-7a4d1a1d70e0-58b6c7c6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_49bd37f7-6a6d-621f-49d9-f6bfeb5ba26b-58b6c7c6 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: end;
    justify-self: center;
  }

  #w-node-_49bd37f7-6a6d-621f-49d9-f6bfeb5ba26d-58b6c7c6 {
    grid-area: 2 / 1 / 3 / 4;
    align-self: end;
    justify-self: center;
  }

  #w-node-_49bd37f7-6a6d-621f-49d9-f6bfeb5ba26f-58b6c7c6 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
    justify-self: center;
  }
}


