.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: 'Avenir book', Arial, sans-serif;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: none;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-family: 'Avenir book', Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.slider-section {
  position: static;
  top: 92px;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.slider-section.cc-cta {
  position: static;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
  font-family: 'Avenir book', Arial, sans-serif;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #de212b;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Avenir Bold', Arial, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 80px;
  letter-spacing: -1px;
  text-transform: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.logo-link {
  position: static;
  z-index: 1;
  height: 55px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: auto;
  height: 100%;
  margin-top: auto;
  margin-bottom: 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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.navigation-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 45px;
  margin: auto;
  padding-right: 0px;
  padding-left: 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
  overflow: visible;
  width: auto;
  height: 100%;
}

.navigation-items {
  position: static;
  display: block;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
}

.webflow-link {
  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;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  display: block;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 21px 20px 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none none solid;
  border-width: 0px 1px 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  direction: ltr;
  font-family: 'Avenir book', Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  text-decoration: none;
  white-space: normal;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
}

.text-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
}

.text-field::placeholder {
  color: rgba(255, 255, 255, 0.48);
  font-size: 16px;
}

.map {
  height: 600px;
  margin-bottom: 0px;
  padding-top: 0px;
  line-height: 20px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 0px;
  -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: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #262524;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.facebook-block {
  width: auto;
  height: 80%;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
}

.linkedin-block-2 {
  width: auto;
  height: 80%;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
}

.body {
  display: block;
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.menu-icons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: stretch;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 15;
  display: block;
  overflow: visible;
  width: auto;
  height: 90px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.instagram-block {
  width: auto;
  height: 80%;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
}

.slider {
  height: 950px;
}

.slider.image-header {
  position: static;
  height: 60vw;
  max-height: 800px;
  min-height: 100px;
}

.slide-2 {
  position: static;
  background-image: url('../images/Two-Racquets_2_EyeCandy.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.slide-3 {
  position: static;
  background-image: url('../images/Monster-Promos_5_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  position: static;
  background-image: url('../images/JPThomes_Comp.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav {
  position: relative;
  bottom: 54px;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0.8;
  color: #2d47af;
  font-size: 10px;
}

.line-3 {
  width: 100%;
  height: 4px;
  margin: auto auto 4px;
  border-radius: 20px;
  background-color: #262524;
}

.line-1 {
  width: 100%;
  height: 4px;
  margin: 4px auto auto;
  padding-bottom: 0px;
  border-radius: 20px;
  background-color: #262524;
  color: #262524;
}

.hamburger-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 35px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.line-2 {
  width: 100%;
  height: 4px;
  margin: auto;
  border-radius: 20px;
  background-color: #262524;
}

.dropdown-type {
  position: static;
  width: 150px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Avenir book', Arial, sans-serif;
  color: #000;
  font-size: 25px;
  text-align: right;
  text-decoration: none;
}

.dropdown-type:hover {
  color: #000;
}

.dropdown-type-red {
  width: 100px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Avenir Bold', Arial, sans-serif;
  color: #de212b;
  font-size: 25px;
  text-align: right;
}

.menu-hidden {
  position: fixed;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.mask {
  position: static;
  height: 100%;
  max-height: 900px;
}

.standard-section-case-study {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slogans {
  width: 45%;
  max-width: 500px;
  margin: 0px auto auto 0px;
  padding-right: 0px;
  font-family: 'Avenir Bold', Arial, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 63px;
  letter-spacing: -2px;
}

.services-div-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-1 {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 0px;
  color: #262524;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-div {
  width: 50%;
  margin-left: auto;
}

.dropdown-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: block;
  width: 65%;
  height: 100%;
  margin-top: 83px;
  margin-right: auto;
  margin-left: auto;
}

.image-and-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3%;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0px;
  padding-left: 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;
}

.services-images {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-2 {
  margin-top: 16px;
  font-family: 'Avenir book', Arial, sans-serif;
  font-size: 23px;
  text-align: center;
  white-space: normal;
}

.icon-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f0f0f0;
}

.section-red {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #de212b;
}

.paragraph-1-white {
  color: #fff;
  line-height: 26px;
}

.service-expanded {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.slide-nav-2 {
  position: static;
}

.slide-nav-3 {
  position: absolute;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.8;
  font-size: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-2 {
  width: 50%;
  height: 500px;
  max-height: 700px;
  max-width: 700px;
  min-height: 450px;
  min-width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-1 {
  width: 50%;
  margin-bottom: auto;
  margin-left: auto;
  padding-left: 50px;
}

.heading-2-left {
  margin-top: 16px;
  font-size: 23px;
}

.services-images-expand {
  width: 15%;
  margin-right: 22px;
  margin-bottom: 0px;
  opacity: 0.8;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.red-cross-image {
  margin-left: auto;
}

.see-more-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px auto 127px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.see-more-div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-expanded-grey-mobile {
  display: block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f0f0f0;
}

.slider-3 {
  width: 50%;
  height: 500px;
  max-height: 700px;
  max-width: 700px;
  min-height: 450px;
  min-width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.see-more {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.slider-4 {
  width: 50%;
  height: 500px;
  max-height: 700px;
  max-width: 700px;
  min-height: 450px;
  min-width: 300px;
}

.wine-slide-1 {
  background-image: url('../images/Mixed_Nuts_4_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.mango-loco-1 {
  background-image: url('../images/Monster-Promos_1_EyeCandy.jpg');
  background-position: 77% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slider-5 {
  width: 50%;
  height: 500px;
  max-height: 700px;
  max-width: 700px;
  min-height: 450px;
  min-width: 300px;
}

.house-slide {
  background-image: url('../images/JPThomes_Comp.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.slider-6 {
  width: 50%;
  height: 500px;
  max-height: 700px;
  max-width: 700px;
  min-height: 450px;
  min-width: 300px;
}

.vanuatu {
  background-image: url('../images/Air_Van_Hero_x2.jpg');
  background-position: 40% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.red-link {
  color: #de212b;
}

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

.footer-section-grey {
  display: block;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #262524;
}

.standard-div-block-2 {
  display: block;
  width: 65%;
  margin: 40px 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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-1 {
  width: 50%;
  margin-left: auto;
  font-family: 'Avenir Bold', Arial, sans-serif;
  color: #de212b;
  font-size: 45px;
  letter-spacing: -1.5px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  white-space: pre-wrap;
}

.paragraph-2-white {
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-right: 0px;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
}

.image-7 {
  width: auto;
  height: 22px;
  max-width: 30px;
  margin-right: 10px;
  margin-bottom: 18px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 30px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-8 {
  width: 22px;
  height: auto;
  max-width: 25px;
  margin-right: 7px;
  margin-bottom: 15px;
}

.services-images-2 {
  width: 100%;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-2-white {
  margin-top: 10px;
  font-family: 'Avenir book', Arial, sans-serif;
  color: #f0f0f0;
  font-size: 20px;
  text-align: center;
  white-space: normal;
}

.image-and-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 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;
  opacity: 1;
}

.navigation-wrap-footer {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin: 0px auto 30px;
  padding-right: 0px;
  padding-left: 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-9 {
  opacity: 1;
}

.paragraph-3-white {
  width: auto;
  margin-right: auto;
  margin-left: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.left-arrow {
  height: 800px;
  margin-top: 0px;
}

.right-arrow {
  height: 800px;
  margin-top: 0px;
}

.standard-div-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-div-grey-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-div-grey-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide-6 {
  margin-top: 0px;
  background-image: url('../images/Carlton_hero_x2s.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-13 {
  width: 8%;
  height: auto;
  max-height: 50px;
  max-width: 125px;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
}

.brand-logos-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slogans-written {
  width: 45%;
  max-width: 600px;
  margin: 0px auto auto 0px;
  padding-right: 0px;
  font-family: 'Avenir Bold', Arial, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 63px;
  letter-spacing: -2px;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14 {
  overflow: hidden;
  width: 22px;
  height: auto;
}

.div-block-16 {
  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;
}

.paragraph-3 {
  margin-bottom: 0px;
}

.image-16 {
  width: auto;
  height: 100%;
}

.link-block {
  height: 22px;
  margin-right: 3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.top-contact-section {
  display: block;
  padding-top: 20px;
}

.menu-dummy {
  position: absolute;
  left: auto;
  top: 30%;
  right: 17.5%;
  bottom: auto;
  z-index: 100000000;
  display: none;
  width: 40px;
  height: 30px;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
}

.service-expanded-grey-desktop {
  display: block;
  width: auto;
  margin-top: -162px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f0f0f0;
}

.div-block-1-desktop {
  width: 50%;
  margin-bottom: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 0px;
}

.see-more-div-block-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0px 127px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-div-grey-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.see-more-div-block-2-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-17 {
  height: 98%;
  margin: auto;
}

.image-18 {
  height: 98%;
  margin: auto;
}

.image-19 {
  height: 98%;
  margin: auto;
}

.slide-7 {
  background-image: url('../images/Carlton_hero_x2s.jpg');
  background-position: 100% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo-image-nav {
  display: block;
  overflow: visible;
  width: auto;
  height: 100%;
}

.logo-link-nav {
  position: static;
  z-index: 1;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-link-nav:hover {
  opacity: 0.8;
}

.logo-link-nav:active {
  opacity: 0.7;
}

.header-image {
  height: 60vw;
  max-height: 800px;
  min-height: 100px;
  background-image: url('../images/Eye-Candy-Office.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-attachment: scroll;
}

.slogans-written-red {
  overflow: visible;
  width: 45%;
  max-height: none;
  max-width: none;
  margin: 0px 0px auto;
  padding-right: 0px;
  font-family: 'Avenir Bold', Arial, sans-serif;
  color: #de212b;
  font-size: 55px;
  line-height: 3.7vw;
  letter-spacing: -2px;
  -webkit-column-count: auto;
  column-count: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.form-block {
  width: 50%;
  margin-left: auto;
}

.submit-button {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: transparent;
  font-family: 'Avenir Bold', Arial, sans-serif;
  color: #de212b;
  font-size: 35px;
  line-height: 36px;
  letter-spacing: 0px;
}

.paragraph-2-white-contact {
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}

.div-block-10-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0px 20px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  white-space: pre-wrap;
}

.div-block-11-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-7-copy {
  width: auto;
  height: 22px;
  max-width: 30px;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-8-copy {
  width: 22px;
  height: auto;
  max-width: 25px;
  margin-right: 7px;
  margin-bottom: 0px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  -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;
}

.div-block-12-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.success-message {
  padding: 0px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.success-message-type {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  background-color: transparent;
  font-family: 'Avenir Bold', Arial, sans-serif;
  color: #de212b;
  font-size: 27px;
  line-height: 36px;
  text-align: left;
  letter-spacing: 0px;
}

.text-block {
  font-family: 'Avenir book', Arial, sans-serif;
  color: #fff;
  text-align: center;
}

.error-message {
  border-radius: 20px;
  background-color: #de212b;
}

.text-block-2 {
  font-family: 'Avenir Bold', Arial, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.image-section {
  display: block;
  height: 60vw;
  max-height: 800px;
  max-width: none;
  min-height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Carlton-Dry_1_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-22 {
  width: 70px;
  min-height: 70px;
  min-width: 70px;
  margin-top: 0%;
  margin-right: auto;
}

.cross-div-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: 65%;
  margin: -46px auto -28px;
  padding-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-study-section {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: #f0f0f0;
}

.div-block-1-case-study {
  width: 50%;
  height: auto;
  margin-bottom: 2%;
  margin-left: auto;
  padding-left: 50px;
}

.case-study-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider-1-case-study {
  width: 50%;
  height: 500px;
  max-height: 700px;
  max-width: 700px;
  min-height: 450px;
  min-width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slide-7-copy {
  position: relative;
  background-image: url('../images/CN-Dry-Metrolight_x2.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/CN-Dry-Barmat_x2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/CN-Dry-Coasters_x2.jpg');
  background-position: 70% 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/CN-Dry-Main-Art_x2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.services-div-grey-mobile {
  display: none;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide-11 {
  background-image: url('../images/CN-Dry-Coasters_x2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/CN-Dry-Posters_x2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/CN-Dry-Snow1_x2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/Carlton_hero_x2s.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/Two_Raq_2_x2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.image-section-packaging {
  display: block;
  height: 60vw;
  max-height: 800px;
  max-width: none;
  min-height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Two_Raq_2_x2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-17 {
  background-image: url('../images/Monster-Loco-Fred-ext.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-section-promo {
  display: block;
  height: 60vw;
  max-height: 800px;
  max-width: none;
  min-height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Monster-Loco-Fred-ext.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/Monster-Loco-Fred-ext.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/JPThomes_Comp.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.image-section-promo-digital {
  display: block;
  height: 60vw;
  max-height: 800px;
  max-width: none;
  min-height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/JPThomes_Comp.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/Air_Van_Hero_x2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-section-corp {
  display: block;
  height: 60vw;
  max-height: 800px;
  max-width: none;
  min-height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Air_Van_Hero_x2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.recaptcha {
  margin-left: auto;
}

.home-slogan {
  width: 40%;
  max-width: 360px;
  margin: 0px auto auto 0px;
  padding-right: 0px;
  font-family: 'Avenir Bold', Arial, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 63px;
  letter-spacing: -2px;
}

.standard-div-block-icons {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-2-white-copy {
  margin-right: 30px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding-right: 0px;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
}

.slogans-written-red-px {
  overflow: visible;
  width: 45%;
  max-height: none;
  max-width: none;
  margin: 0px 40px auto 0px;
  padding-right: 0px;
  font-family: 'Avenir Bold', Arial, sans-serif;
  color: #de212b;
  font-size: 65px;
  line-height: 65px;
  letter-spacing: -2px;
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-21 {
  background-image: url('../images/CN-Dry-Metrolight_x2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/CN-Dry-Posters_x2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/CN-Dry-Snow1_x2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/CN-Dry-Snow2_x2.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.div-block-18 {
  display: none;
  height: 100%;
  background-image: url('../images/Carlton_hero_x2s.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-19 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.image-section-copy {
  display: block;
  height: 60vw;
  max-height: 800px;
  max-width: none;
  min-height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Carlton_hero_x2s.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/Cirka_4_EyeCandy.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.slide-26 {
  background-image: url('../images/Air_Van_Hero_x2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-27 {
  background-image: url('../images/Air-Vanuatu_5_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

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

.slide-29 {
  background-image: url('../images/Air-Vanuatu_2_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-30 {
  background-image: url('../images/Air-Vanuatu_3_EyeCandy.jpg');
  background-position: 60% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-31 {
  background-image: url('../images/Ello_1_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-32 {
  overflow: visible;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-23 {
  -o-object-fit: fill;
  object-fit: fill;
}

.image-24 {
  -o-object-fit: fill;
  object-fit: fill;
}

.slide-33 {
  overflow: visible;
  max-height: none;
  max-width: none;
  background-image: url('../images/JPT_Homes_2_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-34 {
  background-image: url('../images/Ello_1_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-35 {
  background-image: url('../images/Guzzle-Bomb_1_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

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

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

.slide-41 {
  background-image: url('../images/Tania_5_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-42 {
  background-image: url('../images/Kating-Lane_2_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.slide-44 {
  background-image: url('../images/Go-Vegan_1_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.slide-46 {
  background-image: url('../images/Social_2_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-47 {
  background-image: url('../images/Monster-Promos_2_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-48 {
  background-image: url('../images/Monster-Promos_4_EyeCandy.jpg');
  background-position: 20% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-49 {
  background-image: url('../images/Social_3_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-50 {
  background-image: url('../images/Monster-SKUs_2_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-51 {
  background-image: url('../images/Digital_5_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

.slide-55 {
  background-image: url('../images/Reliable-Plumbing_3_EyeCandy.jpg');
  background-position: 65% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-56 {
  background-image: url('../images/Advanced_Lockers_4_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-57 {
  background-image: url('../images/Advanced_Lockers_4_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

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

.slide-60 {
  padding: 0px;
}

.slide-61 {
  z-index: 1;
  height: 60vw;
  max-height: 800px;
  min-height: 100px;
}

.div-block-20 {
  display: block;
  height: 60vw;
  max-height: 800px;
  min-height: 100px;
}

.slide-62 {
  background-image: url('../images/CN-Dry-Barmat_x2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-63 {
  background-image: url('../images/CN-Dry-Snow2_x2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

.slide-72 {
  background-image: url('../images/Advanced_Lockers_4_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

.slide-75 {
  background-image: url('../images/Guzzle-Bomb_1_EyeCandy.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-77 {
  background-image: url('../images/Reliable-Plumbing_3_EyeCandy.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.slide-80 {
  background-image: url('../images/Go-Vegan_1_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-81 {
  background-image: url('../images/Kating-Lane_2_EyeCandy.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.slide-84 {
  background-image: url('../images/Steamrail_7_EyeCandy.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-85 {
  background-image: url('../images/Tania_1_EyeCandy.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

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

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

.slide-88 {
  background-image: url('../images/Two-Racquets_1_EyeCandy.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.image-25 {
  position: static;
  display: block;
  width: 1415vw;
  height: 60vw;
  max-height: 800px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

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

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

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

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

.slide-95 {
  background-image: url('../images/Concourse_7_EyeCandy.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

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

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

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

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

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

.slide-101 {
  background-image: url('../images/Concourse_13_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

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

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

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

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

.slide-109 {
  background-image: url('../images/Carlton-Dry_1_EyeCandy.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

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

.slide-115 {
  background-image: url('../images/Reliable-Plumbing_3_EyeCandy.jpg');
  background-position: 70% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mask-2 {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide-144 {
  background-image: url('../images/Tania_1_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

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

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

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

.slide-151 {
  background-image: url('../images/Air-Vanuatu_5_EyeCandy.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

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

.slide-161 {
  background-image: url('../images/Opal_1_EyeCandy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

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

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

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

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

.slide-168 {
  background-image: url('../images/Disney_2_EyeCandy.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-170 {
  background-image: url('../images/Monster-Promos_3_EyeCandy.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-172 {
  background-image: url('../images/Monster-Promos_4_EyeCandy.jpg');
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.slide-175 {
  background-image: url('../images/Carlton-Dry-SNOW_Promo_x2.jpg');
  background-position: 30% 50%;
  background-size: cover;
}

.slide-176 {
  background-image: url('../images/Carlton-Dry-MX_Promo_x2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-177 {
  background-image: url('../images/Carlton-Dry_2_EyeCandy.jpg');
  background-position: 30% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-178 {
  background-image: url('../images/Monster-SKUs_1_EyeCandy.jpg');
  background-position: 25% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-180 {
  background-image: url('../images/Super-Fuel_1_EyeCandy.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-182 {
  background-image: url('../images/Carlton-Dry-CANS-HERO_x2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-183 {
  background-image: url('../images/Carlton-Dry-CANS-HERO_x2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .slider-section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navigation-wrap {
    width: 75%;
    margin-top: auto;
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .facebook-block {
    height: 80%;
  }

  .linkedin-block-2 {
    height: 80%;
  }

  .body {
    margin-right: 0px;
    margin-left: 0px;
  }

  .navbar {
    display: block;
    padding: 0px;
  }

  .instagram-block {
    height: 80%;
  }

  .slider.image-header {
    display: block;
    width: 100%;
    height: 500px;
  }

  .dropdown-type {
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 27px;
  }

  .dropdown-type-red {
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-hidden {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
  }

  .mask {
    width: 100%;
    height: 500px;
  }

  .standard-section-case-study {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slogans {
    width: 60%;
    margin-bottom: 38px;
  }

  .services-div-grey {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -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-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: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .paragraph-div {
    width: 100%;
  }

  .dropdown-menu {
    width: 75%;
  }

  .image-and-text-2 {
    width: 7%;
    margin-right: 60px;
    margin-left: 60px;
  }

  .icon-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-red {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slider-2 {
    width: 100%;
    height: 500px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .div-block-1 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }

  .see-more-div-block {
    margin-top: 0px;
    margin-bottom: -3px;
  }

  .service-expanded-grey-mobile {
    display: block;
  }

  .slider-3 {
    width: 100%;
    height: 500px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .slider-4 {
    width: 100%;
    height: 500px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .slider-5 {
    width: 100%;
    height: 500px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .house-slide {
    background-image: url('../images/JPThomes_Comp.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slider-6 {
    width: 100%;
    height: 500px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .red-link {
    font-size: 27px;
  }

  .standard-div-block-2 {
    display: block;
    width: 75%;
  }

  .heading-1 {
    margin-right: auto;
    margin-left: 0px;
  }

  .div-block-10 {
    width: 100%;
  }

  .image-and-text {
    width: 10%;
    margin-right: 0px;
    margin-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navigation-wrap-footer {
    width: 75%;
    margin-bottom: 25px;
    background-color: transparent;
  }

  .paragraph-3-white {
    width: 100%;
    font-size: 13px;
  }

  .left-arrow {
    height: 500px;
  }

  .right-arrow {
    height: 500px;
  }

  .standard-div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-bottom: 19px;
    -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: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .services-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -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-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-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .services-div-grey-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -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: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .services-div-grey-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-bottom: 38px;
    -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;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .slide-6 {
    background-image: url('../images/Carlton_hero_x2s.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .image-13 {
    width: 18%;
    max-height: 45px;
    max-width: 130px;
    margin-right: 2px;
    margin-bottom: 30px;
    margin-left: 2px;
  }

  .brand-logos-div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-bottom: 19px;
    -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-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .slogans-written {
    width: 100%;
    margin-bottom: 38px;
  }

  .div-block-15 {
    width: 75%;
  }

  .link-block {
    margin-right: 5%;
  }

  .menu-dummy {
    left: auto;
    top: 5%;
    right: 0px;
    bottom: auto;
    display: none;
    width: 50px;
    height: 40px;
    margin-top: 1%;
    margin-right: 12%;
  }

  .service-expanded-grey-desktop {
    display: none;
  }

  .div-block-1-desktop {
    width: 100%;
    margin-top: 20px;
    padding-left: 0px;
  }

  .see-more-div-block-desktop {
    margin-top: 0px;
    margin-bottom: -3px;
  }

  .services-div-grey-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -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-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: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .image-17 {
    height: 98%;
  }

  .image-18 {
    height: 98%;
  }

  .image-19 {
    height: 98%;
  }

  .logo-link-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-link-nav.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .slogans-written-red {
    width: 100%;
    margin-bottom: 38px;
    font-size: 60px;
    line-height: 60px;
  }

  .form-block {
    width: 100%;
  }

  .submit-button {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .div-block-10-contact {
    width: 70%;
  }

  .image-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/Carlton-Dry_1_EyeCandy.jpg');
  }

  .cross-div-block {
    top: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-top: 0px;
    margin-bottom: -27px;
    -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: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .case-study-section {
    padding-bottom: 120px;
  }

  .div-block-1-case-study {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
  }

  .case-study-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -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-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-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .slider-1-case-study {
    width: 100%;
    height: 500px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .services-div-grey-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -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-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: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .image-section-packaging {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-section-promo {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-section-promo-digital {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-section-corp {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-slogan {
    width: 60%;
    margin-bottom: 38px;
  }

  .standard-div-block-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-bottom: 19px;
    -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: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .slogans-written-red-px {
    width: 100%;
    margin-bottom: 38px;
    font-size: 60px;
    line-height: 60px;
  }

  .image-section-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-62 {
    background-position: 50% 50%;
  }

  .slide-65 {
    background-position: 0% 50%;
  }

  .slide-66 {
    background-position: 0% 50%;
  }

  .slide-85 {
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  .slider-section {
    margin-top: 38px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

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

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation-wrap {
    position: absolute;
    width: 80%;
    height: 40px;
    margin-top: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .facebook-block {
    display: none;
    margin-right: 20px;
  }

  .linkedin-block-2 {
    display: none;
    margin-right: 20px;
  }

  .navbar {
    width: 100%;
    height: 65px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 5px;
  }

  .instagram-block {
    display: none;
    margin-right: 0px;
  }

  .slider.image-header {
    height: 450px;
  }

  .slide-3 {
    background-position: 50% 0%;
    background-size: cover;
  }

  .dropdown-type {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 25px;
  }

  .menu-hidden {
    display: none;
  }

  .mask {
    height: 450px;
  }

  .standard-section-case-study {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-div-grey {
    width: 100%;
  }

  .dropdown-menu {
    width: 80%;
    margin-top: 63px;
  }

  .image-and-text-2 {
    margin-top: 10px;
    margin-right: 50px;
    margin-left: 50px;
  }

  .icon-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-red {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-expanded {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .slider-2 {
    height: 400px;
  }

  .div-block-1 {
    width: 80%;
    margin-top: 25px;
    margin-right: auto;
  }

  .service-expanded-grey-mobile {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .slider-3 {
    height: 400px;
  }

  .slider-4 {
    height: 400px;
  }

  .slider-5 {
    height: 400px;
  }

  .slider-6 {
    height: 400px;
  }

  .red-link {
    font-size: 25px;
  }

  .footer-section-grey {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .standard-div-block-2 {
    width: 80%;
    margin-bottom: 30px;
  }

  .heading-1 {
    width: 100%;
  }

  .div-block-10 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .paragraph-2-white {
    width: auto;
    padding-right: 0%;
    font-size: 18px;
  }

  .div-block-11 {
    margin-right: 0px;
    padding-right: 6%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-2-white {
    margin-top: 5px;
  }

  .image-and-text {
    width: 12%;
    margin-right: 50px;
    margin-left: 50px;
  }

  .navigation-wrap-footer {
    width: 80%;
    margin-bottom: 10px;
  }

  .paragraph-3-white {
    width: 100%;
    padding-top: 17px;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    column-gap: 0px;
  }

  .left-arrow {
    height: 450px;
    margin-top: 38px;
  }

  .right-arrow {
    height: 450px;
    margin-top: 38px;
  }

  .standard-div-block {
    width: 80%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-div {
    width: 100%;
  }

  .services-div-grey-copy {
    width: 80%;
  }

  .services-div-grey-footer {
    width: 83%;
    margin-top: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-info {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slide-6 {
    background-position: 100% 50%;
  }

  .image-13 {
    width: 15%;
    max-height: 50px;
    max-width: 100px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .brand-logos-div-block {
    width: 85%;
    margin-top: 32px;
    margin-bottom: 3px;
  }

  .slogans-written {
    width: 70%;
    font-size: 57px;
    line-height: 60px;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-14 {
    width: 22px;
    height: auto;
    max-height: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .paragraph-3 {
    margin-bottom: 0px;
    margin-left: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
  }

  .image-16 {
    height: 100%;
    max-height: 30px;
    margin-left: 0px;
  }

  .link-block {
    position: static;
    width: auto;
    height: 22px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .top-contact-section {
    display: block;
  }

  .menu-dummy {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    width: 40px;
    margin-top: 2%;
    margin-right: 10%;
  }

  .service-expanded-grey-desktop {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .div-block-1-desktop {
    width: 80%;
    margin-top: 25px;
    margin-right: auto;
  }

  .services-div-grey-desktop {
    width: 100%;
  }

  .logo-link-nav {
    padding-left: 0px;
  }

  .header-image {
    height: 70vw;
    min-height: 300px;
  }

  .slogans-written-red {
    width: 100%;
    font-size: 55px;
    line-height: 55px;
  }

  .paragraph-2-white-contact {
    padding-right: 25px;
  }

  .div-block-10-contact {
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-11-contact {
    margin-right: 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .div-block-12-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-section {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-22 {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .cross-div-block {
    width: 80%;
    margin-top: 0px;
    margin-bottom: -24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .case-study-section {
    padding-top: 0px;
    padding-bottom: 60px;
  }

  .div-block-1-case-study {
    width: 80%;
    margin-top: 40px;
    margin-right: auto;
  }

  .case-study-div {
    width: 100%;
  }

  .slider-1-case-study {
    height: 400px;
  }

  .services-div-grey-mobile {
    width: 100%;
  }

  .image-section-packaging {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-section-promo {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-section-promo-digital {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-section-corp {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .standard-div-block-icons {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-2-white-copy {
    width: auto;
    margin-right: 0px;
    padding-right: 5%;
    font-size: 18px;
  }

  .slogans-written-red-px {
    width: 100%;
    font-size: 55px;
    line-height: 55px;
  }

  .image-section-copy {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-85 {
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    width: 90%;
    height: 30px;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .facebook-block {
    display: none;
  }

  .linkedin-block-2 {
    display: none;
  }

  .navbar {
    height: 57px;
    padding: 2px 0px 0px;
  }

  .instagram-block {
    display: none;
  }

  .slider.image-header {
    height: 325px;
  }

  .hamburger-menu {
    height: 35px;
  }

  .dropdown-type {
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .dropdown-type-red {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-hidden {
    display: none;
    background-color: hsla(0, 0%, 100%, 0.85);
  }

  .mask {
    height: 325px;
  }

  .standard-section-case-study {
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slogans {
    width: 100%;
    max-width: 300px;
    margin-bottom: 29px;
  }

  .services-div-grey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-1 {
    font-size: 15px;
    line-height: 24px;
  }

  .paragraph-div {
    width: 100%;
  }

  .dropdown-menu {
    width: 90%;
    margin-top: 57px;
  }

  .image-and-text-2 {
    margin-right: 35px;
    margin-left: 35px;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 18px;
  }

  .icon-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-red {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-1-white {
    font-size: 15px;
    line-height: 24px;
  }

  .service-expanded {
    padding-bottom: 50px;
  }

  .slider-2 {
    height: 300px;
  }

  .div-block-1 {
    margin-top: 40px;
  }

  .services-images-expand {
    width: 20%;
    margin-right: 15px;
  }

  .red-cross-image {
    width: 20px;
    height: 20px;
  }

  .see-more-div-block {
    margin-bottom: 10px;
  }

  .service-expanded-grey-mobile {
    padding-bottom: 50px;
  }

  .slider-3 {
    height: 300px;
  }

  .slider-4 {
    height: 300px;
  }

  .slider-5 {
    height: 300px;
  }

  .slider-6 {
    height: 300px;
  }

  .red-link {
    font-size: 22px;
  }

  .footer-section-grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .standard-div-block-2 {
    width: 85%;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-10 {
    -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;
  }

  .paragraph-2-white {
    font-size: 18px;
  }

  .image-7 {
    height: 22px;
    margin-right: 9px;
  }

  .div-block-12 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-8 {
    width: 22px;
    height: auto;
    margin-right: 10px;
  }

  .heading-2-white {
    margin-top: 6px;
    font-size: 18px;
  }

  .image-and-text {
    width: 14%;
    margin-right: 29px;
    margin-left: 29px;
  }

  .navigation-wrap-footer {
    margin-bottom: 3px;
  }

  .left-arrow {
    height: 325px;
    margin-top: 38px;
  }

  .right-arrow {
    height: 325px;
    margin-top: 38px;
  }

  .standard-div-block {
    width: 85%;
    margin-bottom: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .services-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .services-div-grey-copy {
    width: 85%;
    -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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .services-div-grey-footer {
    width: 85%;
    margin-top: 19px;
    margin-bottom: 22px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-13 {
    max-height: 40px;
    min-height: 20px;
    margin-right: 5px;
    margin-bottom: 13px;
    margin-left: 5px;
  }

  .brand-logos-div-block {
    width: 85%;
    margin-bottom: 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slogans-written {
    width: 85%;
    margin-bottom: 29px;
    font-size: 52px;
    line-height: 56px;
  }

  .div-block-15 {
    width: 85%;
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-14 {
    width: 22px;
    height: auto;
    max-height: none;
  }

  .div-block-16 {
    width: 75%;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 21px;
  }

  .image-16 {
    height: 100%;
    max-height: none;
  }

  .link-block {
    width: auto;
    height: 22px;
    margin-right: 10px;
  }

  .top-contact-section {
    padding-top: 17px;
  }

  .menu-dummy {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    width: 40px;
    height: 30px;
    margin-top: 10px;
    margin-right: 5%;
  }

  .service-expanded-grey-desktop {
    padding-bottom: 30px;
  }

  .div-block-1-desktop {
    margin-top: 20px;
  }

  .services-div-grey-desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slogans-written-red {
    width: 100%;
    margin-bottom: 29px;
    font-size: 35px;
    line-height: 37px;
  }

  .submit-button {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .paragraph-2-white-contact {
    font-size: 16px;
  }

  .div-block-10-contact {
    width: 80%;
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-17 {
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .image-section {
    display: none;
    height: 80vw;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 100% 50%;
  }

  .cross-div-block {
    z-index: 5;
    width: 85%;
    margin-top: 0px;
    margin-bottom: -23px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .case-study-section {
    padding-bottom: 30px;
  }

  .div-block-1-case-study {
    margin-top: 20px;
  }

  .case-study-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider-1-case-study {
    height: 300px;
  }

  .services-div-grey-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-section-packaging {
    display: none;
    height: 80vw;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 100% 50%;
  }

  .image-section-promo {
    display: none;
    height: 80vw;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 100% 50%;
  }

  .image-section-promo-digital {
    display: none;
    height: 80vw;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 100% 50%;
  }

  .image-section-corp {
    display: none;
    height: 80vw;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 50% 50%;
  }

  .home-slogan {
    width: 80%;
    max-width: 300px;
    margin-bottom: 29px;
  }

  .standard-div-block-icons {
    width: 95%;
    margin-bottom: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .paragraph-2-white-copy {
    font-size: 18px;
  }

  .slogans-written-red-px {
    width: 100%;
    margin-bottom: 29px;
    font-size: 35px;
    line-height: 37px;
  }

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

  .image-section-copy {
    display: none;
    height: 80vw;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 100% 50%;
  }
}

@font-face {
  font-family: 'Avenir book';
  src: url('../fonts/AveniBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Bold';
  src: url('../fonts/AveniBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}