.home-page-main-wrapper .home-video-section #home-video {
  max-width: 100%;
  width: 100%;
  display: block;
}
.hide-on-medium-and-up-view, .shell.hide-on-medium-and-up-view {
  display: none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img, iframe {
  border: 0 none;
}
.home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text {
  max-width: 460px;
  transform: translate(25%, 60%);
}
.home-page-main-wrapper .home-video-section .intro__content.conquer-section {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  text-align: left;
  transform: translate(19%, 50%);
}
.home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text h1 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 3.7rem;
  font-family: "Averta Extra Bold";
  color: #000000;
}
.top-header {
  background-color: #FD6224;
  color: #ffffff;
  padding: 8px 10px;
  border-radius: 4px;
  display: inline-block;
  font-family: "Averta Bold";
  -webkit-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
}
.article .article__content p.top-header {
  font-size: 18px;
  color: white;
  font-weight: bold;
  line-height: unset;
}
.hide-on-small-view {
  display: block;
}
.fontRegular {
  font-family: "Averta Regular";
  font-size: 18px;
}
.home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text .fontRegular p {
  line-height: 1.8em;
}
p, ul, ol, dl, hr, table, blockquote {
  margin-bottom: 1.3em;
}
.hero-btns {
  display: flex;
  justify-content: flex-start;
}
.home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text .store-btn.hero-btns #shopwellDownload {
  margin-right: 10px;
}
a#shopwellDownload.btn-icon {
  padding: 10px 26px;
}
.btn-icon {
  position: relative;
  padding: 13px 33px 13px 57px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  border: 2px solid transparent;
  border-radius: 30px;
  background-color: #4cb935;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Averta Extra Bold', 'Averta', Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.mobile-CTA-link {
  color: #4b4b4b;
  float: left;
}
a.btn-icon.intro__btn.watch-video, a.btn-icon.intro__btn.shopwell-watch-video, .shop-watch-video, .cook-watch-video, .collaborate-video {
  background: #fff;
  border: 2px solid #dadada;
  color: #4cb935;
  padding: 10px 20px 10px 45px;
  display: flex;
  align-items: center;
}
a.btn-icon.intro__btn.watch-video, a.btn-icon.intro__btn.shopwell-watch-video, .collaboration-container .collaborate-video {
  width: 190px;
  float: right;
}
.home-page-main-wrapper .btn-icon .btn__icon {
  left: 20px;
  top: 10px;
}
.btn-icon .btn__icon {
  position: absolute;
  top: inherit;
  left: 20px;
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.section-seen {
  background-color: #efefef;
}
.section-seen .shell {
  display: table;
  margin: 0 auto;
}
.shell {
  max-width: 1180px;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
}
.home-page-main-wrapper .section-seen .shell .clientPic {
  height: 70px;
  opacity: 1;
  padding: 13px 0;
}
.hide-on-medium-and-up-view, .shell.hide-on-medium-and-up-view {
  display: none;
}
.home-page-main-wrapper .article {
  padding: 5px 0;
}
.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 0;
}
.home-page-main-wrapper .article .article__content {
  transform: translateX(25%);
}
.article .article__content {
  position: relative;
  z-index: 3;
  width: 30%;
  -webkit-transform: translateX(52.5%);
  -ms-transform: translateX(52.5%);
  transform: translateX(52.5%);
}
.home-page-main-wrapper .article .article__content h4 {
  text-transform: CAPITALIZE;
  font-size: 24px;
  color: #000000;
}

