body {
  font-family: Neuemontreal, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 78px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 54px;
  line-height: 1.2222222222222223;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 57px;
  font-weight: 400;
}

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

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

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.625;
}

.small-para {
  font-size: 16px;
  line-height: 19px;
}

.header-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 82px;
  padding-left: 190px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button {
  padding-left: 34px;
  background-color: #1d6731;
  color: #f9e745;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button.big {
  padding-left: 42px;
}

.button.big.blue-variant {
  background-color: #1a2f3e;
}

.button.white-variant {
  background-color: #fff;
  color: #000;
}

.button.dark-blue-variant {
  background-color: #03141b;
  color: #c2e636;
}

.button.dark-blue-variant.yellow-text {
  color: #f9e745;
}

.button.dark-green-variant {
  background-color: #004010;
  color: #fff;
}

.button.dark-green-variant.small {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 11px;
}

.button.white-text {
  color: #fff;
}

.button.white-text.green-bg {
  background-color: #1d6731;
}

.button__icon-wrapper {
  width: 45px;
  height: 50px;
  margin-left: 34px;
  padding: 24px;
  border-left: 1px solid #000;
  background-image: url('../images/button-icon.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.button__icon-wrapper.big {
  width: 65px;
  height: 70px;
  margin-left: 42px;
  padding-top: 27px;
  padding-bottom: 27px;
}

.button__icon-wrapper.big.dark-blue-variant {
  border-left-color: #fff;
  background-color: #03141b;
  background-image: url('../images/arrow-white.svg');
}

.button__icon-wrapper.big.blue-variant {
  border-left-color: #fff;
  background-color: #1a2f3e;
  background-image: url('../images/arrow-white.svg');
}

.button__icon-wrapper.dark-green-variant {
  border-left-color: #fff;
  background-image: url('../images/arrow-white.svg');
}

.home-hero__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.hero-text {
  margin-bottom: 86px;
}

.slider-controls {
  position: absolute;
  left: 190px;
  top: auto;
  right: 0%;
  bottom: 82px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 747px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.slider-controls__arrow {
  width: 56px;
  height: 56px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #f9e745;
  background-image: url('../images/slider-arrow__black.svg');
  background-position: 50% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}

.slider-controls__arrow:hover {
  background-position: 60% 50%;
}

.slider-controls__arrow.left {
  margin-right: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-controls__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 46px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-controls__progress {
  position: relative;
  height: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.slider-controls__progress-active {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 20%;
  margin-top: -2px;
  margin-bottom: -2px;
  background-color: #f9e745;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
}

.header.secondary-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 140px;
  line-height: 1.0285714285714285;
  font-weight: 700;
  text-align: center;
}

.header.secondary-pages.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/who-we-are-header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/who-we-are-header.jpg');
}

.header.secondary-pages.contact {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/contact-header.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/contact-header.jpeg');
}

.header.secondary-pages.businesses {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/businesses-header.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/businesses-header.jpeg');
}

.header.secondary-pages.opportunities {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/resilient.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/resilient.jpg');
}

.header.secondary-pages.sustainability {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/sustainability-header-image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/sustainability-header-image.jpg');
}

.header.secondary-pages.insights {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/insights-header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/insights-header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.header-slide__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.36)), to(rgba(0, 64, 16, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 64, 16, 0));
}

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img.header-slide__img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.img.mandate-image-wrapper__profitable {
  z-index: 3;
}

.header-hero {
  position: relative;
  z-index: 1;
}

.why-nnpc-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-top: 86px;
  -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;
  background-color: #fff;
}

.why-nnpc-section__inner {
  width: 90%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.why-nnpc-flex {
  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;
}

.why-nnpc-flex__image {
  width: 286px;
  height: 411px;
  max-height: 52vh;
  margin-right: 32px;
  background-image: url('../images/why-nnpc.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.why-nnpc-flex__text-block {
  max-width: 769px;
  margin-top: 81px;
  margin-bottom: 81px;
  padding-left: 62px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.11);
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.why-nnpc-flex__heading {
  margin-bottom: 20px;
  color: rgba(3, 20, 27, 0.32);
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 500;
  letter-spacing: 2px;
}

.green-text {
  color: #1d6731;
}

.nnpc-stats-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
}

.nnpc-stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding-top: 34px;
  padding-bottom: 45px;
  -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;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.nnpc-stat.last {
  border-left-style: none;
}

.nnpc-stat__icon-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 117px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid rgba(3, 20, 27, 0.1);
  border-left: 1px solid rgba(3, 20, 27, 0.1);
}

