.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.brand_icon_wht {
  position: static;
  overflow: visible;
  max-width: 100%;
}

.nav_brand {
  position: relative;
  left: 30px;
  bottom: 7px;
  max-width: 200px;
  margin-top: 21px;
}

.nav_container {
  width: auto;
  border: 1px solid transparent;
}

.nav-menu {
  right: 30px;
  bottom: 7px;
  margin-top: 23px;
}

.nav_home_-link {
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
}

.nav_home_-link:hover {
  color: #fff;
}

.nav_home_-link.w--current {
  color: #000;
  text-decoration: none;
}

.nav_home_-link.w--current:hover {
  color: #fff;
}

.jd_brand_nav {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 100%;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  background-color: #ffe924;
  color: transparent;
}

.main_body {
  background-color: #000;
}

.about_section {
  width: auto;
  height: 1200px;
  max-width: 100%;
  background-image: url('../images/JD_Main_IMG.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero_div {
  position: relative;
}

.nav_about_-link {
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.nav_about_-link:hover {
  color: #fff;
}

.nav_about_-link:active {
  color: #000;
}

.nav_contact_-link {
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
}

.nav_contact_-link:hover {
  color: #fff;
}

.nav_contact_-link:active {
  color: #000;
}

.nav_contact_-link.w--current {
  font-family: Exo, sans-serif;
  color: #000;
}

.contact_section {
  height: 1000px;
}

.contact_container {
  position: relative;
  top: 102px;
}

.title_h1 {
  margin-top: 33px;
  padding-top: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 70px;
  font-style: normal;
  -webkit-column-count: auto;
  column-count: auto;
}

.h3 {
  font-family: 'Changa One', Impact, sans-serif;
  color: #ffe924;
  font-weight: 400;
  text-transform: uppercase;
}

.bold-text {
  font-size: 20px;
}

.contact_column_1 {
  margin-top: 74px;
  padding-top: 17px;
}

.paragraph {
  padding-right: 48px;
  font-family: Bitter, serif;
  color: #7e7d7d;
  font-size: 17px;
  line-height: 25px;
}

.special_bold {
  font-family: Bitter, serif;
  color: #b3b3b3;
}

.text_field_lrg {
  overflow: visible;
  height: 150px;
}

.submit_button {
  background-color: #ffe924;
  font-family: 'Changa One', Impact, sans-serif;
  color: #000;
}

.textarea {
  height: 298px;
}

.footer {
  height: 400px;
  margin-top: 0px;
}

.footer_container {
  height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer_logo_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  margin-top: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_work_-link {
  font-family: Exo, sans-serif;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
}

.nav_work_-link:hover {
  color: #fff;
}

.nav_work_-link:active {
  color: #000;
}

.nav_work_-link.w--current {
  color: #000;
  text-decoration: none;
}

.footer_paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Bitter, serif;
  color: #7e7d7d;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
}

.footer_socal_media_grid {
  width: 300px;
  height: 45px;
  margin-top: 32px;
  margin-bottom: 33px;
  grid-column-gap: 51px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ig_icon {
  width: 90%;
  color: transparent;
}

.youtube_icon {
  width: 90px;
  height: 69.140625%;
  margin-top: 8px;
}

.about_container {
  padding-top: 99px;
}

.about-paragraph {
  width: 940px;
  margin-top: 55px;
  padding-right: 308px;
  font-family: Bitter, serif;
  color: #b3b3b3;
  font-size: 17px;
  line-height: 25px;
}

.x_icon_wht {
  position: relative;
  right: 101px;
  bottom: -97px;
}

.work_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.work_graphic-motion_img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.work_illustration_img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: all 500ms cubic-bezier(.608, .013, .012, 1.001);
  transition: all 500ms cubic-bezier(.608, .013, .012, 1.001);
}

.work_illustration_img:hover {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-filter: sepia(0%);
  filter: sepia(0%);
}

.work_graffiti-mural_img {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.work_graffiti-mural_img:hover {
  -webkit-filter: sepia(0%);
  filter: sepia(0%);
}

.graphics-motion_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.illustration_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.mural-grafitti_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.image {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.illustration_img {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -o-object-fit: cover;
  object-fit: cover;
}

.illustration_img:hover {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-filter: sepia(0%);
  filter: sepia(0%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.work_txt_div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0;
  text-decoration: none;
}

.work_txt_div:hover {
  opacity: 1;
}

.title_h1_work {
  margin-top: 33px;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-column-count: auto;
  column-count: auto;
}

.title_h1_work:hover {
  opacity: 1;
}

.text-block {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.img_div_box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-image: url('../images/Casshern_Sins_POSTER2019-Small.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img_div_box:hover {
  background-size: 180%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.work_ill_txt {
  text-shadow: 1px 1px 6px #000;
}

.work_graphics-motion_img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: all 500ms cubic-bezier(.608, .013, .012, 1.001);
  transition: all 500ms cubic-bezier(.608, .013, .012, 1.001);
}

.work_graphics-motion_img:hover {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-filter: sepia(0%);
  filter: sepia(0%);
}

.work_illustrations_img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: all 500ms cubic-bezier(.608, .013, .012, 1.001);
  transition: all 500ms cubic-bezier(.608, .013, .012, 1.001);
}

.work_illustrations_img:hover {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-filter: sepia(0%);
  filter: sepia(0%);
}

.graphic-motion_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.g-m_div_box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.g-m_div_box:hover {
  background-size: 180%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work_g-m_v-d {
  width: 100%;
  height: 100%;
}

.m-g_div_box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-image: url('../images/Ep_3_SM_Artboard.jpg');
  background-size: cover;
}

.m-g_div_box:hover {
  background-size: 180%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.m-g_section {
  width: auto;
  height: 1300px;
  max-width: 100%;
  border-bottom: 0px solid #ffe924;
}

.m-g_container {
  padding-top: 45px;
}

.m-g_hero_div {
  position: relative;
  top: -93px;
}

.m-g_hero_img {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  width: 204%;
  height: 76.737922%;
  max-width: 100%;
  margin-top: 76px;
  margin-bottom: 35px;
  padding-bottom: 30px;
}

.m-g_paragraph {
  width: 940px;
  margin-top: 55px;
  padding-right: 0px;
  font-family: Bitter, serif;
  color: #b3b3b3;
  font-size: 17px;
  line-height: 25px;
}

.gallery_container {
  display: none;
  overflow: visible;
}

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

.lightbox_link {
  display: block;
  width: 302.65625px;
  margin-bottom: 20px;
}

.image-2 {
  width: 302.65625px;
  height: 80%;
}

.div-block {
  -webkit-column-count: 3;
  column-count: 3;
}

.ill_hero_img {
  position: relative;
  left: 0px;
  top: 0px;
  display: block;
  width: 1600px;
  margin-top: 76px;
  margin-bottom: 35px;
  padding-bottom: 30px;
}

.ill_section {
  width: auto;
  height: 1600px;
  max-width: 100%;
  margin-top: -74px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #ffe924;
}

.ill_container {
  padding-top: 0px;
}

.illustration_container {
  display: none;
  overflow: visible;
  height: 0px;
}

.client_container {
  display: block;
  margin-top: 115px;
  padding-top: 0px;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.clients_img {
  width: 90%;
}

.clients_img-bwa {
  width: 90%;
  padding-top: 41px;
}

.clients_img-kfc {
  width: 90%;
  padding-top: 33px;
}

.clients_img-miniso {
  width: 53%;
  height: 110px;
  margin-top: 10px;
  margin-left: 31px;
}

.clients_img-evo {
  width: 90%;
  padding-top: 31px;
}

.clients_img-rev {
  width: 70%;
  margin-left: 20px;
  padding-top: 24px;
}

.clients_img-sl {
  width: 60%;
  margin-left: 23px;
}

.clients_img-mot {
  width: 80%;
  margin-left: 18px;
}

.clients_img-atl {
  width: 90%;
  margin-top: 26px;
}

.clients_img-hhcf {
  width: 70%;
  margin-top: 9px;
  margin-left: 23px;
}

.form {
  height: 377px;
}

.vimeo_icon {
  width: 90px;
}

.m-a_reel {
  position: relative;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 19px;
  border: 0px none transparent;
  background-color: transparent;
  text-decoration: none;
  text-transform: none;
}

.container {
  display: none;
  overflow: visible;
}

.m-a_hero_div {
  position: relative;
  top: -34px;
}

.m-a_section {
  width: auto;
  height: 1300px;
  max-width: 100%;
  margin-bottom: 0px;
  border-bottom: 0px solid #ffe924;
}

.bold-text-2 {
  font-family: 'Changa One', Impact, sans-serif;
  color: #ffe924;
  text-transform: uppercase;
}

.m-g_div-block {
  -webkit-column-count: 3;
  column-count: 3;
}

.vid_container {
  max-height: 1080px;
  max-width: 1200px;
}

.header_img_container {
  display: none;
}

.sec_hero_ill {
  width: 100%;
  height: 600px;
  margin-bottom: 136px;
  background-image: url('../images/Casshern_Sins_Header_2019.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sec_hero_m-g {
  width: 100%;
  height: 400px;
  margin-bottom: 0px;
  background-image: url('../images/KP_Main_IMG_1-2021.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.info_email_link {
  color: #7e7d7d;
  font-weight: 700;
  text-decoration: none;
}

.info_email_link:hover {
  color: #fff;
}

.info_email_link:focus {
  color: #7e7d7d;
}

.text-span-2 {
  font-family: 'Changa One', Impact, sans-serif;
  color: #ffe924;
  font-weight: 700;
  text-transform: uppercase;
}

.h3_email {
  font-family: 'Changa One', Impact, sans-serif;
  color: #ffe924;
  font-weight: 400;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .nav_brand {
    left: 3px;
    margin-top: 35px;
  }

  .nav-menu {
    height: 250px;
    background-color: #b3b3b3;
  }

  .about_section {
    background-size: cover;
  }

  .nav_dropdown {
    width: 100px;
  }

  .nav_dropdown.w--open {
    background-color: transparent;
  }

  .dropdown_icon {
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-transform: none;
  }

  .contact_section {
    height: 700px;
  }

  .contact_container {
    top: -19px;
  }

  .title_h1 {
    margin-left: 40px;
  }

  .h3 {
    margin-left: 40px;
  }

  .paragraph {
    margin-left: 48px;
  }

  .x_icon_wht {
    top: 75px;
    width: 70px;
    margin-left: 72px;
  }

  .work_section {
    height: 50vh;
  }

  .work_ill_txt {
    font-size: 40px;
  }

  .m-g_section {
    height: 1200px;
    background-image: none;
  }

  .m-g_hero_img {
    left: -1px;
    margin-top: 0px;
  }

  .m-g_paragraph {
    width: 650px;
    margin-left: 40px;
  }

  .ill_hero_img {
    left: -1px;
  }

  .ill_section {
    height: 1500px;
    background-image: none;
  }

  .clients_img-miniso {
    width: 70px;
    height: 80px;
    margin-top: 21px;
  }

  .m-a_reel {
    left: 0px;
    width: 760px;
    height: 400px;
    margin-left: 4px;
  }

  .m-a_section {
    height: 1000px;
    background-image: none;
  }

  .text-span {
    width: 700px;
    height: 300px;
  }

  .sec_hero_ill {
    height: 200px;
  }

  .sec_hero_m-g {
    height: 130px;
    margin-bottom: 0px;
    background-position: 50% 0%;
    background-attachment: fixed;
  }

  .h3_email {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .about_section {
    background-position: 80% 50%;
    background-size: cover;
  }

  .contact_container {
    display: block;
  }

  .title_h1 {
    width: 500px;
    margin-top: 15px;
    line-height: 60px;
  }

  .h3 {
    width: 428px;
    margin-left: 40px;
  }

  .col_2 {
    height: 403px;
  }

  .paragraph {
    margin-left: 13px;
  }

  .special_bold {
    width: 500px;
  }

  .textarea {
    height: 400px;
  }

  .about-paragraph {
    width: 500px;
    margin-left: 32px;
    padding-right: 0px;
  }

  .x_icon_wht {
    left: -103px;
    top: 62px;
    width: 50px;
    margin-top: 3px;
    margin-left: 103px;
    padding-top: 0px;
  }

  .img_div_box {
    background-image: url('../images/Casshern_Sins_POSTER2019-Small.jpg');
    background-size: cover;
  }

  .work_ill_txt {
    font-size: 30px;
    line-height: 25px;
  }

  .m-g_section {
    height: 1100px;
    background-image: none;
  }

  .m-g_hero_img {
    left: 1px;
    margin-top: 25px;
  }

  .m-g_paragraph {
    width: 500px;
    margin-top: 27px;
  }

  .ill_hero_img {
    left: 1px;
    margin-top: 25px;
  }

  .ill_section {
    height: 1200px;
    background-image: none;
  }

  .grid-2 {
    width: 500px;
    margin-left: 40px;
  }

  .clients_img-miniso {
    width: 50px;
    height: 60px;
    margin-top: 22px;
    margin-left: 14px;
  }

  .form {
    width: 520px;
    margin-left: 13px;
  }

  .m-a_reel {
    width: 570px;
    height: 300px;
    margin-top: 21px;
    margin-bottom: 29px;
    margin-left: 0px;
  }

  .m-a_section {
    height: 1000px;
    background-image: none;
  }

  .text-span {
    width: 500px;
  }

  .bold-text-2 {
    position: static;
  }

  .form-2 {
    width: 500px;
    margin-left: 16px;
  }

  .form-3 {
    width: 520px;
    height: 400px;
    margin-top: 27px;
    margin-left: 12px;
  }

  .form-4 {
    width: 520px;
    margin-left: 11px;
    padding-top: 11px;
  }

  .sec_hero_ill {
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: scroll;
  }

  .sec_hero_m-g {
    background-position: 50% 0%;
    background-size: cover;
    background-attachment: scroll;
  }

  .h3_email {
    width: 428px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .nav_brand {
    left: -7px;
  }

  .about_section {
    background-position: 75% 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .title_h1 {
    width: 200px;
    font-size: 50px;
  }

  .h3 {
    width: 228px;
    margin-left: 40px;
  }

  .contact_column_1 {
    margin-top: 7px;
  }

  .paragraph {
    width: 250px;
    margin-left: 33px;
    padding-right: 0px;
  }

  .footer_logo_div {
    width: 100%;
  }

  .footer_paragraph {
    width: 300px;
  }

  .footer_socal_media_grid {
    width: 270px;
    height: 60px;
  }

  .about-paragraph {
    width: 250px;
  }

  .x_icon_wht {
    margin-left: 99px;
  }

  .work_section {
    height: 50vh;
  }

  .title_h1_work {
    line-height: 20px;
  }

  .work_ill_txt {
    font-size: 15px;
    line-height: 10px;
  }

  .m-g_section {
    height: 1200px;
    background-image: none;
  }

  .m-g_hero_img {
    margin-top: 1px;
    margin-bottom: 0px;
  }

  .m-g_paragraph {
    width: 250px;
  }

  .ill_hero_img {
    margin-bottom: 0px;
  }

  .ill_section {
    height: 1000px;
    background-image: none;
  }

  .client_container {
    margin-top: 38px;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    width: 260px;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .clients_img {
    width: 100%;
    margin-top: 4px;
  }

  .clients_img-bwa {
    margin-top: 0px;
    padding-top: 15px;
  }

  .clients_img-kfc {
    padding-top: 15px;
  }

  .clients_img-miniso {
    width: 31px;
    height: 40px;
    margin-top: 9px;
    margin-left: 4px;
  }

  .clients_img-evo {
    width: 100%;
    padding-top: 12px;
  }

  .clients_img-rev {
    width: 90%;
    margin-left: 0px;
    padding-top: 8px;
  }

  .clients_img-sl {
    width: 80%;
    margin-left: 0px;
  }

  .clients_img-mot {
    width: 100%;
    margin-top: 2px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .clients_img-atl {
    width: 100%;
    margin-top: 10px;
  }

  .clients_img-hhcf {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
  }

  .form {
    width: 270px;
    height: 400px;
  }

  .m-a_reel {
    width: 320px;
    height: 180px;
    margin-top: 25px;
    margin-bottom: 12px;
  }

  .m-a_section {
    height: 1150px;
    background-image: none;
  }

  .text-span {
    width: 240px;
  }

  .form-2 {
    width: 270px;
  }

  .form-3 {
    width: 280px;
  }

  .form-4 {
    width: 280px;
  }

  .ill_h1 {
    font-size: 45px;
  }

  .sec_hero_ill {
    height: 150px;
  }

  .sec_hero_m-g {
    height: 150px;
  }

  .h3_email {
    width: 228px;
    margin-left: 0px;
  }
}

#w-node-d7975f6d-1721-3ac9-23d0-695fd09aa4cc-4720174d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0e79e4ba-9a2f-f6fd-d53a-1fc06bf64589-4720174d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_11f85293-4758-09bb-0633-d813ff78c8d3-4720174d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9630e1e8-f999-b8a3-1cec-d3cae26abb3e-4720174d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0b88d4dc-852e-fc94-484f-c2896f19c29e-4720174d {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_6cf95651-7f9d-943b-4139-5eba2ab808c0-ba12fd40 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_6cf95651-7f9d-943b-4139-5eba2ab808c0-3e97f8e8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}