.article .article__content h4 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-article h4 {
  font-size: 24px;
  font-family: 'Averta Extra Bold', 'Averta', Arial, Helvetica, sans-serif;
}
.article .article__content p {
  font-size: 1.25vw;
  line-height: 2.083vw;
  color: #7c7c7c;
}
.article .article__decoration {
  position: relative;
  width: 71%;
  text-align: right;
}
.article .article__decoration:before {
  display: none;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.article .article__decoration.remove-before:before {
  display: none;
}
.article .article__decoration img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.home-page-main-wrapper .article {
  padding: 5px 0;
}
.article--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.home-page-main-wrapper .article--reversed .article__content {
  transform: translateX(-35%);
}
.article .article__content {
  position: relative;
  z-index: 3;
  width: 29%;
  -webkit-transform: translateX(52.5%);
  -ms-transform: translateX(52.5%);
  transform: translateX(52.5%);
}
.home-page-main-wrapper .article .article__content h4 {
  text-transform: CAPITALIZE;
}
.home-article h4 {
  font-size: 24px;
  font-family: 'Averta Extra Bold', 'Averta', Arial, Helvetica, sans-serif;
}
.article .article__content h4 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.article .article__content p {
  font-size: 1.25vw;
  line-height: 2.083vw;
  color: #7c7c7c;
}
.article--reversed .article__decoration {
  text-align: left;
}
.article .article__decoration {
  position: relative;
  width: 71%;
  text-align: right;
}
.article--reversed .article__decoration img {
  width: 100%;
}
.article .article__decoration img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.home-page-main-wrapper .article {
  padding: 5px 0;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 0;
}
.article .article__content {
  position: relative;
  z-index: 3;
  width: 29%;
  -webkit-transform: translateX(52.5%);
  -ms-transform: translateX(52.5%);
  transform: translateX(52.5%);
}
.home-page-main-wrapper .article .article__content h4 {
  text-transform: CAPITALIZE;
}
.article .article__content h4 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-article h4 {
  font-size: 24px;
  font-family: 'Averta Extra Bold', 'Averta', Arial, Helvetica, sans-serif;
}
.article .article__content p {
  font-size: 1.25vw;
  line-height: 2.083vw;
  color: #7c7c7c;
}

p, ul, ol, dl, hr, table, blockquote {
  margin-bottom: 1.3em;
}
.article .article__link {
  font-size: 0.972vw;
  text-decoration: none;
  color: #4db935;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  outline: transparent solid 5px;
}
.article .article__link span, i {
  display: inline-block;
  vertical-align: middle;
}
.article .article__link i {
  margin-left: 10px;
}
.ico-arrow {
  background-image: url("./sprite.png");
  background-position: 0% 0%;
  background-size: 227.87878787878788% 565.3846153846155%;
  width: 165px;
  height: 52px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
  cursor: default;
}
i {
  line-height: inherit;
}
.article .article__decoration {
  position: relative;
  width: 71%;
  text-align: right;
}
.article .article__decoration:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.article .article__decoration img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.home-page-main-wrapper .article:last-child {
  padding-bottom: 0;
}
.home-page-main-wrapper .article {
  padding: 5px 0;
}
.article--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 0;
}
.home-page-main-wrapper .article--reversed .article__content {
  transform: translateX(-35%);
}
.home-page-main-wrapper .article .article__content h4 {
  text-transform: CAPITALIZE;
}

