.wrapper {
  width: calc(100% - 60px);
}

.wrapper-outter {
  width: calc(100% - 60px);
}

.paddingtop {
  padding-top: 30px;
}

.paddingbottom {
  padding-bottom: 30px;
}

.anchor {
  top: -50px;
}

.mobile-container {
  width: 100%;
  border: 1px dotted #ccc;
  margin: 20px 0;
  position: relative;
}

.mobile-container::before {
  position: absolute;
  content: "";
  background: url("../../_img/grab.png?v=1.2") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 2vw;
  left: 2vw;
}

.mobile-horizontal {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 50px 20px 20px 20px;
}

.mobile-horizontal__width {
  width: 768px;
}

.effect-fadein--delay {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.effect-fadein--delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.effect-fadein--delay3 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.effect-fadein--delay4 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.effect-fadein--delay5 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.effect-fadein--delay6 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.hero__content {
  top: 100px;
}

.hero__content__body {
  width: 100%;
}

.hero__bg {
  height: 650px;
}

.hero__bg__3,
.hero__bg__4,
.hero__bg__2 {
  height: 100vw;
  width: 150vw;
  top: 0%;
  left: 0%;
  -webkit-transform: rotate(90deg) translateY(25%);
          transform: rotate(90deg) translateY(25%);
  min-height: 0;
}

.hero__bg__1,
.hero__bg__5 {
  width: 100%;
  height: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 85%;
     object-position: 85%;
  -webkit-transform: none;
          transform: none;
  top: auto;
  bottom: 0;
  left: 0;
}

.effect-hero {
  left: 0%;
  top: 0%;
}

.effect-hero.active {
  top: 10%;
  left: 0%;
}

.effect-hero--2.active {
  top: 20%;
  left: 0%;
}

.hero__content__body {
  margin-top: -2em;
}

.h2 {
  font-size: 40px;
}

.h3 {
  font-size: 20px;
}

.message__flex__left {
  padding: 30px 0 0 0;
}

.bigquote blockquote {
  font-size: 18px;
}
.bigquote blockquote::after {
  width: 300px;
  height: 300px;
  left: -50px;
}

.twocols__left .bigquote {
  padding-left: 10px;
}

.intro-text {
  width: 100%;
}

.horizon__item__small {
  font-size: 14px;
}

.horizon__item__large {
  font-size: 18px;
  line-height: 1.2;
  margin: 0.5em 0;
}

.ctaboxes {
  grid-template-columns: repeat(1, 1fr);
}
.ctaboxes[data-columns="3"] {
  grid-template-columns: repeat(1, 1fr);
}

.our-path .twocols {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.our-path .twocols__left {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.our-path .twocols__right {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 200px;
  overflow: hidden;
}

.stats {
  grid-template-columns: repeat(1, 1fr);
}
.stats .stat {
  grid-column: span 1;
}
.stats[data-columns="4"] {
  grid-template-columns: repeat(1, 1fr);
}

.client-focused__content .wrapper-outter {
  width: 100%;
}
.client-focused__content .intro-text {
  width: calc(100% - 60px);
}
.client-focused__content .slider__item .twocols__left {
  min-height: 300px;
  margin-top: 0;
}
.client-focused__content [custom-slider-indicators] {
  top: 510px;
  right: 50vw;
  -webkit-transform: translateX(90%);
          transform: translateX(90%);
}

.slider {
  height: 440px;
}
.slider [custom-slider-item] blockquote {
  font-size: 18px;
}
.slider [custom-slider-item] .twocols__left {
  padding-right: 0;
}

.rate-return .intro-text {
  width: calc(100% - 60px);
}
.rate-return .mobile-container {
  width: calc(100% + 60px);
  margin-left: -30px;
}

.ghg .intro-text {
  width: calc(100% - 60px);
}
.ghg .mobile-container {
  width: calc(100% + 60px);
  margin-left: -30px;
}

.case__title {
  font-size: 24px;
}

fixed-background [fixed-background-spacer] {
  height: 50vw;
}
fixed-background [fixed-background-spacer][data-size=small] {
  height: 30vw;
}

.emission__grid {
  grid-template-columns: repeat(1, 1fr);
}

.emission__item:last-child {
  grid-column: span 1;
}

.emission__item__body {
  font-size: 14px;
}

.hideMobile {
  display: none;
}

.showMobile {
  display: inherit;
}

.banner__utility__title {
  font-size: 9px;
}

.menu__logo {
  margin-left: 30px;
}

.menu__list {
  padding: 30px;
  min-height: 400px;
}

.overlay__close {
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 30px;
}

.overlay__width {
  padding: 60px 30px;
}

.forms h3 {
  font-size: 24px;
}

.survey {
  min-height: 0;
  background-position: 60% center;
  background: #003C69;
}

.survey__heading {
  width: 100%;
}

.survey__cover {
  position: relative;
  right: auto;
  top: auto;
  margin-bottom: 2em;
}

.newsletter {
  width: 100%;
  overflow: hidden;
}

.newsletter__flex .input {
  width: 100%;
  margin-bottom: 1em;
}

.forms__boxes {
  display: block;
}

.forms__box {
  width: 100%;
}
.forms__box + .forms__box {
  margin-top: 20px;
}

.newsletter__recaptcha {
  width: 100%;
  margin-top: 1em;
}

.newsletter__notes {
  margin-top: 1em;
}

@media screen and (max-width: 450px) {
  .newsletter__recaptcha .g-recaptcha {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@media screen and (max-width: 380px) {
  .newsletter__recaptcha .g-recaptcha {
    -webkit-transform: scale(0.72);
            transform: scale(0.72);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}/*# sourceMappingURL=main-mobile.css.map */