:root {
  --light-sea-green: #1bbfa4;
  --dark-slate-gray: #363738;
  --indian-red: #dd4f4f;
  --dim-gray: #55565c;
  --dark-gray: #aeb0b8;
  --brown: #ad3131;
  --dark-goldenrod: #b88504;
  --dark-goldenrod-2: #966b00;
}

body {
  color: #333;
  background-color: #dbdbdb;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: block;
}

h1 {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #363738cc;
  border-bottom: 10px solid #dd4f4f;
  border-left: 0 solid #dd4f4f;
  margin: 0 0 10px;
  padding: 30px 30px 25px 25px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
}

h2 {
  color: #fff;
  text-align: center;
  background-color: #0000007d;
  flex: 1;
  margin: 254px 0 10px;
  padding: 9px 13px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
}

h3 {
  text-transform: uppercase;
  border-bottom: 2px solid #dd4f4f;
  margin: -6px 0 8px;
  padding-bottom: 4px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  box-shadow: none;
  color: #363738;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  border-width: 1px;
  border-color: #000;
  margin: 0 0 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #55565c;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  border-radius: 0;
  margin-left: 5px;
  margin-right: 20px;
  padding: 10px 4px 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .5s;
}

.nav-link:hover {
  background-color: #0000;
  border-bottom: 3px solid #b88504;
  padding-bottom: 8px;
  transition: all .2s;
}

.nav-link.w--current {
  text-align: left;
  border-bottom: 2px solid #b88504;
  border-radius: 0;
  margin-left: 11px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.nav-link.w--current:hover {
  border-bottom-color: #966b00;
}

.company-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -20px;
  padding-top: 17px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}

.nav-bar {
  text-align: right;
  margin-top: 8px;
  padding-left: 0;
  padding-right: 0;
}

.snippet {
  opacity: 1;
  color: #000;
  background-color: #0000;
  border-radius: 5px;
  text-decoration: none;
  display: block;
}

.snippet:hover {
  opacity: .91;
  background-color: #0000;
}

.snippet-text-section {
  color: #999;
  background-color: #0000;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-height: 250px;
  margin-bottom: 60px;
  padding: 25px 50px 30px;
  transition: all .2s;
}

.snippet-text-section:hover {
  color: #dd4f4f;
  background-color: #363738;
}

.snippet-title {
  z-index: 2;
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  max-width: 100%;
  margin-top: -49px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 3.25vw;
  position: relative;
}

.snippet-text {
  color: #cacaca;
  letter-spacing: .5px;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 2.5vw;
  display: flex;
}

.snippet-row {
  margin: 0 120px 80px;
}

.company-column {
  padding-left: 0;
  padding-right: 0;
}

.headstart-ui {
  z-index: 0;
  opacity: 1;
  background-color: #000;
  border-bottom: 6px #dd4f4f;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  position: relative;
}

.headstart-ui.daddyo {
  opacity: .6;
  border-bottom-style: none;
  border-radius: 0;
}

.headstart-ui.daddyo:hover {
  opacity: .75;
}

.headstart-ui.citi, .headstart-ui.aib {
  opacity: .6;
  border-bottom-style: none;
  border-radius: 0;
}