.article .article__content h4 {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-article h4 {
  font-size: 24px;
  font-family: 'Averta Extra Bold', 'Averta', Arial, Helvetica, sans-serif;
}
.article .article__content p {
  font-size: 1.25vw;
  line-height: 2.083vw;
  color: #7c7c7c;
}
a {
  cursor: pointer;
}
.ico-assistant {
  background-image: url(images/shopwell/sprite.png);
  background-position: 0% 0%;
  background-size: 227.87878787878788% 565.3846153846155%;
  width: 165px;
  height: 52px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}
.article--reversed .article__decoration {
  text-align: left;
}
.article .article__decoration {
  position: relative;
  width: 71%;
  text-align: right;
}
.article--reversed .article__decoration:before {
  left: auto;
  right: -1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.article .article__decoration:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 34%;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.article--reversed .article__decoration img {
  width: 100%;
}

.article .article__decoration img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section-callout {
  padding: 128px 0;
  background-color: #4db935;
  text-align: center;
}

.section-callout {
  padding: 128px 0;
  background-color: #4db935;
  text-align: center;
}
.section-callout .section__content {
  max-width: 410px;
  margin: 0 auto;
}
.section-callout h2 {
  font-size: 30px;
  line-height: 1.07;
  color: #fff;
  font-weight: 800;
}
.section-callout p {
  font-size: 18px;
  line-height: 1.78;
  color: #fff;
}
.conquerKitchen_articles a {
  color: #ffffff;
  border: 2px solid #FFFFFF;
  background: transparent;
  margin-right: 10px;
  display: inline-block;
}

.btn-icon {
  position: relative;
  padding: 13px 33px 13px 57px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  border: 2px solid transparent;
  border-radius: 30px;
  background-color: #4cb935;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Averta Extra Bold', 'Averta', Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.home-page-main-wrapper .btn-icon .btn__icon {
  left: 20px;
  top: 10px;
}
.btn-icon .btn__icon {
  position: absolute;
  top: inherit;
  left: 20px;
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.ico-apple {
  background-image: url(images/shopwell/sprite.png);
  background-position: 98.59943977591037% 51.85185185185185%;
  background-size: 1978.9473684210527% 1225%;
  width: 19px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}
.conquerKitchen_articles a {
  color: #ffffff;
  border: 2px solid #FFFFFF;
  background: transparent;
  margin-right: 10px;
  display: inline-block;
}
.ico-gplay {
  background-image: url(images/shopwell/sprite.png);
  background-position: 78.24858757062147% 51.85185185185185%;
  background-size: 1709.090909090909% 1225%;
  width: 22px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}
.btn-icon .btn__icon {
  position: absolute;
  top: inherit;
  left: 20px;
  opacity: 1;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.home-page-main-wrapper .btn-icon .btn__icon {
  left: 20px;
  top: 10px;
}
.app-img {
  width: 30%;
  margin: 0 10px;
}
.personalize-section {
  position: relative;
}
.home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text.personalize-text {
  max-width: 29%;
  transform: translate(230%, 230%);
}
.home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text h1.personalize-title {
  text-transform: CAPITALIZE;
  font-size: 24px;
  margin-bottom: 5px;
  font-family: 'Averta Extra Bold', 'Averta', Arial, Helvetica, sans-serif;
}
.home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text .fontRegular.personalize-data p {
  font-size: 1.25vw;
  line-height: 2.083vw;
  color: #7c7c7c;
}

@media only screen and (max-width: 960px) and (min-width: 768px) {
  .home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text {
    max-width: 290px;
    transform: translate(25%, 40%);
  }
  .home-page-main-wrapper .home-video-section .intro__content.conquer-section.innit-app-hero-txt {
    transform: translate(25%, 55%);
  }
  .home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text h1 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text .fontRegular p {
    line-height: 1.8em;
  }
  .home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text .store-btn.hero-btns {
    justify-content: flex-start;
  }
  .main {
    padding-top: 70px;
  }
  .home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text.personalize-text {
    max-width: 29%;
    transform: translate(240%, 70%);
  }
}

@media (max-width: 767px) {
  .top-header {
    font-size: 18px !important;
  }
  .home-page-main-wrapper .home-video-section .hero-banner-inner-section {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hide-on-small-view, .shell.hide-on-small-view, .home-page-main-wrapper .home-video-section #home-video {
    display: none;
  }
  .hide-on-medium-and-up-view {
    display: block;
  }
  img, iframe, video, audio, object {
    max-width: 100%;
  }
  .home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text {
    transform: translate(0%, 0%);
  }
  .home-page-main-wrapper .home-video-section .intro__content.conquer-section {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 20px 15px 10px;
    text-align: center;
    transform: none;
  }
  .hide-on-medium-and-up-view {
    display: block;
  }
  .hero-btns {
    justify-content: center;
    margin-bottom: 20px;
  }
  .home-page-main-wrapper .hero-btns a#shopwellDownload.btn-icon {
    padding: 10px 30px;
  }
  .hero-btns a#shopwellDownload.btn-icon {
    padding: 10px;
    margin-left: 0;
  }
  .hero-btns a.btn-icon.intro__btn {
    margin-left: 10px;
    padding: 9px 35px;
    max-width: 100%;
  }
  .hero-btns a.btn-icon.intro__btn.watch-video.shopwell-watch-video {
    max-width: 150px;
    padding: 10px 10px 10px 35px;
  }
  .collaboration-container a.btn-icon.intro__btn.watch-video, a.btn-icon.intro__btn.shopwell-watch-video, .collaboration-container .collaborate-video {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    width: auto;
  }
  .hero-btns img.watch-video-icon.btn__icon {
    top: 9px;
    left: 10px;
  }
  .section-seen {
    padding-bottom: 10px;
  }
  .hide-on-small-view, .shell.hide-on-small-view, .home-page-main-wrapper .home-video-section #home-video {
    display: none;
  }
  .section-seen .shell {
    padding: 20px;
  }
  .home-page-main-wrapper .section-seen .shell .clientPic {
    height: auto;
    opacity: 1;
    padding: 0;
  }
  .section-seen .shell .clientPic {
    width: 100%;
  }
  .section-seen .shell {
    padding: 20px;
  }
  .shell.hide-on-medium-and-up-view {
    display: table;
  }
  .home-page-main-wrapper .section-seen .shell .clientPic {
    height: auto;
    opacity: 1;
    padding: 0;
  }
  .section-seen .shell .clientPic {
    width: 100%;
  }
  .article {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-page-main-wrapper .article .article__content {
    transform: none;
    order: 1;
    padding: 10px 20px 10px;
  }
  .home-page-main-wrapper .article .article__content h4 {
    font-size: 24px;
  }
  .article .article__content h4 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.43px;
  }
  .article .article__content p {
    font-size: 14px;
    line-height: 1.43;
  }
  .home-page-main-wrapper .article .article__decoration {
    margin-bottom: 0;
  }
  .article .article__decoration {
    width: 100%;
    margin-bottom: 54px;
  }
  .article .article__decoration img {
    padding-right: 0;
  }
  .article {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-page-main-wrapper .article .article__content {
    transform: none;
    order: 1;
    padding: 10px 20px 10px;
  }
  .article .article__content {
    width: 100%;
    padding: 0 20px 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .home-page-main-wrapper .article .article__content h4 {
    font-size: 24px;
  }
  .article .article__content h4 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.43px;
  }
  .article .article__content p {
    font-size: 14px;
    line-height: 1.43;
  }
  .home-page-main-wrapper .article .article__decoration {
    margin-bottom: 0;
  }
  .article .article__decoration {
    width: 100%;
    margin-bottom: 54px;
  }
  .article {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .home-page-main-wrapper .article .article__content {
    transform: none;
    order: 1;
    padding: 10px 20px 10px;
  }
  .article .article__content {
    width: 100%;
    padding: 0 20px 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .article .article__content p {
    font-size: 14px;
    line-height: 1.43;
  }
  .home-page-main-wrapper .article .article__decoration {
    margin-bottom: 0;
  }
  .article .article__decoration img {
    padding-right: 0;
  }
  .article .article__link {
    font-size: 14px;
  }
  .home-video-section {
    padding-top: 70px;
  }
  .home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text h1 {
    font-size: 2.5rem;
  }
  .app-img {
    width: 40%;
    margin: 0 10px;
  }
  .home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text.personalize-text {
    transform: none;
    order: 1;
    padding: 10px 20px 10px;
    width: 100%;
    text-align: left;
    max-width: 100%;
  }
  .home-page-main-wrapper .home-video-section .intro__content.conquer-section.shopwell-hero-text h1.personalize-mobile-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .home-video-section.personalize-section {
      padding-top: 10px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), not all, (min-resolution: 192dpi) {
  .ico-assistant {
    background-image: url(./img/App/sprite.@2x.png);
    background-position: 0% 0%;
    background-size: 227.87878787878788% 544.2307692307693%;
    width: 165px;
    height: 52px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
  }
}

h1 {
  line-height: 100% !important;
}