html, body {
  height:100%;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  padding-right: 15px;
  padding-left: 15px;
  font-family: Gothic, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 29px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gothic, sans-serif;
  color: #000;
  font-size: 55px;
  line-height: 64px;
  font-weight: 300;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Gothic, sans-serif;
  color: #000;
  font-size: 46px;
  line-height: 52px;
  font-weight: 300;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gothic, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gothic, sans-serif;
  color: #000;
  font-size: 23px;
  line-height: 31px;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gothic, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
  color: #000;
}

a {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #ed1b2f;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #ed1b2f;
  text-decoration: underline;
}

.container {
  position: relative;
  display: block;
  max-width: 1100px;
  min-height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container.header {
  padding-bottom: 30px;
}

.container.container-vh100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container-min60vh {
  min-height: 60vh;
}

.styletitle {
  margin: 20px 15px 30px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.flexcolwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexcolwrap.inversecolors {
  padding-top: 26px;
  padding-bottom: 0px;
  background-color: #9b9b9b;
}

.flex2col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.heading {
  font-size: 55px;
  line-height: 64px;
}

.stylename {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 0px none #d4d4d4;
  color: #d4d4d4;
  font-size: 14px;
  text-transform: uppercase;
}

.heading-2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.small-p {
  margin-bottom: 10px;
  font-family: Gothic, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 25px;
}

.colorbox {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.colorbox.blackcolor {
  margin-left: 0px;
  background-color: #000;
}

.colorbox.brandmaincolor {
  background-color: #ed1b2f;
}

.colorbox.brand2ndcolor {
  background-color: #b34d57;
}

.colorbox.darkgreycolor {
  background-color: #575555;
}

.colorbox.lightgreycolor {
  background-color: #b3afaf;
}

.flex3col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.flex3col.textlinkcol {
  padding-top: 19px;
}

.cta-button {
  border-radius: 5px;
  background-color: #ed1b2f;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Gothic, sans-serif;
}

.cta-button:hover {
  background-color: #ed1b2f;
  color: #fff;
}

.cta-button.ghost-button {
  border-style: solid;
  border-width: 1px;
  border-color: #ed1b2f;
  background-color: transparent;
  color: #ed1b2f;
}

.cta-button.ghost-button:hover {
  border-color: #ed1b2f;
  background-color: #ed1b2f;
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost {
  border-color: #fff;
  color: #fff;
}

.cta-button.ghost-button.inverse-ghost:hover {
  background-color: #fff;
  color: #ed1b2f;
}

.cta-button.inverse-button {
  background-color: #fff;
  color: #ed1b2f;
}

.cta-button.inverse-button:hover {
  background-color: #ed1b2f;
  color: #fff;
}

.invese-link {
  color: #fff;
}

.invese-link:hover {
  color: #ed1b2f;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.hide-desktop {
  display: none !important;
}


.popbg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0;
}

.popwindow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  padding: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.hero {
  height: 700vh;
  background-color: #25bcca;
  color: #fff;
}

.heading-3 {
  font-family: 'Gothic Bold', sans-serif;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Gothic, sans-serif;
  color: #000;
  line-height: 1.5;
}

.heading-4 {
  font-family: 'Gothic Bold', sans-serif;
}

.heading-5 {
  font-family: 'Gothic Bold', sans-serif;
}

.heading-6 {
  font-family: 'Gothic Bold', sans-serif;
}

.heading-7 {
  font-family: 'Gothic Bold', sans-serif;
}

.heading-8 {
  font-family: 'Gothic Bold', sans-serif;
}

.heading-9 {
  font-family: 'Gothic Bold', sans-serif;
}

.heading-10 {
  color: #000;
}

.paragraph-2 {
  font-family: Gothic, sans-serif;
}

.link {
  color: #ed1b2f;
  text-decoration: none;
}

.link:hover {
  color: #ed1b2f;
}

.navbar {
  margin-top: 20px;
  background-color: transparent;
}

.nav-links {
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Gothic Bold', sans-serif;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.nav-links:hover {
  color: #ed1b2f;
  text-decoration: none;
}

.nav-links.w--current {
  color: #ed1b2f;
}

.nav-links.nav-link-last {
  padding-right: 0px;
}

.brain-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.left-brain {
  position: relative;
  opacity: 0.8;
}

.left-brain:hover {
  opacity: 1;
}

.right-brain {
  position: relative;
  width: auto;
  height: auto;
  opacity: 0.8;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.link-strategic {
  position: absolute;
  left: 40%;
  top: 20%;
  right: auto;
  bottom: auto;
  z-index: 5;
}

.right-creative {
  position: absolute;
  left: auto;
  top: 20%;
  right: 42%;
  bottom: auto;
  z-index: 5;
}

.text {
  position: absolute;
  left: 48%;
  top: 20%;
  right: auto;
  bottom: auto;
  z-index: 5;
}

.big-text {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 35%;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Gothic, sans-serif;
  font-size: 110px;
  line-height: 75px;
  text-align: center;
  letter-spacing: 8px;
}

.text-span {
  font-size: 60px;
  letter-spacing: 18px;
  white-space: normal;
}

.left-block {
  position: absolute;
  left: 9%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 6;
  width: 450px;
  height: 800px;
  background-color: transparent;
  cursor: pointer;
}

.right-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 9%;
  bottom: auto;
  z-index: 6;
  width: 450px;
  height: 800px;
  background-color: transparent;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  cursor: pointer;
}

.brain-image {
  width: 450px;
  opacity: 1;
}

.logo-image {
  height: 110px;
}

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

.text-center.paragraph.mobile-align-left.text-block-valign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tag-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  z-index: 1;
  margin-top: 0px;
  font-size: 28px;
  text-align: center;
}

.click-left {
  position: absolute;
  left: -120px;
  top: 40%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -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;
}

.click-left:hover {
  color: #ed1b2f;
  text-decoration: none;
}

.click-left.click-left-home {
  left: -100px;
  margin-left: 0px;
}

.shape-left {
  position: relative;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  z-index: 6;
  width: 0px;
  height: 0px;
  margin-right: 10px;
  border-style: solid;
  border-width: 30px 30px 30px 0px;
  border-color: transparent #ed1b2f transparent transparent;
  border-radius: 0px;
  background-color: transparent;
}

.shape-right {
  position: relative;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 6;
  margin-left: 10px;
  border-style: solid;
  border-width: 30px 0px 30px 30px;
  border-color: transparent #ed1b2f;
}

.click-right {
  position: absolute;
  left: auto;
  top: 40%;
  right: -120px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -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;
}

.click-right:hover {
  text-decoration: none;
}

.click-right.click-right-home {
  right: -100px;
  margin-right: 0px;
}

.click-here {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  text-decoration: none;
  text-transform: none;
}

.click-here:hover {
  color: #000;
  text-decoration: none;
}

.shape-shadow-left {
  position: absolute;
  left: 28%;
  top: 6%;
  right: auto;
  bottom: auto;
  z-index: 5;
  margin-right: 10px;
  padding-right: 0px;
  border-style: solid;
  border-width: 32px 32px 32px 0px;
  border-color: transparent #9b9b9b transparent transparent;
  opacity: 0.28;
}

.shape-shadow-right {
  position: absolute;
  left: auto;
  top: 6%;
  right: 28%;
  bottom: auto;
  z-index: 5;
  border-style: solid;
  border-width: 32px 0px 32px 32px;
  border-color: transparent transparent transparent #9b9b9b;
  opacity: 0.32;
}

.container-home-mobile {
  display: none;
}

.image {
  width: 100%;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.row-flex.row-flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-flex.row-flex-wrap.row-flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-flex.row-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col-40 {
  width: 40%;
  padding-right: 10px;
}

.col-40.col-valign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-60 {
  width: 60%;
  padding-left: 10px;
}

.heading-11 {
  font-family: Gothic, sans-serif;
}

.heading-12 {
  font-family: Gothic, sans-serif;
}

.heading-13 {
  font-family: Gothic, sans-serif;
}

.heading-14 {
  font-family: Gothic, sans-serif;
}

.heading-15 {
  position: static;
}

.red-span {
  color: #ed1b2f;
}

.h3-red {
  margin-bottom: 20px;
  color: #ed1b2f;
}

.row-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.row-content.row-content-compress {
  width: 80%;
  min-width: 0%;
  margin-right: auto;
  margin-left: auto;
}

.row-content.row-content-contact-details {
  margin-top: -60px;
}

.row-content.row-content-about {
  padding-right: 30px;
  padding-left: 30px;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.core-value-list {
  display: inline-block;
  width: auto;
  max-width: 500px;
  margin-right: 40px;
  margin-bottom: 20px;
  padding-left: 30px;
  background-image: url('../images/icon-list.png');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-align: left;
  list-style-type: disc;
}

.title-page.text-center.title-page-small {
  margin-bottom: 0px;
  font-size: 26px;
}

.wrap {
  position: relative;
}

.service-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  height: 180px;
  padding: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #d4d4d4;
}

.service-box.service-box-red {
  width: 33.3%;
  padding: 12px;
  background-color: #ed1b2f;
}

.service-box.service-box-red.service-box-integrated {
  padding: 8px;
  background-image: url('../images/icon-integrated.svg');
  background-position: 96% 20px;
  background-size: 80px;
  background-repeat: no-repeat;
}

.service-box.service-box-red.service-box-digital {
  background-image: url('../images/icon-digital.svg');
  background-position: 96% 20%;
  background-size: 90px;
  background-repeat: no-repeat;
}

.service-box.service-box-red.service-box-digital:hover {
  text-decoration: none;
}

.service-box.service-box-red.service-box-experiential {
  background-image: url('../images/icon-experiential.svg');
  background-position: 96% 20px;
  background-size: 100px;
  background-repeat: no-repeat;
}

.service-box.service-box-red.service-box-instore {
  background-image: url('../images/icon-instore.svg');
  background-position: 96% 20px;
  background-size: 90px;
  background-repeat: no-repeat;
}

.service-box.service-box-red.service-box-instore:hover {
  text-decoration: none;
}

.service-box.servie-box-black {
  padding: 12px;
  background-color: #000;
  background-image: url('../images/icon-media.svg');
  background-position: 96% 20px;
  background-size: 80px;
  background-repeat: no-repeat;
}

.service-box.servie-box-black:hover {
  text-decoration: none;
}

.service-box.servie-box-black.service-strategic-marketing {
  padding-bottom: 10px;
  padding-left: 8px;
  background-image: url('../images/icon-strategy.svg');
  background-position: 96% 20px;
  background-size: 90px;
  background-repeat: no-repeat;
}

.service-box.servie-box-black.service-strategic-marketing:hover {
  text-decoration: none;
}

.service-box.servie-box-black.service-box-advertising {
  background-image: url('../images/icon-advertising.svg');
  background-position: 96% 20px;
  background-size: 90px;
  background-repeat: no-repeat;
}

.service-box.servie-box-black.service-box-advertising:hover {
  text-decoration: none;
}

.service-box.servie-box-black.service-box-graphics {
  background-image: url('../images/icon-graphics.svg');
  background-position: 96% 20px;
  background-size: 90px;
  background-repeat: no-repeat;
}

.service-box.servie-box-black.service-box-public-relations {
  background-image: url('../images/icon-public.svg');
  background-position: 96% 20px;
  background-size: 100px;
  background-repeat: no-repeat;
}

.box-container {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.h3-services {
  margin-bottom: 0px;
  color: #fffcfc;
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
}

.services-single-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding: 12px;
  -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;
}

.services-single-header.services-single-header-black {
  background-color: #000;
  color: #000;
}

.services-single-header.services-single-header-black.services-single-header-strategic {
  background-image: url('../images/icon-strategy.svg');
  background-position: 96% 20px;
  background-size: 125px;
  background-repeat: no-repeat;
}

.services-single-header.services-single-header-black.services-single-header-advertising {
  background-image: url('../images/icon-advertising.svg');
  background-position: 96% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.services-single-header.services-single-header-black.services-single-header-graphics {
  background-image: url('../images/icon-graphics.svg');
  background-position: 96% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.services-single-header.services-single-header-black.services-single-header-publick {
  background-image: url('../images/icon-public.svg');
  background-position: 96% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.services-single-header.services-single-header-black.services-single-header-media {
  background-image: url('../images/icon-media.svg');
  background-position: 96% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.services-single-header.services-single-header-red {
  background-color: #ed1b2f;
}

.services-single-header.services-single-header-red.services-single-header-integrated {
  background-image: url('../images/icon-integrated.svg');
  background-position: 96% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.services-single-header.services-single-header-red.services-single-header-digital {
  background-image: url('../images/icon-digital.svg');
  background-position: 96% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.services-single-header.services-single-header-red.services-single-header-experiential {
  background-image: url('../images/icon-experiential.svg');
  background-position: 96% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.services-single-header.services-single-header-red.services-single-header-instore {
  background-image: url('../images/icon-instore.svg');
  background-position: 96% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.heading-16 {
  font-size: 44px;
  line-height: 52px;
}

.services-single-content {
  min-height: 150px;
  padding: 40px;
}

.services-single-content.services-single-content-black {
  min-height: 300px;
  border: 2px solid #000;
}

.services-single-content.services-single-content-red {
  min-height: 300px;
  border-style: solid;
  border-width: 2px;
  border-color: #ed1b2f;
}

.services-single-paragraph {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.6;
}

.back-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.h3-services-single {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}

.back-link {
  color: #000;
  font-size: 18px;
  text-decoration: underline;
}

.back-link.back-link-absolute-left {
  position: absolute;
  left: auto;
  top: -100%;
  right: 0%;
  bottom: auto;
  margin-top: 40px;
}

.category-link {
  margin-right: 10px;
  margin-left: 10px;
  color: #9b9b9b;
  text-align: center;
  text-transform: uppercase;
}

.category-link.category-link-active {
  border-style: none;
  border-width: 1px;
  border-color: #ed1b2f;
  font-family: 'Gothic Bold', sans-serif;
  color: #ed1b2f;
  font-size: 24px;
}

.category-nav {
  color: #ed1b2f;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
}

.row-work {
  margin-top: 20px;
}

.row-work.row-work-design {
  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-item {
  position: relative;
  width: 180px;
  height: 150px;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  padding-bottom: 0px;
  border-radius: 10px;
  background-color: #f1f1f1;
}

.work-item.work-item-tvc {
  background-image: url('../images/work-item-tvc-sarsaya-adobo.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-print {
  background-image: url('../images/print-thumbnail-sample2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-radio {
  background-image: url('../images/Radio-Photo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-ohh {
  background-image: url('../images/OOH-NeuBake.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-digital {
  background-image: url('../images/work-item-digital2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-experiential {
  background-image: url('../images/work-item-experiential2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-design {
  background-color: #f1f1f1;
  background-image: url('../images/design-egg-bites-packaging.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-item.work-item-public {
  background-image: url('../images/work-item-public-relations2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-influencer-beyond-digital-dashboards {
  background-image: url('../images/work-item-influencer-beyond-digital-dashboards.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-influencer {
  background-image: url('../images/work-item-influencer2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item.work-item-tvc-gardenia-masiglakas {
  background-image: url('../images/work-item-tvc-gardenia-masiglakas.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item.work-item-tvc-wow-fiesta-everywhere {
  background-image: url('../images/work-item-tvc-wow-fiesta-everywhere.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-tvc-gardenia-return-dad {
  background-image: url('../images/work-item-tvc-gardenia-return-dad.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-tvc-gardenia-return-mom {
  background-image: url('../images/work-item-tvc-gardenia-return-mom.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-tvc-crispyfry-kitchen-hero {
  background-image: url('../images/work-item-tvc-crispyfry-kitchen-hero.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-tvc-crispy-fry-win-it {
  background-image: url('../images/work-item-tvc-crispy-fry-win-it.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-tvc-sarsaya-adobo {
  background-image: url('../images/work-item-tvc-sarsaya-adobo.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-tvc-sarsaya-kangkong {
  background-image: url('../images/work-item-tvc-sarsaya-kangkong.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-tvc-thunderbird-tuloytuloy {
  background-image: url('../images/work-item-tvc-thunderbird-tuloytuloy.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-tvc-yakult {
  background-image: url('../images/work-item-tvc2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-tvc-galderma {
  background-image: url('../images/work-item-tvc-galderma.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-tvc-gardenia-joy {
  display: none;
  background-image: url('../images/vlcsnap-2020-02-14-17h42m18s99.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-tvc-crispy-fry {
  background-image: url('../images/work-item-tvc-crispy-fry2x.jpg');
  background-position: 0px 0px;
  background-size: 180px;
  background-repeat: no-repeat;
}

.work-item.work-item-gardenia-sarah {
  background-image: url('../images/work-item-tvc-gardenia-sarah2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-yakult-party {
  display: none;
  background-image: url('../images/work-item-tvc-yakult-drink-session2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-hunts {
  background-image: url('../images/work-item-tvc-hunts2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-grand-videoke {
  background-image: url('../images/work-item-tvc-grand-videoke-anne-curtis2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-james-deakin {
  background-image: url('../images/work-item-tvc-james-deakin2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-dvc-tasty-boy-chicken {
  background-image: url('../images/work-item-dvc-tasty-boy-chicken.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.work-item.work-item-dvc-tasty-boy-pork {
  background-image: url('../images/work-item-dvc-tasty-boy-pork.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-sarsaya-liquid {
  background-image: url('../images/work-item-tvc-sarsaya-liquid.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-toyota-kinto-one {
  background-image: url('../images/work-item-tvc-toyota-kinto-one.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-dvc-wow-fiesta {
  background-image: url('../images/work-item-dvc-wow-fiesta.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-dvc-nestle-yogurt-day-starter {
  background-image: url('../images/work-item-dvc-nestle-yogurt-day-starter.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-dvc-nestle-yogurt-maximize {
  background-image: url('../images/work-item-dvc-nestle-yogurt-maximize.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-dvc-nestle-yogurt-wfh {
  background-image: url('../images/work-item-dvc-nestle-yogurt-wfh.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-dvc-nestle-crunch-choco-thesis {
  background-image: url('../images/work-item-dvc-nestle-crunch-choco-thesis.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-dvc-nestle-crunch-choco-stuck {
  background-image: url('../images/work-item-dvc-nestle-crunch-choco-stuck.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-dvc-nestle-crunch-white {
  background-image: url('../images/work-item-dvc-nestle-crunch-white.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-dvc-harvesters {
  background-image: url('../images/work-item-dvc-harvesters.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-dvc-yum-yum-love {
  background-image: url('../images/work-item-dvc-yum-yum-love.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-dvc-yum-yum {
  background-image: url('../images/work-item-dvc-yum-yum.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-gardenia-g-na-kids {
  background-image: url('../images/work-item-gardenia-g-na-kids.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-gardenia-g-na-teens {
  background-image: url('../images/work-item-gardenia-g-na-teens.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-gardenia-g-na-product {
  background-image: url('../images/work-item-gardenia-g-na-product.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-toyota-after-sales {
  background-image: url('../images/work-item-tvc-toyota-after-sales.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}


.work-item.work-item-electrogen {
  background-image: url('../images/work-item-tvc-thunderbird-laban.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-design-egg-bites {
  background-color: #f1f1f1;
  background-image: url('../images/design-egg-bites-packaging.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-item.work-item-design-nutrilin {
  background-color: #f1f1f1;
  background-image: url('../images/design-nutrilin-packaging.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-item.work-item-design-rockos {
  background-color: #f1f1f1;
  background-image: url('../images/design-Rockos-Logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-item.work-item-design-smileys {
  background-color: #f1f1f1;
  background-image: url('../images/design-smileys-packaging.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-item.work-item-design-chooks {
  background-image: url('../images/design-work-Cooks-Chicken-Tocino-Packaging.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-item.work-item-design-mascots {
  background-color: #f1f1f1;
  background-image: url('../images/design-worl-sample-Gardenia-Pocket-Sandwich-Mascots.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-item.work-item-design-lola-remedios {
  background-color: #f1f1f1;
  background-image: url('../images/product-lola-remedios.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-item.work-item-ooh-uratex {
  height: 120px;
  background-color: #f1f1f1;
  background-image: url('../images/OOH-Uratex.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-item.work-item-ooh-neubake {
  height: 120px;
  background-color: #570a0e;
  background-image: url('../images/OOH-NeuBake.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-item.work-item-ooh-gloww {
  height: 120px;
  background-image: url('../images/OOH-Gloww-Pink.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.work-item.work-item-print-sarsaya {
  width: 200px;
  height: 180px;
  background-image: url('../images/print-thumbnail-sample2x.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-print-cooks {
  width: 200px;
  height: 180px;
  background-image: url('../images/Print-Cooks-Thumnail2x.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.work-item.work-item-print-crispy-fry {
  width: 200px;
  height: 180px;
  background-image: url('../images/Print-Crispy-Fry2x.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.work-item.work-item-print-crispy-fry.work-item-print {
  height: 180px;
}

.work-item.work-item-gloww {
  background-image: url('../images/thumbnail-gloww2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-digital-gardenia {
  background-image: url('../images/thumbnail-gardenia-magkasama2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-digital-orocan {
  background-image: url('../images/thumbnail-orocan-nanay2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-influencer-yum-yum {
  background-image: url('../images/thumbnail-yum-yum2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-toyota-veloz-moa {
  background-image: url('../images/work-item-toyota-veloz-moa.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-breville-ph-from-the-ground-up {
  background-image: url('../images/work-item-breville-ph.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-xp-sumimitsu {
  background-image: url('../images/thumbnail-Sumitomo2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-public-relation-standout-speakup {
  background-image: url('../images/work-item-public-relation-standout-speakup.png');
  background-position: 0px 0px;
  background-size: cover;
}

.work-item.work-item-public-relation-uniqlo {
  background-image: url('../images/work-item-public-relations2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.work-item.work-item-tvc-sarsaya {
  background-image: url('../images/Print-Sarsaya-Oyster-Sauce.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-biofresh {
  background-image: url('../images/thumnail-biofresh2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-goya {
  background-image: url('../images/thumnail-goya2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-uratex {
  background-image: url('../images/Radio-Photo.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-radito-ferlin {
  background-image: url('../images/design-nutrilin-packaging.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-radito-ferlin.work-item-radio {
  width: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  background-image: url('../images/ferlin.jpg');
  background-size: contain;
}

.work-item.work-item-radio-gardenia {
  background-image: url('../images/work-item-tvc-gardenia-sarah2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-radio-grandvideoke {
  background-image: url('../images/work-item-tvc-grand-videoke-anne-curtis2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.work-item.work-item-radio-kinto {
  background-image: url('../images/logo-kento-one.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-item.work-item-radio-neubake {
  background-image: url('../images/logo-new-bake.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.work-item.work-item-radio-uratex {
  background-image: url('../images/Radio-Photo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-xp-pocket {
  background-image: url('../images/thumbnail-gardenia-pocket.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-xp-sumitomo {
  background-image: url('../images/thumbnail-sumitomo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-xp-philconstruct {
  background-image: url('../images/thumbnail-philconstruct.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-xp-uratex {
  background-image: url('../images/thumbnail-uratex.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-xp-saporo {
  background-image: url('../images/thumbnail-saporo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-influencer-jerermy {
  background-image: url('../images/thumbnail-jeremy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-influencer-aubreytroy {
  background-image: url('../images/thumbnail-aubrey-troy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-influencer-marcelo {
  background-image: url('../images/thumbnail-marcelo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item.work-item-influencer-chuckie {
  background-image: url('../images/thumbnail-chuckie.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-item-row.work-item-row-hide {
  display: none;
}

.work-item-tag {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-left: 30px;
  padding: 2px 8px;
  border-radius: 10px 0px;
  background-color: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  text-transform: uppercase;
}

.work-item-tag.work-item-tag-align-left {
  text-align: left;
}

.work-item-tag.work-item-tag-align-left.work-item-tag-max-width {
  display: none;
}

.row-work-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-label {
  margin-right: 0px;
  padding-right: 0px;
  border: 1px none #000;
  border-radius: 0px;
  color: #ed1b2f;
  font-size: 22px;
  text-transform: none;
}

.work-description {
  font-size: 22px;
}

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

.span-vline {
  font-size: 10px;
}

.vline-breaker {
  width: 1px;
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  border-style: none;
  border-width: 1px 0.1px;
  border-color: #000;
  border-radius: 0px;
  background-color: #000;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin: 20px;
  -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;
  color: #000;
}

.logo-container:hover {
  color: #000;
  text-decoration: none;
}

.logo-container.logo-container-century {
  display: none;
}

.label-year2022 {
  margin-top: 0px;
  font-size: 16px;
}

.label-year2023 {
  margin-top: 0px;
  font-size: 16px;
}

.label-year {
  margin-top: 20px;
  font-size: 16px;
}

.label-year:hover {
  color: #000;
  text-decoration: none;
}

.logo-client {
  width: 140px;
}

.logo-client.logo-client-yumyum {
  width: 155px;
}

.logo-client.logo-client-sarsaya {
  width: 120px;
}

.logo-client.logo-client-crispy-fry {
  width: 125px;
}

.logo-client.logo-client-tasty-boy {
  width: 110px;
}

.logo-client.logo-client-artic {
  width: 90px;
}

.logo-client.logo-client-salonpas {
  width: 130px;
}

.logo-client.logo-client-goya {
  width: 110px;
}

.logo-client.logo-client-aji {
  width: 120px;
}

.logo-client.logo-client-unico {
  width: 200px;
}

.logo-client.logo-client-gardenia {
  width: 160px;
}

.logo-client.logo-client-thunderbird {
  width: 170px;
}

.logo-client.logo-client-goodah {
  width: 160px;
}

.logo-client.logo-client-uratex {
  width: 110px;
}

.logo-client.logo-client-mega {
  width: 100px;
}

.logo-client.logo-client-unilab {
  width: 140px;
}

.logo-client.logo-client-sunny-wood {
  width: 180px;
}

.logo-client.logo-client-burlington {
  width: 160px;
}

.logo-client.logo-client-toyota {
  width: 100px;
}

.logo-client.logo-client-wow-fiesta {
  width: 135px;
}

.logo-client.logo-client-harvester {
  width: 170px;
}

.logo-client.logo-client-farmboy {
  width: 155px;
}

.logo-client.logo-client-pacific-sunrise {
  width: 120px;
}

.logo-client.logo-client-century {
  width: 160px;
}
.logo-client.logo-client-queen {
  width: 150px;
}

.logo-client.logo-client-nestle {
  width: 120px;
}

.logo-client.logo-client-nestle-yogurt {
  width: 115px;
}

.logo-client.logo-client-breville {
  width: 120px;
}

.logo-client.logo-client-mightymom {
  width: 120px;
}

.logo-client.logo-client-love-123 {
  width: 130px;
}

.logo-client.logo-client-abc-tech {
  width: 120px;
}

.logo-client.logo-client-agri {
  width: 130px;
}

.logo-client.logo-client-wow {
  width: 100px;
}

.logo-client.logo-client-kino {
  width: 130px;
}

.logo-client.logo-client-delfi {
  width: 140px;
}

.logo-client.logo-client-fuji {
  width: 160px;
}

.logo-client.logo-client-orocan {
  width: 120px;
}

.col2-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ed1b2f;
}

.col2-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #ed1b2f;
  background-color: transparent;
}

.logo-brand {
  width: 60%;
}

.product-item {
  margin: 10px 20px;
}

.product-item.product-item-gardenia {
  width: 600px;
}

.product-item.product-item-goya {
  width: 400px;
}

.product-item.product-item-goya.product-item-goya-2col {
  width: 250px;
}

.product-item.product-item-mega {
  width: 220px;
}

.product-item.product-item-mega.product-item-mega-glow {
  width: 180px;
}

.product-item.product-item-mega.product-item-mega-flexa {
  width: 250px;
}

.product-item.product-item-unilab {
  width: 440px;
}

.product-item.product-item-yakult {
  width: 300px;
}

.product-item.product-item-enertone {
  width: 100%;
}

.product-item.product-item-burlington {
  width: 300px;
}

.product-item.product-item-neubake {
  width: 450px;
}

.product-item.product-item-snacks {
  width: 400px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-17 {
  color: #ed1b2f;
}

.image-2 {
  color: #ed1b2f;
}

.group-companies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.richard-photo {
  position: absolute;
  left: auto;
  top: auto;
  right: -6%;
  bottom: 0%;
  z-index: 1;
  width: 50%;
}

.container-vh100 {
  display: block;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


/* .richard-saying {
  margin-bottom: 20px;
} */

/* .richard-title {
} */

.richard-saying {
  margin-bottom: 40px;
  font-size: 38px;
  line-height: 62px;
  /* font-size: 20px;
  line-height: 40px; */
  text-align: center;
}

.richard-title {
  margin-top: 20px;
  font-size: 32px;
  /* font-size: 17px; */
  text-align: center;
}

.saying-container {
  position: relative;
  z-index: 4;
  width: 35%;
  margin-left: 10px;
  margin-bottom: 120px;
  padding: 12px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.6);
}



.text-span-2 {
  font-size: 18px;
}

.body-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(55%, #c6c6c6), to(#fff));
  background-image: linear-gradient(180deg, #fff, #c6c6c6 55%, #fff);
}

.col-brain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-contacts {
  width: 33.3%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-contacts.col-contacts-mid {
  border-right: 1px solid #ed1b2f;
  border-left: 1px solid #ed1b2f;
}

.contact-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -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;
  color: #000;
}

.contact-blocks:hover {
  color: #000;
  text-decoration: none;
}

.icon-image {
  height: 40px;
  margin-right: 10px;
}

.row-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
}

.col3-our-team {
  width: 500px;
  margin-right: 20px;
  padding-left: 60px;
}

.row-our-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col9-our-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.box-hexagon {
  width: 180px;
  height: 160px;
  margin-bottom: 20px;
  border-style: none;
  border-width: 2px;
  border-color: #bd0617;
}

.footer {
  margin-top: 140px;
  margin-bottom: 20px;
}

.footer-text {
  color: #999;
  font-size: 14px;
  text-align: center;
}

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

.col6-experience {
  width: 50%;
  height: 500px;
}

.col6-experience.col6-experience-clients-logo {
  border-left: 2px solid #ed1b2f;
}

.category-experience {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-experience.category-experience-sports {
  width: 300px;
}

.h4-experince {
  font-family: 'Gothic Bold', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}

.h4-experince.text-center {
  font-size: 18px;
}

.experience-logo-container.experience-logo-container-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -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;
}

.experience-logo-container.experience-logo-container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.experience-logo-container.experience-logo-container-flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-xp {
  width: 70px;
  margin: 10px;
}

.logo-xp.logo-xp-camel {
  width: 90px;
}

.logo-xp.logo-xp-midea {
  width: 80px;
}

.logo-xp.logo-xp-honda {
  width: 50px;
}

.logo-xp.logo-xp-suzuki {
  width: 50px;
}

.logo-xp.logo-xp-lifan {
  width: 60px;
}

.logo-xp.logo-xp-sym {
  width: 50px;
}

.logo-xp.logo-xp-real-bank {
  width: 50px;
  margin-right: 30px;
}

.logo-xp.logo-xp-east-west {
  width: 60px;
  margin-right: 20px;
}

.logo-xp.logo-xp-ucpb {
  width: 50px;
}

.logo-xp.logo-xp-sunlife {
  width: 100px;
}

.logo-xp.logo-el-kapitan {
  width: 60px;
}

.logo-xp.logo-sea-oil {
  width: 100px;
}

.logo-xp.logo-xp-uniqlo {
  width: 70px;
}

.logo-xp.logo-xp-wacoal {
  width: 60px;
}

.logo-xp.logo-cln {
  width: 50px;
}

.logo-xp.logo-wbrown {
  width: 50px;
}

.logo-xp.logo-xp-bounty {
  width: 60px;
}

.logo-xp.logo-xp-au-harvest {
  width: 60px;
}

.logo-xp.logo-xp-vulca {
  width: 60px;
}

.logo-xp.logo-xp-pynocare {
  width: 85px;
}

.logo-xp.logo-xp-gloww {
  width: 75px;
}

.logo-xp.logo-xp-cetaphil {
  width: 90px;
}

.logo-xp.logo-xp-pinoy-jamu {
  width: 80px;
}

.logo-xp.logo-xp-charantia {
  width: 80px;
}

.logo-xp.logo-xp-lola-remedios {
  width: 95px;
}

.logo-xp.logo-xp-ideal {
  width: 70px;
}

.logo-xp.logo-homi {
  width: 70px;
}

.logo-xp.logo-xp-ensure {
  width: 70px;
}

.logo-xp.logo-xp-glucerna {
  width: 70px;
}

.logo-xp.logo-xp-grow {
  width: 60px;
}

.logo-xp.logo-xp-similac {
  width: 70px;
}

.logo-xp.logo-xp-licealiz {
  width: 70px;
}

.logo-xp.logo-xp-glutac-c {
  width: 50px;
}

.logo-xp.logo-xp-bigen {
  width: 60px;
}

.logo-xp.logo-xp-morinaga {
  width: 90px;
}

.logo-xp.logo-xp-cecon {
  width: 70px;
}

.logo-xp.logo-xp-met {
  width: 70px;
}

.logo-xp.logo-xp-hitsamitsu {
  width: 80px;
}

.logo-xp.logo-xp-chris {
  width: 120px;
}

.logo-xp.logo-xp-tamiya {
  width: 70px;
}

.logo-xp.logo-xp-amino {
  width: 70px;
}

.logo-xp.logo-xp-extrajoss {
  width: 60px;
}

.logo-xp.logo-xp-bacchus {
  width: 60px;
}

.logo-xp.logo-xp-aquavida {
  width: 60px;
}

.logo-xp.logo-xp-au-mega {
  width: 50px;
}

.h2-achievements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Gothic Bold', sans-serif;
  color: #ed1b2f;
  font-size: 40px;
  text-transform: uppercase;
}

.h2-span-neutral {
  margin-left: 16px;
  font-family: Gothic, sans-serif;
  color: #000;
  font-size: 22px;
  font-style: italic;
  text-transform: none;
}

.col-20-achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  min-height: 100%;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.col-80-achievement {
  width: 80%;
}

.h4-red {
  font-family: 'Gothic Bold', sans-serif;
  color: #ed1b2f;
  text-transform: uppercase;
}

.h4-red.h4-red-small {
  font-size: 18px;
}

.row-text-achievement {
  margin-bottom: 20px;
}

.italic-span {
  font-family: Gothic, sans-serif;
  color: #000;
  font-size: 22px;
  font-style: italic;
  text-transform: none;
}

.row-flex-achievements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.col-40-achievement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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;
}

.col-40-achievement.col-40-achievement-ipad {
  margin-right: 2%;
}

.work-item-radio-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.work-item-radio-row.work-item-radio-row-hide {
  display: none;
}

.radio-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  -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;
}

.logo-radio-grad-videoke {
  height: 80px;
  margin-bottom: 20px;
}

.logo-radio-kinto-one {
  height: 100px;
}

.logo-radio-new-bake {
  height: 100px;
  margin-bottom: 20px;
}

.logo-radio-uratex {
  height: 100px;
  margin-bottom: 20px;
}

.logo-radio-gardenia {
  height: 100px;
}

.logo-radio-unilab {
  height: 150px;
  margin-bottom: 20px;
}

.featured-success-stories {
  position: relative;
  width: 990px;
  margin-top: 40px;
}

.link-sc-chooks {
  position: absolute;
  left: 20px;
  top: 140px;
  z-index: 2;
  width: 210px;
  height: 160px;
  background-color: rgba(237, 27, 47, 0);
  cursor: pointer;
}

.image-featured-stories {
  display: block;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.link-sc-gardenia {
  position: absolute;
  left: 418px;
  top: 15px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100px;
  height: 286px;
  background-color: rgba(237, 27, 47, 0);
  cursor: pointer;
}

.link-sc-ginisa {
  position: absolute;
  left: 208px;
  top: 218px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 88px;
  height: 82px;
  background-color: rgba(237, 27, 47, 0);
  cursor: pointer;
}

.link-sc-crispy {
  position: absolute;
  left: 295px;
  top: 190px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 120px;
  height: 110px;
  background-color: rgba(237, 27, 47, 0);
  cursor: pointer;
}

.link-sc-goya {
  position: absolute;
  left: 77%;
  top: 63%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 130px;
  height: 40px;
  background-color: rgba(237, 27, 47, 0);
  cursor: pointer;
}

.link-sc-uniqlo {
  position: absolute;
  left: 215px;
  top: 70px;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 160px;
  height: 73px;
  background-color: rgba(237, 27, 47, 0);
  color: rgba(237, 27, 47, 0.36);
  cursor: pointer;
}

.link-sc-yakult {
  position: absolute;
  left: auto;
  top: 158px;
  right: 390px;
  bottom: auto;
  z-index: 2;
  width: 40px;
  height: 70px;
  background-color: rgba(237, 27, 47, 0);
  cursor: pointer;
}

.link-sc-extrajoss {
  position: absolute;
  left: 120px;
  top: 230px;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 93px;
  height: 70px;
  background-color: rgba(237, 27, 47, 0);
  cursor: pointer;
}

.link-sc-lola-remedios {
  position: absolute;
  left: auto;
  top: 220px;
  right: 336px;
  bottom: auto;
  z-index: 1;
  width: 136px;
  height: 80px;
  background-color: rgba(237, 27, 47, 0);
  cursor: pointer;
}

.link-sc-hunts {
  position: absolute;
  left: 72%;
  top: 52%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 50px;
  height: 90px;
  background-color: rgba(237, 27, 47, 0);
  cursor: pointer;
}

.link-sc-enertone {
  position: absolute;
  left: 65%;
  top: 28%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 105px;
  height: 180px;
  background-color: rgba(237, 27, 47, 0);
  cursor: pointer;
}

.link-sc-videoke {
  position: absolute;
  left: 75%;
  top: 29%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 100px;
  height: 170px;
  background-color: rgba(237, 27, 47, 0);
  cursor: pointer;
}

.link-sc-orocan {
  position: absolute;
  left: auto;
  top: 37%;
  right: 9%;
  bottom: auto;
  z-index: 1;
  width: 140px;
  height: 140px;
  background-color: rgba(237, 27, 47, 0);
  cursor: pointer;
}

.design-item {
  width: auto;
  height: auto;
  margin: 20px;
}

.design-item.design-item-egg-bites {
  width: 300px;
}

.design-item.design-item-nutrilin {
  width: auto;
  height: 280px;
}

.design-item.design-item-rockos {
  width: auto;
  height: 180px;
}

.design-item.design-item-smileys {
  height: 500px;
}

.design-item.design-item-cooks {
  height: 400px;
}

.design-item.design-item-gardenia {
  height: 350px;
}

.image-achievements-gardenia {
  height: 600px;
  margin-left: 40px;
}

.image-achievements-uniqlo {
  height: 160px;
}

.image-achievements-extrajoss {
  height: 250px;
}

.featured-success-stories-mobile {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-success-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-success-stories-image {
  height: 300px;
}

.item-success-stories-image.item-success-stories-image-chooks {
  height: auto;
}

.image-achievements-single-chooks {
  height: auto;
}

.image-achievements-single-crispy-fry {
  width: 400px;
}

.image-achievements-single-hunts {
  width: 120px;
  margin-left: 60px;
  margin-top: 20px;
}

.image-achievements-single-enertone {
  width: 160px;
  margin-left: 60px;
}

.image-achievements-single-orocan {
  width: 230px;
  margin-top: 20px;
}


.image-achievements-single-lola-remedios {
  width: 230px;
  margin-top: 20px;
}

.image-achievements-single-goya {
  width: 300px;
  margin-top: 20px;
}


.image-achievements-single-ginisa {
  margin-top: 20px;
  width: 200px;
}

.our-team-image {
  width: 160px;
}

.contac-social-media {
  width: 40px;
}

.text-address {
  display: inline-block;
  margin-right: 20px;
}

.our-clients-item-ginisa {
  width: 1800px;
  height: auto;
}

.link-block {
  margin-right: 10px;
}

.client-image-uratext {
  width: 400px;
}

.image-client-hunts {
  width: 200px;
}

.image-3 {
  width: 2000px;
}

.product-item-image {
  width: auto;
}

.product-item-image.product-item-image-elllips {
  width: 250px;
}

.product-item-image.product-item-image-yumyum {
  width: 200px;
}

.product-item-image.product-item-image-chocolate-chip {
  width: 300px;
}

.product-item-image.product-item-image-pocket {
  width: 120px;
}

.print-work-item {
  width: 400px;
  margin: 10px;
}

.print-work-item.print-work-item-cooks {
  width: 820px;
}

.print-work-item.print-work-item-pocket-sandwich {
  width: 820px;
}

.image-achievements-yakult {
  width: 120px;
  margin-left: 60px;
  margin-top: 20px;
}

.image-client-ld-systems {
  width: 400px;
}

.image-client-wow-fiesta {
  width: 300px;
}

.image-client-grand-videoke {
  width: 200px;
}

.paragraph-3 {
  position: absolute;
  margin-top: -100px;
}

.paragraph-3.text-center {
  position: static;
  margin-top: -60px;
}

.big-text-brands {
  letter-spacing: 18px;
}

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

.link-social.link-social-hide {
  display: none;
}

.row-work-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ooh-work-item {
  width: 450px;
  margin: 10px;
}

.ooh-work-item.ooh-work-item-pynocare {
  width: 450px;
}

.container-services-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-nav-item {
  width: 100px;
  height: 100px;
}

.services-nav-item.services-nav-item-black {
  background-color: #000;
}

.services-nav-item.services-nav-item-black.services-nav-item-strategic-marketing {
  background-image: url('../images/icon-strategy.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.services-nav-item.services-nav-item-black.services-nav-item-advertising-creatives {
  background-image: url('../images/icon-advertising.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.services-nav-item.services-nav-item-black.services-nav-item-graphic-design {
  background-image: url('../images/icon-graphics.svg');
  background-position: 50% 50%;
  background-size: 65px;
  background-repeat: no-repeat;
}

.services-nav-item.services-nav-item-black.services-nav-item-public-relations {
  background-image: url('../images/icon-public.svg');
  background-position: 50% 50%;
  background-size: 65px;
  background-repeat: no-repeat;
}

.services-nav-item.services-nav-item-black.services-nav-item-media-agency {
  background-image: url('../images/icon-media.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.services-nav-item.services-nav-item-red {
  background-color: #ed1b2f;
}

.services-nav-item.services-nav-item-red.services-nav-item-integrated-marketing {
  background-image: url('../images/icon-integrated.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.services-nav-item.services-nav-item-red.services-nav-item-digital-marketing {
  background-image: url('../images/icon-digital.svg');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.services-nav-item.services-nav-item-red.services-nav-item-experiential-marketing {
  background-image: url('../images/icon-experiential.svg');
  background-position: 50% 50%;
  background-size: 75px;
  background-repeat: no-repeat;
}

.services-nav-item.services-nav-item-red.services-nav-item-instore {
  background-image: url('../images/icon-instore.svg');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
}

.container-nav-item {
  margin-left: 5px;
  color: #000;
}

.container-nav-item:hover {
  text-decoration: none;
}

.services-nav-item-label {
  width: 100px;
  margin-top: 5px;
  font-family: 'Gothic Bold', sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.link-sc-wow {
  position: absolute;
  left: auto;
  top: 54%;
  right: 2%;
  bottom: 0%;
  width: 180px;
  height: 130px;
  background-color: rgba(228, 19, 19, 0);
}

.gradient-success-stories {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -16%;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #c6c6c6), to(#fff));
  background-image: linear-gradient(180deg, #fff, #c6c6c6 60%, #fff);
}

.image-4 {
  margin-left: 30px;
}

.about-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-image-item {
  width: 25%;
  height: auto;
  align-items: flex-start; /* new */
}

.about-col-2 {
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
}

.about-col-2.about-col-border-right {
  border-right: 2px solid #ed1b2f;
}

.about-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-item {
  list-style-type: disc;
}

.list-2 {
  color: #bd0617;
}

.text-span-3 {
  color: #000;
}

.text-span-4 {
  color: #000;
}

.text-span-5 {
  color: #000;
}

.text-span-6 {
  color: #000;
}

.text-span-7 {
  color: #000;
}

.bg-richard {
  background-image: url('../images/Richard-Ethos.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1440px) {
  .container.container-vh100 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.container-vh100.container-fluid {
    max-width: 80%;
  }
  .text-center {
    display: block;
  }
  .click-left:hover {
    text-decoration: none;
  }
  .click-right:hover {
    text-decoration: none;
  }
  .click-here {
    margin-top: 10px;
  }
  .work-item.work-item-gloww {
    background-image: url('../images/thumbnail-gloww2x.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .work-item.work-item-digital-gardenia {
    background-image: url('../images/thumbnail-gardenia-magkasama2x.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .work-item.work-item-digital-orocan {
    background-image: url('../images/thumbnail-orocan-nanay2x.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .work-item.work-item-influencer-yum-yum {
    background-image: url('../images/thumbnail-yum-yum2x.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .work-item.work-item-xp-sumimitsu {
    background-image: url('../images/thumbnail-Sumitomo2x.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .work-item-tag.work-item-tag-align-left.work-item-tag-max-width {
    display: none;
    width: 100%;
    font-size: 14px;
  }
  .richard-photo {
    width: 45%;
  }
  .saying-container {
    width: 35%;
    padding-bottom: 12px;
    background-color:transparent;
  }
  .col-brain {
    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;
  }
  .col-contacts {
    width: 33.3%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-contacts.col-contacts-mid {
    padding-right: 20px;
    padding-left: 20px;
    border-right: 1px solid #ed1b2f;
    border-left: 1px solid #ed1b2f;
  }
  .contact-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .icon-image {
    width: 30px;
    height: 34px;
    margin-right: 10px;
  }
  .row-address {
    text-align: center;
  }
  .row-experience {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .col6-experience {
    width: 50%;
    height: 500px;
  }
  .col6-experience.col6-experience-clients-logo {
    border-left: 2px solid #ed1b2f;
  }
  .experience-logo-container.experience-logo-container-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .logo-xp.logo-xp-au-harvest {
    height: 43px;
  }
  .logo-xp.logo-xp-extrajoss {
    height: 40px;
  }
  .logo-xp.logo-xp-au-mega {
    height: 43px;
  }
  .col-20-achievement {
    padding-right: 20px;
    padding-left: 20px;
  }
  .radio-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-radio-grad-videoke {
    width: auto;
  }
  .image-achievements-single-chooks {
    height: auto;
  }
  .contac-social-media {
    width: 40px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .text-address {
    display: inline-block;
    margin-right: 20px;
  }
  .about-col-2 {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .container.header.container-fluid {
    max-width: 80%;
  }
  .container.container-vh100.container-fluid {
    max-width: 90%;
  }
  .navbar {
    background-color: transparent;
  }
  .richard-photo {
    width: 38%;
    max-width: 100%;
  }
  .saying-container {
    width: 35%;
    /* background-color: hsla(0, 0%, 100%, 0); */
  }
  
  .logo-radio-kinto-one {
    width: auto;
    height: 100px;
  }
  .logo-radio-new-bake {
    height: 100px;
  }
}

@media screen and (max-width: 1919px) {

.richard-saying {
  margin-bottom: 10px;
  /* font-size: 38px;
  line-height: 62px; */
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}

.richard-title {
  margin-top: 10px;
  /* font-size: 32px; */
  font-size: 17px;
  text-align: center;
}
}

@media screen and (min-width: 1441px) {
  .container.header.container-fluid {
    max-width: 90%;
  }
}

@media screen and (max-width: 1300px) {
}


@media screen and (max-width: 1010px) {

  .nav-links {
    padding-right: 10px;
    padding-right: 10px;
  }

}

@media screen and (max-width: 991px) {
  .container {
    position: relative;
  }
  .container.container-vh100 {
    height: 80vh;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph {
    margin-bottom: 20px;
  }
  .navbar {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
  }
  .brain-container {
    width: 740px;
  }
  .link-strategic {
    font-size: 35px;
  }
  .right-creative {
    font-size: 35px;
  }
  .text {
    left: 48.5%;
    font-size: 40px;
  }
  .big-text {
    bottom: 35%;
    font-size: 60px;
    line-height: 42px;
  }
  .text-span {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 12px;
  }
  .left-block {
    left: 10%;
    width: 300px;
    height: 550px;
  }
  .right-block {
    right: 9%;
    width: 300px;
    height: 550px;
  }
  .brain-image {
    width: 300px;
  }
  .logo-image {
    width: auto;
    height: 80px;
  }
  .icon {
    font-size: 40px;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #ed1b2f;
  }
  .nav-menu {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    background-color: #fff;
  }
  .text-center.paragraph.mobile-align-left.text-block-valign {
    margin-bottom: 0px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .tag-line {
    position: static;
    font-size: 22px;
  }
  .click-left {
    position: relative;
    left: 0%;
    top: auto;
    right: auto;
    bottom: auto;
    margin-top: 40px;
    margin-left: 0px;
  }
  .click-left.click-left-home {
    position: absolute;
    left: 0px;
    width: 100px;
    margin-right: auto;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .click-left.click-left-richard {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-left: 0px;
  }
  .click-right {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: -20%;
    margin-top: 40px;
    margin-right: 0px;
  }
  .click-right.click-right-home {
    position: absolute;
    right: 0px;
    width: 100px;
    margin-left: auto;
    clear: none;
  }
  .click-here.click-here-richard {
    color: #fff;
  }
  .shape-shadow-left {
    left: 47%;
    top: 8%;
    display: none;
  }
  .shape-shadow-right {
    display: none;
  }
  .row-flex.row-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-flex.row-content.row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .col-40 {
    width: 100%;
  }
  .col-60 {
    width: 100%;
  }
  .row-content.row-content-compress {
    width: 100%;
  }
  .row-content.row-content-contact-details {
    margin-top: -25px;
  }
  .row-content.row-content-about {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block {
    margin-bottom: 20px;
  }
  .title-page {
    text-align: center;
  }
  .service-box.service-box-red.service-box-integrated {
    background-position: 90% 20px;
    background-size: 70px;
  }
  .service-box.service-box-red.service-box-digital {
    background-position: 90% 20%;
    background-size: 80px;
  }
  .service-box.service-box-red.service-box-experiential {
    background-position: 90% 20px;
    background-size: 90px;
  }
  .service-box.service-box-red.service-box-instore {
    background-position: 90% 20px;
    background-size: 70px;
  }
  .service-box.servie-box-black {
    background-position: 90% 20px;
    background-size: 70px;
  }
  .service-box.servie-box-black.service-strategic-marketing {
    background-position: 90% 20px;
    background-size: 80px;
  }
  .service-box.servie-box-black.service-box-advertising {
    background-position: 90% 20px;
    background-size: 90px;
  }
  .service-box.servie-box-black.service-box-graphics {
    background-position: 90% 20px;
    background-size: 80px;
  }
  .service-box.servie-box-black.service-box-public-relations {
    background-position: 90% 20px;
    background-size: 90px;
  }
  .h3-services {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .services-single-header {
    height: auto;
  }
  .services-single-header.services-single-header-black.services-single-header-strategic {
    background-position: 98% 50%;
    background-size: 60px;
  }
  .services-single-header.services-single-header-black.services-single-header-advertising {
    background-size: 50px;
  }
  .services-single-header.services-single-header-black.services-single-header-graphics {
    background-size: 60px;
  }
  .services-single-header.services-single-header-black.services-single-header-publick {
    background-size: 60px;
  }
  .services-single-header.services-single-header-black.services-single-header-media {
    background-size: 40px;
  }
  .services-single-header.services-single-header-red {
    background-position: 96% 50%;
    background-size: 45px;
  }
  .services-single-header.services-single-header-red.services-single-header-integrated {
    background-position: 98% 50%;
    background-size: 40px;
  }
  .services-single-header.services-single-header-red.services-single-header-digital {
    background-size: 40px;
  }
  .services-single-header.services-single-header-red.services-single-header-experiential {
    background-size: 60px;
  }
  .services-single-header.services-single-header-red.services-single-header-instore {
    background-size: 50px;
  }
  .services-single-content {
    min-height: auto;
    padding: 20px;
  }
  .services-single-content.services-single-content-black {
    min-height: 200px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-single-content.services-single-content-red {
    min-height: 200px;
  }
  .services-single-paragraph {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .h3-services-single {
    margin-top: 10px;
    margin-right: 40px;
    font-size: 30px;
  }
  .back-link.back-link-absolute-left {
    position: absolute;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .category-link {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
  }
  .category-nav {
    font-size: 16px;
  }
  .logo-container {
    width: 150px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .col2-product {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -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;
  }
  .product-item.product-item-ferlin {
    width: 300px;
  }
  .product-item.product-item-uratex {
    width: 300px;
  }
  .richard-photo {
    position: static;
    width: 80%;
  }
  .container-vh100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .saying-container {
    width: 80%;
    margin-top: 140px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 12px;
  }
  .col-contacts {
    width: 100%;
    padding-bottom: 20px;
  }
  .col-contacts.col-contacts-mid {
    border-right-style: none;
    border-left-style: none;
  }
  .row-contacts {
    display: block;
  }
  .row-address {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }
  .col3-our-team {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .row-our-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category-experience.category-experience-sports {
    width: auto;
  }
  .h2-achievements {
    margin-top: 0px;
    -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;
  }
  .h2-span-neutral {
    font-size: 18px;
    line-height: 20px;
  }
  .col-20-achievement {
    width: 100%;
    margin-right: 0%;
  }
  .col-80-achievement {
    width: 100%;
  }
  .col-80-achievement.col-60-achievement-ipad {
    width: 100%;
  }
  .row-flex-achievements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-flex-achievements.row-flex-achievements-block-ipad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bold-text {
    line-height: 1.5;
  }
  .col-40-achievement {
    width: 100%;
  }
  .h2-red-bold {
    font-size: 30px;
    line-height: 38px;
  }
  .featured-success-stories {
    display: none;
  }
  .image-achievements-gardenia {
    margin-left: 0px;
  }
  .featured-success-stories-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .item-success-stories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    min-height: 0px;
    margin: 0;
    padding: 10px;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 5px;
    background-color: rgba(243, 239, 239, 0);
  }
  .item-success-stories-image {
    height: auto;
    margin: 20px;
  }
  .item-success-stories-image.item-success-stories-image-chooks {
    height: 250px;
  }
  .item-success-stories-image.item-success-stories-image-gardenia {
    height: 500px;
  }

  .item-tablet-adjust {
    height: 500px !important;
  }

  .item-success-stories-image.item-success-stories-image-ginisa {
    height: 230px;
  }
  .item-success-stories-image.item-success-stories-image-crispy-fry {
    height: 240px;
  }
  .item-success-stories-image.item-success-stories-image-goya {
    height: 120px;
  }
  .item-success-stories-image.item-success-stories-image-lola-remedios {
    height: 200px;
  }
  .item-success-stories-image.item-success-stories-image-extra-joss {
    height: 200px;
  }
  .item-success-stories-image.item-success-stories-image-hunts {
    height: 240px;
  }

  .item-success-stories-image.item-success-stories-image-enertone {
    height: 350px;
  }

  .item-success-stories-image.item-success-stories-image-magicsing {
    width: 250px;
  }
  .item-success-stories-image.item-success-stories-image-orocan {
    height: 250px;
  }
  .item-success-stories-image.item-success-stories-image-yakult {
    height: 230px;
  }
  .image-achievements-single-chooks {
    height: 300px;
  }
  .image-achievements-single-ginisa {
    height: auto;
  }
  .image-achievements-single-crispy-fry {
    width: 220px;
    margin-top: 20px;
  }
  .image-achievements-single-hunts {
    width: 120px;
    margin-left: 0px;
  }
  .image-achievements-single-enertone {
    width: 120px;
    margin-left: 0px;
  }
  .print-work-item.print-work-item-cooks {
    width: 600px;
  }
  .image-achievements-yakult {
    margin-left: 0px;
  }
  .paragraph-3.text-center {
    margin-top: 30px;
  }
  .link-social {
    margin-top: 20px;
  }
  .container-services-nav {
    margin-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .services-nav-item {
    width: 100px;
  }
  .container-nav-item {
    margin-top: 10px;
    margin-left: 0px;
    padding-bottom: 10px;
  }
  .image-4 {
    margin-left: 0px;
  }
  .about-image-item {
    width: 50%;
    height: auto;
  }
  .about-col-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .about-col-2.about-col-border-right {
    border-right-style: none;
  }
  .about-content-row {
    display: block;
  }
  .bg-richard {
    background-image: url('../images/Richard-Ethos-Center.jpg');
    background-position: top center;
  }


  .shape-left {
    border-width: 18px 18px 18px 0px;
  }

  .shape-right {
    border-width: 18px 0px 18px 18px;
  }

  .click-here {
    margin-top: 0;
    font-size: 12px;
  }




}

@media screen and (max-width: 767px) {

  .container-home-mobile {
    display: block;
    text-align: center;
    position: relative;
  }

  .hide-mobile {
    display: none !important;
  }

  .hide-desktop {
    display: flex !important;
  }

  .hide-desktop.flexcol {
    flex-direction: column;
  }


  .bg-richard {
    background-image: none;
  }

  .saying-container {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 12px;
}

.brain-mobile {
  width: 100%;
}

  .right-brain-mobile {
    background-color:transparent;
    width: 50%;
    height: 80%;
    position: absolute;
    top: 20px;
    right:0;
  }

  .left-brain-mobile {
    background-color:transparent;
    width: 50%;
    height: 80%;
    position: absolute;
    top: 20px;
    left: 0;
  }

  .container.container-vh100 {
    height: 80vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flexcolwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex2col {
    width: 100%;
  }
  .colorbox {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .colorbox.blackcolor {
    margin-left: 10px;
  }
  .flex3col {
    width: 100%;
  }
  .brain-container {
    width: 420px;
    margin-top: 0px;
  }
  .link-strategic {
    left: 22%;
    top: 10%;
    font-size: 22px;
  }
  .right-creative {
    top: 10%;
    right: 20%;
    font-size: 22px;
  }
  .text {
    left: 48%;
    top: 10%;
    font-size: 22px;
  }
  .big-text {
    bottom: 35%;
    font-size: 32px;
    line-height: 8px;
  }
  .text-span {
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 6px;
  }
  .left-block {
    left: 7%;
    width: 180px;
    height: 250px;
  }
  .right-block {
    right: 7%;
    width: 180px;
    height: 250px;
  }
  .brain-image {
    width: 140px;
  }
  .logo-image {
    height: 80px;
  }
  .text-center.paragraph.mobile-align-left {
    text-align: left;
  }
  .text-center.paragraph.mobile-align-left.text-block-valign {
    margin-bottom: 0px;
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tag-line {
    bottom: 2%;
    font-size: 18px;
    line-height: 24px;
  }
  .brand {
    padding-left: 0px;
  }
  .click-left {
    left: 0%;
    top: auto;
    right: auto;
    bottom: -40%;
    margin-left: 0px;
  }
  .click-left.click-left-richard {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .click-right {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -40%;
  }
  .row-flex.row-flex-mobile-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row-flex.row-center.row-flex-mobile-vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row-content.row-content-compress {
    width: 100%;
  }
  .service-box {
    width: 100%;
  }
  .service-box.service-box-red.service-box-integrated {
    width: 100%;
  }
  .service-box.service-box-red.service-box-digital {
    width: 100%;
  }
  .service-box.service-box-red.service-box-experiential {
    width: 100%;
  }
  .service-box.service-box-red.service-box-instore {
    width: 100%;
  }
  .box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .h3-services {
    margin-top: 10px;
    margin-right: 40px;
  }
  .services-single-header {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .services-single-header.services-single-header-black.services-single-header-strategic {
    background-position: 98% 50%;
  }
  .h3-services-single {
    margin-top: 10px;
    margin-right: 40px;
    padding-right: 0px;
  }
  .back-link.back-link-absolute-left {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: -35px;
    display: block;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .category-link {
    margin-right: 15px;
    margin-left: 15px;
  }
  .row-work {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-work.row-work-design {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .span-breaker {
    display: none;
  }
  .col2-brand {
    width: 100%;
    min-height: 200px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #ed1b2f;
    border-right-style: none;
  }
  .col2-product {
    width: 100%;
    border-left-style: none;
  }
  .product-item.product-item-yakult {
    width: 180px;
  }
  .product-item.product-item-ferlin {
    width: 360px;
  }
  .product-item.product-item-uratex {
    width: 350px;
  }
  .richard-photo {
    position: static;
  }
  .container-vh100 {
    height: auto;
  }
  .richard-saying {
    line-height: 1.5;
  }
  .saying-container {
    display: block;
    width: 100%;
    margin-left: 0px;
  }
  .h2-achievements {
    -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;
    text-align: center;
  }
  .h2-span-neutral {
    font-size: 18px;
  }
  .col-20-achievement {
    width: 100%;
    min-height: auto;
    margin-right: 0%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col-80-achievement {
    width: 100%;
    padding-left: 0%;
  }
  .row-flex-achievements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bold-text {
    line-height: 1.5;
  }
  .image-achievements-uniqlo {
    height: 150px;
  }
  .item-success-stories {
    height: auto;
  }
  .image-achievements-single-orocan {
    width: 200px;
  }
  .print-work-item {
    width: 250px;
  }
  .print-work-item.print-work-item-cooks {
    width: 500px;
  }
  .print-work-item.print-work-item-pocket-sandwich {
    width: 400px;
  }
  .big-text-brands {
    letter-spacing: 8px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 38px;
  }
  h2 {
    font-size: 26px;
    line-height: 33px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 25px;
    line-height: 31px;
  }
  h4 {
    font-size: 21px;
    line-height: 26px;
  }
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
  p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }
  a {
    font-size: 15px;
  }
  .container {
    padding-top: 0px;
  }
  .container.header {
    padding-bottom: 10px;
  }
  .container.container-vh100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .small-p {
    font-size: 13px;
    line-height: 22px;
  }
  .cta-button {
    font-size: 15px;
  }
  .paragraph {
    font-size: 16px;
    line-height: 26px;
  }
  .brain-container {
    width: 300px;
  }
  .link-strategic {
    left: 27%;
    top: 20%;
    font-size: 22px;
  }
  .right-creative {
    top: 20%;
    right: 29%;
    font-size: 22px;
  }
  .text {
    top: 20%;
    font-size: 22px;
  }
  .big-text {
    bottom: 38%;
    font-size: 32px;
    line-height: 16px;
  }
  .text-span {
    font-size: 22px;
    line-height: 38px;
  }
  .left-block {
    left: 10px;
    width: 140px;
    height: 280px;
  }
  .right-block {
    left: auto;
    top: 0%;
    right: 10px;
    bottom: auto;
    width: 140px;
    height: 280px;
  }
  .brain-image {
    width: 160px;
  }
  .logo-image {
    height: 60px;
  }
  .menu-button {
    padding-top: 18px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-center.paragraph.mobile-align-left.text-block-valign {
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .tag-line {
    font-size: 16px;
    line-height: 20px;
  }
  .click-left {
    position: static;
    bottom: -40%;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .click-left.click-left-richard {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -30%;
  }
  .click-right {
    bottom: -40%;
    margin-bottom: 10px;
  }
  .click-here {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .shape-shadow-left {
    top: 8%;
  }
  .shape-shadow-right {
    top: 8%;
  }
  .row-flex.row-flex-mobile-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-40 {
    padding-right: 0px;
  }
  .col-60 {
    padding-left: 0px;
  }
  .row-content.row-content-compress {
    width: 100%;
  }
  .h3-services {
    font-size: 18px;
  }
  .services-single-header {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .services-single-header.services-single-header-black.services-single-header-graphics {
    background-size: 40px;
  }
  .services-single-header.services-single-header-black.services-single-header-publick {
    background-size: 45px;
  }
  .services-single-content {
    padding: 12px;
  }
  .services-single-content.services-single-content-black {
    padding: 12px;
  }
  .services-single-paragraph {
    font-size: 16px;
    line-height: 28px;
  }
  .back-link-container {
    margin-top: 20px;
  }
  .h3-services-single {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 47px;
    font-size: 24px;
    line-height: 28px;
  }
  .back-link {
    font-size: 16px;
  }
  .back-link.back-link-absolute-left {
    bottom: -40px;
  }
  .category-link {
    display: inline-block;
    margin: 5px 10px;
    font-size: 14px;
    /* line-height: 22px; */
    line-height: 0px;
  }
  .category-link.category-link-active {
    font-size: 22px;
  }
  .category-link.category-link-active.w--current {
    font-size: 14px;
  }
  .category-nav {
    display: block;
    line-height: 25px;
    text-align: center;
  }
  .work-label {
    font-size: 18px;
    line-height: 22px;
  }
  .work-description {
    line-height: 22px;
  }
  .text-block-2 {
    font-size: 16px;
  }
  .logo-container {
    margin-bottom: 40px;
  }
  .label-year {
    margin-top: 10px;
  }
  .col2-brand {
    width: 100%;
    min-height: 200px;
    border-bottom: 1px solid #ed1b2f;
    border-right-style: none;
    border-right-color: transparent;
  }
  .col2-product {
    width: 100%;
    min-height: 200px;
    border-top: 1px solid #ed1b2f;
    border-left-style: none;
    border-left-width: 0px;
  }
  .product-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .richard-photo {
    position: static;
    width: 100%;
  }
  .container-vh100 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  .richard-saying {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .richard-title {
    font-size: 18px;
  }
  .text-span-2 {
    font-size: 16px;
  }
  .col-contacts {
    padding-bottom: 10px;
  }
  .icon-image {
    height: 30px;
  }
  .icon-image.icon-image-phone {
    height: 25px;
  }
  .icon-image.icon-image-email {
    height: 26px;
  }
  .footer-text {
    font-size: 10px;
  }
  .h2-achievements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    font-size: 22px;
  }
  .h2-span-neutral {
    line-height: 1.5;
  }
  .col-20-achievement {
    width: 100%;
    margin-bottom: 20px;
  }
  .col-80-achievement {
    width: 100%;
    padding-left: 0%;
  }
  .italic-span {
    font-size: 18px;
    line-height: 1.5;
  }
  .row-flex-achievements {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bold-text {
    font-size: 12px;
    line-height: 10px;
  }
  .h2-red-bold {
    font-size: 22px;
  }
  .radio-item {
    margin-bottom: 60px;
  }
  .logo-radio-grad-videoke {
    height: 60px;
  }
  .logo-radio-kinto-one {
    height: 80px;
  }
  .logo-radio-new-bake {
    height: 80px;
  }
  .logo-radio-uratex {
    height: 80px;
  }
  .logo-radio-gardenia {
    height: 80px;
  }
  .logo-radio-unilab {
    height: 60px;
  }

  .design-item {
    margin: 8px 0;
  }

  .design-item.design-item-egg-bites {
    width: 208px;
  }
  .design-item.design-item-nutrilin {
    width: 273px;
    height: auto;
  }

  .design-item.design-item-rockos {
    width: 281px;
    height: auto;
  }

  .design-item.design-item-smileys {
    height: auto;
  }
  .design-item.design-item-cooks {
    height: auto;
  }
  .design-item.design-item-gardenia {
    height: auto;
  }
  .item-success-stories {
    width: 50%;
    height: 174px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-services-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-nav-item {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@font-face {
  font-family: 'Gothic Bold';
  src: url('../fonts/GOTHICB.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothic';
  src: url('../fonts/GOTHIC.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gothic Italic';
  src: url('../fonts/GOTHICI.TTF') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}




@media screen and (max-height: 600px) {



  .click-left.click-left-richard {
    bottom: -33%;
  }

}


@media screen and (max-width: 600px) {

  body {
    padding-right: 12px;
    padding-left: 12px;
  }

  h2 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }


  .about-images {
    justify-content: center;
    align-items: center;
  }

  .about-image-item {
    width: 47%;
    margin: 5px;
    height: 144px;
}

.richard-image-mobile {
  align-self: center;
  width: 100%;
  height: auto;
}


  .back-link {
    font-size: 16px;
  }


.work-item {
  position: relative;
  width: 128px;
  height: 112px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
}

.work-item-tag {
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
}


.work-item.work-item-radito-ferlin.work-item-radio {
  width: 128px;
  height: 112px;
}


.experience-logo-container.experience-logo-content-row {
  flex-direction: row;
  width: auto;
  align-items: baseline;
  justify-content: center;
}

.category-experience {
  margin: 16px 0;
  width: 100%;
}

.h4-experince.text-center {
  font-size: 16px;
  margin-bottom: 5px;
}


.logo-xp.logo-xp-real-bank {
  margin-right: 10px;
  width: 35px;
}

.logo-xp.logo-xp-east-west {
  margin-right: 10px;
  width: 50px;
}

.logo-xp.logo-xp-ucpb {
  width: 40px;
}

.logo-xp.logo-xp-sunlife {
  width: 90px;
}

.logo-xp.logo-xp-amino {
  width: 55px;
}

.logo-xp.logo-xp-extrajoss {
  width: 50px;
}

.logo-xp.logo-xp-bacchus {
  width: 50px;
}

.logo-xp.logo-xp-aquavida {
  width: 50px;
}

.logo-xp.logo-xp-wacoal {
  width: 45px;
}

.logo-xp.logo-cln {
  width: 40px;
}

.logo-xp.logo-wbrown {
  width: 40px;
}

.logo-xp.logo-xp-bounty {
  width: 50px;
}

.logo-xp-chooks {
  width: 55px;
}

.logo-xp.logo-xp-au-harvest {
  width: 50px;
}

.logo-xp.logo-xp-au-mega {
  width: 45px;
}

.logo-xp.logo-xp-vulca {
  width: 50px;
}

.logo-xp.logo-xp-pinoy-jamu {
  width: 70px;
}

.logo-xp.logo-xp-charantia {
  width: 70px;
}

.logo-xp.logo-xp-lola-remedios {
  width: 70px;
}

.logo-xp.logo-xp-pynocare {
  width: 75px;
}

.logo-xp.logo-xp-gloww {
  width: 65px;
}

.logo-xp.logo-xp-cetaphil {
  width: 80px;
}

.logo-xp-dazz {
  width: 70px;
}

.logo-xp.logo-xp-ideal {
  width: 60px;
}

.logo-xp.logo-xp-licealiz {
  width: 50px;
}

.logo-xp.logo-xp-glutac-c {
  width: 40px;
}

.logo-xp.logo-xp-morinaga {
  width: 80px;
}

.logo-xp.logo-xp-chris {
  width: 140px;
}

.logo-xp.logo-xp-tamiya {
  width: 50px;
}

.logo-xp-sun {
  width: 60px;
}

.logo-xp-lg {
  width: 60px;
  margin-left: 16px !important;
}

.print-work-item, .print-work-item.print-work-item-cooks, .print-work-item.print-work-item-pocket-sandwich  {
  width: 100%;
}


.work-item-tag.force-stretch {
  width: 108px;
}

.category-link.category-link-active {
  font-size: 16px;
}

.logo-container {
  width: 125px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.label-year {
  margin-top: 16px;
  font-size: 14px;
}

.logo-client.logo-client-gardenia {
  width: 92px;
}

.logo-client.logo-client-thunderbird {
  width: 100px;
}

.logo-client.logo-client-unico {
  width: 148px;
}

.logo-client.logo-client-orocan {
  width: 71px;
}

.logo-client-yakult {
  width: 91px;
}

.logo-client.logo-client-aji {
  width: 74px;
}

.logo-client.logo-client-yumyum {
  width: 100px;
}

.logo-client.logo-client-sarsaya {
  width: 70px;
}

.logo-client.logo-client-crispy-fry {
  width: 80px;
}

.logo-client.logo-client-tasty-boy {
  width: 65px;
}

.logo-client.logo-client-artic {
  width: 50px;
}

.logo-client.logo-client-salonpas {
  width: 80px;
}

.logo-client.logo-client-goya {
  width: 80px;
}

.logo-client.logo-client-delfi {
  width: 97px;
}

.logo-client.logo-client-goodah {
  width: 116px;
}

.logo-client.logo-client-uratex {
  width: 84px;
}

.logo-client.logo-client-mega {
  width: 84px;
}

.logo-client.logo-client-kino {
  width: 90px;
}

.logo-client.logo-client-unilab {
  width: 100px;
}

.logo-client.logo-client-toyota {
  width: 77px;
}

.logo-client.logo-client-pacific-sunrise {
  width: 80px;
}

.logo-client.logo-client-sunny-wood {
  width: 146px;
}


.logo-client.logo-client-burlington {
  width: 128px;
}

.logo-client.logo-client-queen {
  width: 110px;
}

.logo-client.logo-client-nestle {
  width: 100px;
}

.logo-client.logo-client-nestle-yogurt {
  width: 95px;
}

.logo-client.logo-client-breville {
  width: 100px;
}

.logo-client.logo-client-mightymom {
  width: 100px;
}

.logo-client.logo-client-love-123 {
  width: 90px;
}

.logo-client.logo-client-abc-tech {
  width: 90px;
}

.logo-client.logo-client-galderma {
  width: 128px;
}

.logo-client.logo-client-agri {
  width: 93px;
}

.logo-client.logo-client-wow-fiesta {
  width: 90px;
}

.logo-client.logo-client-harvester {
  width: 110px;
}

.logo-client.logo-client-farmboy {
  width: 110px;
}

.logo-client.logo-client-fuji {
  width: 140px;
}

.item-success-stories-image {
  margin: 0;
  height: auto !important;
}


/* 
.item-success-stories-image.item-success-stories-image-chooks {
  width:230px;
}

.item-success-stories-image.item-success-stories-image-extra-joss {
  width: 137px;
}

.item-success-stories-image.item-success-stories-image-ginisa {
  width: 137px;
}

.item-success-stories-image.item-success-stories-image-crispy-fry {
  width: 181px;
}

.item-success-stories-image.item-success-stories-image-gardenia {
  width: 210px;
}

.item-success-stories-image.item-success-stories-image-uniqlo {
  width: 165px;
}

.item-success-stories-image.item-success-stories-image-goya {
 width: 290px;
}

.item-success-stories-image.item-success-stories-image-yakult {
  width: 83px;
}

.item-success-stories-image.item-success-stories-image-lola-remedios {
  height: 200px;
}

.item-success-stories-image.item-success-stories-image-lola-remedios {
  width: 217px;
}

.item-success-stories-image.item-success-stories-image-lola-remedios {
  width: 217px;
}

.item-success-stories-image.item-success-stories-image-hunts {
  width:102px;
}

.item-success-stories-image.item-success-stories-image-enertone {
  width: 123px;
}

.item-success-stories-image.item-success-stories-image-magicsing {
  width: 278px;
}

.item-success-stories-image.item-success-stories-image-orocan {
  width: 238px;
} */

.item-tablet-adjust {
  height: auto !important;
}

.title-page.text-center.title-page-small {
  margin-bottom: 0px;
  font-size: 22px;
}

.row-flex {
  margin: 12px 0;
}

.group-companies {
  margin: 12px;
}

.gc-caionnekas {
  width: 173px;
  margin: auto;
}

.gc-catalytxt {
  width: 120px;
}

.gc-the-loop {
  width: 74px;
}

.gc-cat-pr {
  width: 77px;
}

.gc-imerch {
  width: 99px;
}

.gc-aurinko {
  width: 194px;
}

.hide-mobile {
  display: none;
}


}

@media screen and (max-width: 320px) {
  .logo-xp {
    margin: 8px;
  }
}


audio:focus {
outline:none;
}
  @media screen and (max-width: 1300px) {
   .click-left {
      position: relative;
      left: 0%;
      top: auto;
      right: auto;
      bottom: auto;
      margin-left: 0px;
      margin-top: 40px;
    }
    .click-right {
      position: static;
      left: auto;
      top: auto;
      right: 0%;
      bottom: auto;
      margin-right: 0px;
      margin-top: 40px;

    }
    .click-left.click-left-home {
      position: absolute;
      left: 0px;
      width: 100px;
      margin-right: auto;
      clear: none;
      margin-top:0px;
    }
    .click-right.click-right-home {
      position: absolute;
      right: 0px;
      width: 100px;
      margin-left: auto;
      clear: none;
      margin-top:0px;
	}
    .shape-shadow-left, .shape-shadow-right {
       display:none;
    }
  }



/* 

.bg-ry {
  position: absolute;
  height: 100vh;
  width: 100vw;
  z-index: -1;
} */




.success-stories {
  display: none;
  margin-top: 20px;
}

.success-story {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 20px; */
}

.success-story__image {
  height: auto;
}




@media screen and (max-width: 991px) {

  .success-stories {
    display: flex;
    flex-wrap: wrap;
  }
  
  .product--large {
    width: 300px;
  }

  .product--medium {
    width: 180px;
  }

  .product--small {
    width: 120px;
  }

  .product--tiny {
    width: 80px;
  }
  
}

@media screen and (max-width: 600px) {
  .product--large {
    width: 270px;
  }

  .product--medium {
    width: 150px;
  }

  .product--semimedium {
    width: 120px;
  }

  .product--small {
    width: 90px;
  }

  .product--tiny {
    width: 50px;
  }
}

.success-story[href="achievements/orocan.html"] {
  width: 100%;
}


/* UTILITIES */
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-35 {
  margin-top: 35px;
}