.nnpc-stat__icon {
  width: 67px;
  height: 55px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nnpc-stat__icon.export {
  background-image: url('../images/export-value-icon.svg');
}

.nnpc-stat__icon.barrels {
  background-image: url('../images/barrels-icon.svg');
}

.nnpc-stat__icon.workers {
  background-image: url('../images/workers-icon.svg');
}

.nnpc-stat__main-text {
  position: relative;
  margin-bottom: 6px;
  font-size: 65px;
  line-height: 78px;
  font-weight: 500;
}

.section {
  position: relative;
  height: 100vh;
  min-height: 729px;
}

.section.secondary-header {
  min-height: 500px;
}

.section.home-header {
  min-height: 600px;
}

.yrs-of-existence {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-top: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 40px;
}

.yrs-of-existence__stat-block {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
  font-weight: 500;
  text-align: center;
}

.yrs-of-existence__text-block {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 415px;
  text-align: center;
}

.yrs-of-existence__number {
  font-size: 180px;
  line-height: 0.9;
  font-weight: 700;
}

.news-section {
  width: 90%;
  height: 100%;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.news-section__heading {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  font-size: 30px;
  line-height: 42px;
}

.news-cluster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.featured-news {
  width: 522px;
  max-width: 40.4%;
  margin-right: 3%;
  font-size: 30px;
  line-height: 42px;
}

.featured-news__image {
  width: 100%;
  height: 50vh;
  max-height: 413px;
}

.tag-and-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  -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;
  border-bottom: 1px solid #000;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
}

.tag {
  padding: 19px 30px;
  background-color: #f9e745;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.news-grid {
  display: -ms-grid;
  display: grid;
  max-height: 469px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.featured-news__desc {
  line-height: 1.4;
}

.news-block {
  position: relative;
  border-bottom: 1px solid #000;
  font-size: 20px;
  line-height: 28px;
}

.news-block__img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.news-block__img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.news-block__text-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-decoration: none;
}

.news-block__text-block:hover {
  padding: 15px;
  background-color: hsla(0, 0%, 100%, 0.6);
  color: #fff;
}

.news-date {
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}

.news-block__desc {
  color: #000;
}

.news-block-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -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;
  color: #1d6731;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.news-block-link__arrow {
  width: 35px;
  height: 26px;
  background-image: url('../images/arrow-green.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.elongate {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 61px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bids-and-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bids-section {
  width: 90%;
  max-width: 1290px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 30px;
}

.bids-section__heading {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 42px;
}

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

.bids-flex__img {
  position: relative;
  overflow: hidden;
  width: 55%;
}

.bids-flex__text {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(3, 20, 27, 0.05);
}

.bids-flex__text-inner {
  width: 100%;
  max-width: 368px;
  font-size: 36px;
  line-height: 51px;
}

.bids-flex__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.bids-flex__cta-icon {
  width: 26px;
  height: 26px;
  margin-left: 11px;
  background-image: url('../images/arrow-green.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bids-flex__img-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/bids-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.bids-flex__img-inner:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #03141b;
  color: #fff;
}

.footer__first-section {
  width: 36%;
  max-width: 423px;
  padding: 35px 36px 25px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer__first-section.fix {
  width: 50%;
}

.footer-logo-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 29px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
}

.footer-logo {
  width: 59px;
  height: 59px;
  margin-right: 15px;
  background-image: url('../images/nnpc-new-logo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.email-sub {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
}

.email-sub__input {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 25px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}

.email-sub__input:focus {
  border-bottom-color: #fff;
}

.email-sub__input::-webkit-input-placeholder {
  color: #fff;
}

.email-sub__input:-ms-input-placeholder {
  color: #fff;
}

.email-sub__input::-ms-input-placeholder {
  color: #fff;
}

.email-sub__input::placeholder {
  color: #fff;
}

.email-sub-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.email-form-submit {
  width: 35px;
  height: 26px;
  margin-bottom: 22px;
  margin-left: -35px;
  background-image: url('../images/arrow-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.copyright-text {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  line-height: 17px;
}

.copyright-text.mobile {
  display: none;
}

.price-slider-wrapper {
  width: 100%;
}

.display-none {
  display: none;
}

.product-slide {
  font-size: 16px;
  line-height: 22px;
}

.product-slide__header {
  padding: 11px 20px;
  background-color: #1d6731;
}

.product-slide__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  -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;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.product-slide__stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33%;
  margin-right: 20px;
  -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;
  border-right: 1px solid hsla(0, 0%, 100%, 0.22);
}

.product-slide__stat.price {
  font-size: 22px;
  line-height: 28px;
}

.product-slide__stat.last {
  border-right-style: none;
}

.product-slide__stat.red {
  color: #ff0202;
}

.product-slide__stat.green {
  border-right-style: none;
  color: #18c246;
}

.product-slide-wrapper {
  max-height: 108px;
  margin-bottom: 40px;
  background-color: transparent;
}

.product-slider-arrow {
  width: 9px;
  height: 17px;
  margin-top: 50px;
  margin-right: -18px;
  margin-bottom: 0px;
  background-image: url('../images/slider-arrow__black.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #fff;
}

.product-slider-arrow.left {
  margin-right: 0px;
  margin-left: -18px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-slide__stat-icon {
  width: 16px;
  height: 14px;
  margin-right: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-slide__stat-icon.red {
  background-image: url('../images/change-icon-red.svg');
}

.product-slide__stat-icon.green {
  background-image: url('../images/change-icon-green.svg');
}

.footer-links-cluster {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}

.footer-links-wrapper.temp {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-links-block {
  padding-top: 55px;
  padding-bottom: 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.footer-links-block.hide-services {
  display: none;
}

.footer-links-block.temp {
  margin-right: 70px;
  margin-left: 70px;
}

.footer-links-block__heading {
  width: 160px;
  margin-bottom: 35px;
  padding-bottom: 26px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  color: #f9e745;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
}

.footer-links-block__heading.services {
  width: auto;
}

.footer-link {
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #f9e745;
}

.footer-link.services {
  width: 50%;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  text-decoration: none;
}

.social-media-link:hover {
  color: #f9e745;
}

.social-media-link__icon {
  width: 22px;
  height: 22px;
  margin-right: 19px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.social-media-link__icon.tw {
  background-image: url('../images/twitter-icon.svg');
}

.social-media-link__icon.fb {
  background-image: url('../images/facebook-icon.svg');
}

.social-media-link__icon.ig {
  background-image: url('../images/instagram-icon.svg');
}

.social-media-link__icon.ln {
  background-image: url('../images/linkedin-icon.svg');
}

.terms-and-conditions {
  position: relative;
  display: none;
  overflow: hidden;
  padding-top: 20px;
  padding-right: 65px;
  padding-bottom: 20px;
  -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;
}

.terms-and-conditions__link {
  margin-left: 60px;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}

.terms-and-conditions__link:hover {
  color: #f9e745;
}

.yrs-of-existence__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.yrs-of-existence__bg.landscape {
  background-image: url('../images/landscape.png');
}

.yrs-of-existence__bg.skyline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/years-of-existence-cloud.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/years-of-existence-cloud.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.yrs-of-existence__bg.yellow-strokes {
  background-image: url('../images/yellow-circle.png');
}

.yrs-of-existence__bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.nav-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  padding-left: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  font-size: 16px;
  line-height: 19px;
}

.logo {
  position: relative;
  width: 133px;
  height: 133px;
  margin-bottom: -45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #03141b;
  background-image: url('../images/nnpc-new-logo.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.logo.coming-soon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-left: 70px;
}

.nav-links-and-extra-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-links {
  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;
}

.nav-links__link {
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #000;
  text-decoration: none;
}

.nav-links__link:hover {
  color: #1d6731;
}

.nav-links__link.w--current {
  color: #1d6731;
  font-weight: 500;
}

.button__icon {
  width: 35px;
  height: 26px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.yellow-header-line {
  width: 117px;
  height: 7px;
  margin-top: 45px;
  background-color: #f9e745;
  opacity: 0;
}

.yellow-header-line.show {
  opacity: 1;
}

.yellow-header-line.blog {
  margin-top: 0px;
  margin-bottom: 50px;
  opacity: 1;
}

.who-we-are-section {
  height: 100%;
  padding-top: 99px;
}

.who-we-are-section__text-block {
  width: 90%;
  max-width: 1093px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
}

.madate-wrapper {
  position: relative;
  margin-bottom: 60px;
}

.madate-wrapper__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1093px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.madate-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -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;
  font-size: 30px;
  line-height: 1.4166666666666667;
}

.mandate-image-wrapper {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 499px;
  max-width: 42%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.madate-text-block__heading-bg {
  margin-right: -200px;
  margin-left: -200px;
  padding-left: 200px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: rgba(0, 0, 0, 0.05);
}

.madate-text-block__heading-bg.energy-scurity {
  height: 329px;
}

.madate-text-block__heading {
  max-width: 542px;
  margin-top: 54px;
  margin-bottom: 54px;
  font-size: 64px;
  line-height: 1.1875;
  font-weight: 700;
}

.madate-text-block__heading.sustainable {
  width: 100%;
  max-width: 542px;
  margin-top: 65px;
  margin-bottom: 65px;
}

.madate-text-block__heading.energy-security {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 54px;
}

.madate-text-block__body-text {
  max-width: 527px;
  font-size: 40px;
  line-height: 1.425;
}

.team-section {
  width: 90%;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
  line-height: 1.4;
}

.team-tab-menu-wrapper {
  margin-bottom: 55px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.team-tab-menu-wrapper__menu {
  min-width: 322px;
  padding: 42px 70px;
  background-color: transparent;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}

.team-tab-menu-wrapper__menu.w--current {
  background-color: #f9e745;
  font-weight: 700;
}

.team-tab-intro {
  max-width: 560px;
  margin-bottom: 50px;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-member {
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.3888888888888888;
}

.team-member__image {
  position: relative;
  overflow: hidden;
  height: 31vw;
  max-height: 457px;
  margin-bottom: 25px;
}

.team-member__linkedin {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 88px;
  height: 88px;
  background-color: #f9e745;
  background-image: url('../images/linkedin-icon-black.svg');
  background-position: 50% 50%;
  background-size: 33px;
  background-repeat: no-repeat;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.team-member__bio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.team-member__name {
  font-size: 24px;
  line-height: 1.4166666666666667;
}

.team-member__read-more {
  display: none;
  width: 4.4vw;
  height: 3.1vw;
  max-height: 45px;
  max-width: 64px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/arrow-green.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.what-we-do__heading {
  width: 90%;
  max-width: 1290px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}

.what-we-do__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1167px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.what-we-do__item.sustainability {
  width: 90%;
  max-width: 1290px;
  padding-top: 74px;
  padding-right: 5%;
  padding-left: 5%;
  border-top: 1px solid #000;
}

.what-we-do__name-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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;
  font-size: 30px;
  line-height: 1.4;
}

.what-we-do__name-flex.gas {
  margin-top: 0px;
  margin-bottom: 47px;
}

.what-we-do__icon {
  width: 4.51vw;
  height: 4.51vw;
  max-height: 65px;
  max-width: 65px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.what-we-do__icon.oil {
  background-image: url('../images/oil-icon.svg');
}

.what-we-do__icon.gas {
  background-image: url('../images/gas-icon.svg');
}

.what-we-do__icon.sustainablity {
  background-image: url('../images/sustainable-icon.svg');
}

.what-we-do__text {
  max-width: 711px;
  margin-left: 40px;
  font-size: 30px;
  line-height: 1.6666666666666667;
  font-weight: 500;
}

.what-we-do__text.oil {
  width: 58.2vw;
  max-width: 731px;
  font-size: 40px;
  line-height: 1.2;
}

.what-we-do-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.what-we-do-flex.gas {
  margin-bottom: 84px;
}

.what-we-do-flex__first-child {
  width: 60%;
}

.what-we-do-flex__second-child {
  min-width: 568px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.oil-image {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.oil-text {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #004010;
  color: #fff;
  font-size: 30px;
  line-height: 1.7;
  font-weight: 500;
}

.yellow-text {
  color: #f9e745;
}

.gas-text {
  padding-top: 77px;
  padding-bottom: 85px;
  background-color: rgba(0, 64, 16, 0.05);
  font-size: 24px;
  line-height: 1.75;
}

.what-we-do__bg-image {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.what-we-do__bg-image.oil-bg {
  background-image: url('../images/oil-bg-image.jpeg');
}

.what-we-do__bg-image.gas-bg {
  background-image: url('../images/businesses-header.jpeg');
}

.what-we-do__bg-image.suistainablity {
  background-image: url('../images/sustainable-bg-img.jpeg');
}

.gast-text__inner {
  width: 80%;
  max-width: 621px;
  margin-right: auto;
  margin-left: auto;
}

.sustainabilty-text {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  line-height: 1.7666666666666666;
}

.sustainabilty-text__inner {
  max-width: 406px;
  margin-right: auto;
  margin-left: auto;
}

.oil-text__inner {
  max-width: 369px;
  margin-right: auto;
  margin-left: auto;
}

.contact-info {
  width: 90%;
  height: 100%;
  max-width: 1290px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 70px;
}

.contact-info.contact-form {
  padding-top: 5vw;
}

.contact-info.form {
  padding-top: 3vw;
}

.contact-info__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 46px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.address-block {
  width: 42.9vw;
  max-width: 618px;
  margin-right: 86px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
}

.map-image {
  min-height: 595px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/map-img.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.address-tab {
  margin-top: 3.6vw;
  font-size: 24px;
  line-height: 1.4166666666666667;
  font-weight: 400;
}

.address-tab__menu-wrapper {
  margin-bottom: 3vw;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

.address-tab__menu-item {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: transparent;
}

.address-tab__menu-item.w--current {
  background-color: #f9e745;
}

.address-tab-content {
  margin-bottom: 20px;
}

.address-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #004010;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}

.address-link__arrow {
  width: 35px;
  height: 26px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/arrow-green.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-form__heading {
  margin-bottom: 4vw;
  padding-bottom: 2.5vw;
  border-bottom: 1px solid #000;
  font-size: 44px;
  line-height: 1.1818181818181819;
  font-weight: 700;
}

.contact-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form-wrapper__image {
  width: 47%;
  background-image: url('../images/contact-form-image.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form {
  width: 47%;
}

.text-field {
  height: 5.2vw;
  max-height: 65px;
  margin-bottom: 1.5vw;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 20px;
}

.text-field::-webkit-input-placeholder {
  color: #000;
}

.text-field:-ms-input-placeholder {
  color: #000;
}

.text-field::-ms-input-placeholder {
  color: #000;
}

.text-field::placeholder {
  color: #000;
}

.text-field.big {
  height: 12vw;
  max-height: none;
}

.text-field.select {
  background-image: url('../images/select-icon.svg');
  background-position: 95% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.enquiry-channels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1290px;
  margin: 105px auto 86px;
  padding-top: 40px;
  -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;
  border-top: 1px solid #000;
  font-size: 24px;
  line-height: 1.4166666666666667;
}

.enquiry-channels__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 3.4vw;
  -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;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.enquiry-channels__item.first {
  border-right-style: none;
  border-left-style: none;
}

.enquiry-channels__item.last {
  border-right-style: none;
  border-left-style: none;
}

.enquiry-channels-icon-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 26px;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.enquiry-channels-icon-flex.phone {
  background-image: url('../images/phone-icon.svg');
}

.enquiry-channels-icon-flex.message {
  background-image: url('../images/message-icon.svg');
}

.mr-25 {
  margin-right: 25px;
}

.hamburger-menu {
  display: none;
}

.home-hero__text-sub-text {
  max-width: 285px;
  margin-bottom: 19px;
  margin-left: 46px;
  font-size: 22px;
  line-height: 1.5454545454545454;
}

.home-hero__text-sub-text.slide-3 {
  max-width: 360px;
}

.home-hero__text-sub-text.slide-4 {
  max-width: 400px;
}

.home-hero__text-sub-text.slide-5 {
  max-width: 440px;
}

.header-overflow-hidden {
  overflow: hidden;
  opacity: 0;
}

.header-overflow-hidden.show {
  opacity: 1;
}

.profile-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.profile-overlay.edit {
  display: block;
}

.close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/close-icon.png');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.profile-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 80px auto 100px;
}

.profile-open__image {
  width: 412px;
  height: 457px;
  max-height: 27vw;
  max-width: 27vw;
  margin-right: 46px;
}

.profile-open__text-block {
  overflow: scroll;
  height: 580px;
  max-height: 100vh;
  padding: 0vw 4vw 4vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #000;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.profile-opern__name {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1.4090909090909092;
}

.profile-open__title {
  margin-bottom: 4.1vw;
  font-size: 24px;
  line-height: 1.4166666666666667;
}

.nnpc-stat__indexed {
  position: absolute;
  left: -60px;
  top: 40%;
  right: 0%;
  bottom: auto;
  font-size: 20px;
  line-height: 0.7142857142857143px;
  font-weight: 400;
}

.opportunity {
  width: 90%;
  height: 100%;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 60px;
}

.opportunity.last {
  padding-bottom: 100px;
}

.opportunity__heading {
  margin-bottom: 3.5vw;
  font-size: 65px;
  line-height: 1.1846153846153846;
  font-weight: 700;
}

.opportunity__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 40px;
  line-height: 1.4090909090909092;
}

.opportunity__text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 75px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.opportunity__text-block-inner {
  max-width: 562px;
  margin-right: 90px;
  margin-bottom: 55px;
  line-height: 1.4;
}

.opportunity__image {
  height: 616px;
  max-width: 44%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/nnpc-investment.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.opportunity__image.careers {
  background-image: url('../images/career-opportunities.jpeg');
}

.opportunities-grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  height: 100%;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.opportunity-block__heading {
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 55px;
  background-color: rgba(3, 20, 27, 0.05);
  font-size: 30px;
  line-height: 1.4;
}

.opportunity-block__image {
  height: 244px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.opportunity-block__image.nigerian-gas {
  background-image: url('../images/nigerian-gas.jpeg');
}

.opportunity-block__image.crude {
  background-image: url('../images/crude-oil-marketing.jpeg');
}

.opportunity-block__image.upstream {
  background-image: url('../images/upstream.jpg');
}

.opportunity-block__image.downstream {
  background-image: url('../images/downstream.jpg');
}

.opportunity-block__image.natural-gas {
  background-image: url('../images/natural-gas.jpg');
}

.opportunity-block__image.trading {
  background-image: url('../images/trading.jpg');
}

.opportunity-block__image.renewable-energy {
  background-image: url('../images/renewable-energy.jpg');
}

.businesses-accordion {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
  border-bottom: 1px solid #000;
}

.businesses-page__header {
  width: 90%;
  max-width: 1290px;
  margin-top: 81px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 40px;
  border-top: 2px solid #000;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}

.businesses-page__header.no-border {
  border-top-style: none;
}

.business-block__heading-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 53px 75px;
  -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;
  border-top: 1px solid #000;
  background-color: #fff;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  font-size: 44px;
  line-height: 1.4090909090909092;
  cursor: pointer;
}

.business-block__heading-flex:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.business-block__image {
  height: 453px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.business-block__image.upstream {
  background-image: url('../images/upstream-img.jpg');
}

.business-block__image.gas-power {
  background-image: url('../images/blog-post-1.jpg');
}

.business-block__image.new-energy {
  background-image: url('../images/new-business.jpg');
}

.business-block__image.downstream {
  background-image: url('../images/refining.jpeg');
}

.business-block__image.nnpc-venture {
  background-image: url('../images/nnpc-ventures.jpeg');
}

.business-block__image.corporate-services {
  background-image: url('../images/corporate-services.jpeg');
}

.business-block__image.non-energy {
  background-image: url('../images/non-energy.jpg');
}

.business-block__other-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1149px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 47px;
  padding-bottom: 47px;
  -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;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}

.business-block__other-options.left-aligned {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.business-block__option-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  padding-bottom: 17px;
  -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;
  border-bottom: 1px solid #f9e745;
}

.business-block__option-links.last {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.business-block__option-links.left-spaced {
  padding-right: 6.5vw;
}

.business-block__option-link-img {
  width: 26px;
  height: 26px;
  margin-left: 3.6vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/arrow-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.business-accordion__hidden {
  overflow: hidden;
}

.business-block__close {
  position: relative;
}

.business-block__close-line {
  position: absolute;
  left: -28.5px;
  top: 28.5px;
  width: 57px;
  height: 1px;
  background-color: #000;
}

.business-block__close-line.vertical {
  position: static;
  width: 1px;
  height: 57px;
}

.business-block__option-block {
  max-width: 25%;
  min-width: 20%;
}

.business-block__option-block.smaller {
  margin-right: 1vw;
  margin-left: 2vw;
}

.business-block__option-block.left-spaced {
  margin-right: 105px;
}

.contact-cta {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

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

.contact-flex__image {
  height: 453px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/learn-more-about-us.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-flex__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
  padding-bottom: 44px;
  padding-left: 60px;
  -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;
  background-color: rgba(249, 231, 69, 0.16);
  color: #000;
  font-size: 30px;
  line-height: 1.4;
  text-decoration: none;
}

.contact-flex__arrow {
  width: 75px;
  height: 56px;
  margin-top: 17px;
  background-image: url('../images/button-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.madate-text-block__inner-text {
  width: 496px;
  margin-bottom: 47px;
}

.mandate-slider {
  height: 100%;
  background-color: transparent;
}

.hide {
  display: none;
}

.strategy-block {
  width: 90%;
  max-width: 1290px;
  margin-right: auto;
  margin-bottom: 65px;
  margin-left: auto;
  padding-top: 35px;
  border-top: 1px solid #000;
}

.strategy-block__heading {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}

.strategy-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.strategy-flex__left-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  max-width: 35%;
  margin-right: 30px;
  padding: 5%;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 30px;
  line-height: 1.3;
}

.strategy-flex__left-block--line {
  width: 100%;
  height: 1px;
  margin-bottom: 161px;
  background-color: #000;
}

.strategies-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.strategy {
  margin-bottom: 30px;
  padding: 8% 10%;
  color: #fff;
  font-size: 20px;
  line-height: 2.05;
}

.strategy.dark-blue {
  background-color: #03141b;
  color: #fff;
}

.strategy.green {
  background-color: #004010;
}

.strategy__icon-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.strategy__icon-flex.bottom-border {
  padding-bottom: 76px;
  border-bottom: 1px solid #f9e745;
}

.strategy__icon {
  width: 8vw;
  height: 9vw;
  max-height: 105px;
  max-width: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/energy.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.strategy__icon.industrial {
  background-image: url('../images/tractor.svg');
}

.strategy__line {
  height: 1px;
  margin-bottom: 13px;
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.history-section {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-bottom: 81px;
  margin-left: auto;
}

.history-section__heading {
  width: 90%;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 50px;
  border-top: 1px solid #000;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}

.history-stripe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #000;
}

.history-stripe.last {
  border-bottom: 1px solid #000;
}

.history-stripe__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-right: 96px;
  padding-left: 75px;
  -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: 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;
  font-size: 65px;
  line-height: 1.4153846153846155;
  font-weight: 700;
}

.history-stripe__vertical-line {
  width: 1px;
  height: 70%;
  margin-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.history-stripe__image {
  width: 530px;
  max-width: 36%;
  min-height: 415px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.history-stripe__image._1956 {
  background-image: url('../images/history-1956.jpg');
}

.history-stripe__image._1971 {
  background-image: url('../images/history-1971.jpg');
}

.history-stripe__image._1971-2 {
  background-image: url('../images/history-1971-2.jpg');
}

.history-stripe__image._1997 {
  background-image: url('../images/history-1977.jpg');
}

.history-stripe__image._2021 {
  background-image: url('../images/mandate-img.jpeg');
}

.history-stripe__image._2021-2 {
  background-image: url('../images/2021-2.jpg');
}

.history-stripe__image._2021-3 {
  background-image: url('../images/history-2021-2.jpg');
}

.history-stripe__text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 30px;
  line-height: 1.4;
}

.history-stripe__text-block--inner {
  width: 100%;
  max-width: 364px;
}

.history-stripe__text-block--inner.bigger {
  max-width: 483px;
}

.history-stripe__date--month {
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.3888888888888888;
  font-weight: 400;
}

.team-section__heading {
  padding-bottom: 53px;
  font-weight: 700;
}

.inpage-link {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #000;
  text-decoration: none;
}

.inpage-link:hover {
  color: #1d6731;
}

.coming-soon-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 156px;
  -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;
  background-image: url('../images/coming-soon-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 65px;
  line-height: 1.2153846153846153;
  font-weight: 700;
  text-align: center;
}

.coming-soon-hero {
  margin-bottom: 40px;
}

.values-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1290px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.value-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #000;
  font-size: 24px;
  line-height: 1.4166666666666667;
}

.value-block__img {
  height: 188px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.value-block__img.values {
  background-image: url('../images/values.jpg');
}

.value-block__img.mission {
  background-image: url('../images/mission.jpg');
}

.value-block__img.vision {
  background-image: url('../images/vision.jpg');
}

.value-block__text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 60px 45px 50px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(0, 64, 16, 0.07);
}

.value-block__heading {
  margin-bottom: 39px;
  color: #1d6731;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}

.value-block__item {
  margin-bottom: 7px;
  padding: 23px 40px;
  background-color: rgba(0, 64, 16, 0.07);
}

.value-block__item.last {
  margin-bottom: 0px;
}

.site-credit {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 20px;
  margin-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transform: translate(100vw, 0px);
  -ms-transform: translate(100vw, 0px);
  transform: translate(100vw, 0px);
}

.site-credit.show {
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.business-block__wrapper {
  padding-top: 78px;
  background-color: #03141b;
  color: #fff;
  font-size: 24px;
  line-height: 1.4166666666666667;
}

.business-block__inner-text {
  width: 95%;
  max-width: 1149px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}

.links-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-links-wrapper__seperator {
  width: 1px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.sustainability-leader-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.sustainability-leader-flex__first-child {
  max-width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sustainability-leader-flex__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 115px;
  padding-bottom: 94px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
}

.sustainability-leader-flex__header-inner {
  width: 80%;
  max-width: 466px;
}

.sustainability-leader-flex__image {
  height: 504px;
  background-image: url('../images/sustainablity-leader-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sustainability-leader-flex__body-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(249, 231, 69, 0.07);
  font-size: 30px;
  line-height: 1.6666666666666667;
}

.sustainability-leader-flex__body-text-inner {
  width: 80%;
  max-width: 493px;
}

.energy-transition {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 124px 75px 107px;
}

.energy-transition-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 44px;
  margin-left: 67px;
  padding-bottom: 103px;
  padding-left: 75px;
  border-left: 1px solid #000;
  color: #1a2f3e;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

.energy-transition-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.enegy-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 349px;
  padding: 50px 60px;
  -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;
  background-color: rgba(0, 64, 16, 0.07);
  font-size: 30px;
  line-height: 1.43;
  font-weight: 500;
}

.enegy-block__icon {
  width: 5.6vw;
  height: 6.1vw;
  max-height: 88px;
  max-width: 81px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.enegy-block__icon.renewable {
  background-image: url('../images/sustainability-renewable-icon.svg');
}

.enegy-block__icon.fuels {
  background-image: url('../images/sustainablity-fuels-and-gases-icon.svg');
}

.enegy-block__icon.efficiency {
  background-image: url('../images/sustainability-energy-efficiency-icon.svg');
}

.text-and-image-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.text-and-image-flex.reverse-desktop {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.text-and-image-flex__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-and-image-flex__image.one {
  background-image: url('../images/sustainability-details-1.jpg');
}

.text-and-image-flex__image.two {
  background-image: url('../images/sustainability-details-2.jpg');
}

.text-and-image-flex__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 76px;
  padding-bottom: 76px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 30px;
  line-height: 1.4;
}

.text-and-image-flex__text-inner {
  width: 90%;
  max-width: 649px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.guiding-principles-wrapper {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 65px 75px 88px;
  font-size: 30px;
  line-height: 1.4333333333333333;
  font-weight: 700;
}

.guiding-principles-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.guiding-principles {
  width: 48.9%;
  padding: 93px 75px 75px;
  background-color: #1a2f3e;
  color: #fff;
  font-size: 20px;
  line-height: 2.05;
  font-weight: 400;
}

.guiding-principles__inner {
  padding-top: 77px;
  border-top: 1px solid #fff;
}

.guiding-principles__inner.second {
  margin-bottom: 54px;
}

.pia-team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -103px;
  margin-left: 48px;
  -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;
  font-size: 30px;
  line-height: 1.6666666666666667;
  font-weight: 400;
}

.pia-team-wrapper__line {
  width: 1px;
  height: 99px;
  margin-top: 25px;
  margin-right: 30px;
  background-color: #000;
}

.news-post-wrapper {
  width: 90%;
  max-width: 1288px;
  margin-top: 94px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  border-top: 1px solid #000;
}

.news-post-wrapper.last {
  padding-bottom: 127px;
}

.news-post-wrapper.other-posts {
  padding-bottom: 64px;
}

.news-post-wrapper__heading {
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
}

.news-page-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog {
  color: #000;
  font-size: 24px;
  line-height: 1.4166666666666667;
  text-decoration: none;
}

.blog__image {
  height: 315px;
}

.blog__tag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 23px;
  -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;
  border-bottom: 1px solid #000;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.blog__type {
  margin-right: 10px;
  padding: 15px 21px;
  background-color: #f9e745;
  color: #000;
  font-size: 12px;
  line-height: 1.2;
}

.view-all-post-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 84px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 206px;
  padding-bottom: 120px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/blog-header.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/blog-header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 40px;
  line-height: 1.425;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.blog-header__title {
  max-width: 864px;
}

.blog-header__date {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 3px;
}

.post-body {
  width: 90%;
  max-width: 1136px;
  margin: 120px auto 84px;
}

.blog-post-image-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 1.625;
}

.blog-post-image-block__image {
  height: 400px;
  margin-bottom: 23px;
}

.post-image-wrapper {
  margin-top: 40px;
}

.post-image-wrapper.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 45px;
  }

  .header-slide {
    min-height: 100vh;
    padding-top: 150px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .button {
    padding-left: 20px;
    font-size: 12px;
  }

  .button__icon-wrapper {
    margin-left: 20px;
  }

  .button__icon-wrapper.big {
    width: 50px;
    height: 50px;
  }

  .home-hero__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider-controls {
    left: 50px;
    max-width: 660px;
  }

  .header.secondary-pages {
    min-height: 725px;
    font-size: 90px;
  }

  .why-nnpc-section {
    padding-top: 0px;
  }

  .why-nnpc-flex__text-block {
    padding-left: 40px;
    font-size: 40px;
    line-height: 50px;
  }

  .nnpc-stat__main-text {
    font-size: 45px;
    line-height: 60px;
  }

  .section {
    height: auto;
    min-height: auto;
  }

  .section.secondary-header {
    min-height: auto;
  }

  .yrs-of-existence {
    height: 100vh;
  }

  .yrs-of-existence__number {
    font-size: 120px;
    line-height: 1.2;
  }

  .news-section {
    width: 95%;
  }

  .news-block__desc {
    font-size: 15px;
    line-height: 23px;
  }

  .bids-flex__text {
    padding-left: 30px;
  }

  .bids-flex__text-inner {
    max-width: 270px;
    font-size: 25px;
    line-height: 40px;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__first-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .email-sub {
    width: 100%;
    margin-bottom: 0px;
  }

  .copyright-text {
    display: none;
  }

  .copyright-text.mobile {
    display: block;
    padding: 20px;
    text-align: right;
  }

  .product-slide__flex {
    padding-left: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
  }

  .product-slide__stat {
    margin-right: 5%;
  }

  .product-slide__stat.price {
    font-size: 15px;
  }

  .footer-links-cluster {
    position: relative;
  }

  .footer-links-wrapper {
    padding-right: 36px;
    padding-left: 36px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 1px solid hsla(0, 0%, 100%, 0.15);
  }

  .footer-links-block.last {
    margin-right: 0px;
  }

  .footer-links-block.hide-services {
    display: none;
  }

  .footer-links-block.temp {
    margin-left: 0px;
  }

  .footer-links-block__heading {
    width: 110px;
  }

  .terms-and-conditions {
    padding-right: 20px;
  }

  .nav-bar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo {
    width: 100px;
    height: 100px;
    margin-bottom: -30px;
    background-size: 40px;
  }

  .nav-links {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-links__link {
    margin-right: 20px;
    font-size: 14px;
  }

  .who-we-are-section {
    padding-top: 50px;
  }

  .who-we-are-section__text-block {
    font-size: 33px;
  }

  .madate-wrapper__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .madate-text-block {
    margin-right: 2vw;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .mandate-image-wrapper {
    height: 430px;
  }

  .madate-text-block__heading {
    max-width: 360px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 44px;
  }

  .madate-text-block__heading.energy-security {
    font-size: 40px;
  }

  .madate-text-block__body-text {
    font-size: 30px;
  }

  .team-tab-menu-wrapper__menu {
    min-width: auto;
    font-size: 23px;
  }

  .team-tab-intro {
    font-size: 25px;
  }

  .team-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-member__name {
    font-size: 20px;
  }

  .what-we-do__heading {
    margin-bottom: 30px;
  }

  .what-we-do__name-flex.sustainablity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .what-we-do__text {
    font-size: 25px;
  }

  .what-we-do__text.oil {
    font-size: 26px;
  }

  .what-we-do-flex__second-child {
    min-width: auto;
  }

  .oil-text {
    font-size: 25px;
  }

  .gast-text__inner {
    width: 80%;
  }

  .sustainabilty-text__inner {
    width: 80%;
    font-size: 25px;
  }

  .oil-text__inner {
    width: 80%;
  }

  .contact-info {
    margin-bottom: 50px;
  }

  .contact-info__inner {
    margin-left: 0px;
  }

  .address-block {
    margin-right: 4vw;
    font-size: 30px;
  }

  .address-tab {
    font-size: 20px;
  }

  .address-tab__menu-item {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 17px;
  }

  .contact-form__heading {
    font-size: 35px;
  }

  .contact-form-wrapper__image {
    background-position: 100% 50%;
  }

  .text-field {
    height: 60px;
    margin-bottom: 15px;
  }

  .text-field.big {
    height: 220px;
  }

  .home-hero__text-sub-text {
    max-width: none;
    margin-left: 0px;
  }

  .home-hero__text-sub-text.slide-3 {
    max-width: none;
  }

  .home-hero__text-sub-text.slide-4 {
    max-width: none;
  }

  .home-hero__text-sub-text.slide-5 {
    max-width: none;
  }

  .profile-opern__name {
    font-size: 30px;
  }

  .opportunity__heading {
    font-size: 45px;
  }

  .opportunity__text-block {
    padding-left: 20px;
  }

  .opportunity__text-block-inner {
    margin-right: 40px;
    margin-bottom: 40px;
    font-size: 30px;
  }

  .opportunity__image {
    height: 480px;
  }

  .opportunity-block__heading {
    font-size: 25px;
  }

  .businesses-accordion {
    margin-bottom: 20px;
  }

  .businesses-page__header.no-border {
    margin-top: 30px;
  }

  .business-block__heading-flex {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 30px;
  }

  .business-block__other-options {
    padding-top: 30px;
    padding-bottom: 30px;
    -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;
    font-size: 15px;
  }

  .business-block__close-line {
    left: -20px;
    top: 20px;
    width: 40px;
  }

  .business-block__close-line.vertical {
    height: 40px;
  }

  .business-block__option-block {
    max-width: 30%;
    min-width: 30%;
    margin-bottom: 40px;
  }

  .madate-text-block__inner-text {
    width: 70%;
    max-width: 496px;
    font-size: 25px;
  }

  .strategy-flex__left-block {
    padding: 25px;
    font-size: 25px;
  }

  .strategy-flex__left-block--line {
    margin-bottom: 70px;
  }

  .history-stripe__date {
    padding-top: 5vw;
    padding-right: 5vw;
    padding-left: 5vw;
    font-size: 55px;
  }

  .history-stripe__text-block {
    padding: 5vw;
    font-size: 20px;
  }

  .value-block {
    width: 32%;
    font-size: 20px;
  }

  .value-block__text-block {
    padding: 20px;
  }

  .value-block__heading {
    font-size: 25px;
  }

  .value-block__item {
    padding-left: 30px;
  }

  .site-credit.show {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 15px;
  }

  .business-block__wrapper {
    padding-top: 50px;
    font-size: 20px;
  }

  .business-block__inner-text {
    padding-bottom: 30px;
  }

  .sustainability-leader-flex__header {
    font-size: 30px;
  }

  .sustainability-leader-flex__body-text-wrapper {
    font-size: 25px;
  }

  .energy-transition {
    padding-right: 30px;
    padding-left: 30px;
  }

  .energy-transition-heading {
    padding-bottom: 50px;
    padding-left: 50px;
    font-size: 30px;
  }

  .enegy-block {
    height: 300px;
    padding: 30px;
    font-size: 25px;
  }

  .text-and-image-flex__text-wrapper {
    font-size: 25px;
  }

  .guiding-principles-wrapper {
    padding: 60px 30px;
  }

  .guiding-principles {
    padding: 40px 30px 30px;
  }

  .guiding-principles__inner {
    padding-top: 40px;
  }

  .pia-team-wrapper {
    margin-bottom: -50px;
  }

  .news-page-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .blog {
    font-size: 20px;
  }

  .blog-header {
    font-size: 30px;
  }

  .blog-header__title {
    max-width: 630px;
  }

  .post-body {
    margin-top: 60px;
  }

  .blog-post-image-block {
    font-size: 14px;
  }

  .blog-post-image-block__image {
    height: 350px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header-slide {
    min-height: 100vh;
    padding-top: 130px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-hero__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider-controls {
    left: 30px;
    max-width: 480px;
  }

  .header.secondary-pages {
    min-height: 614px;
    font-size: 70px;
  }

  .header.secondary-pages.about {
    font-size: 50px;
  }

  .header.secondary-pages.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/contact-header.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/contact-header.jpeg');
    background-position: 0px 0px, 70% 50%;
  }

  .why-nnpc-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .why-nnpc-flex__image {
    height: 300px;
    max-height: none;
    margin-top: 30px;
    margin-right: 0px;
  }

  .why-nnpc-flex__text-block {
    margin-top: 40px;
    padding-left: 0px;
    border-left-style: none;
  }

  .nnpc-stats-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nnpc-stat {
    width: auto;
  }

  .nnpc-stat.last {
    border-left-style: solid;
  }

  .section {
    min-height: auto;
  }

  .yrs-of-existence__text-block {
    max-width: 390px;
  }

  .news-section {
    width: 90%;
  }

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

  .news-cluster {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .featured-news {
    width: auto;
    max-width: none;
    margin-right: 0%;
    margin-bottom: 30px;
  }

  .featured-news__image {
    height: 300px;
    max-height: none;
  }

  .news-grid {
    max-height: none;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .featured-news__desc {
    font-size: 25px;
  }

  .news-block {
    text-decoration: none;
  }

  .news-block__text-block {
    position: relative;
  }

  .news-block__text-block:hover {
    padding: 0px;
    background-color: #fff;
  }

  .news-block__desc {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .bids-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bids-flex__img {
    width: auto;
    height: 250px;
  }

  .bids-flex__text {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .bids-flex__text-inner {
    max-width: none;
  }

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

  .footer__first-section {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .email-sub {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .copyright-text.mobile {
    padding-right: 0px;
  }

  .footer-links-cluster {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-links-wrapper {
    margin-top: 20px;
    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-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;
  }

  .footer-links-wrapper.temp {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-links-block {
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .footer-links-block.temp {
    margin-left: 0px;
  }

  .footer-links-block__heading {
    width: auto;
    padding-top: 26px;
  }

  .terms-and-conditions {
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .terms-and-conditions__link {
    margin-left: 0px;
  }

  .nav-bar {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    z-index: 1;
  }

  .nav-links-and-extra-blocks {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .nav-links-and-extra-blocks.edit {
    display: block;
  }

  .nav-links {
    margin-top: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-links__link {
    margin-right: 0px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }

  .nav-links__link.w--current {
    color: #1d6731;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
  }

  .who-we-are-section {
    padding-top: 30px;
  }

  .who-we-are-section__text-block {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .madate-wrapper {
    margin-top: 20px;
  }

  .madate-wrapper__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .madate-text-block {
    max-width: none;
    margin-top: 0px;
    margin-right: 0vw;
  }

  .mandate-image-wrapper {
    position: static;
    height: 300px;
    max-width: none;
    margin-top: 40px;
    margin-bottom: 40px;
    -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;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .madate-text-block__heading-bg {
    bottom: 320px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .madate-text-block__heading-bg.energy-scurity {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .madate-text-block__heading {
    max-width: none;
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 30px;
  }

  .madate-text-block__heading.energy-security {
    width: auto;
    max-width: none;
    font-size: 30px;
  }

  .madate-text-block__body-text {
    font-size: 25px;
  }

  .team-tab-menu-wrapper {
    margin-bottom: 30px;
  }

  .team-tab-menu-wrapper__menu {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 20px;
  }

  .team-tab-intro {
    margin-bottom: 30px;
  }

  .team-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .team-member {
    margin-bottom: 20px;
  }

  .team-member__image {
    height: 300px;
    max-height: none;
  }

  .team-member__read-more {
    width: 44px;
    height: 44px;
    max-height: none;
    max-width: none;
  }

  .what-we-do__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .what-we-do__item.sustainability {
    padding-top: 30px;
  }

  .what-we-do__name-flex {
    font-size: 25px;
  }

  .what-we-do__icon {
    width: 45px;
    height: 45px;
  }

  .what-we-do__text {
    margin-left: 0px;
  }

  .what-we-do__text.oil {
    width: auto;
    margin-top: 30px;
  }

  .what-we-do__text.sustainality {
    margin-top: 30px;
  }

  .what-we-do-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .what-we-do-flex.gas {
    margin-bottom: 50px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .what-we-do-flex__first-child {
    min-height: 300px;
    min-width: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .what-we-do-flex__second-child {
    min-height: 300px;
    min-width: 300px;
  }

  .gas-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gast-text__inner {
    width: 80%;
  }

  .contact-info {
    margin-bottom: 0px;
    padding-top: 50px;
  }

  .contact-info.form {
    padding-top: 50px;
  }

  .contact-info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .address-block {
    width: 100%;
    margin-right: 0vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .map-image {
    min-height: 300px;
    margin-top: 30px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .address-tab {
    margin-top: 40px;
  }

  .address-tab__menu-wrapper {
    margin-bottom: 30px;
  }

  .address-link {
    margin-top: 20px;
  }

  .contact-form__heading {
    margin-bottom: 40px;
    padding-bottom: 25px;
    font-size: 32px;
  }

  .contact-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-wrapper__image {
    width: auto;
    height: 300px;
  }

  .contact-form {
    width: auto;
    margin-top: 20px;
  }

  .text-field {
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 17px;
  }

  .enquiry-channels {
    margin-top: 30px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .enquiry-channels__item {
    margin-bottom: 20px;
    padding-right: 0vw;
    padding-bottom: 20px;
    padding-left: 0vw;
    border-bottom: 1px solid #000;
    border-right-style: none;
    border-left-style: none;
    font-size: 20px;
  }

  .enquiry-channels__item.last {
    -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;
  }

  .hamburger-menu {
    position: absolute;
    left: auto;
    top: 0%;
    right: 40px;
    bottom: 0%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .home-hero__text-sub-text {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .profile-open__title {
    font-size: 20px;
  }

  .opportunity__heading {
    font-size: 35px;
  }

  .opportunity__flex {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .opportunity__text-block {
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .opportunity__text-block-inner {
    margin-right: 0px;
    font-size: 25px;
  }

  .opportunity__image {
    height: 300px;
    max-width: none;
    margin-bottom: 40px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .opportunities-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .opportunity-block__heading {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    font-size: 20px;
  }

  .businesses-accordion {
    margin-bottom: 0px;
  }

  .businesses-page__header {
    margin-top: 40px;
    font-size: 20px;
  }

  .business-block__heading-flex {
    padding-right: 50px;
    padding-left: 40px;
    font-size: 25px;
  }

  .business-block__image {
    height: 230px;
  }

  .business-block__other-options {
    width: 90%;
    padding-bottom: 0px;
  }

  .business-block__option-links.left-spaced {
    padding-right: 0vw;
  }

  .business-block__option-block {
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-bottom: 0px;
  }

  .business-block__option-block.left-spaced {
    margin-right: 0px;
  }

  .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-flex__image {
    height: 200px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contact-flex__link {
    padding-top: 44px;
    padding-left: 40px;
  }

  .madate-text-block__inner-text {
    width: auto;
    margin-bottom: 40px;
    font-size: 25px;
  }

  .strategy-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .strategy-flex__left-block {
    position: static;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 30px;
    padding: 10%;
  }

  .history-stripe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .history-stripe__date {
    padding-top: 50px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .history-stripe__vertical-line {
    height: 70px;
    margin-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .history-stripe__image {
    width: 100%;
    max-width: none;
    min-height: 250px;
  }

  .history-stripe__text-block {
    padding: 50px;
  }

  .history-stripe__text-block--inner {
    max-width: none;
  }

  .history-stripe__text-block--inner.bigger {
    max-width: none;
  }

  .coming-soon-header {
    font-size: 47px;
  }

  .values-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .value-block {
    width: auto;
  }

  .site-credit.show {
    margin-left: 30px;
  }

  .business-block__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .business-block__inner-text {
    width: 90%;
  }

  .links-flex {
    max-width: none;
  }

  .footer-links-wrapper__seperator {
    display: none;
  }

  .sustainability-leader-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sustainability-leader-flex__first-child {
    max-width: none;
  }

  .sustainability-leader-flex__header {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .sustainability-leader-flex__image {
    height: 300px;
  }

  .sustainability-leader-flex__body-text-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .energy-transition {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .energy-transition-heading {
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-left: 0px;
    border-bottom: 1px solid #000;
    border-left-style: none;
  }

  .energy-transition-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .enegy-block {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .enegy-block__icon {
    width: 81px;
    height: 88px;
  }

  .text-and-image-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-and-image-flex.reverse-desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-and-image-flex__image {
    width: auto;
    height: 300px;
  }

  .text-and-image-flex__text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .guiding-principles-wrapper {
    padding-top: 50px;
  }

  .guiding-principles-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .guiding-principles {
    width: auto;
    margin-bottom: 28px;
  }

  .guiding-principles__inner.second {
    margin-bottom: 40px;
  }

  .pia-team-wrapper {
    display: none;
  }

  .news-page-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-header__title {
    max-width: 440px;
    font-size: 25px;
  }

  .post-image-wrapper.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
  }

  .header-slide {
    padding: 0px 20px 40px;
  }

  .home-hero__text {
    max-width: 360px;
    margin-bottom: 20px;
  }

  .hero-text {
    margin-bottom: 40px;
  }

  .slider-controls {
    left: 20px;
    bottom: 40px;
    width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slider-controls__progress {
    min-width: 230px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header.secondary-pages {
    height: 100vh;
    font-size: 40px;
  }

  .img.team-image {
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .why-nnpc-flex__text-block {
    font-size: 25px;
    line-height: 40px;
  }

  .nnpc-stat {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .yrs-of-existence__text-block {
    max-width: 260px;
    font-size: 20px;
    line-height: 30px;
  }

  .yrs-of-existence__number {
    font-size: 100px;
  }

  .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news-block__desc {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .news-cta {
    margin-top: 40px;
  }

  .footer {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__first-section {
    width: auto;
    padding: 30px;
  }

  .copyright-text.mobile {
    padding-left: 0px;
    text-align: left;
  }

  .price-slider-wrapper {
    max-width: 85vw;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-links-cluster {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-links-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-links-block.last {
    margin-right: 0px;
  }

  .footer-links-block.temp {
    margin-right: 20px;
  }

  .footer-links-block__heading {
    width: auto;
  }

  .footer-link.services {
    width: auto;
  }

  .terms-and-conditions {
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .terms-and-conditions__link {
    margin-bottom: 30px;
  }

  .yrs-of-existence__bg.yellow-strokes {
    background-size: auto;
  }

  .nav-bar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .yellow-header-line {
    margin-top: 20px;
  }

  .who-we-are-section {
    height: auto;
    padding-top: 30px;
  }

  .who-we-are-section__text-block {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .madate-wrapper {
    margin-bottom: 50px;
  }

  .madate-text-block__heading-bg {
    padding-right: 20px;
    padding-left: 20px;
  }

  .madate-text-block__heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .madate-text-block__heading.energy-security {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-member__image {
    height: 370px;
  }

  .what-we-do__name-flex.gas {
    margin-bottom: 10px;
  }

  .what-we-do__text.oil {
    margin-top: 20px;
  }

  .what-we-do-flex__second-child {
    min-height: auto;
  }

  .what-we-do-flex__second-child.image {
    min-height: 300px;
  }

  .oil-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .sustainabilty-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .oil-text__inner {
    width: 90%;
  }

  .address-block {
    font-size: 25px;
  }

  .address-tab__menu-item {
    text-align: center;
  }

  .contact-form__heading {
    margin-bottom: 20px;
  }

  .enquiry-channels__item.last {
    border-bottom-style: none;
  }

  .hamburger-menu {
    right: 20px;
  }

  .home-hero__text-sub-text {
    margin-top: 10px;
  }

  .profile-overlay {
    overflow: scroll;
    height: 100vh;
  }

  .profile-open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profile-open__image {
    width: 260px;
    height: 280px;
    max-height: none;
    max-width: none;
  }

  .profile-open__text-block {
    height: auto;
    margin-top: 50px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 1px solid #000;
    border-left-style: none;
  }

  .opportunity {
    padding-top: 50px;
  }

  .opportunity__heading {
    font-size: 29px;
  }

  .opportunity__flex {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .opportunity__text-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .businesses-page__header {
    margin-top: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .business-block__heading-flex {
    padding-right: 40px;
    padding-left: 20px;
    font-size: 25px;
  }

  .business-block__image {
    height: 200px;
  }

  .business-block__other-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .business-block__close-line {
    left: -15px;
    top: 15px;
    width: 30px;
  }

  .business-block__close-line.vertical {
    height: 30px;
  }

  .business-block__option-block {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .contact-flex__link {
    padding-left: 20px;
  }

  .madate-text-block__inner-text {
    margin-bottom: 30px;
  }

  .strategy-flex__left-block {
    padding: 20px;
    font-size: 20px;
  }

  .strategy {
    padding: 20px;
  }

  .strategy__icon-flex {
    margin-bottom: 20px;
  }

  .strategy__icon {
    width: 70px;
    height: 70px;
  }

  .history-stripe__text-block {
    padding: 30px;
  }

  .value-block {
    font-size: 18px;
  }

  .value-block__item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .site-credit.show {
    left: auto;
    right: 30px;
  }

  .links-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sustainability-leader-flex__body-text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sustainability-leader-flex__body-text-inner {
    width: 90%;
    font-size: 20px;
  }

  .energy-transition {
    padding-top: 30px;
  }

  .energy-transition-heading {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 30px;
    font-size: 25px;
  }

  .enegy-block {
    font-size: 20px;
  }

  .text-and-image-flex__text-wrapper {
    font-size: 20px;
  }

  .guiding-principles-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .guiding-principles {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .guiding-principles__inner {
    padding-top: 30px;
  }

  .news-post-wrapper {
    margin-top: 60px;
  }

  .news-post-wrapper.last {
    padding-bottom: 80px;
  }

  .news-post-wrapper__heading {
    font-size: 25px;
  }

  .blog-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-header__title {
    max-width: none;
  }

  .post-body {
    margin-top: 60px;
  }

  .blog-post-image-block__image {
    height: 300px;
  }
}

#w-node-_5e8e813f-67f2-7fbd-dfa8-54e41c4ce55b-703ec897 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2543bce6-447f-b1d3-db75-d172ee73fd83-703ec897 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_067832b1-4ee4-ec4f-79f2-9e1186a7cb0e-703ec897 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_947c48da-5fe5-b259-ce4f-1ca4dc2ba8ef-703ec897 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ec6e6b4b-4a23-8114-4aa8-8e86525bc2fe-4d5f0fbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_969d22bc-ee30-43d5-e5e3-f44ab772c21a-4d5f0fbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b738d12-0e48-809c-9839-d9897ca88745-4d5f0fbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e284dc68-937f-e9ae-daeb-8c7d948328f2-4d5f0fbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ae57dc84-0907-ebe0-e050-819172c11897-4d5f0fbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e914837-7d85-46ae-a48e-5e0ddd4d9930-4d5f0fbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_98f93b7c-7bfa-9ab2-7a25-81410159b61d-4d5f0fbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f74f6dd-d349-03c8-7afe-7adf803c7b23-4d5f0fbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fc5fe0c0-2463-153e-627f-98a191476580-4d5f0fbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c0a0421c-5425-3cbf-dde7-24c50dad817c-4d5f0fbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b98ef43c-a34e-90a6-74be-1f059aa9c8c8-4d5f0fbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4099c9be-9953-5fc5-e962-1be376acddfc-4d5f0fbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4099c9be-9953-5fc5-e962-1be376acde33-4d5f0fbf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c51cedea-2f96-d2d3-2d63-3eddb9a08c7e-29b106e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2c1cff6d-ef72-9c79-cded-816b7d8f990a-29b106e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_34af3442-3a80-559b-28a9-ff17f4f4ab3d-29b106e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_497a48c4-0a81-d968-b174-870f5504b256-29b106e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e4cdaa93-e92a-a184-b6f4-eea81edd84ae-29b106e2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0db7ada3-4596-5f2f-5f22-824e8f86a28d-288cc30c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0db7ada3-4596-5f2f-5f22-824e8f86a297-288cc30c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0db7ada3-4596-5f2f-5f22-824e8f86a2a1-288cc30c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}