body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.body {
  font-family: Plusjakartasans, sans-serif;
}

.title-lg {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Gophertext, sans-serif;
  font-size: 56px;
  line-height: 0.8571428571428571;
}

.title-lg.lh-56 {
  line-height: 1;
}

.title-lg._w-black {
  font-weight: 900;
}

.title-lg.deep-blue-text {
  color: #011637;
}

.title-md {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Gophertext, sans-serif;
  font-size: 48px;
  line-height: 1;
}

.title-sm {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Gophertext, sans-serif;
  font-size: 36px;
  line-height: 1;
}

.title-sm.mb-12 {
  margin-bottom: 12px;
}

.title-sm.solutions {
  margin-bottom: 40px;
  color: #011637;
}

.body-lg {
  margin-bottom: 0px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.body-lg.differentiator-small-heading {
  margin-bottom: 24px;
}

.body-md {
  margin-bottom: 0px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

.body-md.lh-24 {
  line-height: 1.5;
}

.body-md.gray-text {
  color: #5e6c82;
}

.body-sm {
  font-family: Plusjakartasans, sans-serif;
  line-height: 1.7142857142857142;
  font-weight: 500;
}

.body-sm.lh-20 {
  line-height: 1.4285714285714286;
}

.body-sm.footer__copyrights {
  color: hsla(0, 0%, 100%, 0.48);
}

.body-sm.footer__copyrights.mb {
  display: none;
}

.handover-section {
  margin: 15px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #011637;
  border-radius: 10px;
}

.title-very-sm {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Gophertext, sans-serif;
}

.btn {
  position: relative;
  z-index: 2;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #4a5ee5;
  border-radius: 8px;
  background-color: #4a5ee5;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.btn.green {
  border-color: #dbfe87;
  background-color: #dbfe87;
  color: #4a5ee5;
}

.btn.white {
  background-color: #fff;
  color: #4a5ee5;
}

.tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 10px 24px;
  border-radius: 22px;
  background-color: #f8dd6c;
  font-family: Plusjakartasans, sans-serif;
  color: #000;
  font-size: 16px;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 60px;
  -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;
  background-color: #4a5ee5;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  -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;
  color: #fff;
  text-align: center;
}

.hero__main-text {
  position: relative;
  margin-bottom: 30px;
  font-family: Gophertext, sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
}

.hero__sub-text {
  max-width: 600px;
  margin-bottom: 48px;
}

.logos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 79px;
  grid-row-gap: 79px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.logo {
  width: 100%;
  height: 20px;
  max-width: 113px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.img.cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.cream-bg-cutout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 1000px;
  margin-top: -12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #4a5ee5;
  background-image: url('../images/cream-bg-cutout.png');
  background-position: 50% 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.open-box {
  position: relative;
}

.easiest-text-block {
  position: relative;
  display: inline-block;
}

.text-underline {
  position: absolute;
  left: 162px;
  top: 36%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  width: 284px;
  height: 20px;
}

.text-underline.customers {
  left: auto;
  top: 60px;
  right: 10px;
  width: 180px;
  height: 30px;
}

.hero__main-text-wrapper {
  position: relative;
}

.open-box__curly-line {
  width: 793px;
  margin-top: -50px;
  margin-right: -68.71px;
}

.solutions-container {
  margin-top: -10px;
  margin-bottom: 54px;
  padding-top: 71px;
  padding-bottom: 270px;
  background-color: #fefee3;
}

.solutions-heading {
  max-width: 615px;
  margin-right: auto;
  margin-bottom: 73px;
  margin-left: auto;
  text-align: center;
}

.solutions-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;
}

.solutions-images {
  position: relative;
  width: 402px;
  height: 497px;
  max-width: 27.9vw;
  margin-right: 8.75vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.solutions-wrapper {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10vw;
  padding-left: 14vw;
}

.solutions-flex__desc-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 500px;
  max-width: 563px;
  margin-bottom: -50px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 149px;
  grid-row-gap: 149px;
}

.solutions-images__image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  border-radius: 12px;
}

.sabi-banner-wrapper {
  position: relative;
  margin-bottom: 160px;
  font-family: Gophertext, sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
}

.sabi-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 100%;
  margin-right: -65px;
  margin-left: -65px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(7.8deg);
  -ms-transform: rotate(7.8deg);
  transform: rotate(7.8deg);
  color: #011637;
}

.sabi-banner.last {
  position: absolute;
  top: -86px;
  -webkit-transform: rotate(-5.23deg);
  -ms-transform: rotate(-5.23deg);
  transform: rotate(-5.23deg);
}

.sabi-banner__star {
  width: 42.71px;
  height: 42.71px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/star.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(5.23deg);
  -ms-transform: rotate(5.23deg);
  transform: rotate(5.23deg);
}

.sabi-banner__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sabi-banner__text.thick {
  font-weight: 900;
}