.headstart-ui.my-vodafone {
  float: none;
  opacity: .6;
  background-image: linear-gradient(#55565c, #55565c);
  border-bottom-style: none;
  border-radius: 0;
  width: auto;
  position: static;
  top: 0;
  right: 0;
}

.headstart-ui.concern, .headstart-ui.tayto, .headstart-ui.myway, .headstart-ui.showreel {
  opacity: .6;
  border-bottom-style: none;
  border-radius: 0;
}

.headstart-ui.fenergo {
  opacity: .8;
  border-bottom-style: none;
  border-radius: 0;
}

.light {
  color: #ccc;
  text-transform: none;
  border-bottom-style: none;
  margin-top: 5px;
  font-family: Merriweather, serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.menu-button {
  float: right;
  opacity: .5;
  color: #fff;
  background-image: url('../images/Menu-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  width: 80px;
  height: 80px;
  margin-top: -30px;
  margin-bottom: -56px;
  margin-right: 80px;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
}

.menu-button:hover {
  opacity: 1;
}

.menu-button.w--open {
  z-index: 10;
  opacity: 1;
  background-color: #0000;
  width: 80px;
  height: 80px;
  margin-top: -53px;
  margin-right: -20px;
}

.menu-button.extra {
  margin-top: -35px;
}

.thumb-col {
  padding-left: 0;
  padding-right: 0;
}

.content {
  min-width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.content.extra-padding {
  padding-top: 20px;
}

.content.extra-padding.top {
  padding-left: 0;
  padding-right: 0;
}

.my-vodafone {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header {
  z-index: 100;
  background-color: #0000;
  background-image: none;
  background-size: auto;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 35px;
  padding-left: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logo-link {
  text-decoration: none;
}

.red {
  color: #b88504;
  text-shadow: none;
  margin-left: 0;
}

.nav-links {
  text-align: left;
  padding-left: 40px;
}

.social-icon {
  background-image: url('../images/twitter-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 23px;
  border: 2px solid #666;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  transition: border .2s;
}

.social-icon:hover {
  border-color: #1bbfa4;
}

.social-icon.linked {
  background-image: url('../images/linkedin-white.png');
  background-position: 57% 44%;
  background-size: 30px;
  transition: border .2s;
}

.social-icon.linked:hover {
  border-color: #1bbfa4;
}

.social-icon.medium {
  background-image: url('../images/medium-logo.png');
  background-size: 20px;
}

.small-divider {
  background-color: #1bbfa4;
  width: 50px;
  height: 2px;
  margin-bottom: 20px;
}

.navbar-2 {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: -120px;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 120px;
}

.nav-menu-2 {
  z-index: 2000;
  float: right;
  color: #fff;
  background-color: #0000;
  width: 705px;
  height: 100%;
  margin-top: -8px;
  margin-left: 0%;
  padding-top: 0;
  padding-right: 80px;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.side-nav-link {
  float: right;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px #966b00;
  border-bottom: 1px #966b00;
  margin-bottom: -1px;
  padding: 12px 15px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: background-color .2s;
}

.side-nav-link:hover {
  border-bottom: 2px solid #666;
  padding-bottom: 13px;
}

.side-nav-link.w--current {
  color: #fff;
  background-color: #0000;
  border-bottom: 2px solid #1bbfa4;
  padding-bottom: 13px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.side-nav-heading {
  color: #363738;
  text-align: left;
  text-transform: uppercase;
  padding: 30px 20px 25px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.hero-section {
  float: none;
  color: #fff;
  background-color: #444;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  min-height: 60vh;
  margin-bottom: 0;
  padding: 20vh 8vw 14vh;
  display: block;
  position: relative;
}

.hero-section.opacity {
  background-color: #222;
  background-image: url('../images/Opacity-phone.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-1 {
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 4vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 8vw;
  font-weight: 600;
  line-height: 9vw;
}

.hero-subheading {
  color: #444;
  max-width: 800px;
  margin-bottom: 40px;
  padding-right: 50px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 46px;
}

.hero-subheading.light {
  color: #ccc;
  max-width: 1000px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.link-white {
  color: #fff;
  border-bottom: 2px solid #ccc;
  text-decoration: none;
}

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

.top-nav {
  color: #fff;
  background-color: #444;
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 8vw;
  padding-right: 8vw;
  font-family: Poppins, sans-serif;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  z-index: 1;
  float: left;
  align-items: center;
  width: 250px;
  min-height: 70px;
  padding-left: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  display: flex;
  position: relative;
}

.brand.w--current {
  z-index: 1;
  color: #333;
  width: 245px;
  margin-left: 0;
  font-size: 24px;
}

.logo-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.logo-text.dark {
  color: #444;
}

.nav-menu {
  float: none;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  line-height: 30px;
  display: block;
  position: static;
}

.nav-link-2 {
  color: #fff;
  border-top: 5px solid #0000;
  padding-top: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.nav-link-2:hover {
  border-top: 5px solid #999;
  border-bottom: 3px #999;
  padding-top: 15px;
}

.nav-link-2.w--current {
  color: #fff;
  border: 1px #000;
  border-top: 5px solid #999;
  border-bottom-width: 3px;
  padding-top: 15px;
}

.text-col-big {
  margin-top: -20px;
  padding-left: 0;
  padding-right: 48px;
}

.paragraph {
  color: #444;
  max-width: 800px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.thumb-details {
  color: #333;
  border-bottom: 10px #fff;
  border-right: 10px #fff;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 48px 50px 0;
  font-size: 15px;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s;
}

.thumb-details:hover {
  border-bottom: 10px #ebebeb;
  border-right: 10px #ebebeb;
}

.experience-column {
  border-top: 1px #ebebeb;
  border-bottom: 1px #999;
  margin-bottom: 50px;
  padding-top: 50px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  line-height: 30px;
}

.tag {
  color: #444;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0000;
  border: 0 #000;
  border-bottom: 10px #fff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -15px;
  padding: 0 0 0 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.work-section {
  color: #444;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 8vw;
  padding-right: 8vw;
  display: block;
  position: relative;
}

.thumb-col-2 {
  padding-left: 0;
  padding-right: 0;
}

.link {
  color: #333;
  border-bottom: 2px solid #444;
  text-decoration: none;
}

.link:hover {
  border-bottom-color: var(--light-sea-green);
  font-weight: 400;
}

.thumb-row {
  background-color: #fff;
  border-radius: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 48px;
  padding-top: 40px;
  padding-bottom: 0;
  padding-left: 40px;
  display: flex;
}

.heading-2 {
  color: #444;
  text-align: left;
  background-color: #0000;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  display: block;
}

.text-col {
  padding-left: 0;
  padding-right: 0;
}

.work-thumbnail {
  background-color: #eee;
  border-radius: 32px;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
}

.body {
  background-color: #ebebeb;
  max-width: 2000px;
  font-family: Poppins, sans-serif;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
}

.footer-columns {
  margin-bottom: 50px;
}

.social-col {
  padding-top: 20px;
  padding-left: 0;
}

.footer-col {
  padding-left: 0;
}

.social-icon-2 {
  float: right;
  border: 1px solid #ccc;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  transition: background-color .2s;
}

.social-icon-2:hover {
  background-color: #ebebeb;
}

.social-icon-2:active, .social-icon-2:focus {
  border-color: #333;
}

.social-icon-2.instagram {
  background-image: url('../images/instagram-167_1instagram [#167].png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 40px;
  height: 40px;
}

.social-icon-2.medium {
  background-image: url('../images/medium-149_1medium [#149].png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 40px;
  height: 40px;
}

.social-icon-2.twitter {
  background-image: url('../images/Youtube-icon-symbol-on-transparent-background-PNG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 40px;
  height: 40px;
}

.social-icon-2.linkedin {
  background-image: url('../images/linkedin-161.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 40px;
  height: 40px;
}

.footer-2 {
  border-top: 1px solid #ebebeb;
  width: 100%;
  min-height: 200px;
  padding: 10px 8vw 50px;
  position: relative;
  inset: auto 0% 0%;
}

.heading-3 {
  color: #444;
  text-align: left;
  text-transform: capitalize;
  background-color: #0000;
  border-bottom-style: none;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

.content-section {
  margin-bottom: 50px;
  margin-right: 0;
  padding-top: 50px;
  padding-left: 8vw;
  padding-right: 8vw;
}

.heading-4 {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.image-text {
  color: #666;
  margin-top: -50px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 32px;
}

.case-study-image {
  width: 100%;
  max-width: 1400px;
  margin: 50px auto;
}

.inline-link {
  color: #333;
}

.inline-link:hover {
  font-weight: 500;
}

.button {
  background-color: #444;
  border-radius: 48px;
  padding: 16px 32px;
  font-size: 15px;
}

.blog-article-list {
  flex-direction: row-reverse;
  width: 100%;
  min-height: 100px;
  text-decoration: none;
  display: flex;
}

.blog-thumb {
  float: left;
  width: 33.3%;
  padding-right: 40px;
}

.blog-text-col {
  float: left;
  width: 66.6%;
}

.podcast-embed {
  margin-top: 50px;
  margin-bottom: 20px;
}

.list {
  font-size: 14px;
}

.list-item {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 32px;
  list-style-type: disc;
}

.list-item.blog {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.blog-image {
  border-radius: 40px;
}

.external-button {
  background-color: #444;
  border-radius: 48px;
  margin-right: 24px;
  padding-left: 32px;
  padding-right: 32px;
}

.external-button:hover {
  color: #333;
  background-color: #fff;
}

.meta-list-item {
  border-top: 1px solid #ccc;
  margin-bottom: 4px;
  padding-top: 4px;
}

.case-study-list {
  border-bottom: 1px #000;
  margin-top: 10px;
  margin-bottom: 32px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 32px;
  list-style-type: none;
}

.h5 {
  font-size: 16px;
}

.meta-column {
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 0;
  font-size: 16px;
  line-height: 32px;
}

.columns {
  display: flex;
}

.tab-link {
  text-align: center;
  border-bottom: 4px solid #0000;
  width: 200px;
  font-size: 16px;
}

.tab-link.w--current {
  border-bottom: 4px solid var(--dark-slate-gray);
  background-color: #fff;
}

.tabs-menu {
  margin-bottom: 24px;
}

.art-image {
  margin-bottom: 20px;
}

.tabs-content {
  margin-left: 0;
  margin-right: 0;
}

.h2 {
  margin-top: 30px;
  font-family: Merriweather, serif;
}

.art-col-1 {
  padding-left: 0;
}

.art-col-2 {
  padding-right: 0;
}

.text-block {
  font-size: 14px;
}

.html-video {
  margin-top: 0;
  margin-bottom: 40px;
}

.podcast-embed-2 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.embedded-video {
  width: 95%;
  margin-bottom: 50px;
}

.quote-text {
  border-left: 2px solid var(--dark-slate-gray);
  max-width: 1400px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -40px;
  padding-left: 32px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}

@media screen and (min-width: 1440px) {
  .hero-section {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 15vh;
  }

  .heading-1 {
    max-width: 1800px;
    font-size: 6vw;
    line-height: 7vw;
  }

  .hero-subheading.light {
    max-width: 1000px;
  }

  .experience-column {
    margin-bottom: 50px;
  }

  .tag {
    position: static;
  }

  .link {
    color: #333;
  }

  .link:hover {
    font-weight: 600;
  }

  .thumb-row {
    background-color: #fff;
    border-radius: 48px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-2 {
    float: none;
    display: block;
    position: relative;
  }

  .body {
    max-width: none;
    font-family: Playfair Display, sans-serif;
  }

  .social-col {
    padding-top: 20px;
  }

  .footer-col {
    margin-bottom: 40px;
  }

  .social-icon-2 {
    border: 1px solid #ccc;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    margin-right: 25px;
    padding-bottom: 0;
    padding-right: 0;
    transition: background-color .2s;
  }

  .social-icon-2:hover {
    background-color: #ebebeb;
  }

  .social-icon-2:active, .social-icon-2:focus {
    border-color: #333;
  }

  .social-icon-2.instagram {
    float: right;
    background-image: url('../images/instagram-167_1instagram [#167].png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-right: 20px;
  }

  .social-icon-2.medium {
    float: right;
    background-image: url('../images/medium-149_1medium [#149].png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .social-icon-2.twitter {
    float: right;
    background-image: url('../images/twitter-154_1twitter [#154].png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #ccc;
    border-radius: 40px;
    margin-right: 20px;
    padding-bottom: 0;
  }

  .social-icon-2.linkedin {
    float: right;
    background-image: url('../images/linkedin-161.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .footer-2 {
    margin-top: 100px;
  }

  .heading-3 {
    display: block;
  }

  .button {
    border-radius: 48px;
    padding: 12px 32px;
    font-family: Poppins, sans-serif;
  }

  .blog-article-list {
    margin-bottom: 32px;
  }

  .external-button {
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .embedded-video {
    width: 95%;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    box-shadow: none;
    text-shadow: none;
    font-size: 30px;
  }

  .company-title {
    margin-left: 0;
    font-size: 15px;
  }

  .snippet {
    margin-bottom: 130px;
    transition: all .2s;
    transform: none;
  }

  .snippet-text-section {
    height: 100px;
    min-height: 200px;
    padding-left: 15px;
  }

  .snippet-title {
    margin-top: -48px;
    font-size: 4vw;
    line-height: 5vw;
  }

  .snippet-text {
    font-size: 2.25vw;
    line-height: 4.5vw;
  }

  .snippet-row {
    margin-left: 50px;
    margin-right: 50px;
  }

  .light {
    font-size: 15px;
  }

  .menu-button {
    margin-right: 40px;
  }

  .content {
    min-width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .my-vodafone {
    width: 100%;
  }

  .navbar-2 {
    padding-left: 40px;
  }

  .nav-menu-2 {
    width: 50%;
    margin-top: -35px;
    margin-left: 50%;
  }

  .hero-section {
    min-height: 30vh;
    margin-top: 0;
    padding: 12vh 8vw 5vh;
  }

  .heading-1 {
    padding-right: 0;
    font-size: 12vw;
    line-height: 12vw;
  }

  .hero-subheading {
    color: #444;
    margin-bottom: 50px;
    padding-right: 0;
    font-size: 28px;
    line-height: 42px;
  }

  .hero-subheading.light {
    color: #ccc;
  }

  .top-nav {
    z-index: 10;
    color: #fff;
    background-color: #444;
    border-radius: 0;
    width: 100%;
    height: 64px;
    min-height: 0;
    margin-bottom: -1px;
    padding: 0 4vw 0 8vw;
    position: absolute;
    inset: 0% 0% auto;
  }

  .brand {
    text-align: center;
    justify-content: center;
    width: auto;
    height: 60px;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 18px;
    padding-left: 0;
    display: block;
  }

  .brand.w--current {
    color: #fff;
    width: 50%;
    margin-bottom: 30px;
    padding-left: 0;
    display: block;
  }

  .logo-text {
    color: #fff;
    text-align: left;
    width: 100%;
    display: block;
  }

  .nav-menu {
    z-index: 100;
    color: #444;
    background-color: #fff;
    border-top: 1px solid #eee;
    border-bottom: 1px #333;
    border-bottom-left-radius: 0;
    flex-flow: row;
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 10vw 24px 8vw;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-link-2 {
    float: none;
    color: #444;
    text-align: left;
    border-top-style: none;
    border-left: 5px #0000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 15px 16px;
    font-size: 18px;
    display: block;
    position: relative;
  }

  .nav-link-2:hover {
    color: #fff;
    background-color: #333;
    border-top-style: none;
    width: 100%;
    padding-top: 10px;
    display: block;
  }

  .nav-link-2.w--current {
    color: #444;
    border-style: none none solid;
    border-bottom-color: #333;
    border-left-width: 5px;
    border-left-color: #333;
    width: 100%;
    padding-top: 10px;
    padding-left: 16px;
    font-weight: 700;
  }

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

  .menu-button-2 {
    min-height: 64px;
    margin-top: 0;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #ebebeb00;
  }

  .paragraph {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
  }

  .thumb-details {
    margin-bottom: 50px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
  }

  .tag {
    font-size: 18px;
  }

  .work-section {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .thumb-col-2 {
    padding-top: 0;
    padding-right: 0;
  }

  .thumb-row {
    flex-flow: column;
    padding-bottom: 0;
    padding-right: 40px;
  }

  .heading-2 {
    max-width: 100%;
  }

  .body {
    border-right: 1px #000;
    padding-right: 0;
  }

  .footer-2 {
    padding-bottom: 100px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .heading-3 {
    max-width: 100%;
  }

  .heading-4 {
    font-family: Poppins, sans-serif;
  }

  .blog-article-list {
    flex-direction: column-reverse;
    display: flex;
  }

  .blog-thumb {
    width: 50%;
    margin-bottom: 20px;
  }

  .blog-text-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .podcast-embed {
    margin-bottom: 0;
  }

  .meta-list-item {
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 173px;
  }

  h2 {
    margin-top: 107px;
  }

  h4 {
    box-shadow: none;
    text-shadow: none;
  }

  p {
    line-height: 34px;
  }

  .nav-link {
    float: none;
    background-color: #0000;
    transition: all .2s;
  }

  .nav-link:hover {
    transition: all .2s;
  }

  .company-title {
    margin-top: 0;
    margin-bottom: 33px;
    padding-top: 25px;
    font-size: 15px;
  }

  .nav-bar {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .snippet {
    margin-bottom: 19px;
    transition: all .2s;
  }

  .snippet-text-section {
    height: auto;
    min-height: 150px;
  }

  .snippet-title {
    max-width: 400px;
    margin-top: -50px;
    font-size: 40px;
    line-height: 40px;
  }

  .snippet-text {
    font-size: 2.5vw;
  }

  .snippet-row {
    margin-bottom: 0;
  }

  .company-column {
    z-index: 1000;
    text-align: left;
    border-bottom: 1px #55565c;
    margin-top: -25px;
    margin-bottom: 8px;
    padding-left: 10px;
  }

  .light {
    font-size: 14px;
  }

  .menu-button {
    color: #fff;
    margin-top: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: #0000;
    margin-top: -42px;
    margin-bottom: -55px;
    margin-right: 0;
  }

  .thumb-col {
    padding-left: 0;
    padding-right: 0;
  }

  .content {
    z-index: 100;
    border-bottom: 1px #55565c;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .content.extra-padding {
    padding-top: 25px;
  }

  .content.extra-padding.top {
    z-index: 1000;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 130px;
    position: static;
  }

  .nav-links {
    text-align: right;
    margin-right: 50px;
    padding-top: 11px;
    padding-right: 10px;
  }

  .social-icon {
    background-color: #0000;
    border-style: solid;
    border-color: #966b00;
    margin-right: 20px;
  }

  .social-icon:hover {
    background-color: #966b00;
  }

  .social-icon.linked {
    background-color: #0000;
    border-style: solid;
    border-color: #966b00;
  }

  .social-icon.linked:hover, .social-icon.medium:hover {
    background-color: #966b00;
  }

  .div-block {
    width: 215px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    display: block;
  }

  .div-block.menu-social {
    margin-top: 20px;
  }

  .navbar-2 {
    z-index: 1000;
    min-height: auto;
    margin-bottom: -104px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    position: relative;
  }

  .nav-menu-2 {
    z-index: 1000;
    width: 100%;
    height: auto;
    margin-top: -64px;
    margin-left: 0%;
    padding-top: 0;
    padding-right: 40px;
    position: static;
  }

  .side-nav-link {
    padding-left: 15px;
  }

  .side-nav-heading {
    padding-left: 30px;
  }

  .row {
    z-index: 1000;
    position: relative;
  }

  .hero-section {
    min-height: 30vh;
    padding-top: 16vh;
    padding-bottom: 5vh;
  }

  .heading-1 {
    margin-bottom: 3vh;
    line-height: 15vw;
  }

  .hero-subheading {
    padding-right: 0;
  }

  .hero-subheading.light {
    font-size: 28px;
  }

  .top-nav {
    padding-left: 8vw;
    padding-right: 4vw;
    inset: 0% 0% auto;
  }

  .brand {
    width: auto;
    padding-left: 0;
  }

  .brand.w--current {
    color: #000;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: -39px;
    display: block;
  }

  .nav-link-2 {
    text-align: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    display: block;
  }

  .nav-link-2:hover {
    width: 25%;
    padding-top: 10px;
  }

  .nav-link-2.w--current {
    width: 100%;
    display: block;
  }

  .work-section {
    padding-top: 40px;
  }

  .thumb-col-2 {
    padding-right: 0;
    display: block;
  }

  .heading-2 {
    font-size: 36px;
  }

  .footer-columns {
    margin-bottom: 30px;
  }

  .social-col {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .footer-col {
    margin-bottom: 30px;
  }

  .social-icon-2 {
    float: left;
  }

  .blog-article-list {
    padding-top: 40px;
  }

  .blog-thumb {
    padding-right: 0;
  }

  .external-button {
    transition: all .2s;
  }

  .meta-column {
    margin-bottom: 50px;
    padding-left: 0;
  }

  .columns {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }

  .tabs {
    margin-top: 30px;
  }

  .podcast-embed-2 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    box-shadow: none;
    text-shadow: none;
  }

  .nav-link {
    float: left;
    color: #fff;
    margin-bottom: 19px;
    transition: all .2s;
    display: block;
  }

  .nav-link.w--current {
    float: left;
    margin-bottom: 0;
  }

  .company-title {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .nav-bar {
    padding-left: 0;
  }

  .snippet {
    transition: all .2s;
  }

  .snippet-text-section {
    background-image: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .snippet-title {
    margin-top: -45px;
    font-size: 30px;
    line-height: 40px;
  }

  .snippet-text {
    font-size: 4vw;
    line-height: 8vw;
  }

  .snippet-row {
    margin-left: 0;
    margin-right: 0;
  }

  .company-column {
    border-bottom: 1px #55565c;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: -20px;
    margin-bottom: 0;
    display: flex;
  }

  .light {
    font-size: 12px;
  }

  .menu-button {
    z-index: 1000;
    margin-top: -110px;
  }

  .menu-button.w--open {
    margin-top: -110px;
  }

  .content {
    border-bottom-style: none;
  }

  .header {
    margin-bottom: 272px;
    padding-top: 15px;
    padding-bottom: 0;
    position: static;
  }

  .nav-links {
    z-index: 1000;
    float: none;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    display: inline-block;
    position: absolute;
  }

  .div-block {
    margin-top: 0;
  }

  .navbar-2 {
    padding-left: 20px;
    position: relative;
  }

  .nav-menu-2 {
    z-index: 1000;
    height: 100vh;
    max-height: 800px;
    margin-top: -61px;
    padding-top: 70px;
    padding-right: 10px;
    position: absolute;
  }

  .side-nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section {
    min-height: auto;
    margin-top: 0;
    padding-top: 8vh;
  }

  .heading-1 {
    margin-top: 5vh;
    font-size: 13vw;
    line-height: 18vw;
  }

  .hero-subheading {
    padding-right: 0;
    font-size: 24px;
    line-height: 40px;
  }

  .hero-subheading.light {
    font-size: 24px;
  }

  .top-nav {
    justify-content: flex-start;
    align-items: center;
    padding-left: 8vw;
    padding-right: 0;
    display: flex;
  }

  .brand {
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .brand.w--current {
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .logo-text {
    font-size: 15px;
  }

  .nav-menu {
    padding-left: 8vw;
    padding-right: 0;
    font-size: 13px;
  }

  .nav-link-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .nav-link-2:hover {
    width: 100%;
    padding-top: 10px;
  }

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

  .menu-button-2 {
    position: absolute;
  }

  .tag {
    line-height: 6px;
  }

  .work-section {
    padding-left: 8vw;
  }

  .thumb-row {
    align-items: center;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 48px;
  }

  .content-section {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .image-text {
    margin-top: -30px;
    line-height: 24px;
  }

  .case-study-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-thumb {
    width: 100%;
  }

  .blog-image {
    margin-left: 0%;
    margin-right: 0%;
  }

  .tab-link {
    width: 100%;
  }
}