.sabi-banner-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 183px;
  -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;
  background-color: #f8dd6c;
}

.overflow-hidden {
  overflow: hidden;
}

.outcomes-container {
  width: 95%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 132px;
}

.outcomes-heading {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 96px;
  margin-left: auto;
  text-align: center;
}

.outcomes-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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.outcome {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  height: 400px;
  -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 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 16px;
  color: #fff;
}

.outcome__image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.outcome__topic {
  position: absolute;
  width: 100%;
  max-width: 280px;
  margin-bottom: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.outcome__detail {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 34px;
  background-color: #ec5b56;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

.outcome__detail.show {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.blog-section {
  padding-top: 112px;
  padding-bottom: 168px;
  background-color: #fefee3;
}

.blog-section__heading {
  margin-bottom: 96px;
  text-align: center;
}

.blog-section__title {
  max-width: 1036px;
  margin-right: auto;
  margin-left: auto;
  color: #011637;
}

.blog-section__sub-text {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  color: #5e6c82;
}

.blog-container {
  overflow: hidden;
  width: 95%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.blog-container.other-stories {
  max-width: 1248px;
}

.blog-container.success-stories {
  margin-bottom: 150px;
}

.blog-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;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.blog-flex.all {
  margin-bottom: 72px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 2%;
  grid-row-gap: 56px;
}

.blog-flex.homepage {
  overflow: auto;
  padding-bottom: 100px;
}

.blog {
  width: 32%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Gophertext, sans-serif;
  color: #011637;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.blog__image {
  overflow: hidden;
  height: 224px;
  margin-bottom: 20px;
  border-radius: 12px;
}

.slider-controls-flex {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -56px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fefee2;
}

.slider-controls-flex.solutions {
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #011637;
  border-radius: 50px;
  cursor: pointer;
}

.slider-control.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-control.disabled {
  opacity: 0.48;
}

.slider-control__inner {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.pre-footer-wrapper {
  padding-right: 5.5vw;
  padding-left: 7.5vw;
  background-color: #011637;
}

.prefooter-block {
  position: relative;
  top: -48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1252px;
  margin-top: -48px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 74px;
  padding-bottom: 74px;
  -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;
  border-radius: 16px;
  background-color: #4a5ee5;
  background-image: url('../images/curly-lines-block.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.prefooter-block__text-block {
  width: 90%;
  max-width: 614px;
  margin-bottom: 40px;
}

.prefonoter-top-left {
  position: absolute;
  left: -10%;
  top: -18%;
  right: auto;
  bottom: auto;
  width: 27.1vw;
  height: 18.1vw;
  max-height: 261px;
  max-width: 361px;
  background-image: url('../images/head-warmer.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.prefonoter-top-left.prefooter-top-left {
  left: -8%;
  top: -6.2vw;
  width: 27.1vw;
  height: 18.1vw;
  max-height: 261px;
  max-width: 391px;
  margin-left: -27px;
  background-image: url('../images/head-warmer.png');
  background-size: cover;
}

.prefonoter-top-left.prefooter-top-left.customers {
  left: 106px;
  top: -162px;
}

.prefonoter-top-left.bottom-right {
  left: auto;
  top: auto;
  right: 13.9vw;
  bottom: -2.7vw;
  -webkit-transform: rotate(68.11deg);
  -ms-transform: rotate(68.11deg);
  transform: rotate(68.11deg);
}

.prefooter-bottom-left {
  position: absolute;
  left: -3%;
  top: auto;
  right: auto;
  bottom: -21%;
  width: 24.9vw;
  height: 26.8vw;
  max-height: 387px;
  max-width: 359px;
  background-image: url('../images/tote-bag-cream.png');
  background-position: 50% 50%;
  background-size: 130%;
  background-repeat: no-repeat;
}

.prefooter-bottom-left.bottomleft {
  left: 12vw;
  top: auto;
  right: auto;
  bottom: -1.1vw;
  width: 11.43vw;
  height: 15.8vw;
  max-width: 164px;
  background-image: url('../images/cup.png');
  background-size: 111%;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.footer-inner {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-top: -12px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 96px 86px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__first-block {
  margin-right: 50px;
}

.footer__logo {
  width: 274px;
  height: 104px;
  margin-bottom: 62px;
  background-image: url('../images/logo.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 523px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-nav-heading {
  margin-bottom: 12px;
  color: #fff;
  line-height: 24px;
  font-weight: 700;
}

.nav-link {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.footer-nav {
  display: block;
  margin-bottom: 12px;
  color: hsla(0, 0%, 100%, 0.48);
}

.nav-link.footer-nav:hover {
  color: #fff;
}

.nav-link.top-nav-gray {
  color: #5e6c82;
}

.why-wii-header {
  height: 577px;
  padding-top: 128px;
  background-color: #fefee3;
}

.why-wii-header__img-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 560px;
  margin-right: 96px;
  margin-left: 96px;
  border-radius: 16px;
}

.differentiator-section {
  position: relative;
  overflow: hidden;
  margin-top: -12px;
  margin-bottom: -110px;
  padding-top: 175px;
  padding-bottom: 52px;
  background-color: #398175;
}

.differentiator-container {
  width: 85%;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
}

.differentiator-heading {
  position: relative;
  width: 100%;
  max-width: 790px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.star {
  display: inline-block;
  width: 36px;
  height: 33px;
  background-image: url('../images/irregular-star.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.star.regular {
  position: absolute;
  width: 62px;
  height: 55px;
  background-image: url('../images/regular-star.svg');
}

.differentiator {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 14.79vw;
  grid-row-gap: 14.79vw;
  border-top: 1px solid rgba(254, 254, 227, 0.4);
  color: #fff;
}

.differentiator.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
}

.differentiator.small {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
}

.differentiator__text-block {
  position: relative;
  max-width: 527px;
  color: #fff;
}

.differentiator__img-wrapper {
  position: relative;
  z-index: 1;
  width: 402px;
  height: 402px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.differentiator__img-wrapper.mb {
  display: none;
}

.differentiator__sub-text {
  max-width: 614px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wii-flex {
  position: relative;
  z-index: 1;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wii-flex__img-wrapper {
  position: relative;
  width: 27.9vw;
  height: 33.1vw;
  max-height: 478px;
  max-width: 402px;
  border-radius: 12px;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}

.wii-flex__img-wrapper.left {
  margin-top: 9vw;
  margin-right: -4vw;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.wii-flex__img-wrapper.right {
  margin-top: 14.79vw;
  margin-left: -75px;
  -webkit-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  transform: rotate(12deg);
}

.why-pre-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -12px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #011637;
  color: #fff;
  text-align: center;
}

.wii-pre-footer__dummy-bg {
  position: relative;
  height: 10vw;
  margin-top: -12px;
  background-color: #398175;
  background-image: url('../images/blue-cut-out-section.png');
  background-position: 50% 0%;
  background-size: 130vw;
  background-repeat: no-repeat;
}

.wii-pre-footer__dummy-bg.yellow-bg {
  background-color: #fefee3;
}

.wii-pre-footer__dummy-bg.white-bg {
  background-color: #fff;
}

.why-pre-footer__title {
  max-width: 600px;
  margin-bottom: 34px;
}

.pre-footer-border {
  position: absolute;
  left: 40px;
  top: auto;
  right: 40px;
  bottom: 0%;
  height: 1px;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.24);
}

.swirly-left {
  position: absolute;
  left: -20%;
  right: auto;
  width: 598px;
  height: 963px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.swirly-right {
  position: absolute;
  left: auto;
  top: 50%;
  right: -20%;
  width: 500px;
  height: 640px;
}

.lottie {
  width: 100%;
  height: 100%;
  opacity: 0.99;
}

.wii-flex__img-wrapper__lottie {
  position: absolute;
  left: -47px;
  top: -49px;
  right: auto;
  bottom: auto;
  width: 47px;
  height: 49px;
}

.wii-flex__img-wrapper__lottie.oval {
  left: auto;
  top: -10px;
  right: -91.5px;
  bottom: auto;
  width: 183px;
  height: 84px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.wii-flex__img-wrapper__lottie.zig-zag {
  left: 0%;
  top: 128px;
  right: auto;
  bottom: 0%;
  width: 24px;
  height: 72px;
}

.wii-flex__img-wrapper__img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.speakers {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.traiangle-lottie {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100px;
  height: 100px;
}

.relative {
  position: relative;
}

.tiny-star-lottie {
  position: absolute;
  left: -13px;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 15px;
  height: 15px;
}

.customers-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-height: 850px;
  padding-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #4a5ee5;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.customers-header__hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 826px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  -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;
  color: #fff;
  text-align: center;
}

.customers-header__title {
  max-width: 826px;
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Gophertext, sans-serif;
  font-size: 64px;
  line-height: 1.125;
}

.customers-slideshow {
  position: relative;
  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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.customer-img {
  position: relative;
  overflow: hidden;
  width: 191px;
  height: 209px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 16px;
  cursor: pointer;
}

.customer-img__overlay {
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(1, 22, 55, 0.32);
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.customer-img__overlay:hover {
  background-color: transparent;
}

.customer-img__logo {
  width: 126px;
  height: 24px;
  max-width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.customers-header__cutout {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 11vw;
  background-image: url('../images/curve-chop.svg');
  background-position: 50% 0%;
  background-size: 100vw;
  background-repeat: no-repeat;
}

.customers-header__cutout.hide {
  display: none;
}

.customer-images-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 27px;
  -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;
  background-color: rgba(1, 22, 55, 0.48);
}

.customer-images-overlay.hide {
  display: none;
}

.customer-slider {
  position: relative;
}

.customer-slider__slide {
  overflow: hidden;
  width: 299px;
  height: 520px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
}

.customer-slider__mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 299px;
}

.customer-slider__nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  grid-column-gap: 4.5px;
  grid-row-gap: 4.5px;
}

.customer-slider__nav {
  height: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: rgba(1, 22, 55, 0.32);
}

.customer-slider__nav-inner {
  width: 50%;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
}

.customer-slider__control {
  position: absolute;
  left: -52px;
  top: 50%;
  right: auto;
  bottom: 0%;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  background-color: #fff;
  background-image: url('../images/arrow-right.svg');
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.customer-slider__control.right {
  left: auto;
  right: -52px;
}

.customer-slider__control.left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.customer-images-overlay__close {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: 30%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.featured-stories-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -12px;
  padding-top: 130px;
  padding-bottom: 136px;
  -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-color: #fefee3;
}

.featured-stories-section__title {
  max-width: 826px;
  margin-bottom: 56px;
  color: #011637;
  text-align: center;
}

.featured-stories {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1248px;
  margin-bottom: 64px;
}

.featured-stories__text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 42%;
  max-width: 529px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.featured-stories__img-wrapper {
  overflow: hidden;
  height: 550px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.featured-story {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 35px;
  -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;
  border-bottom: 1px solid #4a5ee5;
  background-color: #fff;
  color: #011637;
}

.featured-story.last {
  border-bottom-style: none;
}

.featured-story__title {
  max-width: 433px;
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Gophertext, sans-serif;
  line-height: 1;
}

.featured-story__body-text {
  max-width: 449px;
  margin-bottom: 24px;
  font-family: Plusjakartasans, sans-serif;
}

.featured-story__see-more {
  overflow: hidden;
  height: 0px;
}

.featured-story__see-more.show {
  height: auto;
}

.other-stories__title {
  margin-bottom: 40px;
  font-family: Gophertext, sans-serif;
  color: #011637;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.other-stories__title.success-stories {
  margin-bottom: 64px;
  text-align: center;
}

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

.why-pre-footer__cup {
  position: absolute;
  left: auto;
  top: -190px;
  right: 64px;
  bottom: auto;
  width: 22vw;
  height: 25vw;
  max-height: 350px;
  max-width: 310px;
  background-image: url('../images/tote-bag-cream.png');
  background-position: 50% 50%;
  background-size: 140%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.success-story-header {
  padding-top: 126px;
  padding-right: 96px;
  padding-left: 96px;
  background-color: #fefee3;
}

.container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.success-story-header__inner {
  color: #011637;
  text-align: center;
}

.back-btn {
  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;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 500;
}

.back-btn.success-story {
  margin-bottom: 56px;
}

.back-btn__icon {
  width: 7px;
  height: 13px;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/back-icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.success-story-title {
  margin-bottom: 4px;
}

.sucess-story-sub-title {
  margin-bottom: 64px;
}

.success-story-img-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 560px;
  margin-bottom: -145px;
  border-radius: 16px;
}

.story-body {
  position: relative;
  margin-top: -12px;
  padding-top: 241px;
  background-color: #fff;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
}

.story-body__text {
  max-width: 826px;
  margin-right: auto;
  margin-bottom: 96px;
  margin-left: auto;
}

.success-story-images {
  position: relative;
  max-width: 1248px;
  margin-right: auto;
  margin-bottom: 96px;
  margin-left: auto;
}

.success-story-images__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 96px;
  margin-left: 96px;
  grid-column-gap: 20px;
}

.success-story-images__big {
  overflow: hidden;
  width: 57%;
  height: 740px;
  max-width: 720px;
  border-radius: 16px;
}

.success-story-images__vertical {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-row-gap: 20px;
}

.success-story-images__small {
  overflow: hidden;
  max-height: 360px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 16px;
}

.wii-images-wrapper {
  position: relative;
  z-index: 1;
  width: 85%;
  max-width: 1248px;
  margin-right: auto;
  margin-bottom: 96px;
  margin-left: auto;
}

.how-wii-helped__inner {
  margin-right: 96px;
  margin-bottom: 72px;
  margin-left: 96px;
  padding-top: 56px;
  padding-bottom: 72px;
  border-top: 1px solid rgba(1, 22, 55, 0.12);
  border-bottom: 1px solid rgba(1, 22, 55, 0.12);
  color: #011637;
}

.how-wii-helped__text-block {
  max-width: 614px;
  margin-right: auto;
  margin-bottom: 56px;
  margin-left: auto;
  text-align: center;
}

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

.offering-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 104px;
}

.offering {
  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-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;
  color: #000;
  font-weight: 400;
}

.offering-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 112px;
  height: 112px;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c0c4ce;
  border-radius: 50%;
}

.offering__icon {
  width: 50%;
  height: 50%;
}

.nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 96px;
  padding-left: 96px;
  -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;
}

.nav-logo {
  width: 142px;
  height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/nav-logo-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-logo.blue {
  background-image: url('../images/nav-logo-blue.svg');
}

.nav-links-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 39px;
  color: #fff;
}

.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;
  grid-column-gap: 32px;
  font-family: Plusjakartasans, sans-serif;
  font-weight: 500;
}

.auth-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;
  grid-column-gap: 24px;
}

.auth-link {
  font-family: Plusjakartasans, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.auth-link.blue {
  color: #4a5ee5;
}

.solutions-mobile-desc {
  display: none;
}

.footer {
  background-color: #011637;
}

.footer__links-wrapper__column.mb-only {
  display: none;
}

.mb-hambuger-and-login {
  display: none;
}

.outcome__video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.open-box__lottie {
  position: absolute;
  left: 0%;
  top: -20%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.open-box__lottie.hide {
  display: none;
}

.prefooter-top-right {
  position: absolute;
  left: auto;
  top: -20%;
  right: -9%;
  bottom: auto;
  width: 37.9vw;
  height: 25.3vw;
  max-height: 365px;
  max-width: 547px;
  background-image: url('../images/mug.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.prefooter-bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -61%;
  width: 30.8vw;
  height: 46.1vw;
  max-height: 665px;
  max-width: 444px;
  background-image: url('../images/bucket-hat.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loco-scroll {
  overflow: hidden;
}

.differentiator-heading__lottie {
  position: absolute;
  left: auto;
  top: auto;
  right: -20px;
  bottom: 60px;
  width: 36px;
  height: 33px;
}

.lottie-anim.full {
  height: 100%;
}

.lottie-anim.hide {
  display: none;
}

.speaker-lottie {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 49%;
  width: 37px;
  height: 36px;
}

.how-lottie {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: auto;
  width: 27px;
  height: 25px;
}

.star-lottie {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 62px;
  height: 55px;
}

.success-story-images__lottie {
  position: absolute;
  left: -10%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 600px;
  -webkit-transform: rotate(-38deg);
  -ms-transform: rotate(-38deg);
  transform: rotate(-38deg);
}

.success-story-images-wrapper {
  position: relative;
}

.wii-images-lottie {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 600px;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.hand-presser-lottie {
  position: absolute;
  left: -27px;
  top: -30px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 54px;
  height: 60px;
}

.downward-arrow {
  width: 31px;
  height: 45px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.customer-lottie-arrow {
  position: absolute;
  left: 20%;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: 1;
  width: 42px;
  height: 36px;
}

.customer-right-lottie {
  position: absolute;
  left: auto;
  top: -20px;
  right: 20%;
  bottom: auto;
  z-index: 2;
  width: 33px;
  height: 22px;
}

.solutions-flex__dummy-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 227, 0)), to(#fefee3));
  background-image: linear-gradient(180deg, rgba(254, 254, 227, 0), #fefee3);
}

.solutions-flex__desc-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-top: 30%;
  -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;
  grid-column-gap: 250px;
  grid-row-gap: 250px;
}

.solutions-images__child {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  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-color: #4a5ee5;
  font-family: Plusjakartasans, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.preloader.yelllow-bg {
  background-color: #fefee3;
  color: #4a5ee5;
}

.preloader.hide {
  display: none;
}

.loading-bar-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-family: Gophertext, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.loading-bar-wrapper.left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  -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;
}

.loading-bar-wrapper.blue-bar {
  color: #4a5ee5;
}

.loading-bar-wrapper__bar {
  width: 100%;
  height: 50px;
  background-color: #fefee3;
}

.loading-bar-wrapper__bar.blue-bar {
  background-color: #4a5ee5;
}

.preloader-icon {
  width: 10vw;
  height: 10vw;
  margin-bottom: 20px;
}

.embed {
  position: absolute;
}

@media screen and (min-width: 1440px) {
  .solutions-images {
    margin-right: 126px;
  }

  .solutions-wrapper {
    padding-right: 146px;
    padding-left: 202px;
  }

  .pre-footer-wrapper {
    padding-right: 80px;
    padding-left: 108px;
  }

  .prefonoter-top-left.prefooter-top-left {
    top: 27px;
  }

  .prefonoter-top-left.bottom-right {
    right: 201px;
    bottom: -40px;
  }

  .prefooter-bottom-left {
    right: 58px;
  }

  .prefooter-bottom-left.bottomleft {
    left: 174px;
    bottom: 16px;
  }

  .differentiator {
    grid-column-gap: 213px;
    grid-row-gap: 213px;
  }

  .differentiator.reversed {
    grid-column-gap: 116px;
    grid-row-gap: 116px;
  }

  .differentiator.small {
    grid-column-gap: 106px;
    grid-row-gap: 106px;
  }

  .wii-flex__img-wrapper.left {
    margin-top: 100px;
  }

  .wii-flex__img-wrapper.right {
    margin-top: 150px;
  }

  .prefooter-bottom-right {
    bottom: -80%;
  }
}

@media screen and (max-width: 991px) {
  .title-lg {
    font-size: 40px;
  }

  .title-md {
    font-size: 38px;
  }

  .title-sm {
    font-size: 30px;
  }

  .body-lg {
    font-size: 18px;
  }

  .hero__main-text {
    font-size: 60px;
  }

  .cream-bg-cutout {
    height: 460px;
  }

  .text-underline.customers {
    right: 10px;
  }

  .solutions-container {
    padding-bottom: 150px;
  }

  .solutions-images {
    max-width: 38vw;
    margin-right: 30px;
  }

  .solutions-wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }

  .sabi-banner-wrapper {
    font-size: 50px;
  }

  .sabi-banner-inner {
    height: 100px;
  }

  .outcomes-heading {
    max-width: 600px;
  }

  .outcome {
    min-width: 310px;
  }

  .blog-section__title {
    max-width: 700px;
  }

  .blog {
    min-width: 350px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .prefonoter-top-left {
    top: -11%;
  }

  .footer-inner {
    padding-right: 50px;
    padding-left: 50px;
  }

  .footer__logo {
    width: 190px;
    height: 73px;
  }

  .why-wii-header__img-wrapper {
    margin-right: 30px;
    margin-left: 30px;
  }

  .differentiator-container {
    width: 90%;
  }

  .star.regular {
    width: 30px;
    height: 30px;
  }

  .differentiator {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .differentiator__text-block {
    min-width: 40%;
  }

  .differentiator__img-wrapper {
    width: 300px;
    height: 300px;
  }

  .differentiator__sub-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .why-pre-footer {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .why-pre-footer__title {
    max-width: 440px;
  }

  .customers-header {
    height: auto;
    max-height: none;
    min-height: 100vh;
  }

  .customers-header__title {
    max-width: 630px;
    font-size: 50px;
  }

  .featured-stories-section__title {
    max-width: 700px;
  }

  .success-story-header {
    padding-right: 30px;
    padding-left: 30px;
  }

  .story-body__text {
    width: 90%;
    max-width: 700px;
    margin-bottom: 80px;
  }

  .success-story-images__inner {
    margin-right: 30px;
    margin-left: 30px;
  }

  .how-wii-helped__inner {
    margin-right: 30px;
    margin-left: 30px;
  }

  .offering {
    font-size: 16px;
  }

  .offering-icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .nav {
    padding-right: 30px;
    padding-left: 30px;
  }

  .prefooter-bottom-right {
    bottom: -52%;
  }

  .differentiator-heading__lottie {
    right: 12%;
    bottom: 32px;
  }

  .lottie-anim {
    max-height: 100%;
  }

  .success-story-images__lottie {
    width: 250px;
  }

  .wii-images-lottie {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .title-lg {
    font-size: 35px;
  }

  .title-md {
    font-size: 35px;
  }

  .title-sm {
    font-size: 24px;
  }

  .title-sm.solutions {
    line-height: 1.1666666666666667;
  }

  .body-md.outcome__detail-mb {
    color: #404a59;
  }

  .body-sm.footer__copyrights {
    display: none;
  }

  .body-sm.footer__copyrights.mb {
    display: block;
    margin-top: 48px;
    padding-top: 20px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.24);
    font-size: 12px;
    text-align: center;
  }

  .btn {
    display: block;
    text-align: center;
  }

  .btn.white.mb-blue {
    background-color: #4a5ee5;
    color: #fff;
  }

  .hero__main-text {
    font-size: 40px;
  }

  .hero__sub-text {
    max-width: 400px;
  }

  .cream-bg-cutout {
    height: 100px;
  }

  .text-underline {
    display: none;
  }

  .text-underline.customers {
    top: 40px;
    right: 0px;
  }

  .open-box__curly-line {
    width: auto;
    height: 500px;
    margin-top: -60px;
    margin-right: 0px;
  }

  .solutions-container {
    padding-bottom: 90px;
  }

  .solutions-heading {
    max-width: 400px;
    margin-bottom: 56px;
  }

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

  .solutions-images {
    width: auto;
    height: auto;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 32px;
  }

  .solutions-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .solutions-flex__desc-wrapper {
    display: none;
  }

  .solutions-images__image {
    position: static;
    width: auto;
    height: 327px;
    margin-bottom: 32px;
  }

  .sabi-banner__star {
    width: 25px;
    height: 25px;
  }

  .sabi-banner__text {
    font-size: 38px;
  }

  .sabi-banner-inner {
    height: 80px;
  }

  .outcomes-container {
    width: 90%;
  }

  .outcomes-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-row-gap: 56px;
  }

  .outcome {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: auto;
    height: auto;
    min-width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .outcome__image {
    position: static;
    display: block;
    height: 327px;
    margin-bottom: 24px;
    border-radius: 12px;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
  }

  .outcome__topic {
    display: none;
  }

  .outcome__detail {
    position: static;
    padding: 0px;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #011637;
  }

  .blog-section__title {
    max-width: 430px;
  }

  .blog-section__sub-text {
    max-width: 400px;
  }

  .blog-container {
    width: 90%;
  }

  .blog__image {
    height: 300px;
  }

  .slider-controls-flex.solutions {
    display: none;
  }

  .pre-footer-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .prefonoter-top-left {
    left: -9%;
    top: -20%;
    width: 200px;
    height: 200px;
  }

  .prefonoter-top-left.prefooter-top-left {
    left: -45px;
    top: -64px;
    width: 210px;
    height: 170px;
    margin-left: 0px;
  }

  .prefonoter-top-left.prefooter-top-left.customers {
    left: 30px;
    top: -131px;
    width: 180px;
    height: 150px;
    margin-left: 0px;
  }

  .prefonoter-top-left.bottom-right {
    right: 10px;
    bottom: -30px;
    width: 90px;
    height: 80px;
  }

  .prefooter-bottom-left {
    left: -8%;
    top: auto;
    right: auto;
    bottom: -17%;
    width: 200px;
    height: 180px;
  }

  .prefooter-bottom-left.bottomleft {
    left: 5px;
    bottom: -30px;
    width: 80px;
    height: 110px;
  }

  .footer-inner {
    padding-top: 40px;
    padding-bottom: 20px;
    -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-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 523px;
    margin-right: 0px;
    margin-bottom: 72px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__logo {
    width: 126px;
    height: 47px;
  }

  .footer__links-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-link {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
    color: #011637;
  }

  .nav-link.footer-nav {
    margin-bottom: 16px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }

  .why-wii-header {
    height: 352px;
  }

  .why-wii-header__img-wrapper {
    height: 360px;
  }

  .differentiator {
    z-index: 1;
    padding-top: 56px;
    padding-bottom: 152px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .differentiator.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .differentiator__text-block {
    max-width: none;
  }

  .differentiator__img-wrapper {
    display: none;
    width: auto;
    height: 327px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .differentiator__img-wrapper.mb {
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .wii-pre-footer__dummy-bg {
    height: 80px;
  }

  .why-pre-footer__title {
    max-width: 370px;
  }

  .swirly-left {
    display: none;
  }

  .swirly-right {
    display: none;
  }

  .customers-header__title {
    max-width: 500px;
    font-size: 40px;
  }

  .featured-stories-section__title {
    width: 90%;
  }

  .featured-stories {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .featured-stories__text-block {
    width: auto;
    max-width: none;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 16px;
  }

  .featured-stories__img-wrapper {
    height: 208px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 0px;
  }

  .featured-story__see-more.show {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .other-stories__title {
    font-size: 35px;
  }

  .why-pre-footer__cup {
    top: -163px;
    width: 150px;
    height: 170px;
  }

  .success-story-img-wrapper {
    height: 328px;
  }

  .story-body {
    padding-top: 206px;
  }

  .story-body__text {
    margin-bottom: 57px;
    font-size: 16px;
  }

  .success-story-images__inner {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .success-story-images__big {
    width: auto;
    height: 400px;
    margin-bottom: 24px;
  }

  .success-story-images__vertical {
    display: block;
  }

  .success-story-images__small {
    height: 400px;
    max-height: none;
    margin-bottom: 24px;
  }

  .offering-flex {
    -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;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .offering-icon-wrapper {
    width: 100px;
    height: 100px;
  }

  .nav {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav.open {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    color: #011637;
  }

  .nav-logo {
    position: relative;
    z-index: 1;
    width: 118px;
    height: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .nav-logo.w--current {
    background-image: url('../images/nav-logo-blue.svg');
  }

  .nav-logo.open {
    background-image: url('../images/nav-logo-blue.svg');
  }

  .nav-links-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 101px 25px 15vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
  }

  .nav-links-wrapper.open {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 101px 25px 29px;
    -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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

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

  .auth-link {
    color: #011637;
  }

  .auth-link.login {
    display: none;
  }

  .solutions-mobile-desc {
    display: block;
    margin-bottom: 64px;
  }

  .footer__links-wrapper__column {
    min-width: 127px;
  }

  .footer__links-wrapper__column.hide {
    display: none;
  }

  .footer__links-wrapper__column.mb-only {
    display: block;
  }

  .hamburger {
    display: block;
    width: 30px;
    height: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .mb-hambuger-and-login {
    position: relative;
    z-index: 1;
    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;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .mb-login-cta {
    display: none;
    margin-right: 34px;
    color: #011637;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }

  .mb-login-cta.open {
    display: inline;
  }

  .outcome__video {
    display: none;
  }

  .open-box__lottie {
    display: none;
  }

  .prefooter-top-right {
    top: -30%;
    width: 240px;
    height: 230px;
  }

  .prefooter-bottom-right {
    right: -14%;
    bottom: -34%;
    width: 260px;
    height: 250px;
  }

  .lottie-anim.mb-hide {
    display: none;
  }

  .solutions-images__child {
    position: static;
  }

  .preloader-icon {
    width: 100px;
    height: 100px;
  }

  .embed {
    position: absolute;
  }
}

@media screen and (max-width: 479px) {
  .title-lg {
    font-size: 32px;
  }

  .title-md {
    font-size: 32px;
  }

  .header {
    max-height: 728px;
  }

  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__main-text {
    font-size: 30px;
  }

  .text-underline.customers {
    display: none;
  }

  .open-box__curly-line {
    display: none;
    margin-top: -180px;
    margin-right: -220.71px;
  }

  .solutions-heading {
    width: 90%;
  }

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

  .outcomes-container {
    padding-bottom: 112px;
  }

  .outcomes-heading {
    margin-bottom: 56px;
  }

  .blog-section {
    padding-top: 80px;
  }

  .blog-section__heading {
    width: 90%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .blog-container.other-stories {
    margin-right: 24px;
    margin-left: 24px;
  }

  .blog-container.success-stories {
    width: auto;
    margin-right: 24px;
    margin-left: 24px;
  }

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

  .blog {
    width: 100%;
    min-width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .blog__image {
    height: 185px;
  }

  .prefonoter-top-left {
    left: -13%;
    width: 150px;
    height: 190px;
  }

  .prefonoter-top-left.prefooter-top-left {
    width: 160px;
  }

  .prefonoter-top-left.prefooter-top-left.customers {
    left: 23px;
    top: -75px;
    width: 140px;
    height: 100px;
    margin-left: 0px;
  }

  .prefooter-bottom-left {
    left: -13%;
    width: 130px;
  }

  .prefooter-bottom-left.bottomleft {
    left: -12px;
  }

  .footer-inner {
    padding-right: 24px;
    padding-left: 24px;
  }

  .footer__first-block {
    margin-bottom: 48px;
  }

  .why-wii-header__img-wrapper {
    margin-right: 24px;
    margin-left: 24px;
  }

  .differentiator.small {
    padding-bottom: 20px;
  }

  .wii-flex__img-wrapper {
    width: 230px;
    height: 272px;
    margin-top: 183px;
    margin-bottom: 38px;
  }

  .wii-flex__img-wrapper.left {
    width: 230px;
    height: 272px;
    margin-bottom: 79px;
  }

  .wii-flex__img-wrapper.right {
    display: none;
  }

  .why-pre-footer {
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wii-pre-footer__dummy-bg {
    height: 40px;
  }

  .why-pre-footer__title {
    width: 90%;
    max-width: 343px;
  }

  .customers-header {
    padding-top: 120px;
  }

  .customers-header__hero {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .customer-img {
    width: 160px;
    height: 180px;
  }

  .customer-slider__control.right {
    right: 20px;
  }

  .customer-slider__control.left {
    left: 20px;
  }

  .featured-stories-section__title {
    margin-right: 24px;
    margin-left: 24px;
  }

  .featured-stories {
    width: auto;
    margin-right: 24px;
    margin-left: 24px;
  }

  .featured-story {
    padding: 32px 20px;
  }

  .other-stories__title.success-stories {
    margin-bottom: 40px;
  }

  .why-pre-footer__cup {
    top: -96px;
    right: 9px;
    width: 140px;
    height: 140px;
  }

  .story-body {
    overflow: hidden;
  }

  .story-body__text {
    width: auto;
    margin-right: 24px;
    margin-left: 24px;
  }

  .success-story-images__inner {
    margin-right: 24px;
    margin-left: 24px;
  }

  .success-story-images__big {
    height: 327px;
  }

  .success-story-images__small {
    height: 327px;
  }

  .how-wii-helped__inner {
    margin-right: 24px;
    margin-bottom: 40px;
    margin-left: 24px;
    padding-bottom: 57px;
  }

  .nav.open {
    padding-top: 33px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .mb-login-cta {
    margin-right: 30px;
  }

  .open-box__lottie {
    display: none;
  }

  .prefooter-top-right {
    top: -21%;
    width: 140px;
    height: 210px;
  }

  .prefooter-bottom-right {
    right: -18%;
    bottom: -28%;
    width: 180px;
  }

  .success-story-images__lottie {
    width: 600px;
  }

  .wii-images-lottie {
    width: 600px;
  }
}

@font-face {
  font-family: 'Gophertext';
  src: url('../fonts/GopherText-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gophertext';
  src: url('../fonts/GopherText-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}